/*!
Theme Name: dosaygive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dosaygive
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dosaygive is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  margin: 0;
font-family: "sofia-pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 16px;
line-height: 24px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: 100;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Slide nav
--------------------------------------------------------------*/

.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-row {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.flex-row-rev {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

.flex-col {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.flex-col-rev {
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}

.align-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.align-center {
  align-items: center;
  -webkit-align-items: center;
}

.align-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.justify-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.justify-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.justify-center {
  justify-content: center;
  -webkit-justify-content: center;
}

.justify-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "sofia-pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 16px;
line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "span-condensed", serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
}

h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0px;
}
h2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0px;
}
h3 {
font-weight: 400;
font-size: 24px;
line-height: 28px;
letter-spacing: 0;
}
h4 {
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
}
h5, h6 {
    font-family: "span", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

p:last-of-type {
    margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #a5a5a5;
  border: 1px solid #d4d4d4;
  border-radius: 1px;
  padding: 5px;
  width: 100%;
  font-size: 12px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:hover,
a:focus,
a:active {
  color: #000000;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  z-index: 99999;
  left: -999em;
  background: white;
  text-align: left;
  margin-left: -19px;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
  color: white;
}

/* .main-navigation ul ul a {
	width: 200px;
} */

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul li ul.sub-menu li {
  padding: 0 !important;
}

.main-navigation ul li ul.sub-menu li a {
  display: block !important;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  padding: 10px 20px !important;
  color: #333333 !important;
  white-space: nowrap !important;
}

.main-navigation ul li ul.sub-menu li a:hover {
  color: #f39e99 !important;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 18px !important;
  text-transform: capitalize;
}

#site-navigation-wrap.dark_nav .main-navigation a {
    display: block;
    font-family: 'sofia-pro', sans-serif;
    font-size: 12px !important;
    text-decoration: none;
    text-transform: uppercase;
}

#site-navigation-wrap.dark_nav .main-navigation ul.sub-menu a {
    text-transform: capitalize;
}

/* Small menu. */
.menu-toggle {
  display: none;
}

.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}


/*--------------------------------------------------------------
# Landing Page
--------------------------------------------------------------*/
#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"] {
    display: inline-block !important;
    padding: 13px 25px !important;
    font-family: 'PfdReg', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 10px !important;
    font-weight: 100 !important;
    text-align: center !important;
}
#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"] {
    background: #f4a79c !important;
    border: 2px solid #f4a79c !important;
    color: #FFFFFF !important;
}
#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"] a {
    color: #FFFFFF !important;
}
#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"] .icon, #subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"].icon {
    fill: #FFFFFF !important;
}
#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"]:hover {
    background: #FFFFFF !important;
    border: 2px solid #f4a79c !important;
    color: #000000 !important;
}
#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"]:hover a {
    color: #FFFFFF !important;
}
#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"]:hover .icon {
    fill: #FFFFFF !important;
}
#subscribe_bar {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    position: relative;
    padding: 50px;
}
#subscribe_bar > * {
    text-align: center;
    width: 100%;
}
#subscribe_bar .subscribe-bar-body p {
    margin: 0;
}
#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
    padding-bottom: 0 !important;
}
#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input {
    border-radius: 0px;
    font-size: 13px;
    padding: 10px;
    margin: 7px;
    width: 100%;
}

#subscribe_bar .subscribe-bar-body {
    width: 100%;
    max-width: 600px;
}

#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input::placeholder {
    color: #B5BECE;
}
@media screen and (max-width: 1024px) {
    #subscribe_bar {
        display: -webkit-flex !important;
        display: flex !important;
        flex-direction: column !important;
        -webkit-flex-direction: column !important;
        align-items: center !important;
        -webkit-align-items: center !important;
        justify-content: center !important;
        -webkit-justify-content: center !important;
   }
    #subscribe_bar .mc-field-group br {
        display: none;
   }
    #subscribe_bar .mc-field-group .btn-primary {
        width: 210px;
   }

    #subscribe_bar > * {
        text-align: center;
        margin: 15px 0;
        width: 100%;
    }
}
#landing-page {
    display: flex;
    flex-direction: column;
    }

#landing-page .landing-rows .landing-row.landing-image {
    display: block;
}
#landing-page .landing-rows .landing-row.landing-content {
    padding: 50px;
    min-height: 500px;
}

#landing-page .landing-rows .landing-row.landing-content .landing-content-body {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#landing-page .landing-rows .landing-row {
    width: 100%;
}

#landing-page .landing-rows .landing-row.mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    #landing-page .landing-rows .landing-row.desktop {
        display: none;
    }
    #landing-page .landing-rows .landing-row.mobile {
        display: block;
    }
}
    
    .aboutpage #load-more-from {
    background: white;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    }
    
    .landing-img1 {
        width: 35%;
        background-size: cover;
    }
    
    .landing-top .landing-img1 {
        width: 40%;
        background-size: cover;
    }
    
    .landing-quote {
        width: 65%;
        background-color: white;
        color: #fbdcd7;
    }

    .landing-top .landing-quote {
        width: 65%;
        background-color: white;
        color: #fbdcd7;
    }
    
    .landing-quote p {
        color: #fbdcd7;
        padding: 50px;
    }
    
    .landing-quote p > * {
        font-size: 24px !important;
        line-height: 1.5em;
    }
    
    .landing-text {
        padding: 80px;
        background-color: #e1e8f1;
        width: 70%;
    }
    
    .landing-img2 {
        width: 30%;
        background-size: cover;
        background-position: center;
    }
    
    .landing-bottom {
    flex-direction: row-reverse;
    margin-bottom: 50px;
    }
    
    #landing-menu {
        padding: 0;
        margin: 0;
        text-align: center;
        list-style: none;
        text-transform: uppercase;
      }
      
      #landing-menu li {
        display: inline-block;
        margin: 0 7%;
      }
      
      #landing-menu .landing-follow {
        position: relative;
      }
      
      .landing-social {
        position: absolute;
        top: 100%;
        display: none;
      }
      
      .landing-social.show-social {
        display: -webkit-flex;
        display: flex;
      }
    
      @media only screen and (max-width: 1350px) {
        .landing-quote p {
          font-size: 36px;
        }
        .landing-text p {
          font-size: 17px;
        }
      }
      
      @media only screen and (max-width: 1290px) {
        .landing-quote p {
          font-size: 32px;
        }
        .landing-text p {
          font-size: 17px;
        }
      }
      
      @media only screen and (max-width: 1185px) {
        .landing-quote p {
          font-size: 28px;
        }
        .landing-text p {
          font-size: 17px;
        }
      }
      
      @media only screen and (max-width: 1095px) {
        .landing-quote p {
          font-size: 25px;
        }
        .landing-text p {
          font-size: 17px;
        }
      }
      @media only screen and (max-width: 1024px) {
        .landing-quote p {
            font-size: 30px;
            padding: 60px;
          }
          .landing-text p {
            font-size: 15px;
            line-height: 28px;
          }
      }
      @media only screen and (max-width: 960px) {
        .landing-top,
        .landing-bottom {
            flex-direction: column;
            -webkit-flex-direction: column;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
        }
        .landing-img1,
        .landing-img2 {
            width: 100%;
            max-width: 500px;
        }
        .landing-quote {
            width: 100%;
        }
        .landing-quote p {
          font-size: 26px;
        }
        .landing-text {
            flex-direction: column;
            -webkit-flex-direction: column;
            align-items: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            width: 100%;
            padding: 50px;
        }
      }
      @media only screen and (max-width: 768px) {
        .landing-img1 {
            width: 100%;
            background-size: cover;
            height: 430px;
          }
          .landing-quote {
            width: 100%;
          }
          .landing-quote p {
            padding: 90px;
            line-height: 40px;
            font-size: 20px;
            padding: 30px;
          }
          .landing-text {
            padding: 40px;
          }
          .landing-img2 {
            width: 40%;
            height: 530px;
          }
      }
      @media only screen and (max-width: 667px) {
        .landing-top,
        .landing-bottom {
            flex-direction: column;
        }
        .landing-img2 {
            width: 100%;
            height: 330px;
        }
        .landing-text {
            width: 100%;
        }
      }
    
      @media only screen and (max-width: 600px) {
        #landing-menu li {
          margin: 0 4%;
        }
      }

/*--------------------------------------------------------------
## SHOP PAGE
--------------------------------------------------------------*/
#shop-instagram {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cfc5c6;
}

.header-bar {
  position: relative;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
}

.header-bar span {
  display: inline-block;
  padding: 10px;
  background: white;
  position: relative;
  z-index: 2;
}

.header-bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #cfc5c6;
  z-index: 1;
}

.btn-bar {
  margin-top: 20px;
  text-align: center;
}

.btn-bar .btn {
  display: inline-block;
}

.shop-title {
    margin-bottom: 20px;
}

.shop-header {
  margin-bottom: 30px;
}

.shop-header i.fa.fa-circle {
  padding: 0 28px;
}

.shop-nav-label {
  color: #000000;
}

ul#shop-menu {
  margin: 0px;
  list-style: none !important;
  padding: 0px;
  display: flex;
  justify-content: center;
}

ul#shop-menu li:first-child {
  padding-left: 0;
}

ul#shop-menu li {
  padding: 0px 15px;
}

ul#shop-menu li a {
  position: relative;
}

ul#shop-menu li a:active {
  color: #e1e8f1;
}

#shop-menu .current-menu-item a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background: #e1e8f1;
}

#shop-items {
  max-width: 900px;
  width: 85%;
  margin: 0 auto;
}

.page-header {
    text-align: center;
}

