/**
* Menu
*/

@font-face {
  font-family: 'Abuget';
  src: url('../fonts/Abuget.eot');
  src: url('../fonts/Abuget.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Abuget.woff2') format('woff2'),
  url('../fonts/Abuget.woff') format('woff'),
  url('../fonts/Abuget.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html, body {
  overflow-x: hidden
}

p a, .entry-content a{
  border: none;
}

article p, #page p {
  color: #404040;
}

ul.sub-menu {
  border-top: 1px solid #e2e4e4;
  display: none;
  font-size: 12px;
  left: -5px;
  min-width: 300px;
  top: 100%;
  width: auto;
}

#primary {
  max-width: 100%;
}

.main-navigation li ul.sub-menu li {
  border: 0 none;
  border-top: 1px solid #e2e4e4;
  display: block;
  padding: 10px 0;
}

.main-navigation li ul.sub-menu li:first-child {
  border-top: 0 none;
}

nav.main-navigation {
  position: fixed;
  z-index: 999;
}

div.margin-top {
  margin-top: 60px;
}

@media screen and (max-width: 1100px){
  div.margin-top {
    display: none;
  }
}

#category-nav ul.sub-menu {
  left: -1px;
  top: 1px;
  width: 100%;
  width: calc(100% + 2px);
}

#responsive-navigation .nav-title {
  position: relative;
}

#responsive-navigation .nav-title:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2px;
  opacity: 0;
  right: 15px;
  transition: all ease .2s;
}

#responsive-navigation .nav-title.open:after {
  opacity: 1;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background: transparent !important;
}


@media (min-width: 961px) {
  .main-navigation li.menu-item-20245 ul.sub-menu {
    left: -115px;
  }

  .main-navigation li:hover ul.sub-menu {
    display: block;
  }
}
@media (max-width: 960px) {
  #responsive-navigation .nav-content {
    display: none;
  }
  ul.sub-menu {
    height: 140px;
    overflow: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    position: static;
  }

  .main-navigation li:active ul.sub-menu,
  .main-navigation li:focus ul.sub-menu,
  .main-navigation li:hover ul.sub-menu {
    display: block !important;
  }
}

/**
* Shop
*/

body #shop-top-image img {
  display: block;
  margin: 0 auto;
  max-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
body #shop-sc h2 {
  line-height: 1.2em;
}

body #shop-sc .products {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

body #shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

body #shop-info .woocommerce {
  height: 100%;
}

body #shop-info .woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
}

body #shop-info .woocommerce ul.products:after,
body #shop-info .woocommerce ul.products:before {
  display: none;
}

body #shop-info .woocommerce ul.products li.product:nth-of-type(even),
body #shop-info .woocommerce ul.products li.product {
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 1%;
  width: 49%;
}

body #shop-info .woocommerce ul.products li.product:nth-of-type(even) {
  margin-left: 1%;
  margin-right: 0;
}

body #shop-info .woocommerce ul.products li.product:nth-child(1),
body #shop-info .woocommerce ul.products li.product:nth-child(2) {
  margin-top: 0;
}

body #shop-info .woocommerce ul.products li.product img {
  display: block;
  height: auto;
  max-height: 135px;
  margin: 0 auto;
  width: auto;
}

body #shop-info .woocommerce ul.products li.product {
  max-width: 50%;
  height: auto;
}

body #shop-info .woocommerce ul.products li.product.sugar-cloth-exclusives-coming-soon h3,
body #shop-info .woocommerce ul.products li.product.sugar-cloth-exclusives h3 {
  line-height: 1.2;
  margin-top: 0;
}

body #shop-info .woocommerce ul.products li.product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

body #shop-info .woocommerce ul.products li.product h3 {
  font-size: 26px;
  margin-top: -30px;
  /*-ms-flex-item-align: start;
  align-self: flex-start;*/
  width: 100%;
}

body #shop-sc .products .product h2 {
  font-size: 1.7em;
}

body .shop-column:first-of-type {
  height: auto;
}

body .shop-column p a,
body .shop-column li a {
  border-bottom: none;
  font-family: "Pathway Gothic One", Helvetica, sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: 0.105em;
  color: #767676;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body .shop-column li a :hover {
  color:#f0cabd !important;
}

@media (max-width:767px) {
  body #shop-sc .woocommerce ul.products {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  body #shop-info .woocommerce ul.products li.product {
    display: block;
    min-height: 220px;
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    box-sizing: border-box;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
  }
  body #shop-info .woocommerce ul.products li.product:nth-of-type(even) {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
  body #shop-info .woocommerce ul.products li.product h3 {
    font-size: 23px;
  }

}

/**
* Post
*/

body .featured-post-info {
  padding-bottom: 0;
  padding-top: 4%;
  position: relative;
}

.fontawesome-text {
  display: none;
}

#primary .entry-header h1,
#primary .entry-title {
  font-family: 'Pathway Gothic One', Helvetica, serif;
  font-size: 2.25em;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .075em;
  line-height: 1.15em;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}

body #blog-feed .entry-content img[src*='doubleclick'] {
  width: auto;
}

.post a.read-more {
  border: 1px solid transparent;
}
.post a.read-more:hover {
  background: #fff;
  border: 1px solid #f0cabd;
  color: #f0cabd;
}

body p a[href*='attachment_id'],
body .entry-content a[href*='attachment_id'] {
  border: none;
}

div.post-comments {
  width: 60%;
}
div.post-sharing {
  width: 40%;
}

.single-post #primary .entry-header h1,
.single-post #primary .entry-title {
  margin-top: 4%;
}
.post-comments a.leave-comment {
  color: #f0cabd;
}
.leave-comment .bull {
  color: #c3c3c3;
  padding: 0 5px;
}

body #respond textarea {
  padding: 10px;
  text-transform: none;
}

body #respond textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
body #respond textarea::-moz-placeholder {
  text-transform: uppercase;
}
body #respond textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
body #respond textarea:-moz-placeholder {
  text-transform: uppercase;
}

@media screen and (max-width:767px) {
  div.post-comments,
  div.post-sharing {
    width: 100%;
  }
}

#menu-social .fa,
.social-float .fa {
  font-size: 19px;
}
#menu-social a,
.social-float a {
  color: #d8d8d8;
}

.social-float a {
  margin-bottom: 15px;
}

/**
* Date remove
*/

#primary .entry-header .entry-meta,
.post-main .entry-header .entry-meta,
.author-name + h3 {
  display: none !important;
}

.post-main p > img[src*='Contributor'],
.post-main p > img[src*='contributor'] {
  display: none;
}

/**
* Widgets
*/

#image-25 a {
  color: #c3c3c3;
  font: 400 .85em 'karla', Helvetica, sans-serif;
  letter-spacing: .175em;
  text-transform: uppercase;
}

#image-25 a:hover {
  color: #f0cabd;
}

#secondary ul.rpwe-ul li {
  float: left;
}

#secondary {
  padding-top: 225px;
  /* padding-bottom: 40px; */
}

.site-branding.mobile {
  display: none;
  margin: 5em auto 3em;
}

@media screen and (max-width: 765px){
  #secondary {
    padding-top: 20px;
  }
}

@media screen and (max-width: 730px) {
  .featured-post-info .more-link,
  .featured-event-info .more-link {
    position: relative;
    top: -15px;
  }
}

