/*
Theme Name:   PurseBlog Custom Theme
Theme URI:    https://www.purseblog.com/theme
Description:  PB Wordpress Theme
Author:       Vlad Dusil
Author URI:   https://www.purseblog.com/
Description:  PurseBlog Theme
Version:      17
License:
License URI:
Tags:
Text Domain:  purseblog
*/



html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

::selection {
  background-color: #e1bf6f;
  color: #FFF;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
}

:focus {
  outline: 0;
}

.clr:after {
  clear: both;
}

.clr:after, .clr:before {
  display: table;
  content: " ";
}

/* ====== NEEDED ====== */
.sticky {}

.homeTitle, .searchTitle { display: none; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {}

.bypostauthor {}

/* ====== BASIC STRUCTURE ====== */
.container {
  max-width: 1250px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#wrapper.padded {
  padding-top: 71px;
}

#content {
  width: 100%;
  float: left;
  margin-right: -320px;
  padding-top: 1rem;
}

#postContent, #indexContent {
  margin-right: 360px;
  margin-left: 2rem;
}

#sidemenu {
  float: right;
  width: 320px;
  padding: 1rem 2rem 2rem 0;
}

#sidemenu .inner {
  padding-bottom: 3rem;
}

/* ====== COLORS ====== */
body {
  background: #FDFDFD;
  color: #3A3A3A;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/* ====== FONTS ====== */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Georgia", "Times New Roman", "Times", serif;
}

.post-category, header, .slide-title, .post-title, .site-footer, .post-footer,
#sidemenu h3, .post-share, .post-cat, .font-sans, .wp-pagenavi, .widgets, a.fasc-button {
  font-weight: 500;
  font-style: normal;
  font-family: "futura-pt", Arial, sans-serif;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

h1, h2, h3 {
  font-family: "orpheuspro", serif;
  line-height: 1.2;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 2rem;
}


.post-meta {
  font-size: 1.5rem;
  text-transform: capitalize;
  font-family: "adobe-garamond-pro";
  padding: 0rem 0 2rem;
  font-style: italic;
}

.post-meta a {
  text-decoration: underline;
}

.post-meta a.post-edit-link {
  margin-left: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}

#sidemenu h3 {
  text-transform: uppercase;
  padding: 0 0 1rem 0;
  margin: 0 0 2rem;
  letter-spacing: .5px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #e1bf6f;
  text-align: left;
  line-height: 1;
}

small {
  font-size: 1.2rem;
  display: block;
}

#responsive-ad>div {
  margin: 1rem 0;
}

header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
  min-width: 1000px;
  border-bottom: 1px solid #EFEFEF;
  z-index: 10;
}

@media only screen and (min-width: 1015px) {
  header.header-fixed {
    position: relative;
  }
}

header .header-logo {
  text-indent: -9999px;
  background-image: url("images/pb-logo.svg");
  /* background-image: url("images/pb-logo-ukr.png"); */
  background-size: 140px 40px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 145px;
  height: 56px;
  margin-left: 2rem;
  color: #FFF;
}

#main-navig {
  width: 100%;
  height: 56px;
  background: #171717;
  z-index: 7002;
}

.pb-top-nav {
  float: right;
  display: none;
}

.pb-top-nav ul {}

.pb-top-nav li {
  display: inline-block;
}

.pb-top-nav ul li a {
  display: inline-block;
  color: #D6D6D6;
  text-transform: uppercase;
  line-height: 55px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding: 0 1rem;
}

.pb-top-nav ul li a:hover {
  color: #FFF;
  background: #000;
}

.pb-top-nav ul li.shop a {
  padding-right: 3rem;
}

.pb-top-nav ul li a sup {
  color: #f73b3b;
  font-size: 1rem;
  letter-spacing: 0px;
  top: -8px;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .pb-top-nav {
    display: block;
    margin-right: 50px;
  }
}

@media only screen and (min-width: 900px) {
  .pb-top-nav ul li a {
    padding: 0 2rem;
  }
}

.pb-top-nav a.current {
  background-color: #424242;
}

header .cat-navig {
  background: #FFF;
  text-align: center;
  height: 29px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}

header .cat-navig ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  scrollbar-width: none;
  overflow-x: auto;
}

header .cat-navig li {
  flex: 0 0 auto;
  list-style-type: none;
  padding-left: 10px;
}