.page-title {
    font-family: "span-condensed", serif;
    font-weight: 300;
    font-style: normal;
  margin-bottom: 40px;
  text-align: center;
}

.page-title-image {
    max-height: 182px;
    width: auto;
}

#shop-items .product {
  width: 32%;
  margin-bottom: 50px;
}

.boutique-widget .bo-garden {
  margin: 0 auto !important;
}

@media only screen and (max-width: 768px) {
  .shop-header i.fa.fa-circle {
    padding: 18px;
  }
  ul#shop-menu li {
    padding: 0 8px;
  }
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-featured-img {
  width: 100%;
  height: 500px;
}

.contact-title h1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-content {
  max-width: 70%;
  margin: 0 auto;
}

.contact-content input {
  border-radius: 0 !important;
}

.contact-content {
  text-align: center;
  margin: 0 auto;
}

.contact-content textarea {
  border-radius: 0 !important;
}

.contact-content .nf-form-wrap {
  width: 85%;
  max-width: 700px;
  margin: 20px auto 0;
}

.contact-content .nf-field-container {
  margin-bottom: 20px;
}

.contact-content nf-field input[value="Submit"][type="button"] {
  background: #f58c72;
  border: 2px solid #f58c72 !important;
  color: black;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px 20px;
  margin: 0 auto;
}

.contact-content nf-field input[value="Submit"][type="button"]:hover {
  border: 2px solid #f58c72 !important;
  background-color: #ffffff !important;
  color: #f58c72 !important;
}

.contact-content .nf-field-element textarea {
  height: 106px;
}

.contact-content .label-above .nf-field-label {
  margin: 0;
}

.contact-content .nf-field-label label {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.nf-form-fields-required {
  display: none !important;
}

.contact-content nf-field:nth-child(2),
.contact-content nf-field:nth-child(3) {
  float: right;
  width: 49%;
  clear: right;
}

.contact-content nf-field:nth-child(1),
.contact-content nf-field:nth-child(4),
.contact-content nf-field:nth-child(5) {
  float: left;
  width: 49%;
  clear: left;
}

.contact-content nf-field:nth-child(6) {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content h2 {
  margin: 20px 0px 10px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-content a {
  color: #f39e99 !important;
}

.entry-content a:hover {
  color: #000000 !important;
}

.entry-content #post-foot a {
  color: black !important;
}

.entry-content #post-foot a:hover {
  color: #f58c72 !important;
}

.entry-content .moneyspot-widget {
  text-align: center;
}

.post-products-row {
  position: relative;
  width: 100%;
}

.post-product-wrap {
  width: 25%;
  padding: 20px;
}

a.post-product {
  width: 100%;
  text-align: center;
  color: black !important;
}

a.post-product:hover {
  color: #f39e99 !important;
}

.post-product-image {
  width: 100%;
}

.post-product-title {
    font-family: "span-condensed", serif;
    font-weight: 300;
    font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 15px 0;
}

.post-product-text {
  margin-bottom: 15px;
}

.post-product-link {
  text-decoration: underline;
}

#related_posts {
  position: relative;
  background: #f3f0ed;
  padding: 50px 50px 30px;
}
#related_posts .related-posts-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#related_posts .related-posts-header {
  text-align: center;
  font-size: 42px;
  margin-bottom: 15px;
}
#related_posts .related-posts-wrapper .related-post {
  width: 31%;
  margin: 0 1% 70px;
}
#related_posts .related-posts-wrapper .related-post .related-post-title-outer {
  position: relative;
  padding: 10px 16px;
  top: 25px;
  outline: 1px solid white;
  outline-offset: -10px;
  background: transparent;
}
#related_posts
  .related-posts-wrapper
  .related-post
  .related-post-title-outer
  .related-post-title-inner {
  position: relative;
  background: white;
  padding: 20px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  #related_posts .related-posts-wrapper .related-post {
    width: 45%;
    height: 220px !important;
  }
}
@media screen and (max-width: 600px) {
  #related_posts .related-posts-wrapper .related-post {
    width: 100%;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# CUSTOM STYLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## RESET
--------------------------------------------------------------*/
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

a:hover,
a:hover:visited {
  color: #f58c72;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  box-shadow: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 25px 0px;
}

p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## GENERAL
--------------------------------------------------------------*/
.icon {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a > .icon {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  -webkit-transition: unset !important;
  -moz-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
}

.btn,
a.btn {
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: black !important;
    background-color: #e1e8f1 !important;
    padding: 15px 32px !important;
}

.btn:hover,
a.btn:hover {
  background-color: #ffdbd6 !important;
}

.btn-primary,
a.btn-primary {
  color: #ffffff !important;
  background-color: #f58c72 !important;
  border: 2px solid #f58c72 !important;
  border-radius: 0;
  padding: 15px 32px !important;
}

.btn-primary:hover,
a.btn-primary:hover {
  background-color: #ffffff !important;
  color: #f58c72 !important;
}
.btn-secondary,
a.btn-secondary {
  color: #ffffff !important;
  background-color: #EAA094 !important;
  border: 2px solid #EAA094 !important;
  border-radius: 0;
  padding: 15px 32px !important;
}

.btn-secondary:hover,
a.btn-secondary:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.btn-rv,
a.btn-rv {
  color: #f4a79c !important;
  background-color: #e1e8f1 !important;
  padding: 15px 32px !important;
}

.btn-rv:hover,
a.btn-rv:hover {
  background-color: #ffdbd6 !important;
  color: white !important;
}

.container-xl {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.container-lrg {
  width: 95%;
  max-width: 1115px;
  margin: 0 auto;
}

.container-med {
  width: 75%;
  max-width: 950px;
  margin: 0 auto;
}

.container-sml {
  width: 55%;
  max-width: 840px;
  margin: 0 auto;
}

.show {
  display: block !important;
}

.entry-title-mobile {
  display: none;
}

.single .entry-title {
  text-align: center;
  margin: 20px 20px 30px;
}

.post-social-share.social-share {
  background: #e1e8f1;
  width: 43px;
  padding: 19px 3px 35px;
  position: fixed;
  top: 45%;
  z-index: 1;
}

.post-social-share.hide {
  display: none;
}

.post-social-share .share {
  margin: 16px 15px 16px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 19px;
  color: #424242;
}

.post-social-share .share-last {
  margin-bottom: 35px;
}

.post-social-share .share a {
  padding: 7px 0;
  font-size: 15px;
  letter-spacing: 3px;
}

.post-social-share .share a:hover {
  color: white;
}

.share-text {
  /* Default */
  transform: rotate(-90deg);
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  padding-right: 30px;
  color: #424242;
}

.post-date {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.archive-item-meta .post-date {
  margin-bottom: 30px;
}

.entry-title {
  text-align: left;
  margin-top: 20px;
}

.entry-meta {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 11px !important;
  text-align: center;
  background: #e1e8f1;
  padding: 7px 19px 4px;
  width: 100%;
  max-width: 335px;
}

.entry-meta a.featured-post-cat {
  font-size: 13px !important;
}

span.post-date {
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

i.fa.fa-circle {
  font-size: 4px;
  padding: 6px 12px;
}

#social-share button,
#social-share a {
  color: black;
  margin: 0 5%;
  font-size: 14px;
}

#social-share button:hover,
#social-share a:hover {
  color: #000000;
}

.search > span {
  padding-left: 10px;
  cursor: pointer;
}

.search span:hover {
  color: #f39e99 !important;
}

.menu-right {
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 1px;
}

#icon {
  display: none;
  max-width: 85px;
  position: relative;
}

.flex_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_row img {
  display: block;
  max-width: 49%;
  margin: 1% 0;
}

.flex_row img:nth-of-type(2n) {
  margin-left: 1%;
}

.flex_row img:nth-of-type(2n + 1) {
  margin-right: 1%;
}

/*---------------------------------
--------- Search Modal STYLES --------
---------------------------------*/
#search-modal-inner input.search-field {
  width: 100%;
  padding: 24px;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  box-shadow: none;
  border: solid 1px #999999;
  border-radius: 0;
}

#search-modal-inner label {
  width: 90%;
  float: left;
}

#search-modal-inner #searchsubmit {
  background: url(../../images/search.png) center center no-repeat;
  background-color: white;
  font-size: 20px;
  color: black;
  box-shadow: none;
  border: none;
  border-radius: 0;
  vertical-align: top;
  float: left;
  padding: 20px 20px 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#search-modal-inner #searchsubmit:hover {
  background-color: #eaeaea;
}

.mobile-search {
  display: none;
}

/**** MODAL ****/

#search-close {
  position: absolute;
  top: -5px;
  right: 30px;
  width: 22px;
  height: 22px;
  z-index: 100;
}

#search-close:hover {
  cursor: pointer;
}

#search-close:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  width: 22px;
  border-top: solid 2px white;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

#search-close:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  width: 22px;
  border-top: solid 2px white;
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

#search-close img {
  display: none;
  width: 22px;
  height: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(225, 232, 241, 0.75);
  z-index: 150;
  display: none;
  cursor: pointer;
}

.modal-box {
  width: 50%;
  position: absolute;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: auto;
}

.modal-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.modal-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ecd4c9;
  color: #fff;
  font-size: 38px;
  padding: 20px 38px;
}

/*---------------------------------
--------- Modal STYLES --------
---------------------------------*/
#popup-modal-box {
  background: white;
  padding: 0;
  position: relative;
  width: 90%;
  max-width: 820px;
}

#popup-modal-box #popup-close {
  position: absolute;
  top: 28px;
  right: 28px;
  max-width: 20px;
  z-index: 50;
}