@media screen and (min-width: 731px) and (max-width: 800px) {
  body .featured-post-info {
    height: 380px;
  }
  .featured-post-info .more-link,
  .featured-event-info .more-link {
    bottom: 20px;
    left: 50%;
    margin-left: -65px;
    margin-top: 0;
    position: absolute;
  }
}

@media screen and (min-width: 1024px) {
  body .featured-post-info {
    height: 415px;
    padding-bottom: 0;
    padding-top: 4%;
  }

  .featured-post-info .more-link,
  .featured-event-info .more-link {
    bottom: 20px;
    left: 50%;
    margin-left: -65px;
    margin-top: 0;
    position: absolute;
  }
}

#secondary .behind-the-blog-widget ul.rpwe-ul li {
  border: 0 none;
}
#secondary .behind-the-blog-widget ul.rpwe-ul li .rpwe-thumb {
  border: 0 none !important;
  margin: 0;
  padding: 0 !important;
}

#secondary .behind-the-blog-widget {
  overflow: hidden;
}

#secondary .behind-the-blog-widget ul.rpwe-ul li:first-of-type h3 {
  opacity: 1;
}

#secondary .behind-the-blog-widget ul.rpwe-ul li:first-of-type h3 a {
  background-color: #fff;
  border: 3px solid #f9ddd0;
  color: #767676;
  font: 400 23px 'Pathway Gothic One', Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 90%;
  padding-top: 45px;
}

#secondary .behind-the-blog-widget ul.rpwe-ul li:first-of-type h3 a:before {
  background: #f9ddd0;
  color: #fff;
  content: 'Behind the blog';
  float: left;
  font: 400 10px 'Karla', Helvetica, sans-serif;
  left: 50%;
  min-width: 155px;
  padding: 6px 8px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#secondary .behind-the-blog-widget ul.rpwe-ul li:first-of-type h3 a:after {
  background: #f9ddd0;
  color: #fff;
  content: 'Read More';
  display: block;
  font: 400 13px 'Karla', Helvetica, sans-serif;
  margin: 20px auto 0 auto;
  padding: 11px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
}
#secondary .cd-signup,
.signup-between-posts {
  background-color: #f9ddd1;
  padding: 10px;
}

#secondary .signup-sidebar,
.signup-between-posts form {
  border: 4px solid #fff;
  padding: 60px 25px 80px 25px;
  text-align: center;
}

.signup-sidebar .mc_form_inside {
  margin: 0 auto;
  max-width: 200px;
  position: relative;
}

.signup-sidebar .form-title,
.signup-between-posts .signup-title {
  color: #767676;
  font: 400 14px Karla, sans-serif;
}

.signup-sidebar .form-title,
.signup-sidebar .form-description,
.signup-between-posts .signup-title,
.signup-between-posts .signup-subtitle {
  text-transform: uppercase;
}

.signup-sidebar .form-description,
.signup-between-posts .signup-subtitle {
  color: #404040;
  font: 400 21px 'Pathway Gothic One', Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 30px auto;
}

.input-holder-name {
  display: none;
}

ul.interests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -1em;
  padding-bottom: 30px;
}

ul.interests li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 400 11px Karla, sans-serif;
  padding: 3px 7.5px;
  position: relative;
  text-transform: uppercase;
  width: 50%;
}

ul.interests li span {
  border: 1px solid #767676;
  height: 10px;
  margin-right: 5px;
  min-width: 10px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

ul.interests li input {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

ul.interests li input:checked ~ span {
  background: #767676;
}

.signup-form input[type='text'],
.signup-form input[type='search'],
.signup-form input[type='email'] {
  border: 1px solid #767676;
  color: #767676;
  font: 400 13px 'Pathway Gothic One', Helvetica, serif;
  letter-spacing: 1px;
  letter-spacing: 0;
  padding: 10px 35px 10px 15px;
  width: 100%;
}

.signup-form .mc_signup_submit {
  background-color: #767676;
  border-radius: 100%;
  float: right;
  height: 45px;
  margin-right: -22.5px;
  margin-top: -22.5px;
  position: relative;
  width: 45px;
}

.signup-form .mc_signup_submit:before {
  color: #fff;
  content: '\f105';
  display: inline-block;
  font: normal normal normal 28px/40px FontAwesome;
  -webkit-font-smoothing: antialiased;
  margin-right: -3px;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

.signup-form .submit-btn {
  background: none;
  border: 0;
  bottom: 0;
  font-size: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

.signup-form input::-webkit-input-placeholder {
  color: #767676;
  text-transform: uppercase;
}

.signup-form input:-ms-input-placeholder {
  color: #767676;
  text-transform: uppercase;
}

.signup-form input::placeholder {
  color: #767676;
  text-transform: uppercase;
}

.signup-between-posts {
  margin-bottom: 60px;
}

.signup-between-posts form +p {
  display: none;
}

.signup-between-posts ul.interests {
  margin-left: 0;
  margin-right: 0;
}

.signup-between-posts  ul.interests li {
  width: 25%;
}

.signup-between-posts p:empty,
.signup-between-posts br {
  display: none;
}

.signup-between-posts form {
  padding-bottom: 30px;
  padding-top: 20px;
}

.signup-between-posts .signup-subtitle {
  margin-top: 15px;
}

.signup-between-posts .signup-inputs {
  margin: 0 auto;
  max-width: 240px;
}

.signup-between-posts.signup-form .mc_signup_submit {
  background: transparent url(../images/submit-button.png) no-repeat top center;
  background-size: contain;
  height: 45px;
  margin-top: -40px;
  position: relative;
  width: 54px;
  z-index: 10;
}

.signup-between-posts.signup-form .mc_signup_submit:before {
  display: none;
}

.signup-between-posts + #popup-embedded-box-pro-gfcr-4 {
  display: none;
}

@media (max-width:767px) {
  .signup-form  ul.interests li {
    width: 50%;
  }
}

/**
* Contact
*/

.contact-column .ninja-forms-cont .ninja-forms-form .field-wrap .ninja-forms-req-symbol {
  display: none;
}

.contact-column .ninja-forms-cont .ninja-forms-form .field-wrap input:not([type='submit']),
.contact-column .ninja-forms-cont .ninja-forms-form .field-wrap textarea {
  text-transform: none;
}

.contact-column .ninja-forms-cont .ninja-forms-form .field-wrap input:placeholder {
  text-transform: uppercase;
}

.contact-column .ninja-forms-cont .ninja-forms-form .field-wrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
}
.contact-column .ninja-forms-cont .ninja-forms-form .field-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
}
.contact-column .ninja-forms-cont .ninja-forms-form .field-wrap input:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
}
.contact-column .ninja-forms-cont .ninja-forms-form .field-wrap input:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
}

.contact-column .ninja-forms-cont .ninja-forms-form .field-wrap textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
}
.contact-column .ninja-forms-cont .ninja-forms-form .field-wrap textarea::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
}
.contact-column .ninja-forms-cont .ninja-forms-form .field-wrap textarea:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
}
.contact-column .ninja-forms-cont .ninja-forms-form .field-wrap textarea:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
}

.contact-column .ninja-forms-cont .ninja-forms-form .field-wrap textarea {
  width: 100%;
}



/**
* Footer
*/

.popular-posts .rpwe-ul li img {
  max-width: 170px;
}

/**
* Popup
*/
#popup-box-pro-gfcr-1 .popupally-pro-outer-1-fluid_abdess .popupally-pro-close {
  margin-right: -120px;
  right: 50%!important;
  top: 33px !important;
}

