






html {
  line-height: 1.15;
  
  -webkit-text-size-adjust: 100%;
  
}




body {
  margin: 0;
}



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




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



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




a {
  background-color: transparent;
}



abbr[title] {
  border-bottom: none;
  
  text-decoration: underline;
  
  text-decoration: underline dotted;
  
}



b,
strong {
  font-weight: bolder;
}



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



small {
  font-size: 80%;
}



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


sub {
  bottom: -0.25em;
}


sup {
  top: -0.5em;
}




img {
  border-style: none;
}




button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  
  font-size: 100%;
  
  line-height: 1.15;
  
  margin: 0;
  
}



button,
input {
  
  overflow: visible;
}



button,
select {
  
  text-transform: none;
}



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



button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}



button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}



fieldset {
  padding: 0.35em 0.75em 0.625em;
}



legend {
  box-sizing: border-box;
  
  color: inherit;
  
  display: table;
  
  max-width: 100%;
  
  padding: 0;
  
  white-space: normal;
  
}



progress {
  vertical-align: baseline;
}



textarea {
  overflow: auto;
}



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



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



[type="search"] {
  -webkit-appearance: textfield;
  
  outline-offset: -2px;
  
}



[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}



::-webkit-file-upload-button {
  -webkit-appearance: button;
  
  font: inherit;
  
}




details {
  display: block;
}



summary {
  display: list-item;
}




template {
  display: none;
}



[hidden] {
  display: none;
}



body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}


h1, h2, h3, h4, h5, h6 {
  clear: both;
}


p {
  margin-bottom: 1.5em;
}


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%;
}



html {
  box-sizing: border-box;
}


*,
*:before,
*:after {
  
  box-sizing: inherit;
}


body {
  background: #fff;
  
}


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;
  
  max-width: 100%;
  
}


figure {
  margin: 1em 0;
  
}


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



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: .6em 1em .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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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%;
}




a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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



.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 {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.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%;
}

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

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

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

.main-navigation a {
  display: block;
  text-decoration: none;
}



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

@media screen and (min-width: 768px) {
  
  .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%;
}




.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  
}

.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;
  clip-path: none;
  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;
  
}



#content[tabindex="-1"]:focus {
  outline: 0;
}



.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}


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


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



.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;
}



.widget {
  margin: 0 0 1.5em;
  
}

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




.sticky {
  display: block;
}


.post,
.page {
  margin: 0 0 1.5em;
}


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


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


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



.comment-content a {
  word-wrap: break-word;
}


.bypostauthor {
  display: block;
}




.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  
  display: none;
}



.infinity-end.neverending .site-footer {
  display: block;
}



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



embed,
iframe,
object {
  max-width: 100%;
}



.custom-logo-link {
  display: inline-block;
}



.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;
}



.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;
}


@font-face {
  font-family: 'ovo';
  src: url("https://halfwaywholeisticc25356.zapwp.com/wp-content/themes/halfway_wholeistic/fonts/Ovo.eot");
  
  src: url("https://halfwaywholeisticc25356.zapwp.com/wp-content/themes/halfway_wholeistic/fonts/Ovo.eot") format("embedded-opentype"), url("https://halfwaywholeisticc25356.zapwp.com/wp-content/themes/halfway_wholeistic/fonts/Ovo.woff") format("woff"), url("https://halfwaywholeisticc25356.zapwp.com/wp-content/themes/halfway_wholeistic/fonts/Ovo.ttf") format("truetype"), url("https://halfwaywholeistic.com/wp-content/themes/halfway_wholeistic/fonts/Ovo.svg#svgFontName") format("svg");
  
;font-display:swap;}

h1, h2, h3, h4, h5, h6 {
  font-family: "ovo", sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 1em;
  color: #4D4D4D;
}


p a, article.post .quick-links a, a, a.alt-link, #masthead a, article.post .entry-footer a, #shop_page .shop-nav .shop-menu li a, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title, a.share-icon, .share-icons .share, .share-icons .social-share-inner .social-share .share, .share-icons .social-share-inner .social-share .share a, .linklist-widget .linklist-widget-links a, .pre-header #pre_menu li .sub-menu, #masthead #primary_left_menu li .sub-menu, #masthead.lock_nav .site-navigation-wrap #primary-menu li .sub-menu, #masthead .site-navigation-wrap #primary_menu li .sub-menu, #masthead #primary-menu li .sub-menu, #shop_page .shop-nav .shop-menu li .sub-menu, #colophon #footer_menu li .sub-menu, #mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu, #more_nav #category_menu li .sub-menu, #featured_products #shop_more_menu li .sub-menu, .animate-right > .icon, #shop_page .alm-load-more-btn > .icon, .animate-right > span, #shop_page .alm-load-more-btn > span, .alm-btn-wrap .alm-load-more-btn span, #masthead, #masthead #primary-menu li, #cta_blocks .cta-block .cta-wrap, #featured_posts_slider .featured-post-slide .featured-post-inner .featured-post-title, #ltki_products .ltki-inner .ltki-slide .ltki-image .ltki-btn-wrap, #recent_posts_slider .recent-post-slide .recent-post-body .recent-post-actions .icon, #recent_posts_slider .recent-post-slide .recent-post-body .recent-post-actions .archive-item-share .social-share, #faq-module .page-faq-wrapper .faq-col .faq-item .faq-title .icon, #featured_cats .featured-cats-container .featured-cat .featured-cat-overlay, #featured_posts_products .featured-posts-products-wrap .featured-posts-product .featured-product, #more_posts .next-up-posts .next-up-post .next-up-post-image .btn, #load_more_posts .next-up-posts .next-up-post .next-up-post-image .btn {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}


p a, article.post .quick-links a {
  color: #E2D4D2;
  outline: none;
  text-decoration: none;
}

p a:focus, article.post .quick-links a:focus, p a:active, article.post .quick-links a:active, p a:visited, article.post .quick-links a:visited {
  color: #E2D4D2;
}

p a:hover, article.post .quick-links a:hover {
  cursor: pointer;
  color: #4D4D4D !important;
}


a, a.alt-link, #masthead a, article.post .entry-footer a, #shop_page .shop-nav .shop-menu li a, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title, a.share-icon, .share-icons .share, .share-icons .social-share-inner .social-share .share, .share-icons .social-share-inner .social-share .share a, .linklist-widget .linklist-widget-links a {
  color: #4D4D4D;
  outline: none;
  text-decoration: none;
}

a:focus, #masthead a:focus, article.post .entry-footer a:focus, #shop_page .shop-nav .shop-menu li a:focus, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:focus, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:focus, .share-icons .share:focus, .share-icons .social-share-inner .social-share .share:focus, .share-icons .social-share-inner .social-share .share a:focus, .linklist-widget .linklist-widget-links a:focus, a:active, #masthead a:active, article.post .entry-footer a:active, #shop_page .shop-nav .shop-menu li a:active, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:active, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:active, .share-icons .share:active, .share-icons .social-share-inner .social-share .share:active, .share-icons .social-share-inner .social-share .share a:active, .linklist-widget .linklist-widget-links a:active, a:visited, #masthead a:visited, article.post .entry-footer a:visited, #shop_page .shop-nav .shop-menu li a:visited, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:visited, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:visited, .share-icons .share:visited, .share-icons .social-share-inner .social-share .share:visited, .share-icons .social-share-inner .social-share .share a:visited, .linklist-widget .linklist-widget-links a:visited {
  color: #4D4D4D;
}

a:hover, #masthead a:hover, article.post .entry-footer a:hover, #shop_page .shop-nav .shop-menu li a:hover, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:hover, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:hover, .share-icons .share:hover, .share-icons .social-share-inner .social-share .share:hover, .share-icons .social-share-inner .social-share .share a:hover, .linklist-widget .linklist-widget-links a:hover {
  cursor: pointer;
  color: #4D4D4D;
  color: #E2D4D2;
}


.pre-header #pre_menu, #masthead #primary_left_menu, #masthead.lock_nav .site-navigation-wrap #primary-menu, #masthead .site-navigation-wrap #primary_menu, #masthead #primary-menu, #shop_page .shop-nav .shop-menu, #colophon #footer_menu, #mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu, #more_nav #category_menu, #featured_products #shop_more_menu {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  font-family: "ovo", serif;
  letter-spacing: 2px;
}

.pre-header #pre_menu li, #masthead #primary_left_menu li, #masthead.lock_nav .site-navigation-wrap #primary-menu li, #masthead .site-navigation-wrap #primary_menu li, #masthead #primary-menu li, #shop_page .shop-nav .shop-menu li, #colophon #footer_menu li, #mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li, #more_nav #category_menu li, #featured_products #shop_more_menu li {
  position: relative;
  float: none;
  padding: 0 0px 0 35px;
  white-space: nowrap;
}

.pre-header #pre_menu li .sub-menu, #masthead #primary_left_menu li .sub-menu, #masthead.lock_nav .site-navigation-wrap #primary-menu li .sub-menu, #masthead .site-navigation-wrap #primary_menu li .sub-menu, #masthead #primary-menu li .sub-menu, #shop_page .shop-nav .shop-menu li .sub-menu, #colophon #footer_menu li .sub-menu, #mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu, #more_nav #category_menu li .sub-menu, #featured_products #shop_more_menu li .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  list-style: none;
  transform: translate(-35%, 0);
  top: 100%;
  text-align: left;
  padding: 15px 30px;
  background: #ffffff;
  white-space: nowrap;
  box-shadow: unset;
  z-index: 100;
}

.pre-header #pre_menu li .sub-menu li, #masthead #primary_left_menu li .sub-menu li, #masthead.lock_nav .site-navigation-wrap #primary-menu li .sub-menu li, #masthead .site-navigation-wrap #primary_menu li .sub-menu li, #masthead #primary-menu li .sub-menu li, #shop_page .shop-nav .shop-menu li .sub-menu li, #colophon #footer_menu li .sub-menu li, #mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu li, #more_nav #category_menu li .sub-menu li, #featured_products #shop_more_menu li .sub-menu li {
  padding: 5px 0;
}

.pre-header #pre_menu li .sub-menu a, #masthead #primary_left_menu li .sub-menu a, #masthead.lock_nav .site-navigation-wrap #primary-menu li .sub-menu a, #masthead .site-navigation-wrap #primary_menu li .sub-menu a, #masthead #primary-menu li .sub-menu a, #shop_page .shop-nav .shop-menu li .sub-menu a, #colophon #footer_menu li .sub-menu a, #mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu a, #more_nav #category_menu li .sub-menu a, #featured_products #shop_more_menu li .sub-menu a {
  width: auto;
}

.pre-header #pre_menu li:hover .sub-menu, #masthead #primary_left_menu li:hover .sub-menu, #masthead .site-navigation-wrap #primary_menu li:hover .sub-menu, #masthead #primary-menu li:hover .sub-menu, #shop_page .shop-nav .shop-menu li:hover .sub-menu, #colophon #footer_menu li:hover .sub-menu, #mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li:hover .sub-menu, #more_nav #category_menu li:hover .sub-menu, #featured_products #shop_more_menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.pre-header #pre_menu li .icon, #masthead #primary_left_menu li .icon, #masthead.lock_nav .site-navigation-wrap #primary-menu li .icon, #masthead .site-navigation-wrap #primary_menu li .icon, #masthead #primary-menu li .icon, #shop_page .shop-nav .shop-menu li .icon, #colophon #footer_menu li .icon, #mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .icon, #more_nav #category_menu li .icon, #featured_products #shop_more_menu li .icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}


.container, .container-md, .container-lg, .container-xl, #recent_posts_slider .recent-posts-header, #recent_posts_slider .recent-posts, .contact-form-wrap, #download .download-container {
  width: 85%;
  max-width: 955px;
  margin: 0 auto !important;
}


a.btn-primary, .btn-primary, #comments input#submit, #contact_page .contact-wrapper .contact-form nf-field input[value="Submit"][type="button"], #shop_page .products-grid-wrapper .alm-btn-wrap .alm-load-more-btn, #instagram_feed .instagram-header, #popup-modal .modal-box .modal-inner input[type="button"], #popup-modal #mc-embedded-subscribe-form input[type="submit"], #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"], #search-modal .modal-box .modal-inner input[type="submit"], .slideup .slideup-container .slideup-form #mc_embed_signup_scroll input[type="submit"], .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value="Submit"][type="button"], a.btn-secondary, .btn-secondary, a.btn, .btn {
  display: inline-block !important;
  padding: 13px 25px !important;
  font-family: "karla", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 10px !important;
  font-weight: 100 !important;
  text-align: center !important;
  line-height: normal !important;
}

.done.btn-primary, #comments input.done#submit, #contact_page .contact-wrapper .contact-form nf-field input.done[value="Submit"][type="button"], #shop_page .products-grid-wrapper .alm-btn-wrap .done.alm-load-more-btn, #instagram_feed .done.instagram-header, #popup-modal .modal-box .modal-inner input.done[type="button"], #popup-modal #mc-embedded-subscribe-form input.done[type="submit"], #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input.done[value="Submit"][type="button"], #search-modal .modal-box .modal-inner input.done[type="submit"], .slideup .slideup-container .slideup-form #mc_embed_signup_scroll input.done[type="submit"], .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input.done[value="Submit"][type="button"], .done.btn-secondary, .done.btn {
  display: none !important;
}


