/*
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:      18
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. */
}


/* ====== 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: #F7F7F7;
  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,
.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;
}

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-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;
}

@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: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;
}

/* ======= INDEX ====== */

#posts .post {
  position: relative;
  margin: 0 0 3rem;
  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;
}

body.category #posts .post-meta-bits h2 {
  padding-right: 30px;
}

.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;
  color: #fff;
  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;
}

/* ====== NOTICES ====== */
#posts .post.notice {
  background: #FFF;
  border: 2px dashed #e1bf6f;
  padding: 2rem 3rem;
}

#posts .post.notice picture {
  float: right;
  margin: 0 0 0 10px;
}

#posts .post.notice picture.wp-post-image img {
  width: 100%;
  height: auto;
  margin-bottom: 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;
}



.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 {
  padding: 0 0 3rem 0;
}


.cat-header h1,
.cat-header h3 {
  color: #3A3A3A;
  margin-bottom: 2rem;
  padding: 0;
  font-size: 3.4rem;
  text-align: left;
}

.cat-header h1::after {
  content: " ";
  border: 3px solid #e1bf6f;
  display: block;
  max-width: 180px;
  margin-top: 5px;
}

.cat-header .description { font-family: "adobe-garamond-pro", serif;  font-size: 1.8rem; padding-bottom: 20px;  }

.cat-header .description a {
  color: #ae326c;
  text-decoration: underline;
  font-weight: bold;
}

.cat-header .description h2 {
  font-size: 2.2rem;
  margin-top: 15px;
  font-family: 'futura-pt', sans-serif;
  letter-spacing: -0.4px;
}

.cat-header .description p {
  padding: 0 0 10px 0;
}

.cat-header .description ol, .cat-header .description ul { padding: 0 0 15px 25px;}
.cat-header .description ul { list-style: disc; padding-top: 15px; }
.cat-header .description ol li, .cat-header .description ul li { padding-bottom: 5px;}


.cat-header .latest {
  border-bottom: 3px solid #121212;
  font-family: 'futura-pt', sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
}

  #hiddenContent {
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.content-collapsed {
  max-height: 0;
}

/* ====== 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 ==============  */


#mc_embed_signup {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mc_embed_signup form {
  background: #fff;
  padding: 40px;
  width: 100%;
  max-width: 640px;
  min-width: 200px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 3rem;
}

#mc_embed_signup h2 {
  font-size: 3.2rem;
}

#mc_embed_signup section {
  color: #515D66;
  padding: 0 10px 20px;
  font-size: 15px;
  font-family: "adobe-garamond-pro", serif;
}

#mc_embed_signup input {
  border: unset;
  background-color: #e4eff8;
  padding: 15px;
  font-size: 13px;
  border-radius: 50px;
  width: 250px;
}

#mc_embed_signup input:focus {
  border-color: #333;
}

#mc_embed_signup .button {
  background-color: #0575E6;
  color: #fff;
  border: unset;
  width: 120px;
  border-radius: 50px;
  padding: 15px;
  cursor: pointer;
}

#mc_embed_signup .button:hover {}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}


@media screen and (max-width: 720px) {
  #mc_embed_signup form {
    margin-right: 20px !important;
    margin-left: 20px !important;
    padding: 15px;
  }

  #mc_embed_signup input {
    width: 300px;
    margin-bottom: 15px;
  }
}


/* =========== 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-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 3rem;
  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: 25%;
}

.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;
}



/* ======= 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;
}

.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-pagenavi {
    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;
}


/* Large desktop break point */




@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;
  }
}




/* iPad break point */