/**
* Back to top
*/
#back-top {
  bottom: 40px;
  display: block;
  position: fixed;
  right: 40px;
}

@media screen and (max-width: 767px) {
  #back-top img {
    width: 55px;
  }
}

@media screen and (max-width: 1023px) {
  #back-top {
    bottom: 10px;
    right: 15px;
  }
}

@media screen and (min-width: 1024px) {
}

/**
* Contributors box
*/

.tax-contributor .category-heading {
  max-width: 100%;
  width: 100%;
}
.contributor-box {
  border: 1px solid #f9ddd0;
  margin-bottom: 30px;
  padding: 20px 10px;
  text-transform: uppercase;
}

.contributor-profile-data {
  float: left;
  padding: 0 15px;
  width: 45%;
}

.contributor-profile-data h3 {
  border: 1px solid #f9ddd0;
  font: 400 16px 'Pathway Gothic One', Helvetica, sans-serif;
  letter-spacing: 2px;
  margin: 0 auto 15px auto;
  padding: 10px;
  text-align: center;
  width: 80%;
}

.contributor-about {
  float: right;
  font: 400 12px/18px Karla, sans-serif;
  padding: 0 15px;
  padding-top: 60px;
  text-align: center;
  width: 55%;
}

.contributor-site-introduction {
  margin-top: 15px;
}

.contributor-site-introduction a {
  border: 0 none;
  color: #767676;
  display: block;
  font-weight: 700;
  text-decoration: none;
}

.contributor-site-introduction a:hover {
  border: 0 none;
  text-decoration: none;
}

.contributor-more,
.entry-content a.contributor-more {
  background: #f9ddd0;
  border: 1px solid transparent;
  color: #fff;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 15px;
  padding: 9px 10px;
  text-align: center;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.contributor-more:hover,
.entry-content a.contributor-more:hover {
  background-color: #fff;
  border-color: #f9ddd0;
  color: #f9ddd0;
}

@media (max-width: 767px) {
  .contributor-profile-data,
  .contributor-about {
    width: 100%;
  }

  .contributor-box {
    margin: 0 auto 25px auto;
    width: 100%;
  }

  .contributor-about {
    padding-top: 0;
  }
}
/**
* Popup
*/
body .popmake.theme-31104 {
  background: none;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

body .popmake.theme-31104 br,
body .popmake.theme-31104 p:empty {
  display: none;
}

body .popmake.theme-31104 > .popmake-close,
body .popmake.theme-default-theme > .popmake-close {
  background: none;
  font: normal normal normal 0/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  right: 12rem;
  text-rendering: auto;
  top: 2rem;
}

body .popmake.theme-31104 > .popmake-close:before,
body .popmake.theme-default-theme > .popmake-close:before {
  color: #767676;
  content: '\f00d';
  font-size: 18px;
}
body .popmake.theme-31104 > .popmake-close:hover,
body .popmake.theme-default-theme > .popmake-close:hover {
  color: #666;
}

body .popmake .response {
  font-size: 12px;
  max-width: 290px;
  padding-top: 10px;
}

.signup-popup {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/signup-bg.png) no-repeat top center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 420px;
  min-height: 460px;
  padding-bottom: 50px;
}

.signup-popup form {
  margin: 0 auto;
  max-width: 340px;
}

.signup-popup .signup-title {
  font: 400 17px 'Karla', sans-serif;
  letter-spacing: 1px;
}

.signup-popup .signup-subtitle {
  color: #404040;
  font: 400 22px 'Pathway Gothic One', Helvetica, serif;
  max-width: 220px;
  margin: 0 auto;
}

.signup-popup .signup-title,
.signup-popup .signup-subtitle {
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

.signup-popup ul.interests {
  max-width: 300px;
  margin: 0 auto;
}

.signup-popup ul.interests li {
  font-size: 11px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.signup-popup .signup-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
}

.signup-popup .signup-inputs input {
  text-align: center;
}

.signup-popup .signup-inputs .input-holder {
  width: 70%;
}

.signup-popup .mc_signup_submit {
  border-radius: 0;
  height: auto;
  margin-right: 0;
  margin-top: 0;
  max-width: 125px;
  width: 30%;
  width: auto;
}

.signup-popup .mc_signup_submit .submit-btn {
  background: #767676;
  color: #fff;
  display: table;
  font: 400 16px 'Pathway Gothic One', Helvetica, serif;
  letter-spacing: 2px;
  padding: 9px;
  position: static;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.signup-popup .mc_signup_submit:before {
  display: none;
}

/**
* Slider
*/
.sac-slides {
  padding-bottom: 24px;
  opacity: 0;
  -webkit-transition:all ease-in-out .3s;
  transition:all ease-in-out .3s;
}

.sac-slides.slick-initialized {
  opacity: 1;
}

.sac-slider br,
.sac-slider p:empty {
  display: none;
}

.sac-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.sac-slider .sac-items article {
  border:0 none;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.sac-slider .sac-items article img {
  margin: 0 auto;
}

.sac-slider .sac-items h1,
.sac-slider-title {
  font: 400 37px 'Pathway Gothic One', Helvetica, serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing:1px;
  margin-bottom: 40px;
  -webkit-transition:opacity ease-in-out .2s;
  transition:opacity ease-in-out .2s;
}

.sac-slider .sac-items h1 {
  display: none;
}

.sac-slide-gallery-description {
  display: none;
}

.sac-slide-gallery-description,
.slide-info .slide-description {
  font:400 15px 'Karla', sans-serif;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.sac-slider .slick-arrow {
  display: inline-block;
  font: normal normal normal 0/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0 none;
  border-radius:100%;
  background-color:#767676;
  -webkit-transition:all ease .2s;
  transition:all ease .2s;
  opacity: 1;
  color:#fff;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

.sac-slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.sac-slider .slick-arrow.slick-prev {
  left: -32px;
}

.sac-slider .slick-arrow.slick-next {
  right: -32px;
}
.sac-slider .slick-arrow.slick-next:before,
.sac-slider .slick-arrow.slick-prev:before {
  font-size: 32px;
}
.sac-slider .slick-arrow.slick-next:before {
  content: "\f105";
  margin-right: -3px;
}
.sac-slider .slick-arrow.slick-prev:before {
  content: "\f104";
  margin-left: -3px;
}

.sac-items.slick-slide {
  opacity: .3;
}

.sac-items.slick-slide h1 {
  opacity: 0;
}

.sac-items.slick-slide.slick-current,
.sac-items.slick-slide.slick-current h1 {
  opacity: 1;
}

.sac-slider .sac-counter {
  background-color:#f0cabd;
  border:5px solid #fff;
  font: 400 16px 'Pathway Gothic One', Helvetica, serif;
  padding: 10px 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sac-slider .sac-counter .sac-slider-index,
.sac-slider .sac-counter .sac-slider-qty {
  display: inline-block;
  width: 20px;
}

.sac-slider .sac-counter .sac-slider-index {
  text-align: right;
}

.sac-slider .sac-counter .divisor {
  padding-left: 5px;
  padding-right: 5px;
}

.sac-slider .sac-counter .sac-slider-qty {
  text-align: left;
}

@media(max-width: 767px) {

  .sac-slider .sac-items h1 {
    font-size: 31px;
  }

  .sac-slider .slick-arrow.slick-prev {
    left: 10px;
  }

  .sac-slider .slick-arrow.slick-next {
    right: 10px;
  }
  .sac-slider .slick-arrow {
    height: 30px;
    width: 30px;
  }

  .sac-slider .slick-arrow.slick-next:before,
  .sac-slider .slick-arrow.slick-prev:before {
    font-size: 25px;
  }
}

/* New design */

#featured-post, #blog-feed {
  max-width: 1110px;
}

#top_banner {
  display: flex;
  padding: 30px;
  align-content: center;
  align-items: center;
  justify-content: center;
}

#top_banner a {
  width: 100%;
  text-align: center;
  max-width: 729px;
}

#top_banner img {
  max-width: 729px;
  margin: auto;
  height: 90px;
  display: inline-block;
  width: 100%;
}

.slide-content {
  padding-top: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.slide-content .slide-overlay {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  flex-direction: column;
}

.slide-content .slide-overlay a {
  color: white;
  text-transform: uppercase;
}

.slide-content .slide-overlay span.category {
  text-transform: uppercase;
}

.slide-content .slide-overlay h2 {
  font-family: 'Pathway Gothic One', Helvetica, serif;
  font-size: 37px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 18px;
}

.home-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home-slider.slick-dotted.slick-slider .slick-dots {
  bottom: 30px;
}

.home-slider .slick-dots li button::before {
  font-size: 22px;
  color: white;
}

.home-slider .slick-dots li.slick-active button::before {
  opacity: .75;
  color: white;
}

/*  */

.categories-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

#featured_categories {
  width: 100%;
  max-width: 1110px;
  margin: auto;
}

.category-grid {
  max-width: 1110px;
  margin: auto;
  display: grid;
  padding: 30px 0;
  position: relative;
  grid-template-columns: calc(100% - 40px) 40px;
  grid-column-gap: 0px;
}

.category-grid:before{
  content: '';
  background: #fbe3da;
  height: 100%;
  width: 300%;
  left: -100%;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
}

.category-grid .category-item {
  background: white;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  text-transform: uppercase;
}

.category-grid .category-item {
  display: grid;
  grid-template-columns: 30% 70%;
  margin-right: 30px;
}
.category-grid .category-item .featured-image{
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}
.category-grid .category-item .category-name {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 800px){
  .category-grid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Slider navigation buttons */

.navigation-buttons {
  display: grid;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 1px;
}

.navigation-buttons a {
  background-color: white;
  width: 30px;
  margin-top: 0;
  height: 100%;
  display: block;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}

#featured_categories .navigation-buttons a {
  width: 38px;
}

.navigation-buttons img {
  height: 100%;
}

.navigation-buttons.about-navigation {
  position: absolute;
  right: 0px;
  bottom: 1px;
  height: 63px;
}

.navigation-buttons.favorites-navigation {
  position: absolute;
  right: 1px;
  top: 61%;
  height: 63px;
  z-index: 9;
}

/* Latest posts */

#latest_posts {
  max-width: 1110px;
  margin: auto;
  position: relative;
  padding: 5em 0;
}

#latest_posts:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 300%;
  left: -100%;
  top: 0;
  background: #f7f7f7;
  z-index: -1;
}

#latest_posts .latest-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

#latest_posts .latest-posts .post-item {
  background: white;
  display: flex;
  flex-direction: column;
}