a.btn-primary, .btn-primary, #comments input#submit, #contact_page .contact-wrapper .contact-form nf-field input[value="Submit"][type="button"], #shop_page .products-grid-wrapper .alm-btn-wrap .alm-load-more-btn, #instagram_feed .instagram-header, #popup-modal .modal-box .modal-inner input[type="button"], #popup-modal #mc-embedded-subscribe-form input[type="submit"], #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"], #search-modal .modal-box .modal-inner input[type="submit"], .slideup .slideup-container .slideup-form #mc_embed_signup_scroll input[type="submit"], .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value="Submit"][type="button"] {
  background: #ECE6E3 !important;
  border: 2px solid #ECE6E3 !important;
  color: #4D4D4D !important;
}

.btn-primary a, #comments input#submit a, #contact_page .contact-wrapper .contact-form nf-field input[value="Submit"][type="button"] a, #shop_page .products-grid-wrapper .alm-btn-wrap .alm-load-more-btn a, #instagram_feed .instagram-header a, #popup-modal .modal-box .modal-inner input[type="button"] a, #popup-modal #mc-embedded-subscribe-form input[type="submit"] a, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"] a, #search-modal .modal-box .modal-inner input[type="submit"] a, .slideup .slideup-container .slideup-form #mc_embed_signup_scroll input[type="submit"] a, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value="Submit"][type="button"] a {
  color: #4D4D4D !important;
}

.btn-primary .icon, #comments input#submit .icon, #contact_page .contact-wrapper .contact-form nf-field input[value="Submit"][type="button"] .icon, #shop_page .products-grid-wrapper .alm-btn-wrap .alm-load-more-btn .icon, #instagram_feed .instagram-header .icon, #popup-modal .modal-box .modal-inner input[type="button"] .icon, #popup-modal #mc-embedded-subscribe-form input[type="submit"] .icon, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"] .icon, #search-modal .modal-box .modal-inner input[type="submit"] .icon, .slideup .slideup-container .slideup-form #mc_embed_signup_scroll input[type="submit"] .icon, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value="Submit"][type="button"] .icon, .icon.btn-primary, #comments input.icon#submit, #contact_page .contact-wrapper .contact-form nf-field input.icon[value="Submit"][type="button"], #shop_page .products-grid-wrapper .alm-btn-wrap .icon.alm-load-more-btn, #instagram_feed .icon.instagram-header, #popup-modal .modal-box .modal-inner input.icon[type="button"], #popup-modal #mc-embedded-subscribe-form input.icon[type="submit"], #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input.icon[value="Submit"][type="button"], #search-modal .modal-box .modal-inner input.icon[type="submit"], .slideup .slideup-container .slideup-form #mc_embed_signup_scroll input.icon[type="submit"], .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input.icon[value="Submit"][type="button"] {
  fill: #4D4D4D !important;
}

.btn-primary:hover, #comments input#submit:hover, #contact_page .contact-wrapper .contact-form nf-field input[value="Submit"][type="button"]:hover, #shop_page .products-grid-wrapper .alm-btn-wrap .alm-load-more-btn:hover, #instagram_feed .instagram-header:hover, #popup-modal .modal-box .modal-inner input[type="button"]:hover, #popup-modal #mc-embedded-subscribe-form input[type="submit"]:hover, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"]:hover, #search-modal .modal-box .modal-inner input[type="submit"]:hover, .slideup .slideup-container .slideup-form #mc_embed_signup_scroll input[type="submit"]:hover, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value="Submit"][type="button"]:hover {
  background: #ffffff !important;
}


a.btn-secondary, .btn-secondary {
  background: #ffffff !important;
  border: 2px solid #ffffff !important;
  color: #4D4D4D !important;
}

.btn-secondary a {
  color: #4D4D4D !important;
}

.btn-secondary .icon, .icon.btn-secondary {
  fill: #4D4D4D !important;
}

.btn-secondary:hover {
  background: #4D4D4D !important;
  color: #ffffff !important;
}

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

.btn-secondary:hover .icon {
  fill: #ffffff !important;
}


.animate-right, #shop_page .alm-load-more-btn {
  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;
  position: relative;
}

.animate-right > .icon, #shop_page .alm-load-more-btn > .icon, .animate-right > span, #shop_page .alm-load-more-btn > span {
  margin-left: 5px;
}

.animate-right:hover > .icon, #shop_page .alm-load-more-btn:hover > .icon, .animate-right:hover > span, #shop_page .alm-load-more-btn:hover > span {
  transform: translate(10px, 0);
}


body {
  color: #161616;
}

body.home, body.page-template-page-about {
  position: relative;
}

body.home::before, body.page-template-page-about::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 500px;
  background: #F9F7F6;
  z-index: -1;
}

body.lock_nav #content {
  margin-top: 62px;
}


.post, .page {
  margin: 0;
}


#page {
  position: relative;
}


body {
  font-size: 15px;
}


h1 {
  font-size: 30px;
}


h2 {
  font-size: 30px;
}


h3 {
  font-size: 22px;
}


h4 {
  font-size: 18px;
}


h5 {
  font-size: 16px;
}


h6 {
  font-size: 16px;
}


a:focus {
  outline: none;
}


p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "ovo", serif;
  line-height: 28px;
  letter-spacing: 0.5px;
}

p a {
  font-weight: bold;
}


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 {
  border: 1px solid #DDD8D5 !important;
  border-radius: 0 !important;
  padding: 5px 10px;
}


button, input, input[type="button"], input[type="reset"], input[type="submit"] {
  box-shadow: unset;
  background: unset;
  border: unset;
  border-radius: 0 !important;
  padding: unset;
  font-size: .90rem;
}

button:focus, input:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: none !important;
}


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

.adjust-center > .box:nth-child(1) {
  margin-right: auto;
}

.adjust-center > .box:nth-child(2) {
  flex: 2;
}

.adjust-center > .box:nth-child(3) {
  margin-left: auto;
}


.signature {
  text-align: center;
  font-family: "ovo", serif;
  font-size: 22px;
  margin: 20px 0;
}


.script-font {
  font-family: "ovo", serif;
}


.lazy {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.lazy-contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.line-sep {
  position: relative;
  width: 1px;
  min-height: 10px;
  background: #DDD8D5;
  margin: 0 10px;
}


.dot-sep {
  position: relative;
}

.dot-sep::before {
  content: '\00B7';
  font-size: 25px;
  color: #4D4D4D;
  margin: 0 10px;
}


.show {
  display: block !important;
}


.social-icon {
  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;
  margin: 0;
}


.block-full {
  width: 100%;
}


.block-half {
  width: 49%;
}


.block-fourth {
  width: 23%;
}


.block-third {
  width: 32%;
}


.block-fifth {
  width: 19%;
}


.pad-section {
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}


.container-md {
  max-width: 900px;
}


.container-lg {
  max-width: 1048px;
}


.container-xl {
  max-width: 1100px;
}


blockquote {
  font-style: italic;
}


#content {
  position: relative;
  padding: 30px 0;
}

#content .site-branding {
  padding: 65px 0;
}

#content .site-branding #logo {
  display: block;
  margin: 0 auto;
  max-width: 380px;
}


.page-title {
  position: relative;
  text-align: center;
}

.page-title.has-bar:after {
  content: '';
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  width: 80px;
  height: 2px;
  background: #ffffff;
  margin: 0 auto;
}


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


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


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


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


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


.align-start {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
}


.align-center {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center !important;
  -webkit-align-items: center !important;
}


.align-end {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
}


.justify-start {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}


.justify-end {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}


.justify-around {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-around !important;
  -webkit-justify-content: space-around !important;
}


.justify-center {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}


.justify-between {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}


.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
}


.alm-btn-wrap .alm-load-more-btn {
  height: auto !important;
  background: unset !important;
  color: black !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  font-weight: 100 !important;
  margin-bottom: 0px !important;
  margin-top: 50px !important;
  font-family: "ovo", sans-serif !important;
}

.alm-btn-wrap .alm-load-more-btn.done {
  display: none !important;
}

.alm-btn-wrap .alm-load-more-btn:hover span {
  margin-left: 10px;
}


.slick-slider {
  position: relative;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 44%;
  font-size: 20px;
  color: #DDD8D5;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: #ffffff;
  border-radius: 100%;
  border: 2px solid #DDD8D5;
  z-index: 100;
}

.slick-slider .slick-arrow.slick-prev {
  left: -1.5%;
}

.slick-slider .slick-arrow.slick-next {
  right: -1.5%;
}

.slick-slider .slick-arrow:hover {
  cursor: pointer;
  color: #ECE6E3;
  background: #DDD8D5;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  
  .slick-slider .slick-arrow {
    top: 42%;
    width: 45px;
    height: 45px;
    padding: 10px;
  }
  
  .slick-slider .slick-arrow.slick-prev {
    left: -4%;
  }
  
  .slick-slider .slick-arrow.slick-next {
    right: -4%;
  }
}

.slick-slider .slick-dots {
  padding: 0;
  margin: 20px 0 40px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.slick-slider .slick-dots li.slick-active button {
  padding: 0;
  background: #E7E7E7 !important;
}

.slick-slider .slick-dots li button {
  position: relative;
  color: transparent !important;
  width: 15px;
  height: 15px;
  background: white !important;
  border: 2px solid #E7E7E7;
  border-radius: 100%;
  margin: 0 10px;
  padding: 0;
}

.slick-slider .slick-dots li button:hover {
  background: #E7E7E7 !important;
}

.slick-slider .slick-dots li button:hover::after {
  background: unset !important;
}

.slick-slider .slick-dots li button::after {
  background: unset !important;
}

.slick-slider .slick-dots li button::focus {
  outline: none !important;
}


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


.pre-header {
  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;
  background: #ECEBE8;
  padding: 14px 20px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  
  .pre-header {
    display: none !important;
  }
}


body.home #masthead {
  border-bottom: none;
  max-width: 100%;
  margin: 0 auto;
}


body.home .pre-header {
  margin-bottom: 30px;
}


#waypoint {
  position: relative;
  top: 10px;
}


#masthead {
  position: relative;
  padding: 20px 0;
  font-family: "ovo", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}

#masthead.lock_nav {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}

#masthead.lock_nav .site-navigation-wrap .main-logo {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  top: 5px;
}

#masthead.lock_nav .site-navigation-wrap .main-logo .logo-full {
  display: none;
}

#masthead.lock_nav .site-navigation-wrap .main-logo .logo-icon {
  display: block;
}

#masthead.lock_nav .site-navigation-wrap .menu-container {
  width: 100%;
}

#masthead.lock_nav .site-navigation-wrap #primary-menu {
  justify-content: center;
  -webkit-justify-content: center;
}

#masthead.lock_nav .site-navigation-wrap #primary-menu li {
  padding: 20px 0;
}

#masthead.lock_nav #header-social {
  top: 100%;
}

#masthead .site-navigation-wrap {
  position: relative;
  justify-content: space-between !important;
  max-width: 1048px;
  margin: 0 auto;
}

#masthead .site-navigation-wrap .mobile-logo {
  display: none !important;
}

#masthead .site-navigation-wrap #primary_menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  text-transform: uppercase;
  font-size: 13px;
}

#masthead .site-navigation-wrap .main-logo img {
  display: block;
  width: auto;
  max-height: 25px;
}

#masthead .site-navigation-wrap .main-navigation {
  width: unset;
}

#masthead .site-navigation-wrap .side-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  text-transform: uppercase;
  font-family: "ovo", serif;
  font-size: 11px;
}

#masthead .site-navigation-wrap .side-menu .menu-suscribe {
  margin-left: 10px;
}

#masthead .header-block .menu-container {
  width: 100%;
}

#masthead .subscribe-link {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  text-transform: uppercase;
}

#masthead .fab {
  font-size: 13px;
  padding: 0;
}

#masthead .mobile-right {
  display: none;
}
@media screen and (max-width: 768px) {
  
  #masthead .mobile-right {
    display: block;
  }
}

#masthead #primary-menu {
  justify-content: center;
  -webkit-justify-content: center;
}

#masthead #primary-menu li {
  padding: 65px 0;
}

#masthead .menu-mobile-container {
  display: none;
}
@media screen and (max-width: 600px) {
  
  #masthead .menu-mobile-container {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100000;
    background: white;
  }
  
  #masthead .menu-mobile-container .menu li {
    display: block;
    float: none;
    text-align: center;
    padding: 10px 0;
  }
}

#masthead .header-social-inner {
  position: relative;
}

#masthead .header-social-inner > * {
  margin-left: 7px;
}

#masthead .header-social-inner .icon {
  position: relative;
  width: 13px;
  height: 13px;
  top: 1px;
}
@media screen and (max-width: 1024px) {
  
  #masthead .fab {
    padding: 0px;
  }
  
  #masthead .site-navigation-wrap .main-logo img {
    max-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  
  #masthead {
    padding: 8px 15px;
  }
  
  #masthead.lock_nav .site-navigation-wrap .mobile-logo {
    display: flex;
    flex: 2;
  }
  
  #masthead.lock_nav .site-navigation-wrap .mobile-logo img {
    width: auto;
    max-height: 30px;
  }
  
  #masthead #mobile_nav_wrap {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    justify-content: flex-end !important;
    -webkit-justify-content: flex-end !important;
    flex: 1;
  }
  
  #masthead .site-navigation-wrap {
    height: 45px;
  }
  
  #masthead .site-navigation-wrap .header-left {
    display: none !important;
  }
  
  #masthead .site-navigation-wrap #site-navigation {
    display: none;
  }
  
  #masthead .site-navigation-wrap #site-navigation .menu-container {
    display: none;
  }
  
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container {
    display: block;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: white;
  }
  
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container #primary-menu {
    display: block;
  }
  
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container #primary-menu li {
    padding: 8px 10px;
  }
  
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container #primary-menu li .posts-drop {
    display: none;
  }
  
  #masthead .site-navigation-wrap .main-logo {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
  }
  
  #masthead #mobile_nav_wrap {
    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;
  }
}
@media screen and (max-width: 600px) {
  
  #masthead {
    background-color: #ECEBE8;
  }
  
  #masthead .site-navigation-wrap .main-logo img {
    max-height: 15px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  
  body.customize-support #site-navigation.toggled .menu-container {
    top: 90px !important;
  }
  
  body.customize-support.lock_nav #site-navigation.toggled .menu-container {
    top: 45px !important;
  }
}