#popup-modal-inner {
  padding: 30px 50px;
  column-gap: 3em;
}

#popup-modal.default #popup-modal-inner {
    background: #ffffff;
    border: 15px solid #FFF2EC;
}
#popup-modal.holiday #popup-modal-inner {
    background: #ffffff;
    border: 15px solid #E1E8F0;
}

#popup-modal-box #mc-embedded-subscribe-form {
  position: relative;
}

#popup-modal-box #mc-embedded-subscribe-form input::placeholder {
    text-transform: capitalize;
}

#popup-modal-box #mc-embedded-subscribe-form #mce-FNAME #mce-email {
  border: solid 1px #d1d1d1 !important;
  border-radius: unset;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 8px 0;
}

#popup-modal-box #mc-embedded-subscribe-form .fa-envelope-o {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 14px;
  z-index: 50;
}

#popup-modal-inner nf-field:nth-child(1) {
  float: left;
  width: 48%;
}

#popup-modal-inner nf-field:nth-child(2) {
  float: right;
  width: 48%;
}

#popup-modal-inner nf-field:nth-child(3) .nf-field-container {
  margin-bottom: 0;
}

#popup-modal-inner input[type="button"] {
  display: block;
  width: 100%;
  background: black;
  color: white;
}

#popup-modal-inner input[type="button"]:hover {
  background: #333333;
}

#popup-modal-inner input,
#popup-modal-inner textarea {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "sofia-pro", sans-serif;
  border: 1px solid;
  margin-bottom: 10px;
}

#popup-modal.default #popup-modal-inner input#mc-embedded-subscribe {
    color: #ffffff !important;
    background-color: #f58c72 !important;
    border: 2px solid #f58c72 !important;
    border-radius: 0;
    padding: 15px 32px !important;
}

#popup-modal.default #popup-modal-inner input#mc-embedded-subscribe:hover {
  background-color: #ffffff !important;
  color: #f58c72 !important;
}

#popup-modal.holiday #popup-modal-inner input#mc-embedded-subscribe {
    color: #ffffff !important;
    background-color: #B92025 !important;
    border: 2px solid #B92025 !important;
    border-radius: 0;
    padding: 15px 32px !important;
}

#popup-modal.holiday #popup-modal-inner input#mc-embedded-subscribe:hover {
  background-color: #ffffff !important;
  color: #B92025 !important;
}

#popup-modal-inner input#mc-embedded-subscribe:hover {
  background-color: #424242;
  color: #e1e8f1;
}

.popup-text h1,
.popup-text h2,
.popup-text h3,
.popup-text h4,
.popup-text h5,
.popup-text h6 {
  font-family: "sofia-pro", sans-serif;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.popup-text h5 {
  margin-bottom: 0px !important;
}

.popup-image {
  width: calc(50% - 2em);
}

#popup-modal[data-trigger="subscribe-popup"] #popup-modal-box .popup-image {
  width: calc(50% - 2em);
}

.popup-body {
    width: calc(50% - 2em);
    row-gap: 2em;
}
.popup-body .popup-header .bow {
    width: 65%;
    min-width: 100px;
    margin: 0 auto;
}
.popup-body .popup-header .popup-subtitle {
    font-style: italic;
    margin-top: 10px;
}
.popup-body .popup-text {
    width: 100%;
}

.popup-body .footer-logo {
  max-width: 65px;
}

#popup-modal[data-trigger="subscribe-popup"] #popup-modal-box {
  padding: 0;
  max-width: 820px;
}

#popup-modal[data-trigger="subscribe-popup"] #popup-modal-inner {
  flex-wrap: nowrap;
  padding-right: 5%;
}

/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/

.home-loop .home-post {
  margin: 70px auto !important;
}
.home-loop .home-post .home-post-inner .home-post-content {
  width: 51%;
  padding: 50px 5%;
  border: 1px solid #d1d1d1;
  border-right: none;
}
.home-loop
  .home-post
  .home-post-inner
  .home-post-content
  .home-post-content-inner
  a.home-post-cat {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 100;
}
.home-loop
  .home-post
  .home-post-inner
  .home-post-content
  .home-post-content-inner
  .home-post-title {
  letter-spacing: 2px;
  font-family: "span-condensed", serif;
font-weight: 300;
font-style: normal;
font-size: 40px;
line-height: 44px;
letter-spacing: 0px;
}
a.home-post-title:hover {
  color: #f4a79c !important;
}
.home-loop
  .home-post
  .home-post-inner
  .home-post-content
  .home-post-content-inner
  .home-post-excerpt {
  margin: 50px 0px;
}

.home-loop .home-post .rs-code {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
  margin-top: 100px;
}

.home-loop .home-post .home-post-inner .home-post-image {
  width: 51%;
  height: 700px;
  position: relative;
}

.home-loop .home-post .home-post-inner .home-post-image .social-share {
  position: absolute;
  top: 45px;
  right: -22px;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.home-loop
  .home-post
  .home-post-inner
  .home-post-image
  .social-share
  button.share {
  margin: 0;
  line-height: normal;
  font-size: 24px;
  background: #F58C72;
  padding: 7px 13px;
  border-radius: 0;
  color: white;
  cursor: pointer;
}

.home-loop
  .home-post
  .home-post-inner
  .home-post-image
  .social-share
  button.share:hover {
  background: #e1e8f1 !important;
}

@media screen and (max-width: 768px) {
  .home-loop .home-post .home-post-inner {
    flex-direction: column-reverse;
  }
  .home-loop .home-post .home-post-inner .home-post-content {
    padding: 30px 30px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #f4f4f4;
    border-right: 2px solid #f4f4f4;
    border-left: 2px solid #f4f4f4;
    text-align: center;
  }
  .home-loop .home-post .home-post-inner .home-post-image {
    width: 100%;
    height: 300px;
  }
  #subscribe_section .subscribe-section-header {
    margin-top: 30px;
  }
}

/* SUBSCRIBE SECTION */
.subscribe-section-header {
  display: inline-block;
  margin-bottom: 30px;
}
#subscribe_section .subscribe-section-wrapper {
  background: #e1e8f1;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-image {
  width: 55%;
  height: 400px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content {
  width: 50%;
  text-align: center;
  padding: 0px 4%;
}
#subscribe_section
  .subscribe-section-wrapper
  .subscribe-section-content
  .subscribe-section-title {
  margin-bottom: 20px;
}
#subscribe_section
  .subscribe-section-wrapper
  .subscribe-section-content
  .subscribe-section-text {
  margin-bottom: 20px;
  width: 70%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#subscribe_section
  .subscribe-section-wrapper
  .subscribe-section-content
  .subscribe-section-form
  #mc_embed_signup
  input#mce-EMAIL {
  margin-top: 10px;
}

#subscribe_section input#mc-embedded-subscribe {
  text-align: right;
  width: 100%;
}

#subscribe_section
  .subscribe-section-wrapper
  .subscribe-section-content
  .subscribe-section-form .btn {
    font-size: 13 !important;
  }

#subscribe_section
  .subscribe-section-wrapper
  .subscribe-section-content
  .subscribe-section-form
  #mc_embed_signup
  .subscribe {
  background-color: #000;
  border: 2px solid #000;
}
#subscribe_section
  .subscribe-section-wrapper
  .subscribe-section-content
  .subscribe-section-form
  #mc_embed_signup
  .subscribe
  input[type="submit"] {
  color: white;
  padding: 14px 30px 10px;
}
#subscribe_section
  .subscribe-section-wrapper
  .subscribe-section-content
  .subscribe-section-form
  #mc_embed_signup
  .subscribe
  input[type="submit"]:hover {
  color: black;
}
#subscribe_section
  .subscribe-section-wrapper
  .subscribe-section-content
  .subscribe-section-form
  #mc_embed_signup
  .subscribe:hover {
  background-color: white;
  color: #000;
  border: 2px solid #000;
}
@media screen and (max-width: 1024px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-image {
    width: 47%;
  }
}
@media screen and (max-width: 960px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-image {
    width: 38%;
  }
}
@media screen and (max-width: 600px) {
  #subscribe_section .subscribe-section-wrapper {
    flex-direction: column;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-image {
    width: 100%;
    height: 250px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content {
    width: 85%;
  }
  .home-loop
    .home-post
    .home-post-inner
    .home-post-content
    .home-post-content-inner
    .home-post-excerpt {
    margin: 30px 0px;
  }
}
@media screen and (max-width: 320px) {
}

/* FEATURED PRODUCTS - HP */
#featured_products_wrap {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 50px 0px 30px;
}
#featured_products_wrap
  #featured_products
  .products-container
  .products-header {
  margin-bottom: 20px;
}
#featured_products_wrap
  #featured_products
  .products-container
  .products-header
  a.products-link-left {
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
#featured_products_wrap
  #featured_products
  .products-container
  .products-header
  h2.products-title {
  margin-bottom: 0px;
}

#featured_products_wrap
  #featured_products
  .products-container
  .products-items
  a.featured-product {
  width: 33%;
  margin: 20px 0px;
}
#featured_products_wrap
  #featured_products
  .products-container
  .products-items
  a.featured-product
  img {
  width: 100px;
  margin-right: 20px;
}
#featured_products_wrap
  #featured_products
  .products-container
  .products-items
  .product-body
  .product-brand {
  font-family: "sofia-pro", sans-serif;
}
#featured_products_wrap
  #featured_products
  .products-container
  .products-items
  .product-body
  .product-title {
  margin: 15px 0px 0px;
  max-width: 80%;
}
@media screen and (max-width: 1024px) {
  #featured_products_wrap .products-items a.featured-product {
    width: 50%;
    margin: 20px 0px;
  }
}