#latest_posts .latest-posts .post-item .post-image {
  padding-top: 120%;
  background-size: cover;
  background-position: center;
}

#latest_posts .latest-posts .post-item .post-info {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-content: center;
  justify-content: center;
  height: 100%;
}

#latest_posts .latest-posts .post-item > a{
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

#latest_posts .latest-posts .post-item .post-info h3 {
  color: #404040;
  text-transform: uppercase;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  font-size: 21px;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 15px;
}


#latest_posts .latest-posts .post-item .post-info .category{
  color: #f0cabd;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#latest_posts .latest-posts .post-item:hover {
  background: #f0cabd;
}

#latest_posts .latest-posts .post-item:hover .post-info h3 a,
#latest_posts .latest-posts .post-item:hover .post-info .category,
#latest_posts .latest-posts .post-item:hover .post-info .category a{
  color: white;
}

/* About Widget */

#about_subscribe {
  display: grid;
  max-width: 1110px;
  margin: 60px auto;
  grid-column-gap: 20px;
  grid-template-columns: 300px 1fr;
}

#about_subscribe .about-widget {
  position: relative;
}

#about_subscribe .about-widget > div {
  position: relative;
}

#about_subscribe .about-widget .about-image {
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#about_subscribe .about-widget h3 {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  text-transform: uppercase;
  color: white;
  background: #f0cabd;
  padding: 5px 25px;
  letter-spacing: 2px;
  transform: translate(0, -50%);
  border: 1px solid white;
  outline: 1px solid #f0cabd;
  font-size: 14px;
}

#about_subscribe .about-widget > a {
  font-family: 'Pathway Gothic One',Helvetica,serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  position: relative;
  margin-top: 5px;
  display: block;
}

#about_subscribe .about-widget > a span {
  position: relative;
  z-index: 9;
}

#about_subscribe .about-widget > a span:before {
  content: '';
  width: 100%;
  position: absolute;
  background: #f9ddd0;
  height: 10px;
  bottom: -2px;
  z-index: -1;
}

/* Subscribe - Home */

#about_subscribe .subscribe-widget {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  align-content: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  height: calc(100% - 26px );
  padding-bottom: 25px;
}

#about_subscribe .subscribe-widget h2 {
  width: 100%;
  color: #404040;
  font-size: 31px;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#about_subscribe .subscribe-widget h2 span {
  position: relative;
}

#about_subscribe .subscribe-widget h2 span:before {
  content: '';
  width: 100%;
  position: absolute;
  background: #f9ddd0;
  height: 10px;
  bottom: 2px;
  z-index: -1;
}

#about_subscribe .subscribe-widget .subscribe-widget-content{
  max-width: 85%;
  width: 100%;
  margin: auto;
}

#about_subscribe .subscribe-widget ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 400px;
  font-size: 9px;
  text-transform: uppercase;
  color: #404040;
  margin: 10px 0 15px;
  font-family: Gudea;
  letter-spacing: 1px;
}

#about_subscribe .subscribe-widget ul li input[type="checkbox"] {
  display: none;
}

#about_subscribe .subscribe-widget ul li input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 1px solid #f0cabd;
  position: relative;
  border-radius: 50%;
  background: white;
  margin-right: 5px;
  top: 1px;
}

#about_subscribe .subscribe-widget ul li input[type="checkbox"]:checked + label:before {
  background: #f0cabd;
}

#about_subscribe .subscribe-widget #mce-EMAIL {
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 9px;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: Gudea;
  border: 1px solid #fafafa;
  font-weight: bold;
  letter-spacing: 2px;
}

#about_subscribe .subscribe-widget .mc-field-group {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 320px;
}

#about_subscribe .subscribe-widget #mc-embedded-subscribe {
  background-image: url(../images/arrow-right.png);
  position: absolute;
  height: 40px;
  top: 6px;
  right: -10px;
  width: 40px;
  border: 1px solid white;
  outline: 1px solid #f9ddd0;
  font-size: 0;
  background-color: #f9ddd0;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Trending posts */

#trending_posts {
  max-width: 1110px;
  margin: auto;
  position: relative;
  padding: 6em 0;
  z-index: 9;
}

#trending_posts:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 300%;
  left: -100%;
  top: 0;
  background: #fbe3da;
  border: 2px solid white;
  outline: 4px solid #fbe3da;
  z-index: -1;
}