.logo-mobile-2 {
  display: none;
}

.logo-mobile-2 a.mobile-logo {
  margin: 50px 30px 20px;
}

.logo-mobile-2 #mobile_nav_wrap {
  display: none !important;
}
@media screen and (max-width: 600px) {
  
  .logo-mobile-2 {
    display: block;
  }
}


.test-container {
  display: flex;
}


.box {
  flex: 1;
  display: flex;
  justify-content: center;
}


.box:first-child > span {
  margin-right: auto;
}


.box:last-child > span {
  margin-left: auto;
}


.recent-post {
  position: relative;
  padding-bottom: 50px;
}

.recent-post .recent-post-inner {
  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;
}

.recent-post .recent-post-inner .recent-post-image {
  display: block;
  width: 100%;
}

.recent-post .recent-post-inner .recent-post-body {
  position: relative;
  background: #ffffff;
  width: 80%;
  margin-top: -60px;
  z-index: 1;
}

.recent-post .recent-post-inner .recent-post-body .shop-rs-trigger {
  position: absolute;
  bottom: 100%;
  right: 1px;
  padding: 13px 20px 10px;
  background: #ECEBE8;
  font-family: "ovo", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

.recent-post .recent-post-inner .recent-post-body .shop-rs-trigger:hover {
  background-color: #F6F3F4;
}

.recent-post .recent-post-inner .recent-post-body .shop-rs-trigger .icon {
  margin-bottom: -2px;
}

.recent-post .recent-post-inner .recent-post-body .recent-post-body-inner {
  position: relative;
  overflow: hidden;
}

.recent-post .recent-post-inner .recent-post-body .recent-post-body-inner .shop-rs-code {
  position: absolute;
  padding: 20px;
  top: -200px;
  left: 0;
  right: 0;
  z-index: 1;
  background: white;
}

.recent-post .recent-post-inner .recent-post-body .recent-post-body-inner .recent-post-title {
  text-align: center;
  padding: 18px 20px 0;
  border-top: 1px solid #DDD8D5;
  border-left: 1px solid #DDD8D5;
  border-right: 1px solid #DDD8D5;
  text-transform: uppercase;
  font-size: 25px;
}

.recent-post .recent-post-inner .recent-post-body .recent-post-body-inner .recent-post-actions {
  font-family: "karla", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.recent-post .recent-post-inner .recent-post-body .recent-post-body-inner .recent-post-actions .icon {
  margin-left: 7px;
  width: 10px;
}
@media screen and (max-width: 1024px) {
  
  .recent-post .recent-post-inner .recent-post-body .recent-post-body-inner .recent-post-title {
    padding: 17px 20px 0;
  }
}
@media screen and (max-width: 960px) {
  
  .recent-post .recent-post-inner .recent-post-image {
    height: 360px !important;
  }
  
  .recent-post .recent-post-inner .recent-post-body {
    width: 85%;
  }
  
  .recent-post .recent-post-inner .recent-post-body .recent-post-body-inner .recent-post-title {
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  
  .recent-post .recent-post-inner .recent-post-image {
    height: 340px !important;
  }
  
  .recent-post .recent-post-inner .recent-post-body .recent-post-body-inner .recent-post-title {
    font-size: 21px;
  }
}


.loop-main .loop-main-inner .loop-main-post .stacked-images {
  width: 49%;
  height: 665px;
}

.loop-main .loop-main-inner .loop-main-post .stacked-images .stacked-half {
  max-width: 325px;
  margin-right: -15%;
}

.loop-main .loop-main-inner .loop-main-post .loop-main-content {
  width: 42%;
  padding: 30px;
}

.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta {
  letter-spacing: 1px;
  font-family: "ovo", sans-serif;
  margin-bottom: 10px;
}

.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta a.category-name {
  text-transform: uppercase;
  padding-right: 20px;
}

.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta .post-date {
  font-family: "ovo", sans-serif;
  font-style: italic;
}

.loop-main .loop-main-inner .loop-main-post .loop-main-content .exceprt {
  font-family: "ovo", serif;
  margin-bottom: 20px;
  line-height: 28px;
}

.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "karla", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}

.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post span {
  padding-right: 10px;
}

.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post .icon {
  width: 10px;
  fill: #7a7a7a;
}

.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post:hover .icon {
  margin-left: 5px;
}
@media screen and (max-width: 960px) {
  
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 30px;
    width: 44%;
  }
  
  .loop-main .loop-main-inner .loop-main-post .stacked-images {
    width: 55%;
    height: 465px;
  }
  
  .loop-main .loop-main-inner .loop-main-post .stacked-images .stacked-half {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  
  .loop-main .loop-main-inner .loop-main-post {
    flex-direction: column;
  }
  
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 20px;
    width: 100%;
  }
  
  .loop-main .loop-main-inner .loop-main-post .stacked-images {
    width: 90%;
    height: 300px;
  }
}


#featured_posts {
  background: #4D4D4D;
  color: white;
}

#featured_posts a {
  color: white !important;
}


#more_posts_home {
  border-top: 1px solid #D9D9D9;
  padding-top: 50px;
}


.archive-item {
  background: white;
  display: inline-block;
  width: 33%;
  position: relative;
  padding: 10px;
  overflow: hidden;
}

.archive-item .archive-item-image {
  position: relative;
  display: block;
  width: 100%;
}

.archive-item .archive-item-title {
  position: relative;
  font-size: 17px;
  font-family: "ovo", sans-serif;
  text-transform: none;
  background: white;
  padding: 20px;
  text-align: center;
  width: 90%;
  margin: -30px auto 0;
}


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


body.archive .page-header,
body.blog .page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: "ovo", sans-serif;
  letter-spacing: 1px;
  font-size: 11px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 2px solid #ECE6E3;
}

body.archive .page-header .page-title,
body.blog .page-header .page-title {
  text-align: center;
  margin-bottom: 0;
}


#load-more-from {
  padding: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 50px 0px 27px;
}

#load-more-from .load-more-title {
  text-transform: uppercase;
  font-family: "ovo", sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
}

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


.cat-nav {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "ovo", sans-serif;
}

.cat-nav a {
  padding: 0px 15px;
}

@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 {
    width: 47%;
  }
  
  .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 {
    width: 100%;
  }
  
  .archive-item .archive-item-image {
    height: 425px;
  }
}

body.single-post .entry-header-inner {
  text-align: left;
  text-transform: uppercase;
  font-family: "ovo", serif;
  font-size: 12px;
  letter-spacing: 1px;
}

body.single-post .entry-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  margin-top: 30px;
}

body.single-post.lock_nav article.post .article-sidebar {
  position: fixed !important;
  top: 0;
}

body.single-post #featured_post {
  background: white;
  margin-bottom: 70px;
}

body.single-post h2 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  
  body.single-post #primary {
    margin: 0 auto;
  }
}


.post-wrap {
  -webkit-transform: translateX(5%);
  -moz-transform: translateX(5%);
  -ms-transform: translateX(5%);
  -o-transform: translateX(5%);
  transform: translateX(5%);
}

.post-wrap.post-wrap-guide {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}

.post-wrap.post-wrap-guide .post-sidebar {
  width: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  padding-left: 20px;
}

.post-wrap.post-wrap-guide article.post {
  width: auto;
}

.post-wrap article.post {
  width: 90%;
}

.post-wrap .post-sidebar {
  width: 10%;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
@media screen and (max-width: 768px) {
  
  .post-wrap {
    width: 90%;
  }
}


article.post {
  position: relative;
}

article.post .quick-links {
  position: absolute;
  top: 50%;
  left: -125px;
  max-width: 250px;
  background: white;
  border: 3px solid #E1CCC7;
  padding: 20px 30px;
}

article.post .quick-links h3 {
  margin-bottom: 10px;
  text-transform: capitalize;
}

article.post .quick-links p {
  font-size: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 2.25em;
  word-break: break-word;
}
@media screen and (max-width: 960px) {
  
  article.post .quick-links {
    left: -92px;
    max-width: 200px;
    padding: 16px 21px;
  }
}
@media screen and (max-width: 600px) {
  
  article.post .quick-links {
    display: none;
  }
}

article.post .entry-header {
  text-align: center;
}

article.post .entry-content {
  padding-bottom: 30px;
}

article.post .entry-content ul, article.post .entry-content li {
  font-size: 15px;
  font-family: "ovo", serif;
  line-height: 31px;
  letter-spacing: 0.5px;
}

article.post .entry-content .rs-code {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  
  article.post .entry-content {
    width: 100% !important;
  }
  
  article.post .entry-content ul {
    margin: 0 0 20px 0;
  }
}

article.post .entry-footer .entry-footer-actions > * {
  margin: 0 10px;
}

article.post .entry-footer .entry-footer-actions span {
  margin-left: 6px;
  font-size: 10px;
  text-transform: uppercase;
}

article.post .entry-footer a#comment-btn {
  text-transform: uppercase;
  font-family: "ovo", sans-serif !important;
  letter-spacing: 2px !important;
  font-size: 13px !important;
}

article.post .article-sidebar {
  position: absolute;
  top: 0;
  height: 100%;
  right: 17px;
  padding-top: 75px;
  width: 70px;
  text-align: center;
  overflow: hidden;
}

article.post .article-sidebar .article-sidebar-inner {
  position: relative;
  height: 100vh;
  -webkit-transition: all .3s;
  transition: all .3s;
}

article.post .article-sidebar .article-sidebar-inner #progress {
  position: fixed;
  top: 75px;
  width: 1px;
  height: 0;
  background-color: #000;
  z-index: -1;
}

article.post .article-sidebar .article-sidebar-inner .social-share .share-wrap {
  width: 100%;
  height: 38px;
  position: relative;
  margin-bottom: 22px;
}

article.post .article-sidebar .article-sidebar-inner .social-share .share-wrap span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  font-family: "ovo", serif;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  margin: auto;
  display: block;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

article.post .article-sidebar .article-sidebar-inner .social-share .share {
  display: block;
  text-align: center;
  margin: 0 auto 22px;
  font-size: 16px;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 600px) {
  
  article.post {
    width: 100% !important;
  }
  
  article.post .article-sidebar {
    right: -12px;
  }
  
  article.post .article-sidebar #progress {
    display: none;
  }
}


.entry-header .entry-title {
  text-align: center;
  margin-bottom: 20px;
}

.entry-header .entry-meta {
  text-align: center;
  font-family: "ovo", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c8c8c8;
  margin-bottom: 30px;
}

.entry-header .entry-meta a {
  color: #c8c8c8;
}


.entry-footer .post-foot-left {
  display: flex;
  font-family: 'karla';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}

.entry-footer .post-foot-left .btn {
  padding: 10px 20px;
}

.entry-footer .post-foot-right {
  font-family: 'karla';
  text-transform: lowercase;
  letter-spacing: 2px;
}

.entry-footer .post-foot-right .social-share {
  font-size: 14px;
  text-transform: uppercase;
}

.entry-footer .post-foot-right .social-share .share-title {
  margin-right: 10px;
}

.entry-footer .post-foot-right .social-share button {
  padding: 0px 3px;
}



#comments {
  display: none;
  max-width: 775px;
  margin: 50px auto 0;
}

#comments .comment-subtitle {
  font-family: "ovo", sans-serif;
  letter-spacing: 2px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

#comments .container {
  max-width: 685px;
}

#comments .comments-title {
  display: none;
  text-align: center;
}

#comments .respond textarea {
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "ovo", serif;
}

#comments .comment-input-half {
  width: 49%;
}

#comments input[type="text"], #comments input[type="email"], #comments input[type="url"], #comments input[type="password"], #comments input[type="search"], #comments input[type="number"], #comments input[type="tel"], #comments input[type="range"], #comments input[type="date"], #comments input[type="month"], #comments input[type="week"], #comments input[type="time"], #comments input[type="datetime"], #comments input[type="datetime-local"], #comments input[type="color"], #comments textarea {
  font-family: "ovo", serif;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 7px 10px;
  border-radius: 0;
  margin-bottom: 5px;
  width: 100%;
}

#comments input#submit {
  width: 100%;
}

#comments div#respond {
  margin-bottom: 50px;
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  font-family: "ovo", serif;
}

#comments .comment-list .comment .comment-meta {
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding-bottom: 20px;
}

#comments .comment-list .comment .comment-meta .avatar, #comments .comment-list .comment .comment-meta .says {
  display: none;
}

#comments .comment-list .comment .comment-meta .comment-metadata {
  display: none;
}

#comments .comment-list .comment .children {
  margin: 40px 0px;
}

#comments .comment-list .comment .reply {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
}


#about_page {
  position: relative;
}

#about_page .about-content {
  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;
}

#about_page .about-content .about-image {
  width: 63%;
  margin-bottom: 90px;
}

#about_page .about-content .about-body {
  position: relative;
  background: #ffffff;
  border: 2px solid #ECE6E3;
  width: 56%;
  padding: 30px;
  margin-top: 90px;
  margin-left: -19%;
  z-index: 1;
}