/* SOCIAL TABS */
#social-tabs.ui-tabs {
  border: unset !important;
  border-radius: unset !important;
}

#social-tabs .tab-wrap {
  background: #e1e8f1 !important;
  padding: 50px !important;
}

#social-tabs .ui-widget-header {
  background: unset !important;
  border: unset !important;
  outline: unset !important;
  border-radius: unset !important;
  padding: unset !important;
}

#social-tabs .ui-state-default,
#social-tabs .ui-widget-content .ui-state-default,
#social-tabs .ui-widget-header .ui-state-default {
  border: unset !important;
  border-radius: unset !important;
  background: unset !important;
}

#social-tabs .btn {
  font-style: normal;
  text-transform: uppercase !important;
  font-family: "sofia-pro", sans-serif !important;
  font-weight: 100 !important;
  font-size: 11px !important;
}

#social-tabs .ui-widget-header .ui-state-default.ui-tabs-active {
  background: #e1e8f1 !important;
}

.ui-tabs {
  padding: 0.2em 0px 0px !important;
}

#social-tabs .ui-tabs-active a:focus {
  outline: none;
  color: initial;
}

#social-tabs .container {
  max-width: 1262px;
  margin: 0 auto;
  position: relative;
}

#pintfeed {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cropControls {
  display: none !important;
}

.pinterest-item {
  display: inline-block;
  margin: 0 1%;
}

.pinterest-btn {
  display: inline-block;
  background: #d60118;
  padding: 5px 4%;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #d60118;
}

.pinterest-btn:hover {
  background: white;
  color: black;
}

.pinterest-btn span {
  font-size: 18px;
  font-style: italic;
}

.pinterest-item .cropImage {
  cursor: pointer !important;
}

#instafeed {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  margin-bottom: 2%;
}

#footer_blocks .insta-desk #sb_instagram .sbi_link {
  background: rgba(255, 255, 255, 0.6);
}

#sb_instagram .sbi_link.sbi_default p,
#sb_instagram .sbi_link.sbi_default span,
#sb_instagram .sbi_link.sbi_default a {
  color: black !important;
}

svg.svg-inline--fa.fa-comment.fa-w-18,
svg.svg-inline--fa.fa-heart.fa-w-18 {
  color: black !important;
}

.social-handle {
  position: absolute;
  top: 102%;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

#instafeed-handle {
  position: absolute;
  top: 38%;
  left: 11%;
  font-size: 18px;
  letter-spacing: 4px;
  z-index: 51;
}

#instafeed-handle a.instafeed-handle-link {
  display: block;
  padding: 10px 40px;
  background: black;
  color: white;
  font-size: 10px;
}

#instafeed-handle .ig-username {
  display: block;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
}

#instafeed-handle .ig-followers {
  display: block;
  margin: 2px auto 0;
  font-family: "freight-big-pro";
  font-weight: 100;
  font-style: italic;
  font-size: 10px;
  text-align: center;
}

.instafeed-item {
  position: relative;
  padding: 0;
  margin: 0 1%;
}

.instafeed-item img {
  display: block;
}

.social-item {
  position: relative;
}

.social-item:hover .icon-bg {
  opacity: 1;
}

.icon-bg {
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  font-size: 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.social-block .social-block-body {
  width: 100%;
  text-align: center;
}

.social-block-body h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
  margin-top: 6px;
  font-weight: 100;
}

.social-block-body i.fa.fa-snapchat {
  font-size: 27px;
}

#subscribe-block #mc_embed_signup {
  background: #f8f7f4 !important;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}

#subscribe-block input[type="submit"] {
  background: #f2e4e3 !important;
  padding: 10px 20px;
}

#subscribe-block .clear {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  #social-tabs .tab-wrap {
    padding: 30px 0px;
  }
  #social-tabs .container {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }
  .instafeed-item {
    margin: 0;
    width: 22%;
    /*margin-right: 0px;*/
  }
  .pinterest-item {
    margin: 0;
    width: 22%;
    /*margin: 5%;*/
  }
  #social-tabs .crop-wrap {
    width: 100% !important;
  }
}

@media only screen and (max-width: 667px) {
  .social-block .social-block-body {
    width: 100%;
    padding: 40px 0px 20px;
  }
  .social-block .social-block-image {
    width: 80%;
  }
}

.wide-image {
  margin-bottom: 30px;
  position: relative;
}

.post-blocks.has_wide_image {
  width: 90%;
  align-items: flex-end;
  margin: -120px auto 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .wide-image {
    margin-bottom: 60px;
  }

  #featured-post .rsCode {
    margin: 70px 0 40px;
  }
  .post-blocks.has_wide_image {
    width: 95%;
  }
  #featured-post .post-block {
    width: 60%;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #featured-post .post-blocks .featured-image img {
    display: none;
  }
  #featured-post .post-blocks {
    width: 100%;
  }
  .post-blocks.has_wide_image {
    margin: 0px;
  }
}

.favorite-posts {
  width: 85%;
  max-width: 1075px;
  margin: 0 auto;
}

.favorite-posts .slick-list {
  overflow: visible;
  padding: 0 !important;
}

.slick-prev,
.slick-next {
  width: 10px !important;
  height: 20px !important;
}

.slick-prev:before,
.slick-next:before {
  color: black !important;
}

.slick-initialized .slick-slide {
  margin: 0 6px;
}

.favorite-posts .slick-slide img {
  /* max-width: 350px; */
  display: block;
  /* margin: 0 auto; */
}

.favorite-posts .slick-slide .nav_image {
  width: 100%;
  height: 240px;
  margin: 0 auto;
  max-width: 335px;
  max-height: 385px;
  display: block;
  /* margin: 0 auto; */
}

/* Readers Favorites */

#readers_favorites {
  position: relative;
  margin-bottom: 14px;
  margin-top: 50px;
  background: #e1e8f1;
  padding: 20px 0px 0px;
  z-index: 2;
}

.single #readers_favorites {
  border-bottom: none;
}

.smash-prev-arrow {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 50px;
  z-index: 1000;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 75%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 75%
  );
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 75%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.smash-next-arrow {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 50px;
  z-index: 1000;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 75%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 75%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 75%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.custom-arrow:hover {
  cursor: pointer;
}

.favorites-header {
  max-width: 1075px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.favorites-title {
  text-transform: none;
  position: relative;
  z-index: 1;
}

.favorites-more .icon {
  border-radius: 100%;
  padding: 2px;
  fill: black;
}

span.favorites-sub-title {
  font-size: 15px;
  padding-left: 20px;
}

.favorites-more:hover .icon {
  border-color: #e1e8f1;
  fill: white;
  background-color: #e1e8f1;
}

.favorite-post {
  position: relative;
  display: block;
}

.favorite-post:hover .favorite-post-title {
  opacity: 1;
  visibility: visible;
}

.favorite-post-title {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 30px;
  background: rgba(0, 0, 0, 0.51);
  color: white;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media only screen and (max-width: 1300px) {
  .favorite-posts .slick-slide .nav_image {
    height: 385px;
  }
  .favorites-header {
    max-width: 1300px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .favorite-posts {
    width: 85%;
    max-width: 1300px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 960px) {
  .favorite-posts .slick-slide .nav_image {
    height: 300px;
  }
}

@media only screen and (max-width: 800px) {
  .favorite-posts .slick-slide .nav_image {
    height: 240px;
  }
}

@media only screen and (max-width: 700px) {
  .favorite-posts .slick-slide .nav_image {
    height: 200px;
  }
}

@media only screen and (max-width: 599px) {
  .favorite-posts .slick-slide .nav_image {
    height: 385px;
  }
}

#next-up-wrapper {
  position: relative;
  margin-bottom: 100px;
}

.next-up-post-title {
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  padding: 5px 35px;
}

.next-up-titles {
  display: flex;
  justify-content: space-between;
}

body.home #next-up-wrapper {
  margin-bottom: 0;
}

#next-up-wrapper .alm-btn-wrap button {
  position: absolute;
  top: 0px;
  right: 0px;
  color: black;
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 24px !important;
  font-weight: 100 !important;
}

#next-up-wrapper #next-up-all {
  top: 0px;
  right: 0px;
  color: black;
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 100;
  margin-top: 30px;
}

/* HP - LOAD MORE FROM */
#load-more-from {
  padding: 30px;
  background: #e1e8f1;
}

.load-more-title {
    text-transform: capitalize;
  margin-bottom: 20px;
}

#category-nav {
  text-align: center;
}

#category-menu {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 1px;
}

#category-menu li {
  display: inline-block;
  margin: 0 20px;
}

#category-menu a {
  color: black;
}

#category-menu a:hover {
  color: #e1e8f1;
}

#about-menu {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  text-transform: uppercase;
}

#about-menu li {
  display: inline-block;
  margin: 0 7%;
  font-family: "sofia-pro", sans-serif;
  letter-spacing: 2px;
  font-size: 15px;
}

#next-up-wrapper #next-up-label {
  left: 0px;
  color: black;
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 100;
  margin-top: 30px;
}

.next-up-posts {
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
}

.alm-btn-wrap .alm-load-more-btn:active {
  box-shadow: none !important;
}

.next-up-post {
  width: 24%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  font-size: 12px;
}

#shop-the-feed-wrapper {
  border-top: 3px solid #e1e8f1;
  border-bottom: 3px solid #e1e8f1;
  padding: 0 0 20px;
  text-align: center;
}

.shop-the-feed-title {
  background: white;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  top: -21px;
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 26px;
  font-weight: 100;
}