#trending_posts .trending-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

#trending_posts .trending-posts .post-item {
  background: white;
  display: flex;
  flex-direction: column;
}


#trending_posts .trending-posts .post-item .post-image {
  padding-top: 120%;
  background-size: cover;
  background-position: center;
}

#trending_posts .trending-posts .post-item .post-info {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-content: center;
  justify-content: center;
  height: 100%;
}

#trending_posts .trending-posts .post-item > a{
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

#trending_posts .trending-posts .post-item .post-info h3 {
  color: #404040;
  text-transform: uppercase;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  font-size: 21px;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 15px;
}


#trending_posts .trending-posts .post-item .post-info .category{
  color: #f0cabd;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#trending_posts .trending-posts .post-item:hover {
  background: #f0cabd;
}

#trending_posts .trending-posts .post-item:hover .post-info h3,
#trending_posts .trending-posts .post-item:hover .post-info .category{
  color: white;
}

#trending_posts > h3 {
  font-family: "Abuget";
  font-size: 6vw;
  position: absolute;
  top: 21px;
  z-index: 9;
  color: white;
  left: -10px;
}

/* Home shop */

#home_shop {
  max-width: 1110px;
  margin: auto;
  position: relative;
  padding: 0 0 1em;
}

#home_shop:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 300%;
  left: -100%;
  top: 0;
  background: #f7f7f7;
  z-index: -1;
}

#home_shop .home-shop {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-end;
}

#home_shop .home-shop > span {
  position: absolute;
  background: #f9ddd0;
  height: 80px;
  width: 80px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-family: Abuget;
  font-size: 3em;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9
}

#home_shop .home-shop .shop-widget {
  background: white;
  min-height: 180px;
  width: calc(100% - 50px);
  border: 1px solid #f9ddd0;
  position: relative;
  /* display: flex;
  align-content: center;
  align-items: center;
  justify-content: center; */
  overflow: hidden;
  max-height: 310px
}

#home_shop .home-shop .shop-widget:before {
  content: '';
  position: absolute;
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  display: block;
  background: white;
  left: -4px;
  top: -4px;
  z-index: -1;
  border: 1px solid #f9ddd0;

}

#home_shop .home-shop .shop-link{
  position: absolute;
  bottom: -30px;
  text-transform: uppercase;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  letter-spacing: 1px;
  z-index: 99;
}

#home_shop .home-shop .shop-link img {
  height: 10px;
}

/* View All */

.view-all {
  text-align: center;
  background: #f7f7f7;
  padding: 20px 0 80px;
}

.view-all a {
  background: #f0cabd;
  border: 2px solid #f7f7f7;
  outline: 1px solid #f0cabd;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  color: white;
  text-transform: uppercase;
  padding: 8px 40px;
  letter-spacing: 1px;
}

/* Footer */

#footer-container {
  max-width: 1110px;
}

footer.site-footer {
  background: #efefef;
  padding: 0;
  margin: 0;
}

footer.site-footer .instagram-footer {
  margin: 60px auto;
  text-align: left;
  max-width: 880px;
}

footer.site-footer .instagram-footer > span {
  font-family: "Abuget";
  font-size: 70px;
  line-height: 0;
  margin-bottom: 5px;
  display: block;
  position: relative;
  z-index: 9;
  color: #c6c6c6;
  margin-left: 3vw;
}


footer.site-footer .instagram-link {
  text-align: center
}

footer.site-footer .instagram-link a,
footer.site-footer .instagram-link i{
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 11px;
  color: #404040;
  position: relative;
  z-index: 2;
}

footer.site-footer .instagram-link a:hover {
  color: #404040;
}

footer.site-footer .instagram-link i {
  margin-right: 5px;
}

footer.site-footer .instagram-link a:before {
  content: '';
  height: 10px;
  width: calc(100% + 10px);
  position: absolute;
  background: #fbe3da;
  z-index: -1;
  bottom: -1px;
  left: -5px;
}

footer.site-footer #menu-footer-menu {
  /* text-align: left; */
}

footer.site-footer #menu-footer-menu li {
  display: inline-block;
}

.footer-menu {
  margin: 10px auto;
}

.footer-menu li,
.footer-menu li span,
.footer-menu li a {
  font-size: 12px;
  color: #767676;
  text-transform: uppercase;
  font-family: 'karla';
  letter-spacing: 2px;
  font-weight: bold !important;
  font-size: 10px;
}

.footer-menu li {
  margin-right: 15px
}

.footer-menu li a:hover,
.footer-menu li span:hover{
  color: #f0cabd
}

.footer-menu .cd-poweredby-link {
  margin-left: 15px
}

.copyright:after,
.copyright:before{
  content: '|';
  font-weight: normal;
  font-size: 9px;
  position: relative;
  top: -1px;
}

.copyright:after {
  margin-left: 15px
}
.copyright:before {
  margin-right: 15px
}

/* Single Post */

body.single {
  background: #fcfcfc;
}

.single .landscape-image {
  padding-top: 35%;
  background-size: cover;
  background-position: center;
}

.single #primary .entry-header {
  margin-top: -30px;
  background: white;
  padding: 30px 10px;
  position: relative;
  z-index: 9;
  margin-bottom: 60px
}

.single #primary .entry-header:before {
  content: '';
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  position: absolute;
  display: block;
  background: transparent;
  top: -4px;
  left: -4px;
  z-index: -1;
  border: 2px solid #f5e1db;
}
.single #primary .entry-header .category a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #404040;
}

.single #primary .entry-header h1 {
  margin-top: 25px;
  color: #404040;
}

.single #primary .comment-count {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-top: 25px;
  color: #f5e1db;
  letter-spacing: 1px;
}

.single #primary .entry-footer-links .comment-count {
  margin-top: 0;
}


@media screen and (max-width: 700px;){
  .single .landscape-image{
    padding-top: 70%
  }
  .single #primary .entry-header h1 {
    font-size: 1.75em;
  }
  .single #primary .entry-header{
    max-width: 90%;
    margin: -30px auto 30px;
  }
}
/* Post Builder */

.pb-side-by-side {
  display: grid;
  grid-column-gap: 25px;
  grid-template-columns: 1fr 1fr;
  margin: 60px auto;
}

.pb-side-by-side > div {
  padding-top: 120%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1100px){
  .pb-side-by-side {
    display: grid;
    grid-row-gap: 25px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: unset;
    margin: 60px auto;
  }
}

@media screen and (max-width: 960px){
  .site-branding.mobile {
    display: block;
  }
  .single .site-branding.mobile,
  .page .site-branding.mobile {
    margin: 5em auto 3em;
  }
}

@media screen and (max-width: 450px){
  .single .site-branding.mobile,
  .page .site-branding.mobile {
    margin: 5em auto 1em;
  }
}

/* Processes */

.pb-processes {
  display: grid;
  grid-column-gap: 25px;
  grid-template-columns: 1fr 1fr;
  margin: 60px auto;
}