#about_page .about-content .about-body .about-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  
  #about_page .about-content .about-image {
    height: 850px !important;
  }
}
@media screen and (max-width: 960px) {
  
  #about_page .about-content {
    flex-direction: column !important;
  }
  
  #about_page .about-content .about-image {
    width: 100%;
    margin-bottom: 30px;
    height: 550px !important;
  }
  
  #about_page .about-content .about-body {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  
  #about_page .about-content .about-image {
    height: 350px !important;
  }
}


#contact_page {
  padding: 50px 50px 20px;
}

#contact_page .contact-wrapper {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

#contact_page .contact-wrapper .contact-body {
  width: 48%;
}

#contact_page .contact-wrapper .contact-body .page-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
}

#contact_page .contact-wrapper .contact-form {
  position: relative;
  width: 48%;
  padding: 30px cd h0px;
  text-align: left;
}

#contact_page .contact-wrapper .contact-form input {
  background: white;
  border: none !important;
  border-radius: 0 !important;
  padding: 11px 5px;
  font-family: "ovo", serif;
  font-size: 15px;
  border: 2px solid #ECEBE8 !important;
}

#contact_page .contact-wrapper .contact-form textarea {
  background: white;
  border: none !important;
  border-radius: 0 !important;
  font-family: "ovo", serif;
  font-size: 15px;
  border: 2px solid #ECEBE8;
}

#contact_page .contact-wrapper .contact-form .nf-field-container {
  margin-bottom: 20px;
}

#contact_page .contact-wrapper .contact-form nf-field .submit-wrap .nf-field-element {
  text-align: left;
}

#contact_page .contact-wrapper .contact-form nf-field input[value="Submit"][type="button"] {
  width: 100%;
  max-width: 105px;
  border: 2px solid #ECEBE8 !important;
}

#contact_page .contact-wrapper .contact-form .nf-field-element textarea {
  height: 204px;
  border: 2px solid #ECEBE8 !important;
}

#contact_page .contact-wrapper .contact-form .label-above .nf-field-label {
  margin: 0;
}

#contact_page .contact-wrapper .contact-form .nf-field-label label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: normal;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "ovo", sans-serif;
}
@media screen and (max-width: 768px) {
  
  #contact_page .contact-wrapper .contact-form .nf-field-element textarea {
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  
  #contact_page .contact-wrapper {
    flex-direction: column !important;
  }
  
  #contact_page .contact-wrapper .contact-body {
    width: 100%;
  }
  
  #contact_page .contact-wrapper .contact-form {
    width: 100%;
    margin-top: 50px;
  }
}


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


.home-link .icon {
  position: relative;
  top: 3px;
  margin-right: 10px;
}


#influence_slides .influence-slide {
  width: 100%;
  height: 550px;
}


#cta_blocks {
  padding: 50px;
}

#cta_blocks .cta-block {
  position: relative;
  background: #E4C7D5;
  color: white;
  width: 32%;
  margin-bottom: 2%;
  padding: 30px;
}

#cta_blocks .cta-block .cta-title-wrap {
  position: relative;
}

#cta_blocks .cta-block .cta-title-wrap .cta-block-index {
  position: relative;
  font-size: 105px;
  opacity: 0.4;
  z-index: 0;
}

#cta_blocks .cta-block .cta-title-wrap .cta-title {
  position: absolute;
  font-size: 18px;
  z-index: 1;
}

#cta_blocks .cta-block .cta-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

#cta_blocks .cta-block:hover .cta-wrap {
  visibility: visible;
  opacity: 1;
}


#influence_testimonials .testimonials-container {
  max-width: 950px;
  width: 85%;
  margin: 0 auto;
}

#influence_testimonials .testimonial {
  margin-bottom: 50px;
}

#influence_testimonials .testimonial .testimonial-photo {
  min-width: 250px;
  min-height: 250px;
  border-radius: 100%;
}

#influence_testimonials .testimonial .testimonial-content {
  width: 80%;
}


#shop_content .shop-title {
  margin-bottom: 0;
}

#shop_content .shop-sub-title {
  margin-bottom: 0;
}

#shop_content .lkti-feed {
  width: 100%;
}

#shop_content .lkti-feed_mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  
  #shop_content .lkti-feed {
    display: none;
  }
  
  #shop_content .lkti-feed_mobile {
    display: block;
    width: 100%;
  }
}


#shop_page .shop-content {
  padding-top: 30px;
}

#shop_page .shop-content .boutique-widget .bo-garden {
  margin: 0 auto;
  max-width: 100%;
}

#shop_page .alm-load-more-btn {
  white-space: nowrap;
}

#shop_page .alm-load-more-btn.done {
  display: none !important;
}

#shop_page .alm-load-more-btn > span {
  position: relative;
  display: inline-block !important;
}

#shop_page .alm-load-more-btn > span > span:nth-child(1) {
  font-family: "ovo", sans-serif;
  position: relative;
  z-index: 1;
}

#shop_page .alm-load-more-btn > span > span:nth-child(2) {
  font-family: "ovo", serif;
  position: absolute;
  z-index: 0;
}

#shop_page .shop-nav {
  position: relative;
  border-top: 2px solid #ECE6E3;
}

#shop_page .shop-nav .shop-nav-trigger-wrap {
  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;
  letter-spacing: 1px;
  border-bottom: 2px solid #ECE6E3;
  padding: 20px;
  text-align: center;
}

#shop_page .shop-nav .shop-nav-trigger-wrap .shop-nav-trigger {
  font-family: "ovo", sans-serif;
  cursor: pointer;
}

#shop_page .shop-nav .shop-nav-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px;
  background: #ffffff;
  border-bottom: 2px solid #ECE6E3;
  z-index: 1;
}

#shop_page .shop-nav .shop-nav-drop .shop-nav-drop-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}

#shop_page .shop-nav .shop-nav-drop .shop-menu-header {
  margin-bottom: 10px;
}

#shop_page .shop-nav .shop-nav-drop .shop-nav-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  max-width: 775px;
}

#shop_page .shop-nav .shop-nav-drop .shop-nav-inner > * {
  width: auto;
  margin: 0 7%;
}

#shop_page .shop-nav .shop-nav-drop .shop-nav-inner .shop-menu-main #shop_menu_container_3 li {
  padding: 10px 0;
}

#shop_page .shop-nav .shop-menu-cols .shop-menu {
  display: block !important;
  -webkit-columns: 2 auto;
  -moz-columns: 2 auto;
  columns: 2 auto;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

#shop_page .shop-nav .shop-menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  font-family: "ovo", serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

#shop_page .shop-nav .shop-menu li {
  text-align: left;
  margin: 0;
  padding: 1px 4px;
  text-transform: capitalize;
}

#shop_page .shop-nav .shop-menu li.current-menu-item {
  border-bottom: 2px solid #E2D4D2;
}

#shop_page .shop-nav .shop-menu li a {
  white-space: nowrap;
}

#shop_page .shop-nav .shop-menu li .sub-menu {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
@media screen and (max-width: 600px) {
  
  #shop_page .shop-nav .shop-menu {
    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;
  }
}

#shop_page .shop-nav .shop-nav-title {
  font-size: 22px;
  font-family: "ovo", sans-serif;
  color: black;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD8D5;
  padding-bottom: 12px;
}

#shop_page .products-grid-wrapper {
  padding: 50px;
  border-bottom: 2px solid #ECE6E3;
}

#shop_page .products-grid-wrapper .product-grid {
  width: 100%;
}

#shop_page .products-grid-wrapper .product-grid-item {
  width: 25%;
  padding: 20px;
  text-align: left;
}

#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-thumb {
  width: 100%;
  height: 285px;
  position: relative;
}

#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-thumb .shop-btn {
  opacity: 0;
  position: absolute;
}

#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-thumb:hover .shop-btn {
  opacity: 1;
}

#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand {
  width: 100%;
  font-family: "ovo", serif;
  font-size: 12px;
  letter-spacing: 0.72px;
  padding: 10px 8px 14px;
  text-align: center;
}

#shop_page .products-grid-wrapper .product-grid-item .flex-col .linesep {
  width: 80px;
  margin: 0 auto;
  background-color: #e9e8e6;
  height: 2px;
  margin-bottom: 14px;
}

#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title {
  width: 100%;
  font-family: "ovo", serif;
  font-size: 15px;
  padding: 0px 8px;
  text-align: center;
  letter-spacing: 1px;
}

#shop_page .products-grid-wrapper .alm-btn-wrap .alm-load-more-btn {
  font-size: 14px !important;
  font-family: "ovo", sans-serif !important;
  letter-spacing: 2px !important;
}

#shop_page .ltki-section {
  position: relative;
  background: #F9F7F6;
  padding: 50px;
}

#shop_page .ltki-section .ltki-inner {
  width: 100%;
  text-align: center;
}

#shop_page .ltki-section .ltki-inner .ltki-title {
  margin-bottom: 0;
}

#shop_page .ltki-section .ltki-inner .ltki-body {
  width: 100%;
}

#shop_page .ltki-section .ltki-inner .ltki-body .rs-ltk-wrapper {
  border: 10px solid #ffffff !important;
}
@media screen and (max-width: 768px) {
  
  #shop_page {
    flex-direction: column;
  }
  
  #shop_page .shop-nav {
    width: 100%;
  }
  
  #shop_page .shop-nav .shop-nav-title {
    text-align: center;
  }
  
  #shop_page .shop-nav #shop_menu li {
    margin: 5px 10px;
    text-align: center;
    width: 100%;
  }
  
  #shop_page .products-grid-wrapper {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 600px) {
  
  #shop_page .flex {
    flex-direction: column;
  }
  
  #shop_page .shop-nav {
    width: 100%;
  }
  
  #shop_page .shop-nav .shop-menu li {
    padding: 4px 5px;
  }
  
  #shop_page .shop-nav .shop-nav-title {
    text-align: center;
  }
  
  #shop_page .shop-nav #shop_menu {
    margin: 5px 10px;
    text-align: center;
    width: 100%;
  }
  
  #shop_page .shop-nav .shop-nav-drop {
    padding: 10px;
  }
  
  #shop_page .shop-nav .shop-nav-drop .shop-nav-inner {
    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;
    width: 100%;
  }
  
  #shop_page .shop-nav .shop-nav-drop .shop-nav-inner > * {
    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;
    width: 100%;
    margin: 0px auto;
  }
  
  #shop_page .shop-nav .shop-nav-drop .shop-nav-inner > *:nth-child(2) {
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #ECE6E3;
    border-bottom: 1px solid #ECE6E3;
  }
  
  #shop_page .shop-nav .shop-nav-drop .shop-nav-inner .shop-menu-main #shop_menu_container_3 li {
    padding: 4px 6px;
  }
  
  #shop_page .shop-nav .shop-nav-drop .shop-nav-drop-inner {
    flex-direction: column !important;
  }
  
  #shop_page .shop-nav .shop-nav-drop .shop-menu-header {
    margin-bottom: 0px;
  }
  
  #shop_page .products-grid-wrapper {
    width: 100%;
    margin-left: 0px;
    padding: 20px;
  }
  
  #shop_page .products-grid-wrapper .product-grid-item {
    width: 50%;
    text-align: center;
  }
  
  #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-thumb {
    width: 100%;
    height: 385px;
  }
}


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


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


#instagram_feed {
  position: relative;
}

#instagram_feed .instagram-header {
  position: absolute;
  top: 46%;
  left: 15%;
  z-index: 1000;
}

#instagram_feed .insta-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  
  #instagram_feed .insta-desktop {
    display: none;
  }
  
  #instagram_feed .insta-mobile {
    display: block;
  }
}


#colophon {
  position: relative;
  padding: 15px 20px;
  background: #ECEBE8;
}

#colophon #footer_menu_container {
  margin: 0 10px;
}

#colophon #footer_menu {
  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;
}

#colophon .site-info {
  margin-left: 10px;
  font-family: "ovo", serif;
  font-size: 11px;
  letter-spacing: 1px;
}

#colophon .site-info .site-built {
  font-family: "ovo", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

#colophon .site-info .site-built img {
  max-height: 25px;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  
  #colophon {
    padding: 20px;
  }
  
  #colophon .site-info {
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-left: 0px;
  }
  
  #colophon .site-info .footer-logo {
    margin: 20px 0;
  }
  
  #colophon #footer_menu_container {
    margin: 16px 0px;
  }
  
  #colophon #footer_menu_container ul li {
    padding: 0 0 0 25px;
  }
  
  #colophon .adjust-center > .box {
    flex: 1;
  }
  
  #colophon .adjust-center > .box:nth-child(1) {
    margin-right: 0;
  }
  
  #colophon .adjust-center > .box:nth-child(3) {
    margin-left: 0;
  }
}


#back_to_top {
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 100%;
  text-align: center;
  margin-top: 20px;
}

#back_to_top .icon {
  position: relative;
  left: 1px;
}

#back_to_top:after {
  position: absolute;
  content: 'Back To Top';
  top: 140%;
  width: 100px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.custom-search-form .search-with-icon .search-field {
  border: none !important;
  border-radius: 0 !important;
  background-color: white !important;
  padding: 5px 5px 5px 30px;
  font-style: italic;
}


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

.flex_row .flex_row_block, .flex_row > * {
  width: 49%;
}

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

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

.flex_row img:nth-of-type(2n+1) {
  margin-right: 1%;
}
@media screen and (max-width: 768px) {
  
  .flex_row {
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .flex_row > * {
    width: 100%;
  }
  
  .flex_row img {
    max-width: 100%;
    margin: 20px 0;
  }
}


#popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.75);
  z-index: 999999;
  display: none;
  cursor: pointer;
}

#popup-modal a {
  color: white;
}