/*--------------------------------------------------------------
## POSTS
--------------------------------------------------------------*/
.entry-header {
  position: relative;
  text-align: center;
}

/* .entry-header .post-date {
    position: absolute;
    left: 0;
} */

.entry-header .post-cat {
  /* position: absolute;
	right: 0; */
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.entry-content p img {
  display: block;
  margin: 0 auto;
}

.post-blocks {
  display: flex;
}

.featured-image {
  width: 70%;
  position: relative;
}

.featured-image .social-share {
  position: absolute;
  top: 4%;
  left: -20px;
  z-index: 1;
}

.featured-image .social-share button {
  width: 45px;
  height: 45px;
  background: #e1e8f1;
  color: #333333;
  border-radius: 0;
  font-size: 22px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.featured-image .social-share button:hover {
  background: #333333;
  color: #f58c72;
}

.post-block {
  width: 50%;
  padding: 40px;
}

.post-block .btn {
  margin-top: -47px;
  padding-left: 20px !important;
  margin-left: 0px;
}

.post-category {
  text-transform: lowercase;
  position: absolute;
  background-color: #e1e8f1;
  padding: 8px 25px;
  left: -41px;
  top: 60px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.post-category.cat-indent {
  left: -30px;
}

.post-entry {
  padding: 50px 0px;
}

.entry-excerpt {
  font-size: 14px;
  margin: 20px 0px 50px;
}

.rsCode {
  margin: 40px 0 80px;
}

.home-comment {
  margin-top: 30px;
}

.post-block .rsCode {
  position: relative;
}

.rs-title {
  position: relative;
  text-align: center;
  display: block;
  align-items: center;
  margin-bottom: 60px;
  width: 100%;
}

.rs-title-text {
  background: white;
  display: block;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}

.more-post-bottom {
  text-align: center;
  padding: 30px 20px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.more-cta {
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  margin-top: 30px;
}

.more-header.flex.align-center.justify-between {
  margin-bottom: 20px;
}

.more-post .more-image {
  display: block;
  width: 100%;
  height: 425px;
  max-height: 425px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media only screen and (max-width: 1200px) {
  .more-post .more-image {
    height: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  .more-post .more-image {
    height: 350px;
  }
}
@media only screen and (max-width: 1000px) {
  .more-post .more-image {
    height: 315px;
  }
}
@media only screen and (max-width: 900px) {
  .more-post .more-image {
    height: 275px;
  }
}
@media only screen and (max-width: 800px) {
  .more-post .more-image {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .archive-item .archive-item-image {
    height: 350px;
  }
}
@media only screen and (max-width: 667px) {
  .more-post .more-image {
    height: 425px;
  }
}

.rs-title-wrap {
  position: relative;
  padding-right: 8px;
  z-index: 2;
  display: inline;
  background: white;
  top: -44px !important;
}

.home-loop .home-post .rs-code .shopthepost-widget {
  margin-top: -40px;
}

.single #footer_blocks {
  border-top: 1px solid #000000;
}

.rs-title-bar {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 10px;
  background: #e1e8f1;
  z-index: 1;
}

.social-share {
  padding-top: 20px;
}

#post-foot .social-share {
  padding-top: 0px;
}

.share {
  margin: 0 15px 0 0;
}

.social-share button {
  font-size: 13px;
}

.social-share button:hover {
  color: #f58c72;
}

.signature {
  text-align: left;
  margin-top: 50px;
  margin-left: 15px;
}

.signature img {
    max-height: 85px;
}

#comment-btn {
  text-align: center;
  padding-top: 3px;
}

#comment-btn .icon {
  margin-right: 10px;
}

/* #comment-btn a:hover .icon {
  fill: #e1e8f1;
} */

/* #comments {
	display: none;
} */

.alm-btn-wrap {
  text-align: center;
  margin: 40px 0px;
}

.alm-btn-wrap .btn {
  width: 190px;
}

button.alm-load-more-btn:hover {
    border: 2px solid #f58c72 !important;
    color: #f58c72 !important;
    background: #ffffff !important;
}

section#instagram-slider {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
  border-top: 3px solid #e1e8f1;
  border-bottom: 3px solid #e1e8f1;
}

.insta-picks-title {
  background: white;
  display: inline-block;
  padding: 0 20px 0px 5px;
  position: relative;
  top: -19px;
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 100;
}
.insta-picks-title-right {
  background: white;
  padding-left: 20px;
  position: absolute;
  top: -19px;
  right: 0;
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 100;
}

.slick-slider {
  margin-bottom: 26px;
}

.insta-picks-title-bottom {
  background: white;
  position: absolute;
  bottom: -17px;
  text-align: center;
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 100;
  margin-top: 30px;
  padding: 0px 20px;
}

/*--------------------------------------------------------------
## SINGLE POSTS
--------------------------------------------------------------*/
.post-cats {
  display: flex;
  flex-wrap: wrap;
}

.entry-category {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 50px;
}

.post .cat-sep {
  margin: 0 5px;
}

.post-foot {
  display: flex;
  justify-content: space-between;
  font-weight: 100;
}

#post-foot {
  margin: 80px 0 0;
  padding-bottom: 50px;
}

#post-foot .fa-circle {
  display: block;
  margin: 0 20px;
  background: initial;
}

#comment-btn .btn {
  color: #1d1d1d;
  background-color: transparent !important;
  font-weight: bold;
  font-size: 15px;
}

#social-share {
  width: 100px;
  text-align: center;
}

.nav-links {
  margin: 8% 40% 17%;
}

.nav-previous {
  background-color: #fdf6f3;
  padding: 17px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.nav-next {
  background-color: #fdf6f3;
  padding: 17px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-left: 1px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  width: 45%;
}

#cooler-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

#cooler-nav .nav-box {
  display: block;
  width: 50%;
  position: relative;
}

#cooler-nav .nav-box img {
  display: block;
  width: 100%;
  height: auto;
}

#cooler-nav .nav-box .post-nav-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
  color: white;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 3px;
  z-index: 1;
  font-family: "sofia-pro", sans-serif;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#cooler-nav .nav-box:hover .post-nav-text {
  color: #000000;
  opacity: 0;
}

.says {
  display: none;
}

.comment-author {
  width: 60%;
  display: flex;
  align-items: center;
}

.comment-author img {
  display: none;
}

.comment-metadata {
  color: #000000;
  font-size: 10px;
  letter-spacing: 1px;
}

.comment-author .fn {
  font-family: "sofia-pro", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.comment-meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

.comments-title {
  text-align: center;
  margin: 78px 0 63px;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}

.comment-content p {
  font-size: 14px;
  margin: 28px 0 0;
  letter-spacing: 0.8px;
  line-height: 24px;
}

#comments {
  margin-bottom: 90px;
  background-color: #e1e8f1;
  width: 100%;
  margin-top: 100px;
}

ol.comment-list {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding: 5px 20px;
  margin: 20px 0 0;
}

#commentform {
  font-family: "sofia-pro", sans-serif;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
  padding: 22px;
  width: 70%;
  max-width: 500px;
  margin: 0 auto;
}

#commentform #submit {
  width: 100%;
  padding: 12px;
  font-size: 10px;
}

.comment-text {
  max-width: 450px;
  margin: 0 auto;
  padding: 60px 0 10px;
}

.comment-subtext {
  max-width: 450px;
  margin: 0 auto;
}

#commentform label {
  text-align: center;
  width: 100%;
}

.comment-form-author,
.comment-form-email {
  float: left;
  width: 48%;
}

.comment-form-url {
  width: 100%;
}

.comment-input-wrap {
  margin-bottom: 18px;
}

.form-submit {
  margin: 0;
  width: 100%;
}

.comment-form-comment {
  flex-grow: 2;
  width: 100%;
}

/*--------------------------------------------------------------
## ARCHIVES
--------------------------------------------------------------*/
/* .archive-bg {
    background-color: #e1e8f1;
    padding-top: 60px;
} */

.category-items .alm-reveal {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.archive-items {
  text-align: center;
  max-width: 1240px;
}

#shop_archive .page-title {
  line-height: 50px;
}

#shop_archive .shop-load-more {
  margin: 0 auto;
  text-align: center;
}

#shop_archive .container-xl,
#shop_archive .archive-items {
  width: 100%;
  max-width: 1125px;
  margin: 0 auto;
}

#shop_archive .archive-items .alm-listing {
  width: 80%;
  float: right;
}

#shop_archive .archive-items .archive-item {
  width: 31%;
  margin: 0 1% 2%;
}

#shop_archive {
  padding: 0 50px;
}

#shop_archive .shop-navigation {
  padding-top: 55px;
  padding-right: 50px;
  white-space: nowrap;
}

.searchandfilter ul li {
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'brandon-grotesque';
}

.searchandfilter select.sf-input-select {
  min-width: 246px;
  font-family: 'brandon-grotesque';
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px;
}


@media only screen and (max-width: 959px) {
  #shop_archive .shop-navigation {
    display: none;
  }

  #shop_page .archive-items {
    width: 100%;
  }
}

.gift-guide-col-header{
  margin-bottom: 15px;
}

.gift-guide-links-col {
  margin-top: 10px;
}

.shop-navigation .gift-guide-col-header .gift-guide-links-header {
  margin-right: 5px;
  font-style: italic;
}

.shop-navigation .gift-guide-links-col-links {
  /* display: none; */
  margin-bottom: 20px;
}

.shop-navigation .gift-guide-links-col-links a {
  color: #404040;
  padding: 1px 0;
  padding: 5px;
  font-size: 11px;
  letter-spacing: 1px;
}

.shop-navigation .gift-guide-links-col-links a:hover {
  color: #f58c72;
}