.pb-processes > div.image-right {
  padding-top: 120%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pb-processes .process {
  padding: 40px 30px;
  border: 5px solid #fceae3;
}

@media screen and (max-width: 1100px){
  .pb-processes {
    display: grid;
    grid-row-gap: 25px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: unset;
    margin: 60px auto;
  }
}

.process {
  font-family: 'Pathway Gothic One',Helvetica,serif;
}

.process h3 {
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  margin-bottom: 20px;
  border-bottom: 2px solid #efefef;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.process ol {
  list-style: none !important;
  margin:0 !important;
  padding: 0 !important;
}

.process ol li {
  font-family: 'Pathway Gothic One',Helvetica,serif !important;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 2px solid #efefef;
  padding-bottom: 5px;
  max-width: 90%;
  margin: auto;
  min-height: 29px;
}
.process ol li span {
  color: #f0cabd
}

/* Featured Video */

.pb-video {
  position: relative;
  margin: 60px auto 50px;
  background: #ebebeb;
  text-align: center;
}

.pb-video .video-container {
  position: relative;
  padding-top: 60%;
}

.pb-video .video-container .thumbnail {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.pb-video .video-container .thumbnail img {
  height: 50px;
  width: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.pb-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pb-video h3 {
  padding: 20px 10px;
  color: #404040;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 21px;
}

.pb-video .pb-title-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
  transform: translate(0, -50%)
}

.pb-video .pb-title-container h4 {
  display: inline-block;
  background: #f0cabd;
  padding: 8px 30px;
  color: white;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.pb-video .pb-title-container h4:before{
  content: '';
  position: absolute;
  display: block;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  top: -3px;
  left: -3px;
  z-index: -1;
  border: 1px solid #f0cabd;

}

/* Steps */

.pb-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  border: 1px solid #f0cabd;
  margin: 70px auto 40px;
  background-color: white;
}

.pb-step > div {
  position: relative;
}

.pb-step .pb-title-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
  transform: translate(0, -50%)
}

.pb-step .pb-title-container h4 {
  display: inline-block;
  background: #f0cabd;
  padding: 8px 30px;
  color: white;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.pb-step .pb-title-container h4:before{
  content: '';
  position: absolute;
  display: block;
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  top: -3px;
  left: -3px;
  z-index: -1;
  border: 1px solid #f0cabd;
}

.pb-step-image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.pb-step > div.step-text {
  padding: 40px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Pathway Gothic One',Helvetica,serif;
}
.pb-step > div.step-text p {
  font-family: 'Pathway Gothic One',Helvetica,serif;
  text-align: center;
  font-size: 14px;
  color: #767676;
  line-height: 2;
  letter-spacing: 1px;
}

.pb-step > div h3 {
  font-size: 23px;
  margin: 20px auto;
  letter-spacing: 1px;
  color: #f0cabd
}

@media screen and (max-width: 1100px){
  .pb-step {
    display: grid;
    grid-row-gap: 25px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: unset;
    margin: 0 auto 60px;
  }
}

/* Notes */

.pb-notes {
  border: 4px solid #fbe3da;
  padding: 30px 20px;
  margin: 50px auto;
}

.pb-notes ul {
  max-width: 90%;
  margin: auto;
  list-style: none !important;
  padding: 0 !important;
}

.pb-notes h3 {
  text-align: center;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
  margin-bottom: 20px;
}

.pb-notes ul li {
  font-family: 'Pathway Gothic One',Helvetica,serif !important;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 2px solid #efefef;
  padding-bottom: 5px;
  margin: auto;
  min-height: 29px;
  letter-spacing: 1px !important;;
}
.pb-notes ul li.not-empty:before {
  content: "";
  background: #fbe3da;
  font-weight: bold;
  display: inline-block;
  margin-left: 0;
  font-size: 23px;
  line-height: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-right: 10px;
  top: -1px;
  position: relative;
}

/* Notes */

.pb-tips {
  border: 4px solid #fbe3da;
  padding: 30px 20px 40px;
  margin: 50px auto;
  text-align: center;
}

.pb-tips p,
.pb-tips span{
  text-align: center;
  color: #767676
}

.pb-tips h3 {
  font-family: 'Pathway Gothic One',Helvetica,serif !important;
  font-size: 33px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 10px;
}

/* Post shop */

#post_shop {
  max-width: 1110px;
  margin: auto;
  position: relative;
  padding: 60px 0 80px;
}

#post_shop:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 300%;
  left: -100%;
  top: 0;
  z-index: -1;
}

#post_shop .post-shop {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-end
}

#post_shop .post-shop > span {
  position: absolute;
  background: #f9ddd0;
  height: 80px;
  width: 80px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-family: Abuget;
  font-size: 3em;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9
}

.comment-form-wprm-rating {
  display: none
}

#post_shop .post-shop .shop-widget {
  background: white;
  min-height: 180px;
  width: calc(100% - 50px);
  border: 1px solid #f9ddd0;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.shopthepost-widget {
  max-width: 100%
}

#post_shop .post-shop .shop-widget:before {
  content: '';
  position: absolute;
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  display: block;
  background: white;
  left: -4px;
  top: -4px;
  z-index: -1;
  border: 1px solid #f9ddd0;
}

#post_shop .post-shop .shop-link{
  position: absolute;
  bottom: -30px;
  text-transform: uppercase;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  letter-spacing: 1px;
}

#post_shop .post-shop .shop-link img {
  height: 10px;
}

/* Related posts */

#related_posts {
  max-width: 1110px;
  margin: auto;
  position: relative;
  padding: 70px 0 60px;
}

#related_posts:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 300%;
  left: -100%;
  top: 0;
  background: #ebebeb;
  border: 2px solid white;
  outline: 4px solid #ebebeb;
  z-index: -1;
}

#related_posts .related-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

#related_posts .related-posts .post-item {
  background: white;
  display: flex;
  flex-direction: column;
}


#related_posts .related-posts .post-item .post-image {
  padding-top: 70%;
  background-size: cover;
  background-position: center;
}

#related_posts .related-posts .post-item .post-info {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-content: center;
  justify-content: center;
  height: 100%;
}

#related_posts .related-posts .post-item > a{
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

#related_posts .related-posts .post-item .post-info h3 {
  color: #404040;
  text-transform: uppercase;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  font-size: 21px;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 15px;
}


#related_posts .related-posts .post-item .post-info .category{
  color: #f0cabd;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#related_posts .related-posts .post-item:hover {
  background: #f0cabd;
}

#related_posts .related-posts .post-item:hover .post-info h3,
#related_posts .related-posts .post-item:hover .post-info .category{
  color: white;
}

#related_posts > h3 {
  font-family: "Abuget";
  font-size: 6vw;
  position: absolute;
  top: 2px;
  z-index: 9;
  color: white;
  left: 0;
}

/* Subscribe */

/* Subscribe - Home */

#post_subscribe .subscribe-widget {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  align-content: end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  height: calc(100% - 26px );
  max-width: 1110px;
  margin: 50px auto;
  padding: 80px 0;
}

#post_subscribe .subscribe-widget h2 {
  width: 100%;
  color: #404040;
  font-size: 31px;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  position: relative;
  text-transform: uppercase;
}

#post_subscribe .subscribe-widget h2 span {
  position: relative;
  z-index: 9;
}

#post_subscribe .subscribe-widget h2 span:before {
  content: '';
  width: 100%;
  position: absolute;
  background: #f9ddd0;
  height: 10px;
  bottom: 2px;
  z-index: -1;
}

#post_subscribe .subscribe-widget .subscribe-widget-content{
  max-width: 80%;
  width: 100%;
  margin: auto;
}

#post_subscribe .subscribe-widget ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 400px;
  font-size: 9px;
  text-transform: uppercase;
  color: #404040;
  margin: 10px 0 15px;
  font-family: Gudea;
  letter-spacing: 1px;
}