@media only screen and (max-width:834px) {
  body {
    padding-top: 86px;
  }

  header {
    height: 86px;
    position: fixed;
    top: 0;
    transition: top .2s ease-in-out;
    min-width: 0;
    margin-bottom: 0;
    z-index: 8000;
  }

  header.nav-up {
    top: -86px;
  }

  header .cat-navig li a {
    margin: 0 8px;
  }

  .container {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body.paged #content {
    padding-top: 2rem;
  }

  #content {
    float: none;
    margin: 0;
    padding: 0rem 2rem 0rem;
  }

  #postContent,
  #indexContent {
    margin: 0;
    padding-top: 1rem;
  }

  #sidemenu {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  #sidemenu.most_discussed,
  .aff_disclosure {
    display: none;
  }

  .pb-top-nav ul li a {
    font-size: 1.3rem;
  }

  #posts .post {
    margin-bottom: 3rem;
  }

  #posts .post .post-img {
    width: 300px;
  }

  #posts .post .post-img .wp-post-image {}

  #posts .post .post-meta-bits {
    margin-left: 315px;
    height: 225px;
  }

  #posts .post-meta-bits h2 {
    font-size: 2.6rem;
  }

  #posts .post.fullwidth .post-img {
    width: 100%;
  }

  #posts .post.fullwidth .post-meta-bits {
    margin: 0;
    height: auto;
  }

  .wrapper-sticky {
    margin: 0 auto;
    float: none !important;
  }

  #wrapper.padded {
    padding-top: 51px;
  }

  #posts .post.fullwidth.wihb {
    padding: 0;
  }

  #picks-list ul li {
    min-width: 120px;
  }

  h1 {
    padding: 0;
  }

  .post-body h2,
  h3,
  h4,
  h5,
  h6,
  .ratings {
    padding: 0 2rem;
  }

  #posts .post.notice h3 {
    padding: 0;
  }

  .feature-header .featured .fh-title {
    padding: 10px 20px;
    font-size: 2.4rem;
  }

  .aff_disclosure.mobile {
    display: block;
  }

  .post-body ul {
    margin: 0 0rem 3rem;
    padding: 0 2rem;
  }

  .gallery-item {
    padding: 0 0 3rem;
    margin: 0;
  }

  .gallery-item .gallery-ad {
    padding: 3rem 0 1rem;
  }


  .post.singlePost .post-body p {
    margin: 0 auto 3rem;
  }


  .post .post-body .gallery-item p.content-img-wrap {
    width: 100%;
  }

  .post .post-body div.wp-caption img.size-full {
    margin-bottom: 0;
  }

  #comments,
  .related {
    padding: 2rem 1rem;
  }


  #sidemenu h3 {
    margin: 1rem 2rem 2rem;
  }

  .wpp-list {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .wpp-list:after {
    display: table;
    content: " ";
  }

  .wpp-list li {
    margin: 0 2rem 2rem 2rem;
    min-height: 100px;
    vertical-align: top;
    width: 44%;
    border: none;
  }

  .wpp-list li:last-child {}

  .wpp-list .wpp-thumbnail {
    width: 115px;
    height: auto;
  }

  .wpp-list .wpp-post-title {
    font-size: 1.7rem;
  }

  .sidebar-pick {
    max-width: 100%;
  }

  .site-footer .nav-footer {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 0 3rem;
  }

  .site-footer .social-footer {
    position: relative;
    display: block;
    text-align: center;
    top: 0;
  }
}





/* Phone break point  */