.shop-navigation .gift-guide-links-col-links a.current {
  border-left: 2px solid #f58c72;
  padding: 5px;
  font-family: 'brandon-grotesque';
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f58c72;
}

.gift-guide-links-col-links {
  text-transform: uppercase;
  font-size: 14px;
}

.shop-load-more .archive-item {
  width: 31%;
  margin: 0 1.15% 2%;
}

@media only screen and (max-width: 1200px) {
  #shop_archive .archive-items .archive-item {
    width: 31%;
  }
  .shop-load-more .archive-item {
    width: 31%;
  }

  #shop_archive .archive-item a.archive-item-image {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_archive .archive-items .archive-item {
    width: 45%;
  }

  .shop-load-more .archive-item {
    width: 45%;
  }
}
@media only screen and (max-width: 667px) {
  #shop_archive .archive-items .archive-item {
    width: 80%;
    max-width: 325px;
    margin: 0 auto 2%;
  }

  .shop-load-more .archive-item {
    width: 80%;
    margin: 0 auto 2%;
  }
}

#shop_archive .archive-item .archive-item-image {
  position: relative;
  display: -webkit-flex;
  display: flex;
  height: 330px;
  border: 1px solid #d1d1d1;
  margin-bottom: -1px;
}

#shop_archive .archive-item .archive-item-image .on-sale {
  background: #ffdbd6;
  position: absolute;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1px;
  top: 25px;
  right: -15%;
  padding: 0 40px;
  transform: rotate(45deg) translate(-5%, 20%);
  -webkit-transform: rotate(45deg) translate(-5%, 20%);
  z-index: 1;
}

#shop_archive .archive-item .archive-item-image:hover .on-sale {
    color: white;
}

#shop_archive .archive-item .archive-item-image .free-shipping {
  background: #e1e8f1;
  position: absolute;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1px;
  top: 44px;
  right: -17%;
  padding: 0 40px;
  transform: rotate(45deg) translate(-5%, 20%);
  -webkit-transform: rotate(45deg) translate(-5%, 20%);
  z-index: 1;
}

#shop_archive .archive-item .archive-item-image:hover .free-shipping {
    color: white;
}

#shop_archive .archive-item .archive-item-meta {
  display: -webkit-flex;
  display: flex;
}

#shop_archive .archive-item .archive-item-meta .archive-links {
  margin-top: 10px;
}

#shop_archive .archive-item .archive-item-title {
  max-width: unset;
}

#shop_archive .archive-item .product-brand {
  margin-bottom: 10px;
}

.archive-item {
  width: 29%;
  position: relative;
  margin: 0% 1% 3%;
  overflow: hidden;
}

.archive-item .archive-item-image {
  display: block;
  width: 100%;
  height: 425px;
  max-height: 425px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.archive-item .archive-item-primary-image {
  display: block;
}
.archive-item .archive-item-secondary-image {
    position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.archive-item .archive-item-image:hover .archive-item-secondary-image {
    opacity: 1;
    visibility: visible;
  }

@media only screen and (max-width: 1200px) {
  .archive-item .archive-item-image {
    height: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  .archive-item .archive-item-image {
    height: 350px;
  }
}
@media only screen and (max-width: 1000px) {
  .archive-item .archive-item-image {
    height: 315px;
  }
}
@media only screen and (max-width: 900px) {
  .archive-item .archive-item-image {
    height: 275px;
  }
}
@media only screen and (max-width: 800px) {
  .archive-item .archive-item-image {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .archive-item .archive-item-image {
    height: 350px;
  }
}
@media only screen and (max-width: 667px) {
  .archive-item .archive-item-image {
    height: 425px;
  }
}

.archive-item .archive-item-image .sponsored {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25%;
  padding: 5px;
  /* background: rgba(192, 226, 224, 0.5); */
  background: rgba(243, 158, 153, 0.3);
  color: black;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.archive-item:hover .archive-item-image .sponsored {
  bottom: 0;
}

.archive-item .archive-item-image img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.archive-item:hover .archive-item-image img {
  opacity: 0.7;
}

.archive-item-meta {
    flex: 1;
  color: #2c3554;
  background-color: white;
  display: block;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  padding: 25px 9px 30px;
  border: 1px solid #d1d1d1;
}

.archive-item-meta:hover {
  color: #1d1d1d;
}

.archive-item-cat {
  font-size: 12px;
  background: #e1e8f1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 25px;
  display: inline-block;
  margin-bottom: 10px;
}

.archive-item-title {
    flex: 1;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-transform: initial;
  font-weight: 100;
}

.archive-item-price {
  font-size: 14px;
  margin-top: 10px;
}

.archive-item-title a {
  color: #000000;
}

.archive-links {
  display: flex;
  justify-content: center;
  font-family: "sofia-pro", sans-serif;
  font-size: 11px;
  margin-top: 26px;
  letter-spacing: 2px;
}

.archive-links .icon {
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}

.archive-item .post_meta {
  text-align: center;
}

.archive-item .excerpt {
  text-align: center;
  font-size: 18px;
}

.archive-item .separator {
  margin: 50px auto;
  width: 25%;
}

.archive-action-block {
  position: absolute;
  background: white;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
}

/* .shop-load-more button.alm-load-more-btn {
    background: unset !important;
    border-radius: unset !important;
    width: auto !important;
    height: auto !important;
    color: black !important;
    font-weight: 100 !important;
} */

button.alm-load-more-btn {
  background: #f58c72 !important;
  border-radius: 100% !important;
  width: 39px !important;
  height: 39px !important;
  font-size: 22px !important;
  padding: 0 !important;
}

button.alm-load-more-btn span {
  position: relative;
  top: -3px;
  font-size: 30px;
  font-weight: 100;
}

.show-block {
  top: unset;
  bottom: 0;
  opacity: 1;
}

.view-link {
  cursor: pointer;
}

.view-link:hover {
  color: #f2e6e8;
}

.shop-block {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}

.shop-block .shopthepost-widget {
  margin-top: 0;
}

.share-block {
  padding: 15px;
}

.share-block .social-share {
  padding-top: 0;
}

body.archive .page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 60%;
  padding-bottom: 10px;
}

#load-more-from .cat-nav {
  margin: 0 auto;
}

.cat-nav {
  margin: 0 auto 50px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.shop-toggle {
    flex: 1;
    column-gap: 10px;
}

.shop-toggle .icon {
  top: 0;
}

.shop-toggle span {
  color: #e1e8f1;
}

#waypoint-top {
  position: relative;
  top: 1px;
}

.menu-has-drop-posts .gift-guide-links {
  position: fixed;
  top: 0;
  left: 0 !important;
  right: 0 !important;
  max-width: unset !important;
  width: 100% !important;
  opacity: 1;
  visibility: visible;
  display: none;
  z-index: 100;
}

@media only screen and (max-width: 768px) {
  .menu-has-drop-posts .gift-guide-links {
    display: none !important;
  }
}

.menu-has-drop-posts .gift-guide-links .gift-guide-links-col .gift-guide-links-header {
  color: #333333;
  text-transform: capitalize;
}

/* body.dark_nav .menu-has-drop-posts .gift-guide-links {
    top: 38px !important;
} */

.menu-has-drop-posts:hover .gift-guide-links {
  display: block;
}

.gift-guide-links {
  position: absolute;
  top: 112%;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  max-width: 800px;
  background: white;
  border: 2px solid #e1e8f1;
  padding: 20px;
}

.gift-guide-links > div.flex-wrap {
  column-gap: 30px;
  row-gap: 30px;
}

.gift-guide-links .gift-guide-links-col {
  padding: 10px 20px;
}

.gift-guide-links .gift-guide-links-col .gift-guide-links-header {
  text-align: left;
  margin-bottom: 10px;
}

.gift-guide-links .gift-guide-links-col .gift-guide-links-col-link {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 14px !important;
  font-variant: none;
  line-height: 25px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}

@media only screen and (max-width: 960px) {
  .gift-guide-links {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .gift-guide-links .gift-guide-links-col {
    width: 50%;
  }
}

#products-menu {
  margin: 0 auto;
  padding: 0;
}

#products-menu li {
  list-style: none;
  list-style-type: none;
  position: relative;
  letter-spacing: 1px;
}

#products-menu > li.menu-item-has-children {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

#products-menu > li.menu-item-has-children::before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: normal;
  margin-left: 3px;
  /* position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    z-index: 1; */
}

#products-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  background: #e1e8f1;
  z-index: 100;
}

#products-menu .sub-menu > li {
  margin: 0;
}

#products-menu .sub-menu a {
  display: block;
  padding: 10px 20px;
  color: #333333;
  white-space: nowrap;
}

#products-menu .sub-menu a:hover {
  color: #f39e99;
}

#products-menu li:hover .sub-menu {
  display: block;
}

.cat-nav-header {
  text-align: center;
}

.cat-nav .cat-nav-item,
.cat-nav .menu-item {
  margin: 0 10px 13px;
  font-size: 12px;
}

.cat-nav .cat-nav-item.cat-nav-current,
.cat-nav .menu-item.current-menu-item > a {
  color: #f39e99;
  border-bottom: 2px solid #f39e99;
  font-weight: bold;
}

@media only screen and (max-width: 960px) {
  .shop-nav {
    display: none;
  }

  .shop-nav.shop-toggled {
    display: block;
  }

  .shop-nav .cat-nav {
    flex-direction: column;
  }
  .cat-nav .cat-nav-item,
  .cat-nav .menu-item {
    font-size: 12px;
    margin: 0;
  }

  #products-menu li {
    padding: 10px 0;
    display: block;
    width: 100%;
  }

  #products-menu li .sub-menu {
    display: none;
  }

  #products-menu li:hover .sub-menu {
    display: block;
    position: relative;
    margin-top: 10px;
    width: 100%;
  }
}