#popup-modal .modal-box {
  background: #ECEBE8;
  color: white;
  position: relative;
  width: 90%;
  max-width: 500px !important;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
  cursor: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#popup-modal .modal-box #popup-close {
  position: absolute;
  top: 6px;
  right: 10px;
  max-width: 16px;
  z-index: 50;
}

#popup-modal .modal-box #popup-close .icon {
  width: 20px;
  height: 20px;
  padding: 3px;
  fill: white;
  background: black;
  border-radius: 100%;
}

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

#popup-modal .modal-box .modal-inner .footer-subscribe {
  padding: 50px;
}

#popup-modal .modal-box .modal-inner .footer-subscribe .footer-social {
  padding: 0px 0px 30px;
}

#popup-modal .modal-box .modal-inner .footer-subscribe .subscribe-title {
  font-family: "ovo", serif;
  font-size: 70px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#popup-modal .modal-box .modal-inner .footer-subscribe .subscribe-text {
  font-family: "ovo", serif;
}

#popup-modal .modal-box .modal-inner .popup-image {
  width: 100%;
}

#popup-modal .modal-box .modal-inner .popup-text {
  width: 100%;
  padding: 30px 10% !important;
}

#popup-modal .modal-box .modal-inner .popup-text h3 {
  font-weight: normal;
  font-family: "ovo", sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: black;
}

#popup-modal .modal-box .modal-inner .popup-text p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 34px;
  color: black;
}

#popup-modal .modal-box .modal-inner .popup-text #mc_embed_signup_scroll .clear {
  margin-top: 18px;
}

#popup-modal .modal-box .modal-inner .popup-text #mc_embed_signup_scroll p {
  margin-bottom: -20px;
}

#popup-modal .modal-box .modal-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  font-size: 28px;
  padding: 0px 40px;
  letter-spacing: 1px;
}

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

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

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

#popup-modal .modal-box .modal-inner input {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "ovo", sans-serif, "ovo", sans-serif;
  font-size: 11px;
  line-height: 13px;
}

#popup-modal .modal-box .modal-inner textarea {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "ovo", sans-serif, "ovo", sans-serif;
  font-size: 11px;
  line-height: 13px;
}

#popup-modal #mc-embedded-subscribe-form {
  position: relative;
  padding: 0 !important;
}

#popup-modal #mc-embedded-subscribe-form input {
  border-radius: unset !important;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-family: "ovo", serif;
  text-transform: uppercase;
}

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

#popup-modal #mc_embed_signup .mc-field-group {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-align: left;
  min-height: unset;
}

#popup-modal #mc_embed_signup .mc-field-group label {
  font-size: 10px;
  margin-bottom: 5px;
}

#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner {
  text-align: center;
  margin: 50px 0;
}

#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h1, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h2, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h3, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h4, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h5, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h6 {
  position: relative;
}

#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h1::after, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h2::after, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h3::after, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h4::after, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h5::after, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h6::after {
  content: '';
  position: relative;
  display: block;
  width: 115px;
  height: 1px;
  background: #4D4D4D;
  margin: 10px auto 20px;
}

#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form {
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
}

#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form .nf-form-fields-required {
  display: none !important;
}

#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container {
  margin-bottom: 20px;
}

#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container .nf-field-label label {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}

#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container.label-above .nf-field-label {
  margin: 0;
}

#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container textarea {
  border: none;
  border-radius: 0;
  height: 106px;
}

#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input {
  border: none;
  border-radius: 0;
}

#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field:nth-child(2), #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field:nth-child(3) {
  float: right;
  width: 49%;
  clear: right;
}

#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field:nth-child(1), #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field:nth-child(4), #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field:nth-child(5) {
  float: left;
  width: 49%;
  clear: left;
}

#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field:nth-child(6) {
  display: block;
  width: 100%;
}

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

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

#popup-modal[data-trigger="subscribe-popup"] .modal-box .modal-inner .popup-image {
  width: 50%;
}


#search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 150000;
  display: none;
  cursor: pointer;
}

#search-modal .modal-box {
  width: 85%;
  max-width: 500px;
  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;
}

#search-modal .modal-box #search-close {
  position: absolute;
  top: -20px;
  right: -15px;
  z-index: 50;
}

#search-modal .modal-box #search-close .icon {
  width: 20px;
  height: 20px;
  padding: 3px;
  fill: black;
  border-radius: 100%;
}

#search-modal .modal-box .widget {
  margin: 0;
}

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

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

#search-modal .modal-box .modal-inner label {
  width: 100%;
}

#search-modal .modal-box .modal-inner .search-fields {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}

#search-modal .modal-box .modal-inner input[type="text"] {
  width: 100% !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 100 !important;
  text-transform: uppercase !important;
  background: white !important;
  box-shadow: none !important;
  border: solid 1px #999999 !important;
  border-radius: 0 !important;
}

#search-modal .modal-box .modal-inner input[type="submit"] {
  padding: 10px !important;
  font-size: 13px;
  background-color: #E2D4D2;
  color: #4D4D4D;
}


.share-icon {
  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;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px;
  width: 30px;
  height: 30px;
  background: white;
  border: 1px solid #DDD8D5;
  z-index: 2;
}


.share-icons {
  position: relative;
}

.share-icons .social-share-inner.vertical-title {
  padding-top: 75px;
  font-family: "ovo", sans-serif;
}

.share-icons .social-share-inner.vertical-title .social-share-title {
  position: relative;
  transform: rotate(90deg);
  margin-bottom: 20px;
}

.share-icons .social-share-inner.vertical-title .line-sep {
  height: 30px;
  background: #ECE6E3;
  margin: 0 0 10px;
}

.share-icons .social-share-inner.vertical-title .share {
  font-size: 14px;
  margin-bottom: 15px;
}

.share-icons .social-share-inner.vertical-title .share a {
  display: block;
  width: 100%;
}

.share-icons .social-share-inner .social-share {
  position: relative;
}

.share-icons .social-share-inner .social-share .share {
  margin: 2px;
}

.share-icons .social-share-inner .social-share .share span {
  margin-left: 6px;
  font-size: 10px;
  text-transform: uppercase;
}

.share-icons .social-share-inner .social-share .share a {
  display: block;
}

@media screen and (max-width: 600px) {
  
  .social-share-inner {
    display: none !important;
  }
}

.slideup {
  display: none;
  background: #ffffff;
  padding: 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  border-top: 1px solid #DDD8D5;
}

.slideup .close-slideup {
  position: absolute;
  top: 10px;
  right: 10px;
}

.slideup .close-slideup:hover {
  cursor: pointer;
}

.slideup .slideup-container {
  position: relative;
  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;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.slideup .slideup-container .slideup-header {
  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;
  max-width: 235px;
  margin-right: 5%;
  text-align: center;
}

.slideup .slideup-container .slideup-header .slideup-title {
  margin-bottom: 0;
}

.slideup .slideup-container .slideup-header .slideup-sub-title {
  margin-bottom: 0;
  font-size: 12px;
}

.slideup .slideup-container .slideup-form {
  width: 70%;
}

.slideup .slideup-container .slideup-form #mc_embed_signup_scroll input {
  width: auto;
  height: unset !important;
  margin: 0 6px !important;
  padding: 12px 10px !important;
  font-family: "ovo", sans-serif;
  font-size: 12px !important;
  line-height: normal !important;
}

.slideup .slideup-container .slideup-form #mc_embed_signup_scroll input[type="text"], .slideup .slideup-container .slideup-form #mc_embed_signup_scroll input[type="email"] {
  flex: 1;
  border: 2px solid #ECE6E3 !important;
}

.slideup .slideup-container .slideup-form #mc_embed_signup_scroll input[type="submit"] {
  flex: 0;
  min-width: 150px;
  font-family: "ovo", serif !important;
  padding: 12px 30px !important;
  background-color: #E2D4D2 !important;
  text-transform: capitalize;
}
@media screen and (max-width: 600px) {
  
  .slideup .slideup-container .slideup-form #mc_embed_signup_scroll {
    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;
  }
  
  .slideup .slideup-container .slideup-form #mc_embed_signup_scroll input {
    width: 100% !important;
    margin: 5px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  
  .slideup .slideup-container {
    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;
  }
  
  .slideup .slideup-container .slideup-header {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .slideup .slideup-container .slideup-header .slideup-sub-title {
    display: none;
  }
}


.social-icons {
  position: relative;
}

.social-icons .social-icons-header {
  font-size: 12px;
  letter-spacing: 1px;
  margin-right: 10px;
  text-transform: uppercase;
}


.social-icon {
  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;
  font-size: 12px;
  margin: 0 5px;
}

.social-icon.icon {
  width: 25px;
  height: 12px;
}

.social-icon span {
  margin-left: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.menu-has-drop-posts .posts-drop {
  opacity: 0;
  visibility: hidden;
  padding: 50px;
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  box-shadow: 2px 2px 5px #444;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper p {
  display: inline-block;
  margin: 0 10px;
  font-size: 13px;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper input.search-field {
  border: 0px;
  border-bottom: 1px solid #eee;
  text-transform: lowercase;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left {
  border-right: 2px solid #dedede;
  margin-right: 4%;
  width: 30%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats {
  font-size: 14px;
  width: 50%;
  text-align: left;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .drop-nav-header {
  font-size: 25px;
  font-family: "ovo", sans-serif;
  display: block;
  margin: 20px 0;
  letter-spacing: 2px;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats a.cat-item {
  list-style: none;
  font-family: "ovo", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0px;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search {
  margin-top: 30px;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search form.search-form {
  border-bottom: 1px solid #888888;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search .search-with-icon {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
  width: 52%;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search .search-with-icon.seach-icon-left i.fa-search {
  position: relative;
  z-index: 1;
  font-size: 11px;
  margin-left: -20px;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search .search-with-icon .search-field {
  min-width: 165px;
  padding-left: 4px;
  margin-left: -15px;
  font-style: italic;
  text-align: left;
  border: none;
  text-transform: lowercase;
  font-size: 14px;
  font-family: "ovo", sans-serif;
  margin-left: 5px;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .vertical-sep {
  width: 3px;
  background: #EADCDC;
  margin: 0 10%;
  display: block;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right {
  width: 70%;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post {
  display: block;
  position: relative;
  width: 34%;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post img {
  display: block;
  padding: 0px 8px;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer {
  align-items: center;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title-inner {
  background: white;
  padding: 25px;
  width: 100%;
  font-family: "ovo", sans-serif;
  white-space: normal;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title {
  font-size: 14px;
  font-family: "ovo", sans-serif;
  letter-spacing: 2px;
}

.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title:hover {
  color: #c8c8c8;
}

.menu-has-drop-posts:hover .posts-drop {
  opacity: 1;
  visibility: visible;
}


body.customize-support .posts-drop {
  top: 179px;
}

body.customize-support.lock_nav .posts-drop {
  top: 57px;
}


#mobile_nav_wrap {
  display: none;
}

#mobile_nav_wrap .mobile-nav-trigger-open {
  display: block;
}

#mobile_nav_wrap .mobile-nav-trigger-close {
  display: none;
}

#mobile_nav_wrap.toggled .mobile-nav-trigger-open {
  display: none;
}

#mobile_nav_wrap.toggled .mobile-nav-trigger-close {
  display: block;
}

#mobile_nav_wrap .mobile-nav-outer {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background: #F9F7F6;
  z-index: 1000;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-image {
  width: 100%;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body {
  width: 100%;
  padding: 30px;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body > * {
  width: 100%;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_logo {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_logo img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container {
  width: auto;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  text-align: left;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li {
  white-space: unset;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item {
  font-weight: bold;
  font-size: 14px;
  width: 50%;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item a {
  display: block;
  margin-bottom: 20px;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.light-menu-item {
  font-weight: 100;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body .social-icons {
  margin: 35px 0;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_search {
  margin-bottom: 35px;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_search .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_search .widget {
  margin: 0;
  width: 100%;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_search .widget input {
  width: 100%;
}
@media screen and (max-width: 768px) {
  
  #mobile_nav_wrap {
    display: block;
  }
  
  body.customize-support #mobile_nav_wrap .mobile-nav-outer {
    top: 102px;
  }
  
  body.customize-support #site-navigation {
    display: none !important;
  }
  
  body.customize-support.lock_nav #mobile_nav_wrap .mobile-nav-outer {
    top: 60px;
  }
}


#more_nav {
  position: relative;
  padding: 20px;
  border-top: 1px solid #DDD8D5;
  border-bottom: 1px solid #DDD8D5;
  text-transform: uppercase;
}

#more_nav #category_menu {
  font-size: 12px !important;
  letter-spacing: 2px;
}

#more_nav #category_menu li {
  font-family: "ovo", sans-serif;
}

#more_nav #category_menu li a {
  color: black !important;
}

#more_nav #category_menu li a:hover {
  color: #E2D4D2 !important;
}

#more_nav .more-nav-header {
  font-family: "ovo", serif;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  
  #more_nav {
    flex-direction: column;
  }
  
  #more_nav .more-nav-header {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  
  #more_nav {
    flex-direction: column;
  }
  
  #more_nav #category_menu {
    flex-direction: column;
    margin-left: 0px;
  }
  
  #more_nav #category_menu li {
    padding: 0;
  }
  
  #more_nav .more-nav-header {
    width: 100%;
    margin-right: 0px;
    font-size: 20px;
  }
}


#featured_posts_slider {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
}

#featured_posts_slider .slick-dots {
  margin: 10px 0 0;
}

#featured_posts_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 0 9px;
}

#featured_posts_slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25%;
  z-index: 1000;
}

#featured_posts_slider .slick-arrow.slick-prev {
  left: -22%;
}

#featured_posts_slider .slick-arrow.slick-next {
  right: -22%;
}

#featured_posts_slider .slick-list {
  overflow: visible;
}

#featured_posts_slider .featured-post-slide {
  position: relative;
  display: block;
  height: 485px;
  margin: 10px;
}

#featured_posts_slider .featured-post-slide .featured-post-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#featured_posts_slider .featured-post-slide .featured-post-inner .featured-post-title {
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  margin: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}