#post_subscribe .subscribe-widget ul li input[type="checkbox"] {
  display: none;
}

#post_subscribe .subscribe-widget ul li input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 1px solid #f0cabd;
  position: relative;
  border-radius: 50%;
  background: white;
  margin-right: 5px;
  top: 1px;
}

#post_subscribe .subscribe-widget ul li input[type="checkbox"]:checked + label:before {
  background: #f0cabd;
}

#post_subscribe .subscribe-widget #mce-EMAIL {
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 9px;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: Gudea;
  border: 1px solid #fafafa;
}

#post_subscribe .subscribe-widget .mc-field-group {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 320px;
}

#post_subscribe .subscribe-widget #mc-embedded-subscribe {
  background-image: url(../images/arrow-right.png);
  position: absolute;
  height: 40px;
  top: 6px;
  right: -10px;
  width: 40px;
  border: 1px solid white;
  outline: 1px solid #f9ddd0;
  font-size: 0;
  background-color: #f9ddd0;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Post footer */

.entry-footer {
  max-width: 1110px;
  margin: auto;
  padding-top: 30px
}

.entry-footer-links {
  border-top: 1px solid #f9ddd0;
  border-bottom: 1px solid #f9ddd0;
  padding: 40px 0;
  margin-bottom: 30px;
}

.entry-footer-links-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  margin: auto;
}

.entry-footer-links div.post-sharing {
  width: 32%;
  padding: 0;
  text-align: center;
}

.entry-footer-links div.post-comments {
  width: 33%;
  padding: 0;
  text-align: center;
  border: none;
}

.entry-footer-links .comment-count {
  width: 32%;
  text-align: center;
  color: #767676;
  font-weight: bold;
  font-family: 'karla';
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.entry-footer-links .post-sharing a {
  color: #767676;
  margin: 0 10px;
  font-size: 13px;
}
.post-comments a.leave-comment {
  color: #767676;
  font-weight: bold;
  font-family: 'karla';
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
}

#back-top {
  z-index: 9;
}

@media screen and (max-width: 768px){
  .entry-footer-links div.post-sharing,
  .entry-footer-links .comment-count,
  .entry-footer-links div.post-comments{
    width: 100%;
  }
  .entry-footer-links .bullet{
    display: none;
  }
  .entry-footer-links-content {
    display: block;
  }
  #back-top {
    display: none;
  }
}

/* Comments */

#comments {
  border-top: none;
  margin: 3% auto 5%;
  padding-top: 0;
  border-bottom: 1px solid #f9ddd0;
  padding-bottom: 50px;
}

#respond {
  margin-top: 5%;
}

#respond h3#reply-title::after {
  content: none;
}

#respond h3#reply-title {
  font-family: 'Pathway Gothic One',Helvetica,serif;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 2px;
  color: #404040;
  margin-bottom: 40px;
}

#commentform {
  max-width: 730px;
  margin: auto;
  position: relative;
}

#commentform p.comment-form-cookies-consent input {
    position: relative;
    top: -5px;
}

#commentform p.comment-form-cookies-consent {
    position: absolute;
    bottom: 65px;
}

#respond input[type="text"], #respond input[type="submit"], textarea#comment {
  height: auto;
  padding: 14px 10px !important;
  margin-bottom: 15px;
  border: 1px solid #f7f7f7;
  resize: none;
  font-size: 12px;
}

#respond input[type="submit"] {
  font-family: 'karla';
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 20px;
}

@media screen and (max-width: 470px){
	#respond input[type="submit"] {
		margin-top: 50px
	}
}

.comment-subscription-form {
  display: none !important;
}

.comment-form-cookies-consent {
  display: block !important;
}

.comment-list {
  max-width: 730px;
  margin: auto;
}
.comments-title {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  letter-spacing: 2px;
  font-size: 25px;
  color: #404040;
  margin-bottom: 30px;
}

.comments > ul > li > .comment-body {
  background: white;
  padding: 30px 50px 20px;
  border: 1px solid #f9ddd0;
  font-family: 'karla';
  color: #404040;
  margin-bottom: 30px;
  position: relative;
}

article.comment-body .comment-author a {
  text-transform: uppercase;
  color: #404040;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

#comments .reply {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0;
  margin: 0;
}

#comments .reply a {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: normal;
}

#comments li.depth-2 {
    border-left: 3px solid #f9ddd0;
    padding-left: 3%;
    margin-top: 0;
}

#comments h2.comments-title {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #f9ddd0;
  padding-top: 30px;
  font-size: 25px;
  color: #404040;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.comment-author.vcard b {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    font-family: 'karla';
    font-weight: bold;
    display: block;
}

article.comment-body .comment-metadata {
  display: none;
}

article.comment-body .comment-author span {
  display: none
}

article.comment-body p {
  color: #767676;
  font-family: 'gudea';
}

.comments .children li {
  width: 90%;
  float: none;
  margin: 40px auto;
  margin-right: 0;
  border-left: 3px solid #fae5db;
  padding-left: 20px;
}

.comments .children li p:last-of-type{
  margin: 0
}

div.reply{
  text-align: right;
  margin-bottom: 20px;
  margin-top: 10px;
}
.comment-reply-link {

  background: #f9ddd0;
  padding: 6px 20px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;

}

#cancel-comment-reply-link {
  font-size: 15px;
}

/* Favorites sidebar */

.favorites-slider-container {
  position: relative;
  background: white;
  border: 1px solid #f9ddd0;
}

.sidebar-favorites > h3 {
  color: white;
  background: #f9ddd0;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 20px;
  border: 1px solid white;
  outline: 1px solid #f9ddd0;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  transform: translate(0, 50%);
  z-index: 9;
  font-size: 13px
}

.sidebar-favorites .thumb {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.sidebar-favorites .item {
  background: white;
}

.sidebar-favorites .item h3 {
  padding: 20px 15px;
  text-align: center;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Subscribe */

.subscribe-page .subscribe-widget {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  height: calc(100% - 26px );
  padding-bottom: 25px;
  width: 100%;
}

.subscribe-page .subscribe-widget h2 {
  width: 100%;
  color: #404040;
  font-size: 31px;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  position: relative;
  text-transform: uppercase;
}

.subscribe-page .subscribe-widget h2 span {
  position: relative;
}

.subscribe-page .subscribe-widget h2 span:before {
  content: '';
  width: 100%;
  position: absolute;
  background: #f9ddd0;
  height: 10px;
  bottom: 2px;
  z-index: -1;
}

.subscribe-page .subscribe-widget .subscribe-widget-content{
  width: 100%;
  margin: auto;
  max-width: 800px;
  margin-right: 0;
}

.subscribe-page .subscribe-widget ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 400px;
  font-size: 9px;
  text-transform: uppercase;
  color: #404040;
  margin: 10px 0 15px;
  font-family: Gudea;
  letter-spacing: 1px;
}

.subscribe-page .subscribe-widget ul li input[type="checkbox"] {
  display: none;
}

.subscribe-page .subscribe-widget ul li input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 1px solid #f0cabd;
  position: relative;
  border-radius: 50%;
  background: white;
  margin-right: 5px;
  top: 1px;
}

.subscribe-page .subscribe-widget ul li input[type="checkbox"]:checked + label:before {
  background: #f0cabd;
}

.subscribe-page .subscribe-widget #mce-EMAIL {
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 9px;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: Gudea;
  border: 1px solid #fafafa;
}