#category-nav {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 15px;
}

.category-selection-title {
  text-align: center;
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
}

.category-selection-title span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  letter-spacing: 4px;
}

#category-nav .cat-item {
  font-size: 12px;
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 4px 8px;
}

#category-nav .parent-cat::after {
  content: "/";
  margin: 0 5px 0 20px;
}

#category-nav .cat-item.current-cat a {
  color: #eeadc0;
}

#category-selection,
#archive-selection {
  background: #e1e8f1;
  color: black;
  padding: 7px 30px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

/*#category-selection:hover .category-selection-list, #archive-selection:hover .archive-selection-list {
	display: block;
	width: 203px;
}*/

.category-selection-list,
.archive-selection-list {
  display: none;
  background: #e1e8f1;
  position: absolute;
  left: 0;
  right: 0;
  padding: 12px;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 100;
}

.cat-item {
  font-size: 10px;
}
.category-selection-list a,
.archive-selection-list a {
  color: black;
}
.category-selection-list a:hover,
.archive-selection-list a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Holiday Banner
--------------------------------------------------------------*/
#holiday_banner {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  padding: 5px 10px;
  background: #e1e8f1;
}

#holiday_banner .stars {
  max-width: 65px;
  max-height: 65px;
  width: auto;
}

#holiday_banner .tree {
  max-width: 65px;
  max-height: 65px;
  width: auto;
}

#holiday_banner .holiday-banner-body {
  flex: 1;
  color: #7c2722;
  text-align: center;
  text-transform: uppercase;
}
#holiday_banner .holiday-banner-body a {
  font-weight: bold;
  color: #7c2722;
}

@media only screen and (max-width: 768px) {
  #holiday_banner {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
}

/*--------------------------------------------------------------
## Countdown
--------------------------------------------------------------*/
.days-left {
  position: relative;
  font-size: 18px;
}

.days-left .days-left-num {
  position: relative;
  margin: 0 10px;
  font-size: 38px;
  line-height: 1em;
  background: #333333;
  color: white;
  border-radius: 5px;
  padding: 10px;
}

.days-left .days-left-num::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 54%;
  background: rgba(255, 255, 255, 0.25);
}

/*--------------------------------------------------------------
## Mailchimp
--------------------------------------------------------------*/

.subscribe-content {
  font-family: "sofia-pro", sans-serif;
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 3px;
}

.subscribe-content h2 {
  text-transform: uppercase;
}

#subscribe-section #mc_embed_signup {
  background: none !important;
}

#subscribe-section #mc_embed_signup input.email {
  display: block !important;
  width: 80% !important;
  height: 40px !important;
  border-radius: 0px !important;
  border: none !important;
  margin: 0 auto 10px !important;
  font-family: "sofia-pro", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px !important;
  padding: 0 1% !important;
}

#subscribe-section #mc_embed_signup .button {
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  color: #1d1d1d !important;
}

#subscribe-section input[type="submit"].btn-rv {
  display: block !important;
  width: 80% !important;
  height: 40px !important;
  margin: 0 auto !important;
}

.subscribe-section-form {
  max-width: 300px;
  margin: 0 auto;
}

.dropdown-mc {
  display: flex;
  font-family: "sofia-pro", sans-serif;
  justify-content: center;
  font-size: 17px;
  letter-spacing: 1px;
  align-items: center;
}

.dropdown-mc #mc_embed_signup input.email {
  width: 300px !important;
  height: 34px !important;
  border-radius: 0px !important;
  border: 0px solid;
  border-bottom: 1px solid #000000 !important;
  margin-bottom: 10px;
  font-family: "sofia-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px !important;
}

@media only screen and (max-width: 1024px) {
  #site-navigation #primary-menu li {
    padding: 15px 10px;
  }
  #logo-wrap {
    max-width: 300px;
    padding: 40px 0 20px;
  }
  .container-lrg {
    width: 85%;
  }
  .container-xl {
    width: 90%;
  }
  body.archive .page-header {
    padding: 0px 10px;
  }
  .archive-item-meta {
    padding: 20px 9px 15px;
  }
  .alm-btn-wrap {
    margin: 30px 0px 70px;
  }
  button.alm-load-more-btn {
    font-size: 25px;
  }
  #footer-menu li {
    padding: 0px 14px;
  }
  .entry-title {
    font-size: 20px;
    margin-top: 20px;
  }
  button.alm-load-more-btn {
    font-size: 25px;
  }
  p {
    font-size: 12px;
  }
  .entry-excerpt {
    margin: 10px 0px 0px;
  }
  .rsCode {
    margin: 20px 0 40px;
  }
  .post-block {
    padding: 20px 40px 40px;
  }
  .archive-item-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 960px) {
  .popup-body h5 {
    margin-top: -20px;
    margin-bottom: -15px !important;
    line-height: normal;
    font-size: 50px !important;
  }
}

@media only screen and (max-width: 768px) {
    #logo-wrap {
        margin-top: 65px;
    }
  .hello-bar {
    display: none;
  }
  .hello-bar-title,
  .hello-bar-cta {
    font-size: 12px;
  }
  #icon {
    display: none;
    position: relative;
    top: 0px;
  }
  #masthead #search-wrapper-nav {
    display: none;
  }
  i.fa.fa-bars {
    font-size: 25px;
    color: black;
  }
  #site-navigation-wrap {
    display: block;
    height: 65px;
  }
  #site-navigation {
    height: 65px;
  }
  .menu-left {
    display: none;
  }
  /* .menu-right {
		display: none;
    } */
  #site-navigation-wrap .menu-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    font-size: 16px;
  }
  #site-navigation-wrap .menu-right i {
      font-size: 20px !important;
  }
  #site-navigation-wrap .menu-right i.fa-circle {
      font-size: 6px !important;
  }

  #site-navigation-wrap .menu-right {
    display: flex;
  }
  .modal-box {
    width: 90%;
  }
  #site-navigation-wrap.dark_nav .menu-left {
    display: flex;
    left: 20%;
    right: 20%;
    justify-content: center;
  }
  #site-navigation-wrap .nav-header {
    opacity: 1;
    visibility: visible;
  }
  #site-navigation.nav-body {
    display: none;
  }
  #site-navigation-wrap button.menu-toggle {
      position: relative;
      top: 12px;
    padding: 8px 0px 8px 20px;
    font-size: 24px;
    color: black;
    text-transform: uppercase;
    font-weight: 800;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
  }
  #site-navigation #primary-menu {
    text-align: left;
    background: #fff;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  body.customize-support #site-navigation #primary-menu {
      top: 112px;
  }
  ul li.menu-arrow > a > svg.icon {
    display: none;
  }
  .main-navigation ul ul {
    float: none;
    position: relative;
    top: unset;
    left: unset;
    margin-left: 0;
    text-align: center;
    padding-top: 10px;
  }
  .main-navigation ul ul.sub-menu {
    display: none;
  }
  .main-navigation ul ul li {
    text-align: left;
    padding: 10px 0;
  }
  .main-navigation ul ul li a {
    width: auto;
  }
  #primary-menu > li.menu-item-has-children {
    position: relative;
  }
  #primary-menu > li.menu-item-has-children > span.mobile-sub-toggle {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    top: 12px;
    right: 20px;
    bottom: 0;
    width: 15px;
    height: 15px;
    z-index: 1;
  }
  #primary-menu > li.menu-item-has-children > span.mobile-sub-toggle:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: black;
  }
  #primary-menu > li.menu-item-has-children > span.mobile-sub-toggle:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: black;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  #primary-menu
    > li.menu-item-has-children
    > span.mobile-sub-toggle.toggled:after {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .main-navigation ul ul ul {
    left: 2em;
    padding-top: 0;
  }
  .main-navigation ul ul li:hover > ul, 
  .main-navigation ul ul li.focus > ul {
    left: 2em;
  }
  .main-navigation ul > li > ul >li > ul >li {
  }
  .main-navigation ul > li > ul >li > ul >li a {
    /* position: absolute; */
  }
  .container-sml {
    width: 90%;
  }
  #site-navigation #primary-menu li:nth-child(1) {
    padding: 10px 20px;
  }
  #site-navigation #primary-menu li {
    padding: 10px 20px;
    display: block;
  }
  .entry-title {
    font-size: 21px;
    margin-top: 10px;
  }
  a.social-icon {
    padding: 0px 8px;
    font-size: 14px;
  }
  .post-entry {
    padding: 30px 0px;
  }
  .entry-excerpt {
    margin: 20px 0px 50px;
  }
  .entry-excerpt p {
    line-height: 26px;
  }
  .site-info {
    padding: 15px 10px;
  }
  .archive-item {
    width: 46%;
  }
  .archive-item-title {
    font-size: 17px;
  }
  #load-more-from {
    padding: 20px;
  }
  .featured-post-content {
    width: 90%;
  }
  #featured-categories {
    margin: 30px 0px;
    display: none;
  }
  .featured-category .featured-category-title {
    width: 47%;
    background: rgba(255, 255, 255, 0.8);
    padding: 5% 5%;
    color: #1d1d1d;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
  }
  .post-block {
    margin-top: 20px;
    padding: 0px 30px 40px;
    width: 100%;
  }
  #masthead #search-wrapper-nav {
    right: 30px;
  }
  .post-blocks {
    display: block;
  }
  .featured-image {
    width: 100%;
  }
  .post-block .btn {
    margin-top: 0px;
    padding-left: 20px !important;
    margin-left: 0px;
  }
  .rsCode {
    margin: 50px 0 50px;
  }
  .next-up-post-title {
    padding: 5px 5px;
  }
  .home .entry-title-mobile {
    display: block;
    margin-bottom: 20px;
  }
  a.featured-post-cat {
    display: none;
  }
  .entry-header {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-content: center;
    -webkit-align-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 30px;
  }
  .single .entry-title {
    margin: 10px 0;
  }
  .post-block {
    padding: 0;
  }
  .contact-content {
    max-width: 90%;
  }
  #featured_products_wrap
    #featured_products
    .products-container
    .products-items
    a.featured-product {
    width: 42%;
  }
  .insta-desk {
    display: none;
  }
  .insta-mobile {
    display: block;
  }
  .footer-block .instagram-header {
    top: unset;
    left: unset;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }
  #footer_blocks #sb_instagram .sb_instagram_header a,
  #sb_instagram .sbi_header_text .sbi_bio_info {
    float: none !important;
  }
  #footer_blocks #sb_instagram .sb_instagram_header {
    width: 100%;
  }
  #sb_instagram .sbi_bio_info span {
    padding-right: unset;
  }
  #footer_blocks #sb_instagram #sbi_images .sbi_item:nth-child(2n + 1) {
    margin-top: unset !important;
  }
  #footer_blocks #sb_instagram #sbi_images .sbi_item:first-child {
    margin-left: unset !important;
  }
  #footer_blocks #sb_instagram #sbi_images .sbi_item {
    margin-left: unset !important;
  }
  .footer-block {
    width: 100%;
    clear: both;
    margin-top: 50px;
  }

  .popup-image {
    display: none;
  }
  .popup-body {
    width: 100%;
  }
}