#featured_posts_slider .featured-post-slide:hover .featured-post-title {
  opacity: 1;
  visibility: visible;
  color: black;
}


#footer_products {
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#footer_products .footer-products-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  position: relative;
}

#footer_products .footer-products-inner svg.icon.close-footer-products {
  cursor: pointer;
  z-index: 100000;
}

#footer_products .footer-products-inner .close-footer-products {
  position: absolute;
  top: 10px;
  right: 10px;
}

#footer_products .footer-products-title-wrap {
  position: relative;
  max-width: 80px;
  width: 5%;
  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;
  margin: 0;
  padding: 30px;
  border: 2px solid #ECE6E3;
  white-space: nowrap;
  font-family: "ovo", sans-serif;
}

#footer_products .footer-products-title-wrap .footer-products-title {
  position: absolute;
}

#footer_products .footer-products-title-wrap .footer-products-title span {
  display: block;
  transform: rotate(-90deg);
}

#footer_products .footer-products-wrap {
  width: 95%;
  padding: 0 50px;
  border-top: 2px solid #ECE6E3;
}

#footer_products .footer-products-slider {
  width: 100%;
}

#footer_products .footer-products-slider .slick-arrow {
  width: 35px;
  height: 35px;
  padding: 7px;
}
@media screen and (max-width: 768px) {
  
  #footer_products .footer-products-slider .slick-arrow {
    width: 15px;
    height: 15px;
    padding: 1px;
  }
}

#footer_products .footer-products-slider .footer-product {
  padding: 15px;
}

#footer_products .footer-products-slider .footer-product-inner {
  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;
}

#footer_products .footer-products-slider .footer-product-inner .footer-product-image {
  width: 33%;
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  
  #footer_products .footer-products-slider .footer-product-inner .footer-product-image {
    width: 20%;
  }
}

#footer_products .footer-products-slider .footer-product-inner .footer-product-body {
  width: 66%;
}

#footer_products .footer-products-slider .footer-product-inner .footer-product-body .footer-product-brand {
  font-family: "karla", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  
  #footer_products .footer-products-slider {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  
  #footer_products .footer-products-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  
  #footer_products .footer-products-slider .footer-product {
    padding: 0;
  }
  
  #footer_products .footer-products-slider .footer-product-inner .footer-product-body {
    width: 60%;
  }
}


#ltki_products {
  position: relative;
  background: #F6F3F4;
  padding: 50px;
  margin: 50px 0;
}

#ltki_products .ltki-inner {
  max-width: 1148px;
  width: 100%;
  margin: 0 auto;
}

#ltki_products .ltki-inner .ltki-header-wrap {
  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;
  width: 100%;
  padding-bottom: 20px;
}

#ltki_products .ltki-inner .ltki-header-wrap .ltki-header .ltki-title {
  margin-bottom: 0;
  line-height: normal;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
}

#ltki_products .ltki-inner .ltki-header-wrap .ltki-header .ltki-sub-title {
  font-style: italic;
  font-family: "ovo", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}

#ltki_products .ltki-inner .ltki-header-wrap .ltki-cta {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 2px;
  font-size: 12px;
  font-family: "karla", sans-serif;
}

#ltki_products .ltki-inner .ltki-slide {
  padding: 5px;
}

#ltki_products .ltki-inner .ltki-slide .ltki-image {
  position: relative;
  border: 10px solid #ffffff;
}

#ltki_products .ltki-inner .ltki-slide .ltki-image .ltki-btn-wrap {
  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;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

#ltki_products .ltki-inner .ltki-slide .ltki-image:hover .ltki-btn-wrap {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 600px) {
  
  #ltki_products .ltki-inner .ltki-header-wrap {
    flex-direction: column !important;
  }
  
  #ltki_products .ltki-inner .ltki-header-wrap .ltki-header {
    text-align: center;
    margin-bottom: 10px;
  }
}


#recent_posts_slider {
  padding: 30px;
  background: white;
}

#recent_posts_slider .recent-posts-header {
  max-width: 1000px;
}

#recent_posts_slider .recent-posts-header .recent-posts-title {
  font-family: "ovo", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 10px;
}

#recent_posts_slider .recent-posts-header a.view-more-link {
  font-family: "ovo", sans-serif;
  text-transform: lowercase;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 1px;
}

#recent_posts_slider .recent-posts {
  max-width: 1020px;
}

#recent_posts_slider .recent-post-slide {
  width: 32%;
  padding: 10px;
  position: relative;
}

#recent_posts_slider .recent-post-slide .recent-post-thumb {
  display: block;
}

#recent_posts_slider .recent-post-slide .recent-post-body {
  position: relative;
  padding: 6%;
  text-align: left;
  border-bottom: 1px solid #B0B0B0;
  border-left: 1px solid #B0B0B0;
  border-right: 1px solid #B0B0B0;
  height: 145px;
}

#recent_posts_slider .recent-post-slide .recent-post-body .recent-post-title {
  width: 80%;
  text-align: left;
  font-family: "ovo", sans-serif;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

#recent_posts_slider .recent-post-slide .recent-post-body .recent-post-actions {
  position: relative;
  font-family: "ovo", sans-serif;
  font-style: italic;
  font-size: 15px;
  padding-right: 10px;
  overflow: hidden;
}

#recent_posts_slider .recent-post-slide .recent-post-body .recent-post-actions .recent-post-link:hover .icon {
  fill: #ECE6E3;
  margin-left: 10px;
}

#recent_posts_slider .recent-post-slide .recent-post-body .recent-post-actions .icon {
  width: 10px;
  height: 10px;
}

#recent_posts_slider .recent-post-slide .recent-post-body .recent-post-actions .archive-item-share {
  text-align: right;
  position: relative;
}

#recent_posts_slider .recent-post-slide .recent-post-body .recent-post-actions .archive-item-share .icon {
  width: 18px;
  height: 18px;
}

#recent_posts_slider .recent-post-slide .recent-post-body .recent-post-actions .archive-item-share .social-share {
  position: absolute;
  top: 50px;
  right: 0;
  background: white;
  padding: 5px;
}

#recent_posts_slider .recent-post-slide .recent-post-body .recent-post-actions .archive-item-share .social-share .share {
  margin: 0 5px;
}

#recent_posts_slider .recent-post-slide .recent-post-body .recent-post-actions .archive-item-share:hover .social-share {
  top: 0;
}
@media screen and (max-width: 768px) {
  
  #recent_posts_slider {
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  
  #recent_posts_slider {
    padding: 0px;
  }
}


.about-widget {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 50px;
  position: relative;
}

.about-widget .about-widget-image {
  position: relative;
  margin-top: -75px;
  width: 100%;
}

.about-widget .about-widget-title {
  font-size: 18px;
}

.about-widget .about-widget-sub-title {
  font-size: 28px;
}

.about-widget .about-widget-text {
  margin: 20px 0 -10px;
}

.about-widget .about-widget-cta {
  position: relative;
  bottom: -50px;
  margin-top: -50px;
}


.linklist-widget {
  position: relative;
  text-align: center;
}

.linklist-widget .linklist-widget-title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  background: white;
  padding: 0 10px;
  top: -45px;
}

.linklist-widget .linklist-widget-title span {
  font-style: italic;
  text-transform: lowercase;
}

.linklist-widget .linklist-widget-links {
  margin-top: -30px;
}


.shop-widget {
  position: relative;
  background: #ECEBE8;
  padding: 20px;
  text-align: center;
}

.shop-widget .shop-widget-title {
  font-size: 32px;
}

.shop-widget .shop-widget-title span {
  font-style: italic;
  text-transform: lowercase;
}

.shop-widget .shop-widget-body {
  background: white;
  padding: 20px;
}

.shop-widget .shop-widget-body .shop-widget-image {
  width: 100%;
}

.shop-widget .shop-widget-body .shop-widget-text {
  width: 100%;
  margin-top: 20px;
}

.shop-widget .shop-widget-cta {
  width: 100%;
  margin-top: 20px;
}


.subscribe-widget {
  position: relative;
  background: #ECEBE8;
  padding: 20px;
  text-align: center;
}

.subscribe-widget .subscribe-widget-title {
  font-size: 24px;
}

.subscribe-widget .subscribe-widget-text {
  margin-top: 20px;
}


.guide-row {
  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;
  margin-bottom: 20px;
}

.guide-row:nth-child(2n) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}

.guide-row .guide-row-image {
  width: 50%;
}

.guide-row .guide-products {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  width: 50%;
  padding: 30px;
}

.guide-row .guide-products .guide-product {
  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: flex-start !important;
  -webkit-justify-content: flex-start !important;
  width: 50%;
  padding: 20px;
  text-align: center;
}

.guide-row .guide-products .guide-product .guide-product-image {
  width: 100%;
}

.guide-row .guide-products .guide-product .guide-product-title {
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  
  .guide-row {
    flex-direction: column !important;
  }
  
  .guide-row:nth-child(2n) {
    flex-direction: column !important;
  }
  
  .guide-row .guide-row-image {
    width: 100%;
  }
  
  .guide-row .guide-products {
    width: 100%;
  }
}


.post-product-slider-wrap {
  text-align: center;
  padding: 0 10%;
}

.post-product-slider-wrap .post-product-slider img {
  margin: 0 auto;
}

.post-product-slider-wrap .post-product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: #000000;
}

.post-product-slider-wrap .post-product-slider .slick-arrow.slick-prev {
  left: -10%;
}

.post-product-slider-wrap .post-product-slider .slick-arrow.slick-next {
  right: -10%;
}


.sale-guides {
  position: relative;
}

.sale-guides .sale-guide {
  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;
  margin-bottom: 100px;
}

.sale-guides .sale-guide .sale-guide-body {
  width: 55%;
}

.sale-guides .sale-guide .sale-guide-body h3.sale-guide-title {
  text-transform: uppercase;
}

.sale-guides .sale-guide a.sale-guide-link {
  font-family: "ovo", sans-serif;
  font-size: 16px;
  position: relative;
}

.sale-guides .sale-guide a.sale-guide-link::after {
  content: '';
  display: block;
  background: #F2F1EF;
  position: absolute;
  top: 40px;
  left: 8px;
  right: 115px;
  bottom: 50px;
  z-index: -1;
}

.sale-guides .sale-guide .sale-guide-image {
  width: 40%;
}

.sale-guides .sale-guide:nth-child(2n) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
@media screen and (max-width: 600px) {
  
  .sale-guides .sale-guide {
    flex-direction: column-reverse !important;
    margin-bottom: 50px;
  }
  
  .sale-guides .sale-guide .sale-guide-body {
    width: 100%;
    margin-top: 20px;
  }
  
  .sale-guides .sale-guide .sale-guide-image {
    width: 100%;
  }
  
  .sale-guides .sale-guide:nth-child(2n) {
    flex-direction: column-reverse !important;
  }
}


.home-post {
  position: relative;
  margin-bottom: 50px;
}

.home-post .home-post-inner {
  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;
}

.home-post .home-post-inner .home-post-image {
  display: block;
  width: 51%;
}

.home-post .home-post-inner .home-post-body {
  position: relative;
  background: #ffffff;
  width: 56%;
  border: 2px solid #DDD8D5;
  padding: 40px 20px;
  margin-left: -7%;
  z-index: 1;
}

.home-post .home-post-inner .home-post-body .shop-rs-trigger {
  position: absolute;
  bottom: 100%;
  right: -1px;
  padding: 10px 20px;
  background: #ECEBE8;
  font-family: "ovo", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  cursor: pointer;
}

.home-post .home-post-inner .home-post-body .shop-rs-trigger .icon {
  margin-bottom: -2px;
}

.home-post .home-post-inner .home-post-body .shop-rs-trigger:hover {
  background-color: #F6F3F4;
}

.home-post .home-post-inner .home-post-body .home-post-body-inner {
  position: relative;
  overflow: hidden;
}

.home-post .home-post-inner .home-post-body .home-post-body-inner .shop-rs-code {
  position: absolute;
  padding: 20px;
  top: -200px;
  left: 0;
  right: 0;
  z-index: 1;
  background: white;
}

.home-post .home-post-inner .home-post-body .home-post-body-inner .home-post-title {
  margin: 14px 0;
  text-transform: uppercase;
  font-size: 25px;
}

.home-post .home-post-inner .home-post-body .home-post-body-inner .home-post-title:hover {
  color: #E2D4D2;
}

.home-post .home-post-inner .home-post-body .home-post-body-inner a.home-post-cat {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "karla", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
}

.home-post .home-post-inner .home-post-body .home-post-body-inner a.home-post-cat .icon {
  margin-right: 10px;
}

.home-post .home-post-inner .home-post-body .home-post-body-inner .home-post-actions {
  font-family: "karla", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.home-post .home-post-inner .home-post-body .home-post-body-inner .home-post-actions .icon {
  margin-left: 7px;
  width: 10px;
}

.home-post:nth-child(2n) .home-post-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}

.home-post:nth-child(2n) .home-post-inner .home-post-body {
  margin-left: 0;
  margin-right: -7%;
}

.home-post:nth-child(2n) .home-post-inner .home-post-body .shop-rs-trigger {
  right: unset;
  left: -1px;
  cursor: pointer;
}