@media only screen and (max-width:440px) {
  #content {
    padding: 0;
  }

  #indexContent {
    padding: 0 1rem;
  }

  #main-navig {
    text-align: center;
  }

  #main-navig a.navig-tpf {
    background: url("images/icons/purseforum.png") no-repeat center;
    background-size: 28px 27px;
    position: absolute;
    right: 50px;
    top: 2px;
    padding: 0;
    height: 45px;
    width: 50px;
    display: block;
  }

  #postContent {
    padding-top: 0rem;
  }

  #sidemenu.most_popular {
    padding: 30px 15px 0px;
    background: #faebd74f;
  }

  .widgets {
    margin-bottom: 3rem;
    background: #f0f0f0;
    padding: 2rem 0 2rem;
  }

  header .header-logo {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .feature-header {
    padding: 0 0 2rem;
  }

  .feature-header>div {
    width: 100%;
    float: none;
  }

  .feature-header .featured {
    padding: 0rem;
  }

  .feature-header .featured .fh-img {
    max-height: 280px;
  }

  .feature-header .featured .fh-title {
    padding: 10px 20px 20px;
    font-size: 2.8rem;
  }

  #posts .post {
    margin-bottom: 2rem;
    padding: 0;
  }

  #posts .post .post-img {
    width: 130px;
  }

  #posts .post .post-meta-bits {
    padding: 0rem 3rem 0rem 0rem;
    margin-left: 140px;
    height: 105px;
  }


  #posts .post .post-meta-bits h2 {
    font-size: 1.7rem;
    margin: 0;
    line-height: 1.4;
  }


  #posts .fullwidth .post-img {
    width: 100%;
  }

  #posts .post.fullwidth .post-meta-bits {
    margin: 0;
    padding: 1.5rem 0;
  }

  #posts .post.fullwidth .post-meta-bits h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding-right: 0;
  }

  #posts .post.fullwidth .post-meta-bits .post-category {
    display: block;
  }

  #posts .post.fullwidth .post-meta-bits .subtitle {
    margin: 0;
    display: block !important;
    line-height: 1.4;
  }

  #posts .fullwidth .post-meta-bits .comments {
    top: 1rem;
  }

  #posts .post-meta-bits .post-meta,
  #posts .post-meta-bits .post-category,
  #posts .post .post-meta-bits .subtitle {
    display: none;
  }

  #posts .post.notice {
    padding: 2rem 1rem;
    text-align: center;
  }

  #posts .post.notice h2 {
    font-size: 2.8rem;
    padding: 0;
  }



  #posts .post.notice picture {
    max-width: 100%;
    height: auto;
    float: none;
  }

  #posts .post.notice p {
    margin: 0 0 1rem !important;
  }

  #posts .post.notice img {
    display: block;
    float: none;
    margin: 0 auto 2rem !important;
    width: 100% !important;
    height: auto;
  }

  #posts .post.notice h5 {
    margin-bottom: 1rem;
  }

  .post-body h3 {
    font-size: 2.6rem;
  }

  .gallery-item {
    padding: 0 0 2rem;
    margin: 0;
  }

  #posts .post.fullwidth .post-body p,
  #posts .post.subtitled .post-body p {
    font-size: 1.8rem;
    text-align: center;
    margin: 2rem 0;
  }

  #posts .post .post-img .post-img-link::before {
    margin-top: -2px;
  }

  #posts .post.wihb .wihb_meta {
    display: none;
  }

  #posts .post.wihb .wihb_overlay h4 {
    bottom: 10%;
    font-size: 1.1rem;
  }

  #posts .post.wihb .wihb_overlay h2 {
    font-size: 3rem;
    bottom: 8%;
  }



  .wp-pagenavi {
    padding: 2rem 0;
  }

  .wpp-list li {
    margin: 0 auto;
    margin-bottom: 0 !important;
    float: none;
    width: 100%;
    padding: 1rem 1rem 0;
    border: none;

  }

  .wpp-list .wpp-post-title {
    font-size: 1.6rem;
    text-align: right;
  }

  .wpp-list li:first-child {
    margin-top: 1.5rem;
  }

  .wpp-list li:last-child {
    border: none;
  }

  .wpp-list .wpp-thumbnail {
    float: right;
    width: 90px;
    margin: 0 0 0 1rem;
  }

  .wrapper-sticky {
    width: 100% !important;
  }

  .site-footer .nav-footer {
    padding-bottom: 0;
  }

  .site-footer .nav-footer ul li {
    padding: 12px;
    width: auto;
  }

  .index-carousel h4 {
    padding: 0 2rem 1rem;
  }


  #sidemenu h3 {
    margin: 0rem 1rem;
  }

  #sidemenu.most_popular h3 {
    margin: 0rem 8rem;
    text-align: center;
  }


  .picks-block .picks-shop-item {
    width: 45%;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 220px;
  }

  .feature .feature-content {
    padding: 0px 20px 10px 20px;
  }

  .center-ad {
    display: none;
  }

}