.subscribe-page .subscribe-widget .mc-field-group {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 320px;
}

.subscribe-page .subscribe-widget #mc-embedded-subscribe {
  background-image: url(../images/arrow-right.png);
  position: absolute;
  height: 40px;
  top: 6px;
  right: -10px;
  width: 40px;
  border: 1px solid white;
  outline: 1px solid #f9ddd0;
  font-size: 0;
  background-color: #f9ddd0;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

#page.subscribe-page {
  max-width: 100%;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  align-content: center;
  background-size: cover;
  background-position: center;
}

#page.subscribe-page .subscribe-page .subscribe-widget {

}

#page.subscribe-page h2 {
  text-align: left;
}

/* Popup */

.signup-popup.subscribe-widget {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  height: calc(100% - 26px );
  padding-bottom: 25px;
  width: 100%;
}

.signup-popup.subscribe-widget h2 {
  width: 100%;
  color: #404040;
  font-size: 31px;
  font-family: 'Pathway Gothic One',Helvetica,serif;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 29px;
}

.signup-popup.subscribe-widget h2 span {
  position: relative;
  z-index: 9;
}

.signup-popup.subscribe-widget h2 span:before {
  content: '';
  width: 100%;
  position: absolute;
  background: #deeee7;
  height: 10px;
  bottom: 2px;
  z-index: -1;
}

.signup-popup.subscribe-widget .subscribe-widget-content{
  width: 100%;
  margin: auto;
  max-width: 800px;
  margin-right: 0;
}

.signup-popup.subscribe-widget ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 400px;
  font-size: 9px;
  text-transform: uppercase;
  color: #404040;
  margin: 10px 0 15px;
  font-family: Gudea;
  letter-spacing: 1px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  display: block;
}

.signup-popup.subscribe-widget ul li:nth-child(1),
.signup-popup.subscribe-widget ul li:nth-child(2){
  text-align: right;
}

.signup-popup.subscribe-widget ul li input[type="checkbox"] {
  display: none;
}

.signup-popup.subscribe-widget ul li input[type="checkbox"] + label {
  font-size: 11px
}

.signup-popup.subscribe-widget ul li input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 1px solid #f0cabd;
  position: relative;
  border-radius: 50%;
  background: white;
  margin-right: 5px;
  top: 1px;
}

.signup-popup.subscribe-widget ul li input[type="checkbox"]:checked + label:before {
  background: #f0cabd;
}

.signup-popup.subscribe-widget #mce-EMAIL {
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 9px;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: Gudea;
  border: 1px solid #fafafa;
}

.signup-popup.subscribe-widget .mc-field-group {
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: auto;
  display: block;
}

.signup-popup.subscribe-widget #mc-embedded-subscribe {
  background-image: url(../images/right-arrow.png);
  position: absolute;
  height: 40px;
  top: -3px;
  right: -5px;
  width: 40px;
  font-size: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
}

.signup-popup.subscribe-widget .input-group ul li {
  margin: 0px 12px;
  line-height: 2;
}

.pum-theme-default-theme {

  background-color: rgba(0, 0, 0, 0.5) !important;
  visibility: visible !important;

}

button.pum-close.popmake-close {
  display: none !important;
}

.no-thanks {

    display: block;
    text-align: center;
    margin-top: 40px;
    font-size: 9px;
    text-transform: uppercase;
    color: #404040;
    font-family: Gudea;
  position: relative;
  letter-spacing: 2px;

}

.no-thanks:before {
  content: '';
  height: 2px;
  width: 90px;
  background-color: white;
  position: absolute;
  bottom: -3px;
  margin: auto;
  left: 0;
  right: 0;
}

p a.no-thanks:hover, .entry-content a.no-thanks:hover {
    border-bottom: none
}

@media screen and (max-width: 768px){

  #top_banner {
    padding: 5px;
  }
  #top_banner a {
    width: 100%;
  }
  body.single,
  body.page:not(.home),
  body.archive{
    padding: 0 10px;
  }

  section#latest_posts,
  section#about_subscribe,
  section#trending_posts,
  section#home_shop {
    padding-left: 10px;
    padding-right: 10px;
  }

  section#latest_posts {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  section#trending_posts {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  #primary .post-main {
    display: block;
  }
}

@media screen and (max-width: 600px){
  .category-grid {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
    grid-template-rows: 1fr 75px;
    grid-row-gap: 20px;
    display: flex;
  }
  .category-grid > div:first-of-type {
    width: calc(100% - 40px);
    margin-right: 2px;
  }
  #featured_categories .navigation-buttons a {
    width: 100%;
  }
  #featured_categories .navigation-buttons {
    width: 40px;
  }

  #latest_posts .latest-posts {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  #about_subscribe,
  #trending_posts .trending-posts,
  #related_posts .related-posts {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #about_subscribe{
    display: block
  }
  #about_subscribe .subscribe-widget {
    margin: 3em 0;
  }
  #trending_posts > h3 {
    font-size: 5em;
    position: absolute;
    top: 0;
    position: relative;
    z-index: 9;
    left: 10px;
    margin-bottom: -38px;
  }
  footer.site-footer #menu-footer-menu {
    text-align: center;
  }

  .subscribe-page .subscribe-widget .subscribe-widget-content {
    padding: 0 30px;
  }

  .category-grid .category-item {
    margin-right: 5px;
  }

}

@media screen and (max-width: 450px){
  #mc-embedded-subscribe-form .input-group li {
    display: block;
    width: 100%;
    margin: 10px auto;
  }
  .slide-content .slide-overlay h2 {
    text-align: center;
    font-size: 25px;
  }
}
.social-float a{
  color: #b2b2b2
}
.social-float a:hover {
    color: #f9ddd0;
}

nav.secondary-nav {
  display: none !important
}

#home-slider {
  z-index: 10;
  position: relative;
}

.social-float {
  z-index: 9;
}

#press-top-image img,
#contact-top-image img,
#about-top-image img,
#shop-top-image img {
    width: 100%;
}

#blog-footer {
  padding-bottom: 4%;
}

/* .page-nav, #blog-footer h2 {
  width: 49%;
} */

@media screen and (max-width: 765px){
  #post-nav {
    display: block;
  }
  .entry-footer-links-content > div {
    margin-bottom: 20px;
  }
}
.signup-form.signup-between-posts{
  display: none
}

.custom-shop-column ul.products .product > a {
    display: flex !important;
    align-content: center;
    align-items: center;
    justify-content: center;
}

body:not(.page-template-shop) #shop-top-image img {
    display: none;
}

body #shop-top-image {
    margin-bottom: 3em;
    display: block;
    float: left;
}

.no-thanks {
  cursor: pointer;
}

#responsive-navigation .menu-item-search input{
  border: 1px solid lightgray;
  padding: 10px 30px 10px 10px;
  width: 90%;
  font-family: "karla",Helvetica,sans-serif;
  color: #767676;
  background-image: url("../images/global/magnifying-glass.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
}

#latest_posts .latest-posts.posts-grid {
  grid-gap: 30px;
}

body .entry-content .process ol {

    list-style: none !important;

}


@media screen and (max-width: 768px) {
	article p, 
	#page p,
	body .entry-content ul li,
	body .entry-content ul li {
		font-size: 16px;
	}

	.faq-column .faq {
		display: flex;
		align-content: center;
		align-items: center;
		font-size: 1.1em;
		justify-content: space-between;
	}
}