.home-post:nth-child(2n) .home-post-inner .home-post-body .shop-rs-trigger:hover {
  background-color: #F6F3F4;
}
@media screen and (max-width: 768px) {
  
  .home-post .home-post-inner .home-post-body .home-post-body-inner .home-post-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 600px) {
  
  .home-post .home-post-inner {
    flex-direction: column !important;
  }
  
  .home-post .home-post-inner .home-post-image {
    width: 100%;
  }
  
  .home-post .home-post-inner .home-post-body {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }
  
  .home-post:nth-child(2n) .home-post-inner {
    flex-direction: column !important;
  }
  
  .home-post:nth-child(2n) .home-post-inner .home-post-body {
    margin-right: 0;
  }
}


.contact-form-wrap {
  max-width: 800px;
  width: 100%;
  padding: 30px;
  border: 4px solid #F4F4F4;
}

.contact-form-wrap .contact-form-title {
  text-align: center;
}

.contact-form-wrap .contact-form-text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-family: "ovo", serif;
}

.contact-form-wrap #contact-form-wrapper {
  text-align: center;
}

.contact-form-wrap #contact-form-wrapper .form-btn-row {
  margin: 20px 0;
}

.contact-form-wrap #contact-form-wrapper .form-btn-row .btn {
  margin: 0 5px;
}

.contact-form-wrap #contact-form-wrapper .form-btn-row .btn.active {
  position: relative;
}

.contact-form-wrap #contact-form-wrapper .form-btn-row .btn.active::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #4D4D4D;
}

.contact-form-wrap #contact-form-wrapper .contact-form {
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
  display: none;
}

.contact-form-wrap #contact-form-wrapper .contact-form.show-form {
  display: block;
}

.contact-form-wrap #contact-form-wrapper .contact-form .nf-form-fields-required {
  display: none !important;
}

.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container {
  margin-bottom: 20px;
}

.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container .nf-field-label label {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "ovo", sans-serif;
}

.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container.label-above .nf-field-label {
  margin: 0;
}

.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container textarea {
  border: 2px solid #F4F4F4;
  border-radius: 0;
  height: 106px;
}

.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input {
  border: 2px solid #F4F4F4;
  border-radius: 0;
}

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

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

.contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(6) {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  
  .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(2), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(3) {
    width: 100%;
  }
  
  .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(1), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(4), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(5) {
    width: 100%;
  }
}

.contact-form-wrap .contact-social {
  text-align: center;
}
@media screen and (max-width: 768px) {
  
  .contact-form-wrap {
    padding: 20px;
  }
}


#popup-modal.popup-has-forms .modal-box {
  max-width: 800px;
}


#download {
  position: relative;
}

#download .download-container {
  max-width: 1135px;
}

#download .download-container .download-image {
  width: 32%;
  height: 365px;
  margin-right: 2%;
}

#download .download-container .download-body {
  width: 66%;
  text-align: center;
}

#download .download-container .download-body .download-title {
  margin-bottom: 10px;
}

#download .download-container .download-body .download-text {
  width: 72%;
  margin: 20px auto;
  font-family: "ovo", serif;
}

#download .download-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#download .download-bg .download-bg-inner {
  height: 75%;
  width: 100%;
  background: #F7F4EF;
}
@media screen and (max-width: 768px) {
  
  #download .download-container {
    flex-direction: column;
  }
  
  #download .download-container .download-image {
    width: 80%;
  }
  
  #download .download-container .download-body {
    width: 90%;
    margin-top: 30px;
  }
}


#faq-module {
  padding: 85px 50px 0;
  margin: 0;
}

#faq-module .page-faq-wrapper {
  position: relative;
}

#faq-module .page-faq-wrapper .faq-header {
  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;
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c3c3c3;
}

#faq-module .page-faq-wrapper .faq-header .faq-title {
  margin-bottom: 0;
}

#faq-module .page-faq-wrapper .faq-header h3 {
  font-size: 25px;
  margin: 0;
  text-transform: uppercase;
}

#faq-module .page-faq-wrapper .faq-header a.ltki-cta.animate-right {
  text-transform: uppercase;
  font-family: "karla", sans-serif;
  font-size: 13px;
  font-weight: bold;
}

#faq-module .page-faq-wrapper .faq-header a.faq-cta {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "ovo", serif;
  color: #4D4D4D;
}

#faq-module .page-faq-wrapper .faq-header a.faq-cta:hover {
  color: #E2D4D2;
}

#faq-module .page-faq-wrapper .faq-cols {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}

#faq-module .page-faq-wrapper .faq-col {
  width: 49%;
  text-align: center;
}

#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
  background: white;
  border: 1px solid #4D4D4D;
  padding: 10px;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  font-family: "ovo", serif;
}

#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title span {
  width: 90%;
  font-size: 14px;
}

#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title .icon {
  cursor: pointer;
}

#faq-module .page-faq-wrapper .faq-col .faq-item .faq-text {
  display: none;
  text-align: left;
  font-weight: 100;
  letter-spacing: 1.2px;
  color: #7d7d7d;
}

#faq-module .page-faq-wrapper .faq-col .faq-item.toggled .faq-title .icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  
  #faq-module {
    padding: 35px;
    margin: 30px 0px;
  }
  
  #faq-module .page-faq-wrapper {
    width: 90%;
    justify-content: space-around;
  }
  
  #faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
    margin: 5px 5px 20px;
  }
}
@media screen and (max-width: 768px) {
  
  #faq-module .page-faq-wrapper {
    flex-wrap: wrap;
  }
  
  #faq-module .page-faq-wrapper .page-faq-title {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 25px !important;
  }
  
  #faq-module .page-faq-wrapper .faq-col {
    width: 100%;
    margin-bottom: -12px;
  }
  
  #faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
    margin-bottom: 21px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  
  #faq-module .page-faq-wrapper .faq-cols {
    letter-spacing: normal;
    flex-direction: column !important;
  }
}



#featured_cats .featured-cats-container .featured-cat {
  width: 23%;
  max-width: 350px;
  padding: 200px 0;
  margin: 1%;
  position: relative;
}

#featured_cats .featured-cats-container .featured-cat .featured-cat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

#featured_cats .featured-cats-container .featured-cat:hover .featured-cat-overlay {
  background: rgba(0, 0, 0, 0.3);
}

#featured_cats .featured-cats-container .featured-cat .featured-cat-inner {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid white;
  text-align: center;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "ovo", sans-serif;
}

#featured_cats .featured-cats-container .featured-cat .featured-cat-inner .featured-cat-title {
  font-size: 22px;
}

#featured_cats .featured-cats-container .featured-cat .featured-cat-inner a.btn.btn-primary {
  display: block;
  width: 150px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  
  #featured_cats .featured-cats-container .featured-cat {
    padding: 150px 0;
  }
}
@media screen and (max-width: 960px) {
  
  #featured_cats .featured-cats-container .featured-cat {
    padding: 145px 0;
  }
}
@media screen and (max-width: 768px) {
  
  #featured_cats .featured-cats-container .featured-cat {
    padding: 110px 0;
  }
  
  #featured_cats .featured-cats-container .featured-cat .featured-cat-inner {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  
  #featured_cats .featured-cats-container {
    flex-direction: column !important;
  }
  
  #featured_cats .featured-cats-container .featured-cat {
    width: 85%;
  }
}



#featured_post {
  margin-bottom: 150px;
}

#featured_post .slick-list {
  overflow: visible;
}

html {
  overflow-x: hidden;
}

#featured_post .featured-posts-header {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

#featured_post .featured-posts-header span {
  position: relative;
  background: white;
  padding: 20px;
  z-index: 1;
}

#featured_post .featured-posts-header .bar {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #999999;
  z-index: 0;
}

#featured_post .featured-post-wrap {
  padding: 5px;
  position: relative;
}

#featured_post .featured-post {
  max-width: 345px;
  height: 550px;
  padding: 20px;
}

#featured_post .featured-post .featured-post-content {
  text-align: center;
  background: white;
  padding: 30px;
  max-width: 450px;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  margin: 0 auto;
}

#featured_post .featured-post .featured-post-title {
  text-transform: uppercase;
  font-family: "ovo", sans-serif;
  margin-bottom: 14px;
  font-size: 19px;
  letter-spacing: 1px;
}

#featured_post .featured-post .featured-post-excerpt {
  font-family: "ovo", serif;
  margin-bottom: 26px;
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 25px;
}

#featured_post .slider-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 1000;
  width: 15%;
}

#featured_post .slider-arrow::before {
  content: '';
}

#featured_post .slider-arrow.slick-prev {
  left: -15%;
}

#featured_post .slider-arrow.slick-next {
  right: -15%;
}
@media screen and (max-width: 768px) {
  
  #featured_post .featured-post {
    height: 400px;
  }
}


#featured_posts_products {
  margin: 50px 0;
}

#featured_posts_products .featured-posts-products-container {
  max-width: 1110px;
  margin: 0 auto;
}

#featured_posts_products .featured-posts-products-header {
  position: relative;
  width: 12%;
  margin-right: -4%;
  z-index: 1;
}

#featured_posts_products .featured-posts-products-header .sep {
  width: 100%;
  height: 2px;
  background: black;
  margin: 20px 0;
}

#featured_posts_products .featured-posts-products-wrap {
  width: 100%;
}

#featured_posts_products .featured-posts-products-wrap .featured-posts-product {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 1%;
}

#featured_posts_products .featured-posts-products-wrap .featured-posts-product .featured-product {
  visibility: hidden;
  opacity: 0;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#featured_posts_products .featured-posts-products-wrap .featured-posts-product .featured-product .sep {
  width: 150px;
  height: 2px;
  background: black;
  margin: 10px 0;
}

#featured_posts_products .featured-posts-products-wrap .featured-posts-product .featured-product img {
  max-width: 120px;
  max-height: 200px;
}

#featured_posts_products .featured-posts-products-wrap .featured-posts-product:hover .featured-product {
  visibility: visible;
  opacity: 1;
}


#featured_products {
  position: relative;
  background: #F9F7F6;
  padding: 50px;
  margin: 50px 0;
}

#featured_products .featured-products-title {
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 26px;
}

#featured_products .shop-more-menu-wrap {
  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;
  margin-bottom: 20px;
  font-family: "ovo", sans-serif;
}

#featured_products .shop-more-menu-wrap .shop-more-menu-pre {
  font-family: "baskerville-urw", serif;
  margin-right: 5px;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 3px;
  color: #4D4D4D;
}

#featured_products #shop_more_menu {
  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;
}

#featured_products #shop_more_menu li {
  padding: 0 0 0 20px;
  font-size: 13px;
}

#featured_products .tagline {
  max-width: 90px;
  position: absolute;
  top: 35px;
  left: 3px;
  z-index: 100;
  opacity: 0.35;
  transform: rotate(16deg);
  transform-origin: top left;
}

#featured_products .featured-products-inner {
  position: relative;
  text-align: center;
}

#featured_products .featured-products-inner .featured-products-slider {
  width: 100%;
}

#featured_products .featured-products-inner .featured-products-slider .slick-arrow {
  top: 28%;
}

#featured_products .featured-products-inner .featured-products-slider .featured-product {
  padding: 0 5px;
}

#featured_products .featured-products-inner .featured-products-slider .featured-product .featured-product-inner {
  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;
}

#featured_products .featured-products-inner .featured-products-slider .featured-product .featured-product-inner .featured-product-image {
  width: 100%;
  border: 10px solid #ffffff;
  margin-bottom: 20px;
}

#featured_products .featured-products-inner .featured-products-slider .featured-product .featured-product-inner .featured-product-image:hover {
  opacity: 0.8;
}

#featured_products .featured-products-inner .featured-products-slider .featured-product .featured-product-inner h4.featured-product-title {
  font-size: 15px;
}

#featured_products .featured-products-inner .featured-products-slider .featured-product .featured-product-inner h4.featured-product-title:hover {
  text-decoration: none;
  color: #e9e8e6;
}

#featured_products .featured-products-inner .featured-products-slider .featured-product .featured-product-inner .featured-product-brand {
  font-size: 10px;
}

#featured_products .featured-products-inner .featured-products-slider .featured-product .featured-product-inner .linesep {
  width: 80px;
  margin: 0 auto;
  background-color: #e9e8e6;
  height: 2px;
  margin-bottom: 14px;
  margin-top: 14px;
}

#featured_products .featured-products-inner .featured-products-slider .featured-product .featured-product-inner p.featured-product-exceprt {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  
  #featured_products {
    padding: 20px;
  }
  
  #featured_products .shop-more-menu-wrap {
    flex-direction: column !important;
  }
  
  #featured_products .shop-more-menu-wrap .shop-more-menu-pre {
    margin-right: 0;
    font-size: 13px;
    margin-bottom: 9px;
  }
  
  #featured_products #shop_more_menu li {
    padding: 0 10px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  
  #featured_products #shop_more_menu {
    flex-direction: column !important;
  }
  
  #featured_products #shop_more_menu li {
    flex-direction: column;
    padding: 3px;
  }
}


#instagram_section {
  padding-top: 50px;
}

#instagram_section h2.section-header {
  text-transform: uppercase;
  font-size: 23px;
}

#instagram_section h2.section-header i.fab.fa-instagram {
  font-size: 20px;
}

#instagram_section .instagram-code {
  width: 32%;
  margin: 0 -2px;
  text-align: center;
}

#instagram_section .instagram-code a.social-icon {
  font-size: 12px;
  text-align: center;
  background: #fbf6f0;
  padding: 18px 20px;
  letter-spacing: 1px;
  margin: 0 auto;
  display: inline-block;
  text-transform: uppercase;
  margin-top: -20px;
  z-index: 9000;
  font-family: "ovo", sans-serif;
  position: relative;
  top: -15px;
}