@media only screen and (max-width: 667px) {
  #logo-wrap {
    width: 90%;
    padding: 90px 0 30px;
  }
  #featured_posts {
    display: none;
  }
  .post-blocks {
    display: block;
    text-align: center;
  }
  .home .entry-title {
    text-align: center;
  }
  .featured-image {
    width: 100%;
  }
  .post-block {
    width: 100%;
    padding-left: 0px;
  }
  #featured-categories .container-lrg {
    flex-wrap: wrap;
    justify-content: center;
  }
  .featured-category {
    padding: 4px 4px;
    width: 50%;
  }
  .trending-title {
    font-size: 30px;
  }
  .trending-posts-wrap {
    margin-top: -7px;
    flex-wrap: wrap;
  }
  .archive-items,
  body.archive .archive-items {
    display: flex;
    flex-direction: column;
    width: 70%;
  }
  #shop_archive .archive-items {
    width: 100%;
  }
  .archive-item {
    width: 100%;
  }
  body.archive .page-header {
    flex-direction: column;
  }
  .next-up-post {
    width: 48%;
  }
  #load-more .alm-reveal,
  .next-up-posts {
    flex-wrap: wrap;
  }
  #load-more-from {
    padding: 30px;
    margin-top: 30px;
  }
  .site-info {
    flex-direction: column;
    text-align: center;
  }
  .site-built {
    text-align: center;
  }
  #post-foot {
    flex-direction: column;
  }
  #post-foot .fa-circle {
    display: none;
  }
  .alm-btn-wrap {
    margin: 30px 0px 0px;
  }
  #next-up-wrapper #next-up-all,
  #next-up-wrapper #next-up-label {
    font-size: 18px;
  }
  .top-picks-title {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0px;
  }
  .top-picks-tabs {
    position: relative;
    top: 0;
    padding-left: 0px;
  }
  .top-picks-header {
    position: relative;
  }
  .top-picks {
    margin-top: 50px;
  }
  .post-category {
    display: none;
  }
  #featured-post .post-block {
    width: 100%;
    padding-top: 0px;
  }
  .wide-image {
    margin-bottom: 30px;
  }
  .footer-script {
    font-size: 65px;
  }
  .site-menu.flex.align-center.justify-between {
    flex-direction: column;
    padding: 20px;
  }
  .favorites-header {
    flex-direction: column;
  }
  #category-menu {
    flex-direction: column;
    display: flex;
  }
  .contact-title h1 {
    font-size: 60px;
    margin-top: -20px;
  }
  .contact-content nf-field:nth-child(1),
  .contact-content nf-field:nth-child(4),
  .contact-content nf-field:nth-child(5) {
    width: 100%;
  }
  .contact-content nf-field:nth-child(2),
  .contact-content nf-field:nth-child(3) {
    width: 100%;
  }
  .contact-content .nf-form-wrap {
    width: 100%;
  }
  .footer-nav {
    margin: 20px 0px 15px;
  }
  .favorites-more {
    font-size: 13px;
    margin-right: 15px;
  }
  .archive-item {
    margin-bottom: 25px;
  }
  ul#shop-menu {
    flex-direction: column;
  }
  ul#shop-menu li {
    padding: 0px;
  }
  .post-social-share.social-share {
    display: none;
  }
  div#subscribe-btn {
    margin: 20px;
  }
  #commentform {
    width: 100%;
  }
  #featured_products_wrap
    #featured_products
    .products-container
    .products-items
    a.featured-product {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
  }
  #featured_products_wrap
    #featured_products
    .products-container
    .products-items
    .product-body
    .product-title {
    width: 100%;
  }
  .footer-blocks-container {
    flex-direction: column;
  }

  .post-products-row {
    flex-direction: column;
  }

  .post-product-wrap {
    width: 100%;
    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  section#instagram-slider {
    margin: 50px auto 0;
  }
  #instagram-slider .ig-feed-wrap {
    width: 85%;
    margin: 0 auto;
  }
  #about-menu li {
    margin: 0 4%;
  }
}

@media only screen and (max-width: 480px) {
}

#shop-filters-wrapper {
    width: 100%;
}

.archive-items-sorting {
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    row-gap: 20px;
}

.archive-items-sorting .filter {
    width: 100%;
    row-gap: 10px;
}

.archive-items-sorting .filter .filter-header {
    width: 100%;
}

.archive-items-sorting .filter .filter-header .icon {
    transform: rotate(180deg);
}

.archive-items-sorting .filter.open .filter-header .icon {
    transform: unset;
}

.archive-items-sorting .filter .filter-group {
    display: none;
}

.archive-items-sorting .filter.open .filter-group {
    display: flex;
    width: 100%;
}

.archive-items-sorting .filter .filter-choise {
    column-gap: 5px;
    color: #404040;
    padding: 1px 0;
    padding: 5px;
    font-family: "sofia-pro", sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.archive-items-sorting .sortby {
    display: none !important;
    width: 100%;
    border: 1px solid #000000;
    padding: 3px;
}
.archive-items-sorting .btn-row {
    column-gap: 10px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .archive-items-sorting .btn-row {
        width: 100%;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        row-gap: 10px;
    }
    .archive-items-sorting .btn-row > * {
        width: 100%;
    }
}

.archive-items-sorting .searchandfilter h4 {
    margin-right: 5px;
    clear: both;
}

.archive-items-sorting ul {
    padding: 0 !important;
    margin-left: 0 !important;
    margin: 20px 0 10px 0;
}

.archive-items-sorting .sf-field-post-meta-brand_name ul {
    max-height: 300px;
    overflow: auto;
}

.archive-items-sorting form > * {
    margin-left: 10px;
    padding: 5px 10px;
}

.archive-items-wrapper {
    width: 100%;
}

/* Pagination */
.pagination {
    clear:both;
    position:relative;
    font-size: 24px;
    float:none; /* Pagination float direction */
    background: #BDDCDD;
    padding: 50px;
    margin: 50px 0;
    column-gap: 50px;
}

.pagination .pagination-nav-wrap {
    flex: 6;
    column-gap: 10px;
}
.pagination .pagination-nav-wrap:first-child {
    margin-left: auto;
}
.pagination .pagination-nav-wrap:last-child {
    margin-right: auto;
}
.pagination .pagination-links {
    column-gap: 20px;
    flex: 2;
}

.pagination span, .pagination a {
    color:#000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pagination a:hover{
    color:#ffffff;
}
 
.pagination .current{
    color:#ffffff;
}

.pagination .current:hover {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .pagination {
        flex-direction: column;
        -webkit-flex-direction: column;
        row-gap: 20px;
    }
    .pagination .pagination-nav-wrap, .pagination .pagination-links {
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        margin: 0 !important;
    }
}

#filters_drawer {
    overflow-y: auto;
    background: white;
    padding: 30px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 350px;
    width: 100%;
    max-width: 300px;
    z-index: 100002;
    transform: translate(-350px, 0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#filters_drawer.open {
    transform: translate(0, 0);
    box-shadow: -1px -1px 5px;
}

#filters_drawer .close-filters {
    position: absolute;
    top: 7px;
    right: 20px;
}

.shop-filters {
    display: inline-block;
    text-transform: uppercase;
}

.adjust-center {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: space-between !important;
    -webkit-justify-content: space-between !important;
  }

  .adjust-center > * {
    flex: 1;
  }

  .adjust-center > *:nth-child(1) {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    margin-right: auto;
  }

  .adjust-center > *:nth-child(2) {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    flex: 3;
  }

  .adjust-center > *:nth-child(3) {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: flex-end !important;
    -webkit-justify-content: flex-end !important;
    margin-left: auto;
  }

#back_to_guides {
    margin-bottom: 50px;
}

#shop_waypoint {
    position: relative;
    top: -100px;
}

@media only screen and (max-width: 768px) {
    body.tax-guide #related_posts,
    body.tax-guide #footer_blocks {
        display: none !important;
    }
}