header .cat-navig li:first-child { padding-left: 2rem; }
header .cat-navig li:last-child { padding-right: 2rem; }

header .cat-navig li a {
  padding: 7px 0px 0px;
  font-size: 1.2rem;
  color: #717171;
  letter-spacing: .3px;
  line-height: 29px;
  text-transform: uppercase;
}

header .cat-navig li a.fw22 { }

header .cat-navig li a:hover {
  border-bottom: 2px solid #e1bf6f;
  color: #000;
}

.hamburger {
  padding: 16px 10px 8px;
  float: left;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

@media only screen and (max-width:440px) {
  .hamburger {
    display: inline-block;
  }
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.mnav-opened {
  overflow-y: hidden;
}

#mnav-wrapper {
  background-color: rgba(0, 11, 30, 0.9);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  visibility: hidden;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  overflow: scroll;
}

#mnav-wrapper.fadeIn {
  opacity: 1;
  visibility: visible;
}

.mnav {
  font-family: 'future-pt', sans-serif;
  display: block;
  text-align: center;
  position: relative;
  padding: 86px 20px 40px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  color: #FFF;
}

.mnav a {
  color: #FFF;
}

.mnav li {
  display: inline-block;
}

.mnav .block {
  font-size: 13px;
  display: block;
  margin: 2rem auto;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration-color: #e1bf6f;
}

.mnav li a {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 1rem;
  letter-spacing: .5px;
  white-space: nowrap;
  line-height: 3.6rem;
}

.mnav .meta li a {
  font-size: 1rem;
  line-height: 1.2;
  padding: 0 30px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.no-touch .pb-top-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}

#main-navig a.navig-search {
  background: url("images/icons/search.png") no-repeat center;
  background-size: 20px 20px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  height: 54px;
  width: 50px;
  text-indent: -9999px;
  color: #FFF;
}

#main-navig a.navig-tpf { display: none; }

/* ====== TRANSITIONS ====== */
h2 a, #posts .post.notice a, .wpp-list, .post-body h4 a, a.title-link, .post-share .social-icon, .wp-pagenavi a,
.pb-top-nav ul li a, .singlePost .post-footer .post-tags a, .wpp-post-title, .feature a .fc-title, .button a,
#posts .post, .deals-block ul li a, .post-body a, .post-meta-bits .post-category a  {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* ===== ADTHRIVE =====

.pb-hdr { position: relative; }

@media only screen and (min-width: 1000px) {
  .pb-hdr {
    min-height: 250px;
    margin: 10px 0;
  }
}

#AdThrive_Header_1_phone, #AdThrive_Header_1_desktop {
    margin: 0;
    margin-top: 0px;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/

/* ======= INDEX ====== */
#posts .post {
  position: relative;
  margin: 0 0 3rem;
  background: #FDFDFD;
  padding: 0;
}

#posts .post .post-img {
  float: left;
  width: 380px;
  height: auto;
}

#posts .post .post-img .wp-post-image {
  width: 100%;
  height: auto;
}

#posts .post .post-img picture img {
  width: 100%;
  height: auto;
}

#posts .post .post-meta-bits {
  padding: 0;
  height: 285px;
  position: relative;
  margin-left: 400px;
}

#posts .post .post-meta-bits .subtitle {
  font-family: "adobe-garamond-pro", serif;
  line-height: 1.5;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #6d6d6d;
  font-style: italic;
}

#posts .post-meta-bits h2 {
  font-size: 3.4rem;
  margin-bottom: 1.5rem;
}

#posts .post-meta-bits h2 a:hover {
  color: #e1bf6f;
}

.post-meta-bits .comments {
  position: absolute;
  background: url("images/icons/comments.png") no-repeat top left;
  background-size: contain;
  top: 0;
  right: 0rem;
  width: 21px;
  height: 21px;
  text-align: center;
}

.post-meta-bits .comments a {
  color: #fff;
  background-color: #000;
  font-size: 10px;
  display: block;
  line-height: 16px;
  font-family: 'futura-pt', sans-serif;
  letter-spacing: -0.8px;
}