#instagram_section .instagram-code a.social-icon:hover {
  background: #7F9490;
  color: white;
}


#more_posts {
  position: relative;
  background: #F9F7F6;
  padding: 50px;
  margin: 50px 0;
}

#more_posts .more-inner {
  max-width: 1148px;
  width: 100%;
  margin: 0 auto;
}

#more_posts .more-inner .more-header-wrap {
  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;
  width: 100%;
  padding: 0 2%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#more_posts .more-inner .more-header-wrap .more-header .more-title {
  margin-bottom: 0;
  line-height: normal;
}

#more_posts .more-inner .more-header-wrap .more-header .more-sub-title {
  font-style: italic;
}

#more_posts .more-inner .more-header-wrap .more-cta {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "karla", sans-serif;
}

#more_posts .more-inner .more-slide {
  padding: 5px;
}

#more_posts .more-inner .more-slide .more-image {
  position: relative;
  border: 10px solid #ffffff;
}

#more_posts .more-inner .more-slide .more-image .more-title-wrap {
  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;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

#more_posts .more-inner .more-slide .more-image .more-title-wrap .more-title {
  margin-bottom: 0;
  padding: 20px;
}

#more_posts .more-inner .more-slide .more-image:hover .more-title-wrap {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 600px) {
  
  #more_posts .more-inner .more-header-wrap {
    flex-direction: column !important;
  }
  
  #more_posts .more-inner .more-header-wrap .more-header .more-title {
    text-align: center;
    margin-bottom: 10px;
  }
}


#more_posts .post-grid-title, #load_more_posts .post-grid-title {
  text-align: center;
  letter-spacing: 2px;
  font-size: 30px;
  margin-bottom: 50px;
  font-family: "ovo", sans-serif;
  text-transform: uppercase;
}

#more_posts .next-up-posts .next-up-post, #load_more_posts .next-up-posts .next-up-post {
  position: relative;
  width: 32%;
  max-width: 370px;
  margin: 0 1% 30px;
}

#more_posts .next-up-posts .next-up-post .next-up-post-image, #load_more_posts .next-up-posts .next-up-post .next-up-post-image {
  position: relative;
  width: 100%;
  height: 230px;
}

#more_posts .next-up-posts .next-up-post .next-up-post-image .btn, #load_more_posts .next-up-posts .next-up-post .next-up-post-image .btn {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}

#more_posts .next-up-posts .next-up-post:nth-child(3n+1), #load_more_posts .next-up-posts .next-up-post:nth-child(3n+1) {
  margin-left: 0;
}

#more_posts .next-up-posts .next-up-post:nth-child(3n), #load_more_posts .next-up-posts .next-up-post:nth-child(3n) {
  margin-right: 0;
}

#more_posts .next-up-posts .next-up-post img, #load_more_posts .next-up-posts .next-up-post img {
  display: block;
  width: 100%;
}

#more_posts .next-up-posts .next-up-post:hover .next-up-post-image .btn, #load_more_posts .next-up-posts .next-up-post:hover .next-up-post-image .btn {
  visibility: visible;
  opacity: 1;
}

#more_posts .next-up-posts .next-up-post:hover .next-up-post-image .btn:hover, #load_more_posts .next-up-posts .next-up-post:hover .next-up-post-image .btn:hover {
  color: black;
}

#more_posts .next-up-posts .next-up-post:hover img, #load_more_posts .next-up-posts .next-up-post:hover img {
  opacity: 0.8;
}

#more_posts .next-up-posts .next-up-post .next-up-post-body a, #load_more_posts .next-up-posts .next-up-post .next-up-post-body a {
  display: block;
  padding: 0px 10px;
  text-align: center;
}

#more_posts .next-up-posts .next-up-post .next-up-post-body a.btn, #load_more_posts .next-up-posts .next-up-post .next-up-post-body a.btn {
  display: inline-block;
}

#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta {
  letter-spacing: 1px;
  font-family: "ovo", sans-serif;
  justify-content: center;
  margin: 30px 0px 20px;
}

#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .category-name, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .category-name {
  text-transform: uppercase;
  padding-right: 20px;
}

#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .category-name:hover, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .category-name:hover {
  color: #999999;
}

#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .post-date, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .post-date {
  font-family: "ovo", sans-serif;
  font-style: italic;
  letter-spacing: 2px;
}

#more_posts .next-up-posts .next-up-post .next-up-post-body .btn-wrap, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .btn-wrap {
  text-align: center;
}

#more_posts .next-up-posts .next-up-post .next-up-post-body .btn-wrap a, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .btn-wrap a {
  padding: 5px 12px;
}

#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title {
  font-family: "ovo", sans-serif;
  letter-spacing: 1px;
  font-size: 27px;
  margin: 0px 0;
}

#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title a:hover, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title a:hover {
  color: #999999;
}

#more_posts .next-up-posts .next-up-post .next-up-post-body .post-line, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .post-line {
  width: 140px;
  height: 1px;
  background-color: #d5cce4;
  margin: 0 auto;
  margin-bottom: 11px;
  margin-top: 10px;
}

#more_posts .next-up-posts .next-up-post .next-up-post-body .post-next-excerpt, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .post-next-excerpt {
  font-size: 14px;
  text-align: left;
  line-height: 28px;
  padding: 0px 10px;
  margin-bottom: 20px;
  font-family: "ovo", serif;
}

#more_posts .next-up-posts .next-up-post:hover .next-up-post-body, #load_more_posts .next-up-posts .next-up-post:hover .next-up-post-body {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  
  #more_posts .next-up-posts .next-up-post, #load_more_posts .next-up-posts .next-up-post {
    padding: 0px 0;
  }
  
  #more_posts .next-up-posts .next-up-post .next-up-post-body, #load_more_posts .next-up-posts .next-up-post .next-up-post-body {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 600px) {
  
  #more_posts .next-up-posts .next-up-post, #load_more_posts .next-up-posts .next-up-post {
    width: 100%;
  }
}


.shop-spotlight {
  position: relative;
  padding: 50px;
  border-bottom: 1px solid #DDD8D5;
}

.shop-spotlight .shop-spotlight-inner {
  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;
  width: 100%;
}

.shop-spotlight .shop-spotlight-inner .shop-spotlight-image {
  width: 47%;
}

.shop-spotlight .shop-spotlight-inner .shop-spotlight-body {
  width: 57%;
  padding: 0;
  text-align: center;
}

.shop-spotlight .shop-spotlight-inner .shop-spotlight-body .shop-spotlight-products {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}

.shop-spotlight .shop-spotlight-inner .shop-spotlight-body .shop-spotlight-products .shop-spotlight-product {
  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;
  width: 50%;
  padding: 20px 10px;
}

.shop-spotlight .shop-spotlight-inner .shop-spotlight-body .shop-spotlight-products .shop-spotlight-product .shop-spotlight-product-image {
  width: 94%;
}

.shop-spotlight .shop-spotlight-inner .shop-spotlight-body .shop-spotlight-products .shop-spotlight-product .shop-spotlight-product-body {
  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;
}

.shop-spotlight .shop-spotlight-inner .shop-spotlight-body .shop-spotlight-products .shop-spotlight-product .shop-spotlight-product-body .shop-spotlight-product-brand {
  font-size: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECE6E3;
  margin-bottom: 10px;
  font-family: "karla", sans-serif;
}
@media screen and (max-width: 768px) {
  
  .shop-spotlight .shop-spotlight-inner .shop-spotlight-body .shop-spotlight-products .shop-spotlight-product .shop-spotlight-product-body h5.shop-spotlight-product-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  
  .shop-spotlight .shop-spotlight-inner {
    flex-direction: column !important;
  }
  
  .shop-spotlight .shop-spotlight-inner .shop-spotlight-image {
    width: 100%;
  }
  
  .shop-spotlight .shop-spotlight-inner .shop-spotlight-body {
    width: 100%;
  }
  
  .shop-spotlight .shop-spotlight-inner .shop-spotlight-body h2.shop-spotlight-title {
    margin: 20px 0;
  }
  
  .shop-spotlight .shop-spotlight-inner .shop-spotlight-body .shop-spotlight-products .shop-spotlight-product {
    flex-direction: column !important;
  }
  
  .shop-spotlight .shop-spotlight-inner .shop-spotlight-body .shop-spotlight-products .shop-spotlight-product-image {
    margin-bottom: 10px;
  }
}


#stories {
  position: relative;
  background: #F9F7F6;
  padding: 20px;
  margin: 0 0 65px;
}

#stories .stories-container {
  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;
  width: 100%;
  max-width: 1215px;
  margin: 0 auto;
}

#stories .stories-container .stories-header-wrapper {
  position: relative;
  width: 96px;
  height: 250px;
  background: #ffffff;
  border: 2px solid #DDD8D5;
}

#stories .stories-container .stories-header-wrapper .stories-header {
  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;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: rotate(-90deg);
}

#stories .stories-container .stories-header-wrapper .stories-header .stories-title {
  font-size: 10px;
  letter-spacing: 2px;
  white-space: nowrap;
  color: #4D4D4D;
  margin-bottom: 7px;
}

#stories .stories-container .stories-header-wrapper .stories-header .stories-handle {
  font-family: "ovo", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  color: #4D4D4D;
}

#stories .stories-container .stories-widget {
  flex: 1;
}


#subscribe_section .subscribe-section-header {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 32px;
  line-height: normal;
  z-index: 1;
}

#subscribe_section .subscribe-section-wrapper {
  background: #ffffff;
}

#subscribe_section .subscribe-section-wrapper .subscribe-section-image {
  width: 55%;
  height: 400px;
}

#subscribe_section .subscribe-section-wrapper .subscribe-section-content {
  position: relative;
  width: 45%;
  text-align: center;
  padding: 20px 8%;
}

#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-title {
  font-family: "ovo", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-text {
  font-family: "ovo", serif;
  font-size: 18px;
  margin-bottom: 20px;
}

#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup input#mce-EMAIL {
  border-radius: 0px !important;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px;
  border: none;
  width: 250px;
  font-family: "ovo", sans-serif;
}

#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup .subscribe {
  background-color: #4D4D4D;
  border: 2px solid #4D4D4D;
}

#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup .subscribe input[type="submit"] {
  color: white;
  text-transform: uppercase;
  font-family: "ovo", sans-serif;
  letter-spacing: 1px;
  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: #4D4D4D;
  border: 2px solid #4D4D4D;
}
@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%;
  }
  
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup input#mce-EMAIL {
    width: 150px;
  }
}


#subscribe_bar {
  position: relative;
  padding: 30px 20px;
}

#subscribe_bar .subscribe-bar-title {
  margin-bottom: 0;
}

#subscribe_bar .subscribe-bar-body {
  margin-left: 10px;
}

#subscribe_bar .subscribe-bar-body p {
  margin: 0;
}

#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll input {
  border-radius: 0px;
  font-family: "ovo", sans-serif;
  font-size: 13px;
  padding: 4px;
  width: 270px;
  height: 36px;
  text-transform: capitalize;
}

#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .button {
  padding: 0px !important;
  height: 36px;
  width: 100px;
  font-size: 13px;
  background-color: #E2D4D2;
  color: #4D4D4D;
}

#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .button:hover {
  background-color: #F9F7F6;
}
@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 {
    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;
  }
}


.trend_report .trend-report-container {
  max-width: 1060px;
  width: 100%;
  margin: 50px auto;
  padding: 30px 50px;
  background: #f5f4ef;
}

.trend_report .trend-report-container .trend-post-body {
  text-align: center;
  width: 45%;
  padding: 30px;
  background: white;
}

.trend_report .trend-report-container .trend-post-products {
  width: 45%;
  background: white;
}

.trend_report .trend-report-container .trend-post-products .slick-arrow {
  position: absolute;
  border-radius: unset;
  font-size: 0;
  top: 50%;
  width: 60px;
  height: 43px;
  background: black;
  border: 1px solid black;
  z-index: 1;
}

.trend_report .trend-report-container .trend-post-products .slick-arrow:focus {
  outline: none;
}

.trend_report .trend-report-container .trend-post-products .slick-arrow span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  background: white;
}

.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-prev {
  left: -25px;
}

.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-prev span::before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: -3px;
  width: 16px;
  height: 1px;
  background: white;
  transform: rotate(-45deg);
}

.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-prev span::after {
  content: '';
  position: absolute;
  top: 5px;
  left: -3px;
  width: 16px;
  height: 1px;
  background: white;
  transform: rotate(45deg);
}

.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-next {
  right: -25px;
}

.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-next span::after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: -3px;
  width: 16px;
  height: 1px;
  background: white;
  transform: rotate(45deg);
}

.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-next span::before {
  content: '';
  position: absolute;
  top: 6px;
  right: -3px;
  width: 16px;
  height: 1px;
  background: white;
  transform: rotate(-45deg);
}

.trend_report .trend-report-container .trend-post-products .slick-arrow:hover {
  background: white;
  cursor: pointer;
}

.trend_report .trend-report-container .trend-post-products .slick-arrow:hover span {
  background: black;
}

.trend_report .trend-report-container .trend-post-products .slick-arrow:hover span::before {
  background: black;
}

.trend_report .trend-report-container .trend-post-products .slick-arrow:hover span::after {
  background: black;
}

.trend_report .trend-report-container .trend-post-product .product-thumb-wrap {
  position: relative;
}

.trend_report .trend-report-container .trend-post-product .product-thumb-wrap img {
  max-width: 250px;
  max-height: 250px;
}

.trend_report .trend-report-container .trend-post-product .product-thumb-wrap .btn {
  position: absolute;
}