.post-meta-bits .post-category {
  padding-bottom: 1rem;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 1.5rem;
  margin-right: 4rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.post-meta-bits .post-category a {
  display: inline-block;
}

.post-meta-bits .post-category a:hover {
  color: #e1bf6f;
  text-decoration: none;
}

.post-meta-bits .post-category span {
  margin-right: 5px;
}

.post .post-meta-bits .post-meta {
  padding: 0;
  font-size: 1.3rem;
}

/* ====== OLD POST STYLES ====== */
#posts .loop.no-thumb .post-meta-bits {
  text-align: center;
  padding-bottom: 1.5rem;
}

#posts .loop.no-thumb .post-meta-bits h2 {
  font-size: 2.8rem;
}

#posts .loop.no-thumb .post-inner {
  padding: 0 5rem 3rem;
}

#posts .loop.no-thumb .post-body p {
  padding-bottom: 2rem;
}

.post.no-thumb .post-body img.hidden {
  display: none;
}

/* ====== NOTICES ====== */
#posts .post.notice {
  background: #FFF;
  border: 2px dashed #e1bf6f;
  padding: 2rem 3rem;
}

#posts .post.notice h3 {
  margin-bottom: 1rem;
}

#posts .post.notice img.wp-post-image {
  max-width: 300px;
  height: auto;
  float: right;
  margin: 0 0 0 3rem;
}

#posts .post.notice p {
  font-size: 1.4rem;
  line-height: 1.85;
  font-style: italic;
  margin: 0 0 1rem !important;
}

#posts .post.notice h3 a:link {
  text-decoration: underline;
  color: #222;
}

#posts .post.notice a:link {
  text-decoration: none;
  color: #007bbb;
}

#posts .post.notice a:hover {
  text-decoration: underline;
}

#posts .post.notice h5, #posts .post.notice h4 {
  font-size: 2.0rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
}

/* ====== FULLWIDTH ====== */
#posts .fullwidth {
  padding: 0rem;
}

#posts .fullwidth .post-img {
  padding: 0px;
  float: none;
  width: 100%;
}

#posts .fullwidth .post-img img {
  max-width: none;
  max-height: none;
  height: inherit;
  padding: 0;
}

#posts .fullwidth .post-meta-bits {
  padding: 1.5rem 0 0;
  height: auto;
  position: relative;
  margin: 0;
}

#posts .fullwidth .post-meta-bits h2 {
  font-size: 4rem;
  padding-right: 3rem;
  margin-bottom: .5rem;
}

#posts .fullwidth .post-body p {
  margin: 2rem 0;
}

#posts .fullwidth .post-meta-bits .comments {
  top: 1.5rem;
  right: 0;
}

.error404 h1,
.page-id-216323 h1 {
  text-align: center;
}

/* ======= BOTW ========== */

.botw {
  font-family: "adobe-garamond-pro", serif;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.6;
}
.botw .heading {
  font-family: 'futura-pt', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 8px;
  text-align: center;
  background: #f2f2f2;
  color: #515151;
  padding: 0.7rem;
  margin: 1px 1px 0;
}
.botw .post-body { background-color: #fafafa; }
.botw .post-body .su-image-carousel { margin-bottom: 1rem; }

.botw .post-body p { padding: 0 1rem 1rem; }
.botw .post-body p a { text-decoration: underline; }
.botw .post-body p strong { font-weight: 700; }

.post-body p.button {
  font-family: 'futura-pt',sans-serif;
  margin: 0rem auto 4rem;
  text-align: center;
  padding: 0;
  line-height: 3;
}

.post-body p.button a {
  padding: 15px 35px;
  font-size: 14px;
  background-color:#000;
  text-decoration: none;
  color:#FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: none;
  display: inline-block;
  min-width: 200px;
}

.post-body p.button a:hover {
  text-decoration: none;
  background-color: #e1bf6f;
  color: #FFF;
}

/* ====== CATEGORY PAGES ====== */
.cat-header {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  color: #666;
}


.cat-header h1, .cat-header h3 {
  color: #3A3A3A;
  margin: 0;
  padding: 0;
  font-size: 5rem;
  text-align: left;
}

.cat-header::after {
  content: " ";
  border: 3px solid #e1bf6f;
  margin-top: 5px;
  display: block;
  max-width: 70px;
}

/* ====== SEARCH RESULTS ====== */
.sr {
  padding: 2rem 0 4rem;
  text-align: center;
  font-size: 1.6rem;
}

.srf {
  margin-right: 1rem;
  bottom: 1.38rem;
  position: relative;
  letter-spacing: 2px;
}

.srq {
  font-size: 3.8rem;
  color: #E1BF6F;
  border-bottom: 1px solid #DEDEDE;
  text-transform: lowercase;
  width: 100%;
  max-width: 390px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  line-height: 1.4;
  white-space: nowrap;
  padding-right: 4rem;
  letter-spacing: -1px;
}

/* SIDE RAIL */
.widgets {
  margin-bottom: 3rem;
}

.widgets a {
  color: #232323;
}

.widgets a:hover {
  text-decoration: underline;
}

.widgets.white h3 {
  border-bottom: none !important;
  margin-bottom: 1rem;
}

.widgets h3 a {
  border-bottom: 1px solid #B42549;
  line-height: 1.7;
  padding-bottom: 0.3rem;
}

.widgets h3 a:hover {
  text-decoration: none;
}

/* =========== MC Signup ==============  */



.mce-signup {
  border: 1px solid #383838;
  width: 100%;
  max-width: 480px;
  margin: 0px auto 3rem;
  padding: 0px;
  font-family: "future-pt", sans-serif;
}

.mce-header {
  height: 100px;
  width: 100%;
  background: #383838 none repeat scroll 0% 0%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.mce-sub {
  font-size: 28px;
  font-weight: 700;
  padding: 0px 32px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  display: flex;
  -moz-box-align: center;
  align-items: center;
  height: 100%;
}

.mce-bestof {
  font-size: 18px;
  color: rgb(68, 68, 68);
  line-height: 1.4;
  padding: 22px 30px 5px;
}

.mce-signup .mce-form {
  display: flex;
  padding: 20px 32px;
}
.mce-form form { position: relative; width: 100%; }
.mce-form form label.mce-label {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
  z-index: 100;
  padding: 0px 5px !important;
  font-size: 14px;
  color: #333;
}
.mce-form form label.mce-label-alt span, .mce-form form label.mce-label-submit span { display: none; }
 { display: none; }

.mce-form form input {
  height: 50px;
  border: 1px solid rgb(30, 30, 30);
  border-radius: 2px;
  width: calc(100% - 60px);
  padding: 5px 60px 5px 5px;
  font-size: 18px;
}
.mce-form form .submit_button {
  position: absolute;
  top: 5px;
  margin-top: 0px !important;
  border-radius: 2px;
  border: medium none;
  padding: 5px 15px;
  width: 110px;
  background-color: #3d6ab1;
  right: -5px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  height: 40px;
}

.mce-agree {
  color: rgb(83, 83, 83);
  margin-top: -14px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 32px 0px;
}
.mce-agree a:link { text-decoration: underline; }


/* =========== SIDEBAR + WP MOST POPULAR ============== */

.aff_disclosure {
  text-align: center;
  color: #575757;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 1.8rem;
  border: 1px dashed #ddd;
  margin-bottom: 2rem;
}

.aff_disclosure.mobile {
    display: none;
    font-size: 1rem;
    border: none;
    padding: 1rem .5rem;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: .9rem;
    color: #757475;
}

.wpp-list:after {
  clear: both;
}

.wpp-list .wpp-thumbnail {
  width: 90px;
  height: auto;
  float: left;
  border: none;
  margin-right: 1rem;
}

.wpp-list .wpp-thumbnail img {
  width: 100%;
  height: auto;
}

.wpp-list .wpp-post-title {
  font-family: "orpheuspro", serif;
  color: #353535;
  font-size: 1.5rem;
  display: block;
  line-height: 1.4;
}

.wpp-list .wpp-post-title:hover {
  text-decoration: none;
}

.wpp-list li {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0 0 2rem;
  margin-top: 1rem;
  width: 300px;
  text-align: left;
  border-bottom: 1px solid #F2F2F2;
}

.wpp-list li:after {
  clear: both;
}

.wpp-list li:first-child {
  margin-top: 0;
}

.wpp-list li:last-child {
  border: none;
}

.wpp-list .post-stats {
  font-size: 1.1rem;
  font-family: "futura-pt", serif;
  color: #757575;
  text-align: right;
  text-transform: uppercase;
  padding: 5px 15px 0 0;
}

/* ======= FEATURE HEADER ======= */
.feature-header {
  padding: 1.5rem 1rem 0rem 0rem;
}

.feature-header>div {
  width: 50%;
  float: left;
}

.feature-header .featured {
  padding: 0 1rem 1rem;
}

.feature-header .featured a { display: block; }


.feature-header .featured .fh-img {
  position: relative;
  max-height: 440px;
  overflow: hidden;
  background-color: #000;
}

.feature-header .featured .fh-img img {
  width: 100%;
  height: auto;
  margin: 0;
}

.feature-header .featured .fh-img::after {
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: linear-gradient(-180deg, transparent 20%, rgba(0, 0, 0, .75) 100%);
  background-position: center;
  background-size: cover;
}

.feature-header .featured .fh-comments {
  position: absolute;
  background: url(images/icons/comments.png) no-repeat top left;
  background-size: contain;
  top: 1rem;
  right: 1rem;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  display: block;
  line-height: 19px;
  font-family: Helvetiva, sans-serif;
}

.feature-header .featured .fh-title {
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  color: #FFF;
  z-index: 2;
  font-size: 3.6rem;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
  font-family: 'orpheuspro', serif;
}

.feature-header .featured .fh-title span {
  font-family: 'futura-pt', sans-serif;
  display: block;
  padding: 0 0 .5rem;
  text-transform: uppercase;
  font-size: 40%;
  letter-spacing: .5px;
  font-style: italic;
}

/* ======= PB PICKS BLOCK ======= */
.picks-block {
  background: #FFF;
  margin: 0rem auto 0;
  padding: 3rem 0;
  overflow: hidden;
}

.picks-block h3 {
  font-family: "orpheuspro";
  color: #000;
  font-size: 2.4rem;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}

.picks-block .picks-shop-item {
  float: left;
  width: 20%;
}

.picks-block .picks-shop-item a.shop-item {}

.picks-block .picks-shop-item figure {
  text-align: center;
  position: relative;
}

.picks-block .picks-shop-item figure .item-wrap {}

.picks-block .picks-shop-item figure .item-wrap img {
  width: 85%;
  height: auto;
}

.picks-block .picks-shop-item figcaption {
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.picks-block .picks-shop-item:hover figcaption {
  color: #e1bf6f;
}

.picks-block .picks-shop-item figcaption .picks-shop-item-brand {
  font-family: "orpheuspro";
}

.picks-block .picks-shop-item figcaption .picks-shop-item-name {
  font-family: 'futura-pt';
  font-size: 1.2rem;
}

.picks-block .picks-shop-item .overlay {
  background: rgb(255, 255, 255, 0.4);
  height: 100%;
  opacity: .1;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.picks-block .picks-shop-item .overlay .overlay-inner {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.picks-block .picks-shop-item .overlay .overlay-inner .overlay-content p {
  line-height: 20px;
  font-family: 'futura-pt';
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #FFF;
  background: #000;
  padding: 8px;
  margin: 0 auto;
  width: 70%;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.picks-block .picks-shop-item:hover .overlay .overlay-inner .overlay-content p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.picks-block .picks-shop-item .overlay .overlay-inner .overlay-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.picks-block .picks-shop-item:hover .overlay {
  opacity: 1;
}

/* ======= DEALS BLOCK ======= */
.deals-block {
  background: #fAfAfA;
  padding: 2rem 2rem 0;
  margin: -2rem 0 4rem;
}

.deals-block h3 {
  font-size: 2rem;
  font-weight: bold;
  font-family: "adobe-garamond-pro";
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding: 0;
}

.deals-block ul {}

.deals-block ul li {
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
  width: 50%;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deals-block ul li a:hover {
  color: #e1bf6f;
}

.deals-block span.deal-retailer {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-style: italic;
  color: #8e8e8e;
}

.deals-block span {}

.deals-block .deal-percent {
  float: left;
  background: #232323;
  border: 2px solid #e1bf6f;
  border-radius: 5px;
  padding: 1.4rem 1rem 1rem;
  margin-right: 8px;
  text-align: center;
  width: 70px;
  height: 70px;
  font-family: 'futura-pt', sans-serif;
  line-height: 1;
  color: #e1bf6f;
  font-size: 2.3rem;
}

.deals-block .deal-percent span {
  display: block;
  font-size: 1.6rem;
  color: #FFF;
}

.deals-block span.deal-desc {
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.8rem;
  line-height: 1.2;
  padding-right: 5px;
}

.deals-block span.deal-code {
  margin-left: 5px;
}

.deals-block span.deal-duration {}

/* ======= PAGE FOOTER ======= */
.site-footer {
  background-color: #222;
  margin: 0 auto;
  color: #969696;
  text-align: left;
  letter-spacing: 2px;
  padding: 4rem 0 10rem;
  text-align: center;
}

@media only screen and (min-width: 835px) {
  .site-footer {
    min-width: 1000px;
  }
}

.site-footer .container div {
  margin-bottom: 3rem;
}

.site-footer .nav-footer {
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 1.5rem;
  width: 70%;
  margin: 0 auto;
}

.site-footer a {
  color: #CECECE;
}

.site-footer a:hover {
  color: #e1bf6f;
  text-decoration: underline;
}

.site-footer .nav-footer ul li {
  display: inline-block;
  width: 19%;
}

.site-footer .social-footer a {
  margin-right: 2rem;
  display: inline-block;
  position: relative;
  text-align: center;
}

.site-footer .tagline {
  font-size: 1.3rem;
  text-transform: lowercase;
  padding: 0 3rem;
  line-height: 1.6;
}

.site-footer .site-links {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 2rem;
  line-height: 3;
}

.site-footer .site-links li {
  display: inline-block;
  margin-right: 3rem;
}

.site-footer .site-links li:last-child {
  margin-right: 0;
}

.wp-video {
  margin: 0 auto 3rem;
}

img.right {
  float: right;
  margin: 0 0 2rem 3rem;
}

img.left {
  float: left;
  margin: 0 3rem 2rem 0;
}

img.attachment-full.wp-post-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

img.attachment-large, img.attachment-medium, img.attachment-post-thumbnail {
  display: block;
  margin: 0 auto 20px;
}

img.attachment-large, img.attachment-post-thumbnail {
  width: 100%;
  height: auto;
}

.post p img.alignright {
  margin-right: 0;
}

img.aligncenter, img.center, img.alignnone {
  display: block;
  margin: 0 auto 3rem;
  max-width: 100%;
  height: auto;
}

img.tfe {
  margin-right: 10px;
  padding: 2px;
  border: 1px solid #CFCFCF;
}

.in-content {
  margin: 0 0 4rem;
  text-align: center;
}

.in-content iframe {
  margin-bottom:0;
}

.leaderboard {
  padding: 2rem 0;
  text-align: center;
}

/* =========== WP-PAGENAVI ============== */
.wp-pagenavi {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0 0 3rem;
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: 500;
}

.wp-pagenavi:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wp-pagenavi a {}

.wp-pagenavi a:hover {}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  background-color: #333;
  color: #fff;
  text-align: center;
  width: 150px;
  padding: 2rem;
  text-transform: uppercase;
}

.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
  background-color: #5f8ee4;
  color: #fff;
}

.wp-pagenavi a.previouspostslink {
  float: left;
}

.wp-pagenavi a.nextpostslink {
  float: right;
}

@media only screen and (max-width: 727px) {
  .wp-nagenavi {
    padding: 5px 0;
  }

  .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    width: 155px;
  }
}

.title .wp-pagenavi {
  width: 110px;
  display: inline-block;
  position: absolute;
  top: 0;
}


.saboxplugin-wrap { font-family: 'adobe-garamond-pro', serif; margin-bottom: 3rem !important; }
.saboxplugin-wrap .saboxplugin-gravatar img { max-width: 80px; }
.saboxplugin-wrap .saboxplugin-socials { display: none !important; }


@media only screen and (max-width:1100px) {
  #posts .post .post-img { width: 300px; }
  #posts .post.fullwidth .post-img { width: 100%; }
  #posts .post .post-meta-bits { margin-left: 320px; height: 245px; }
  #posts .post.fullwidth .post-meta-bits { height: auto; margin: 0; }
  #posts .post-meta-bits h2 { font-size: 2.8rem; }
  #posts .post .post-meta-bits .subtitle {
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}

.index_video { margin-bottom: 3rem; }

.swal-text { line-height: 1.6; }
.swal-title, .swal-modal.mcsub { font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif; }
.swal-title { font-size: 22px !important;}
.swal-button {
  background-color: #41a8d9 !important;
}
