@charset "UTF-8";
/*!
Theme Name: Smash Theme
Theme URI: http://underscores.me/
Author: Smash Creative
Author URI: https://smashcreative.com/
Description: Smash Creative Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smash_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Smash Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
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%;
}

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

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

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
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;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  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;
}
/* Small menu. */
.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #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; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Smash Styles
--------------------------------------------------------------*/
@font-face {
  font-family: "Bisous";
  src: url("fonts/Bisous.eot"); /* IE9 Compat Modes */
  src: url("fonts/Bisous.eot?#iefix") format("embedded-opentype"), url("fonts/Bisous.woff") format("woff"), url("fonts/Bisous.ttf") format("truetype"), url("fonts/Bisous.svg#svgFontName") format("svg"); /* Legacy iOS */
}
h1, h2, h3, h4, h5, h6 {
  font-family: "DM Serif Display", serif;
  letter-spacing: 1px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0.25em;
}

#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, #featured_posts_products .featured-posts-products-wrap .featured-posts-product .featured-product, #featured_cats .featured-cats-container .featured-cat .featured-cat-image:hover, .home-post .home-post-inner .home-post-image .social-share .share-actions, .loop-large .loop-large-wrapper .loop-large-content .loop-large-body .rs-code, #recent_posts_slider .recent-post-slide .recent-post-body .recent-post-actions .archive-item-share .social-share, #recent_posts_slider .recent-post-slide .recent-post-body .recent-post-actions .icon, #featured_posts_slider .featured-post-slide .featured-post-inner .featured-post-title, #circle_links .circle-links-slider, .post-products-wrap .post-products, #cta_blocks .cta-block .cta-wrap, .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content, .alm-btn-wrap .alm-load-more-btn span, #masthead .header-block.header-left .header-block-inner #logo_wrap, #masthead, .animate-right > .icon, #contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element > *, .animate-right > *, .product .product-wrap .product-image-wrap > .fade, .share-icons .social-share .social-share-inner.fade-share > .fade, .product .product-wrap .product-image > .fade, .post-block .post-block-image > .fade, #shop_page .product .product-wrap .product-image-wrap > .fade, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu, .page-nav .page-menu li .sub-menu, #more_nav #category_menu li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu, .pre-footer .pre-footer-wrap #footer_menu li .sub-menu, #masthead .header-block .header-block-inner .menu-container .menu li .sub-menu, #colophon a, a.nav-link, #masthead a, .featured-post .featured-post-body .featured-post-link::after, #hero_slider .hero-slide .hero-image .hero-body .hero-cta::after, .featured-post .featured-post-body .featured-post-link, #hero_slider .hero-slide .hero-image .hero-body .hero-cta, a.white-link, .linklist-widget .linklist-widget-links a, .page-nav .page-menu li a, .mobile-nav-outer a, #colophon .mobile-nav-outer a, .share-icons .social-share .share a, .share-icons .social-share .share, a.share-icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand, .entry-footer a, a.alt-link, a, .loop-large .loop-large-wrapper .loop-large-content .loop-large-body .loop-actions a, .quick-links a, article.post .quick-links a,
article.snapshot .quick-links a, p a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.loop-large .loop-large-wrapper .loop-large-content .loop-large-body .loop-actions a, .quick-links a, article.post .quick-links a,
article.snapshot .quick-links a, p a {
  color: #D08D89;
  outline: none;
  text-decoration: none;
}
.loop-large .loop-large-wrapper .loop-large-content .loop-large-body .loop-actions a .icon, .quick-links a .icon, article.post .quick-links a .icon,
article.snapshot .quick-links a .icon, p a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.loop-large .loop-large-wrapper .loop-large-content .loop-large-body .loop-actions a:focus, .quick-links a:focus, article.post .quick-links a:focus,
article.snapshot .quick-links a:focus, p a:focus, .loop-large .loop-large-wrapper .loop-large-content .loop-large-body .loop-actions a:active, .quick-links a:active, article.post .quick-links a:active,
article.snapshot .quick-links a:active, p a:active, .loop-large .loop-large-wrapper .loop-large-content .loop-large-body .loop-actions a:visited, .quick-links a:visited, article.post .quick-links a:visited,
article.snapshot .quick-links a:visited, p a:visited {
  color: #D08D89;
}
.loop-large .loop-large-wrapper .loop-large-content .loop-large-body .loop-actions a:hover, .quick-links a:hover, article.post .quick-links a:hover,
article.snapshot .quick-links a:hover, p a:hover {
  cursor: pointer;
  color: #464646;
}

.linklist-widget .linklist-widget-links a, .page-nav .page-menu li a, .mobile-nav-outer a, #colophon .mobile-nav-outer a, .share-icons .social-share .share a, .share-icons .social-share .share, a.share-icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand, .entry-footer a, a.alt-link, a {
  color: #464646;
  outline: none;
  text-decoration: none;
}
.linklist-widget .linklist-widget-links a .icon, .page-nav .page-menu li a .icon, #colophon .mobile-nav-outer a .icon, .share-icons .social-share .share .icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title .icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand .icon, a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.linklist-widget .linklist-widget-links a:focus, .page-nav .page-menu li a:focus, #colophon .mobile-nav-outer a:focus, .share-icons .social-share .share a:focus, .share-icons .social-share .share:focus, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:focus, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:focus, a:focus, .linklist-widget .linklist-widget-links a:active, .page-nav .page-menu li a:active, #colophon .mobile-nav-outer a:active, .share-icons .social-share .share a:active, .share-icons .social-share .share:active, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:active, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:active, a:active, .linklist-widget .linklist-widget-links a:visited, .page-nav .page-menu li a:visited, #colophon .mobile-nav-outer a:visited, .share-icons .social-share .share a:visited, .share-icons .social-share .share:visited, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:visited, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:visited, a:visited {
  color: #464646;
}
.linklist-widget .linklist-widget-links a:hover, .page-nav .page-menu li a:hover, #colophon .mobile-nav-outer a:hover, .share-icons .social-share .share a:hover, .share-icons .social-share .share:hover, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:hover, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:hover, a:hover {
  cursor: pointer;
  color: #D08D89;
}

a.white-link {
  color: #ffffff;
  outline: none;
  text-decoration: none;
}
a.white-link .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
a.white-link:focus, a.white-link:active, a.white-link:visited {
  color: #ffffff;
}
a.white-link:hover {
  cursor: pointer;
  color: #D08D89;
}

#ltki_wrapper .ltki-container .ltki-cta, #ltki_wrapper .ltki-container .ltki-header .ltki-handle, .featured-post-container .featured-post-body .featured-post-link, #featured_products .featured-products-inner .all-products-link {
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  border-bottom: 1px solid;
}

.product .product-wrap .product-body .product-description, .product .product-wrap .product-body .product-brand {
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.featured-post .featured-post-body .featured-post-link, #hero_slider .hero-slide .hero-image .hero-body .hero-cta {
  position: relative;
  color: #464646;
  outline: none;
  text-decoration: none;
  z-index: 1;
}
.featured-post .featured-post-body .featured-post-link > *, #hero_slider .hero-slide .hero-image .hero-body .hero-cta > * {
  position: relative;
  z-index: 1;
}
.featured-post .featured-post-body .featured-post-link::after, #hero_slider .hero-slide .hero-image .hero-body .hero-cta::after {
  content: "";
  display: block;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F5D3D9;
  z-index: -1;
}
.featured-post .featured-post-body .featured-post-link:hover::after, #hero_slider .hero-slide .hero-image .hero-body .hero-cta:hover::after, .featured-post .featured-post-body .featured-post-link a:focus::after, #hero_slider .hero-slide .hero-image .hero-body .hero-cta a:focus::after, .featured-post .featured-post-body .featured-post-link a:active::after, #hero_slider .hero-slide .hero-image .hero-body .hero-cta a:active::after, .featured-post .featured-post-body .featured-post-link a:visited::after, #hero_slider .hero-slide .hero-image .hero-body .hero-cta a:visited::after {
  top: 0px;
}

a.nav-link, #masthead a {
  color: #464646;
  outline: none;
  text-decoration: none;
}
a.nav-link .icon, #masthead a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
a.nav-link:focus, #masthead a:focus, a.nav-link:active, #masthead a:active, a.nav-link:visited, #masthead a:visited {
  color: #464646;
}
a.nav-link:hover, #masthead a:hover {
  cursor: pointer;
  color: #D08D89;
}

#colophon a {
  color: #464646;
  outline: none;
  text-decoration: none;
}
#colophon a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
#colophon a:focus, #colophon a:active, #colophon a:visited {
  color: #464646;
}
#colophon a:hover {
  cursor: pointer;
  color: #D08D89;
}

.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu, .page-nav .page-menu, #more_nav #category_menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu, .pre-footer .pre-footer-wrap #footer_menu, #masthead .header-block .header-block-inner .menu-container .menu {
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  column-gap: 1em;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li, .page-nav .page-menu li, #more_nav #category_menu li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li, .pre-footer .pre-footer-wrap #footer_menu li, #masthead .header-block .header-block-inner .menu-container .menu li {
  position: relative;
  float: none;
  padding: 0 20px;
  white-space: nowrap;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu, .page-nav .page-menu li .sub-menu, #more_nav #category_menu li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu, .pre-footer .pre-footer-wrap #footer_menu li .sub-menu, #masthead .header-block .header-block-inner .menu-container .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: #CAEAE3;
  white-space: nowrap;
  box-shadow: unset;
  z-index: 100;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu li, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu li, .page-nav .page-menu li .sub-menu li, #more_nav #category_menu li .sub-menu li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu li, .pre-footer .pre-footer-wrap #footer_menu li .sub-menu li, #masthead .header-block .header-block-inner .menu-container .menu li .sub-menu li {
  padding: 5px 0;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu a, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu a, .page-nav .page-menu li .sub-menu a, #more_nav #category_menu li .sub-menu a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu a, .pre-footer .pre-footer-wrap #footer_menu li .sub-menu a, #masthead .header-block .header-block-inner .menu-container .menu li .sub-menu a {
  width: auto;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li:hover .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li:hover .sub-menu, .page-nav .page-menu li:hover .sub-menu, #more_nav #category_menu li:hover .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li:hover .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li:hover .sub-menu, .pre-footer .pre-footer-wrap #footer_menu li:hover .sub-menu, #masthead .header-block .header-block-inner .menu-container .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .icon, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .icon, .page-nav .page-menu li .icon, #more_nav #category_menu li .icon, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .icon, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .icon, .pre-footer .pre-footer-wrap #footer_menu li .icon, #masthead .header-block .header-block-inner .menu-container .menu li .icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.menu-item-header > .menu-item-header, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.menu-item-header > .menu-item-header, .page-nav .page-menu li.menu-item-header > .menu-item-header, #more_nav #category_menu li.menu-item-header > .menu-item-header, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.menu-item-header > .menu-item-header, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-header > .menu-item-header, .pre-footer .pre-footer-wrap #footer_menu li.menu-item-header > .menu-item-header, #masthead .header-block .header-block-inner .menu-container .menu li.menu-item-header > .menu-item-header {
  font-weight: bold;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.nav-script, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.nav-script, .page-nav .page-menu li.nav-script, #more_nav #category_menu li.nav-script, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.nav-script, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.nav-script, .pre-footer .pre-footer-wrap #footer_menu li.nav-script, #masthead .header-block .header-block-inner .menu-container .menu li.nav-script {
  font-family: "Bisous", sans-serif;
  font-size: 25px;
  line-height: 25px;
  position: relative;
  top: -5px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.nav-script a, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li.nav-script a, .page-nav .page-menu li.nav-script a, #more_nav #category_menu li.nav-script a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.nav-script a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.nav-script a, .pre-footer .pre-footer-wrap #footer_menu li.nav-script a, #masthead .header-block .header-block-inner .menu-container .menu li.nav-script a {
  text-transform: lowercase !important;
  font-family: "Bisous", sans-serif;
}
@media screen and (max-width: 1180px) {
  .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li, .page-nav .page-menu li, #more_nav #category_menu li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li, .pre-footer .pre-footer-wrap #footer_menu li, #masthead .header-block .header-block-inner .menu-container .menu li {
    padding: 0 10px;
  }
}

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

.container-sm {
  width: 100%;
  max-width: 650px;
  margin: 0 auto !important;
}

.guides-basic .guide-basic .guide-products, .container-md {
  width: 100% !important;
  max-width: 960px !important;
  margin: 0 auto !important;
}

#subscribe_section .subscribe-section-wrapper, .guides-grid, .guides-basic .guide-basic, .shop-my-home-wrapper .shop-my-home-container, body.single .bottom-rule, .container-lg {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto !important;
}

#subscribe_section, #shop_highlights .shop-highlights-inner, .hero-wrapper .hero-container, .featured-post-alt, .featured-post-container, .featured-post, .featured-ctas .featured-ctas-container, .content-rows, .home-loop, .home-loop-title, .grid-loop .grid-loop-container,
.grid-loop .grid-loop-container-more .alm-reveal, .grid-loop .grid-loop-header, #featured_products .featured-products-inner, #circle_links .circle-links-container, .page-nav, #about_page .about-page-wrapper .about-page-container, .entry-footer, .smash-tabbed-wrapper .smash-tabbed-content, .smash-tabbed-wrapper .smash-tabbed-tabs, .smash-tabbed-wrapper .smash-tabbed-title, .container-xl {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto !important;
}

.product .product-wrap .product-image-wrap > .fade, .share-icons .social-share .social-share-inner.fade-share > .fade, .product .product-wrap .product-image > .fade, .post-block .post-block-image > .fade, #shop_page .product .product-wrap .product-image-wrap > .fade {
  opacity: 0;
  visibility: hidden;
}
.product .product-wrap .product-image-wrap:hover > .fade, .share-icons .social-share .social-share-inner.fade-share:hover > .fade, .product .product-wrap .product-image:hover > .fade, .post-block .post-block-image:hover > .fade, #shop_page .product .product-wrap .product-image-wrap:hover > .fade {
  opacity: 1;
  visibility: visible;
}

a.btn, .btn, #subscribe_bar .subscribe-bar-form input[type=submit], a.btn-tertiary, .btn-tertiary, #hello_bar .hello-bar-inner .hello-bar-close, .post-block .archive-item-cat, .post-block .post-block-cat, a.btn-secondary, .btn-secondary, #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input[type=submit], section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block .home-shop-categories a, .hero-wrapper .hero-container .hero-body .hero-cta, .content-rows .content-row .content-row-body .content-row-cta, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][type=button], .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn, .hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner .hero-slide-body .hero-slide-cta, #search-modal .modal-box .modal-inner input[type=submit], .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button], .modal #mc-embedded-subscribe-form input[type=submit], .modal .modal-box .modal-inner input[type=button], #contact_page .contact-wrapper .contact-body nf-field input[value=Submit], .alm-btn-wrap .alm-load-more-btn, a.btn-primary, .btn-primary {
  display: inline-block !important;
  padding: 13px 35px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 14px !important;
  text-align: center !important;
}

#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input[type=submit], section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block .home-shop-categories a, .hero-wrapper .hero-container .hero-body .hero-cta, .content-rows .content-row .content-row-body .content-row-cta, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][type=button], .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn, .hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner .hero-slide-body .hero-slide-cta, #search-modal .modal-box .modal-inner input[type=submit], .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button], .modal #mc-embedded-subscribe-form input[type=submit], .modal .modal-box .modal-inner input[type=button], #contact_page .contact-wrapper .contact-body nf-field input[value=Submit], .alm-btn-wrap .alm-load-more-btn, a.btn-primary, .btn-primary {
  background: #CAEAE3 !important;
  border: 2px solid #CAEAE3 !important;
  color: #464646 !important;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input[type=submit] a, section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block .home-shop-categories a a, .hero-wrapper .hero-container .hero-body .hero-cta a, .content-rows .content-row .content-row-body .content-row-cta a, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][type=button] a, .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn a, .hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner .hero-slide-body .hero-slide-cta a, #search-modal .modal-box .modal-inner input[type=submit] a, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button] a, .modal #mc-embedded-subscribe-form input[type=submit] a, .modal .modal-box .modal-inner input[type=button] a, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit] a, .alm-btn-wrap .alm-load-more-btn a, .btn-primary a {
  color: #464646 !important;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input[type=submit] .icon, section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block .home-shop-categories a .icon, .hero-wrapper .hero-container .hero-body .hero-cta .icon, .content-rows .content-row .content-row-body .content-row-cta .icon, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][type=button] .icon, .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn .icon, .hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner .hero-slide-body .hero-slide-cta .icon, #search-modal .modal-box .modal-inner input[type=submit] .icon, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button] .icon, .modal #mc-embedded-subscribe-form input[type=submit] .icon, .modal .modal-box .modal-inner input[type=button] .icon, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit] .icon, .alm-btn-wrap .alm-load-more-btn .icon, .btn-primary .icon, #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input.icon[type=submit], section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block .home-shop-categories a.icon, .hero-wrapper .hero-container .hero-body .icon.hero-cta, .content-rows .content-row .content-row-body .icon.content-row-cta, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input.icon[value=Submit][type=button], .banner-cta .banner-cta-image .banner-cta-body .icon.banner-cta-btn, .hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner .hero-slide-body .icon.hero-slide-cta, #search-modal .modal-box .modal-inner input.icon[type=submit], .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input.icon[value=Submit][type=button], .modal #mc-embedded-subscribe-form input.icon[type=submit], .modal .modal-box .modal-inner input.icon[type=button], #contact_page .contact-wrapper .contact-body nf-field input.icon[value=Submit], .alm-btn-wrap .icon.alm-load-more-btn, .icon.btn-primary {
  fill: #464646 !important;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input[type=submit]:hover, section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block .home-shop-categories a:hover, .hero-wrapper .hero-container .hero-body .hero-cta:hover, .content-rows .content-row .content-row-body .content-row-cta:hover, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][type=button]:hover, .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn:hover, .hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner .hero-slide-body .hero-slide-cta:hover, #search-modal .modal-box .modal-inner input[type=submit]:hover, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button]:hover, .modal #mc-embedded-subscribe-form input[type=submit]:hover, .modal .modal-box .modal-inner input[type=button]:hover, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit]:hover, .alm-btn-wrap .alm-load-more-btn:hover, .btn-primary:hover {
  background: #F5D3D9 !important;
  border: 2px solid #F5D3D9 !important;
  color: #464646 !important;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input[type=submit]:hover a, section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block .home-shop-categories a:hover a, .hero-wrapper .hero-container .hero-body .hero-cta:hover a, .content-rows .content-row .content-row-body .content-row-cta:hover a, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][type=button]:hover a, .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn:hover a, .hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner .hero-slide-body .hero-slide-cta:hover a, #search-modal .modal-box .modal-inner input[type=submit]:hover a, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button]:hover a, .modal #mc-embedded-subscribe-form input[type=submit]:hover a, .modal .modal-box .modal-inner input[type=button]:hover a, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit]:hover a, .alm-btn-wrap .alm-load-more-btn:hover a, .btn-primary:hover a {
  color: #464646 !important;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input[type=submit]:hover .icon, section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block .home-shop-categories a:hover .icon, .hero-wrapper .hero-container .hero-body .hero-cta:hover .icon, .content-rows .content-row .content-row-body .content-row-cta:hover .icon, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][type=button]:hover .icon, .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn:hover .icon, .hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner .hero-slide-body .hero-slide-cta:hover .icon, #search-modal .modal-box .modal-inner input[type=submit]:hover .icon, .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button]:hover .icon, .modal #mc-embedded-subscribe-form input[type=submit]:hover .icon, .modal .modal-box .modal-inner input[type=button]:hover .icon, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit]:hover .icon, .alm-btn-wrap .alm-load-more-btn:hover .icon, .btn-primary:hover .icon {
  fill: #464646 !important;
}

#hello_bar .hello-bar-inner .hello-bar-close, .post-block .archive-item-cat, .post-block .post-block-cat, a.btn-secondary, .btn-secondary {
  background: #F5D3D9 !important;
  border: 2px solid #F5D3D9 !important;
  color: #464646 !important;
}
#hello_bar .hello-bar-inner .hello-bar-close a, .post-block .archive-item-cat a, .post-block .post-block-cat a, .btn-secondary a {
  color: #464646 !important;
}
#hello_bar .hello-bar-inner .hello-bar-close .icon, .post-block .archive-item-cat .icon, .post-block .post-block-cat .icon, .btn-secondary .icon, #hello_bar .hello-bar-inner .icon.hello-bar-close, .post-block .icon.archive-item-cat, .post-block .icon.post-block-cat, .icon.btn-secondary {
  fill: #464646 !important;
}
#hello_bar .hello-bar-inner .hello-bar-close:hover, .post-block .archive-item-cat:hover, .post-block .post-block-cat:hover, .btn-secondary:hover {
  background: #CAEAE3 !important;
  border: 2px solid #CAEAE3 !important;
  color: #464646 !important;
}
#hello_bar .hello-bar-inner .hello-bar-close:hover a, .post-block .archive-item-cat:hover a, .post-block .post-block-cat:hover a, .btn-secondary:hover a {
  color: #464646 !important;
}
#hello_bar .hello-bar-inner .hello-bar-close:hover .icon, .post-block .archive-item-cat:hover .icon, .post-block .post-block-cat:hover .icon, .btn-secondary:hover .icon {
  fill: #464646 !important;
}

#subscribe_bar .subscribe-bar-form input[type=submit], a.btn-tertiary, .btn-tertiary {
  background: #E0F1ED !important;
  border: 2px solid #E0F1ED !important;
  color: #464646 !important;
}
#subscribe_bar .subscribe-bar-form input[type=submit] a, .btn-tertiary a {
  color: #464646 !important;
}
#subscribe_bar .subscribe-bar-form input[type=submit] .icon, .btn-tertiary .icon, #subscribe_bar .subscribe-bar-form input.icon[type=submit], .icon.btn-tertiary {
  fill: #464646 !important;
}
#subscribe_bar .subscribe-bar-form input[type=submit]:hover, .btn-tertiary:hover {
  background: #F5D3D9 !important;
  border: 2px solid #F5D3D9 !important;
  color: #464646 !important;
}
#subscribe_bar .subscribe-bar-form input[type=submit]:hover a, .btn-tertiary:hover a {
  color: #464646 !important;
}
#subscribe_bar .subscribe-bar-form input[type=submit]:hover .icon, .btn-tertiary:hover .icon {
  fill: #464646 !important;
}

#contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element, .animate-right {
  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;
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
#contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element > .icon, .animate-right > .icon {
  margin-left: 5px;
}
#contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element:hover > .icon, .animate-right:hover > .icon {
  transform: translate(10px, 0);
}

.footer-blocks .footer-blocks-container, .adjust-center, #colophon .site-info {
  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;
}
.footer-blocks .footer-blocks-container > *, .adjust-center > *, #colophon .site-info > * {
  flex: 1;
}
.footer-blocks .footer-blocks-container > *:nth-child(1), .adjust-center > *:nth-child(1), #colophon .site-info > *:nth-child(1) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  margin-right: auto;
}
.footer-blocks .footer-blocks-container > *:nth-child(2), .adjust-center > *:nth-child(2), #colophon .site-info > *:nth-child(2) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  flex: 2;
}
.footer-blocks .footer-blocks-container > *:nth-child(3), .adjust-center > *:nth-child(3), #colophon .site-info > *:nth-child(3) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  margin-left: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.home .alm-btn-wrap {
  margin-bottom: 50px;
}

.hIHmtH {
  height: fit-content !important;
  display: none !important;
}

.ddLzfO, .gvDWlK {
  display: none !important;
}

.jjCJcB {
  display: none !important;
}

.subscribe-section-form iframe {
  border: none !important;
}
.subscribe-section-form p {
  font-size: 20px !important;
}
.subscribe-section-form h2 {
  font-size: 45px !important;
}

.modal .modal-box .modal-inner .popup-text iframe {
  border: none !important;
}

body.home #masthead {
  border-bottom: none;
}

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

#masthead {
  position: relative;
  padding: 13px 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  background: #CAEAE3;
  border-bottom: 1px solid #F5D3D9;
}
#masthead .locked-logo {
  display: none !important;
}
#masthead .locked-logo#logo_wrap {
  padding: 0 1em 0 0;
}
#masthead.lock_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
#masthead.lock_nav .locked-logo {
  display: block !important;
}
#masthead.lock_nav .locked-logo#logo_wrap img {
  max-height: 50px;
}
@media screen and (max-width: 820px) {
  #masthead.lock_nav .header-block.header-left .header-block-inner #logo_wrap {
    display: flex !important;
    padding: 0;
    margin: 0;
  }
  #masthead.lock_nav .header-block.header-left .header-block-inner #logo_wrap img {
    max-height: 27px;
    margin-top: 5px;
  }
}
#masthead a {
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
}
#masthead .site-navigation-wrap {
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 1600px) {
  #masthead .site-navigation-wrap {
    padding: 0 50px;
  }
}
@media screen and (max-width: 820px) {
  #masthead .site-navigation-wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  #masthead .site-navigation-wrap {
    padding: 0 30px;
  }
}
#masthead .header-block {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  float: none;
  flex: 1;
}
#masthead .header-block .header-block-inner {
  width: 100%;
}
#masthead .header-block .header-block-inner .menu-container {
  width: 100%;
}
#masthead .header-block .header-block-inner .menu-container .menu {
  width: 100%;
  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;
}
#masthead .header-block.header-left .header-block-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: flex-start !important;
  -webkit-justify-content: flex-start !important;
  margin-right: auto;
}
#masthead .header-block.header-left .header-block-inner .menu-container .menu {
  justify-content: flex-start !important;
}
#masthead .header-block.header-left .header-block-inner .menu-container .menu li:first-child {
  padding: 0 20px 0 0px;
}
#masthead .header-block.header-left .header-block-inner .menu-container .menu .icon {
  top: 2px;
  margin-left: 10px;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 820px) {
  #masthead .header-block.header-left .header-block-inner > * {
    display: none;
  }
}
#masthead .header-block.header-left .header-block-inner .social-icons {
  display: none !important;
}
@media screen and (max-width: 820px) {
  #masthead .header-block.header-left .header-block-inner .social-icons {
    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;
  }
}
#masthead .header-block.header-middle {
  flex: 2;
}
#masthead .header-block.header-middle .header-block-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;
}
@media screen and (max-width: 820px) {
  #masthead .header-block.header-middle {
    display: none !important;
  }
}
#masthead .header-block.header-right .header-block-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: flex-end !important;
  -webkit-justify-content: flex-end !important;
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  #masthead .header-block.header-right .header-block-inner .social-icons {
    display: none !important;
  }
}
#masthead .fab {
  font-size: 13px;
  padding: 0;
}
@media screen and (max-width: 960px) {
  #masthead .site-navigation-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    row-gap: 5px;
  }
  #masthead .site-navigation-wrap .header-block.header-left {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #masthead .site-navigation-wrap .header-block.header-left .header-block-inner .menu-container .menu {
    justify-content: flex-end !important;
  }
  #masthead .site-navigation-wrap .header-block.header-right {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #masthead .site-navigation-wrap .header-block.header-right .header-block-inner {
    justify-content: flex-start !important;
  }
  #masthead .site-navigation-wrap .header-block.header-middle {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 820px) {
  #masthead #mobile_nav_wrap {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
  }
  #masthead .site-navigation-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;
  }
  #masthead .site-navigation-wrap .header-block.header-left {
    flex: 3;
  }
  #masthead .site-navigation-wrap .header-block.header-right .header-block-inner {
    justify-content: flex-end !important;
  }
  #masthead .dot-sep {
    display: none !important;
  }
}

#logo_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;
  position: relative;
  padding: 30px 30px 60px;
  z-index: 1;
}
#logo_wrap.small-screen-logo {
  display: none !important;
}
#logo_wrap img {
  max-height: 225px;
  width: auto;
}
@media screen and (max-width: 820px) {
  #logo_wrap {
    paddign: 30px;
  }
  #logo_wrap.large-screen-logo {
    display: none !important;
  }
  #logo_wrap.small-screen-logo {
    display: flex !important;
  }
}
@media screen and (max-width: 960px) {
  #logo_wrap {
    padding: 30px 30px 50px;
  }
}
@media screen and (max-width: 600px) {
  #logo_wrap {
    margin: 0 auto;
  }
}

.pre-footer {
  position: relative;
  padding: 0px;
}
.pre-footer .pre-footer-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;
  column-gap: 2em;
}
.pre-footer .pre-footer-wrap #footer_menu_container {
  margin: 10px 0;
}
.pre-footer .pre-footer-wrap #footer_menu_container ul {
  margin-bottom: 17px;
}
.pre-footer .pre-footer-wrap #footer_menu_container ul li {
  padding: 7px 0px;
  font-family: "DM Serif Display", serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5;
  margin-top: 7px;
}
@media screen and (max-width: 1180px) {
  .pre-footer .pre-footer-wrap #footer_menu_container ul {
    margin-bottom: 8px;
  }
  .pre-footer .pre-footer-wrap #footer_menu_container ul li {
    padding: 4px 0px;
    font-family: "DM Serif Display", serif;
    font-size: 17px;
    letter-spacing: 0.5;
    margin-top: 0px;
  }
}
@media screen and (max-width: 960px) {
  .pre-footer .pre-footer-wrap #footer_menu_container ul li {
    padding: 3px 0px;
    font-family: "DM Serif Display", serif;
    font-size: 15px;
    letter-spacing: 0.5;
    margin-top: 0px;
  }
}
.pre-footer .pre-footer-wrap #footer_menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
.pre-footer .pre-footer-wrap .social-icons {
  justify-content: flex-start !important;
}
.pre-footer .pre-footer-wrap .social-icons a.social-icon .icon {
  width: 10px !important;
  height: 11px !important;
  font-size: 10px !important;
}
.pre-footer #instagram_feed {
  position: relative;
  width: 100%;
}
.pre-footer #instagram_feed #sb_instagram #sbi_images {
  padding: 0 !important;
}
.pre-footer #instagram_feed .instagram-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
}
.pre-footer #instagram_feed .instagram-header h2 {
  font-size: 0px;
}
.pre-footer #instagram_feed .insta-handle {
  font-family: "DM Serif Display", serif;
  letter-spacing: 0.5px;
  transform: rotate(90deg) translate(-150px, -70px);
  right: 0;
  position: absolute;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .pre-footer #instagram_feed .insta-handle {
    transform: rotate(90deg) translate(-80px, -70px);
  }
}
@media screen and (max-width: 600px) {
  .pre-footer #instagram_feed .insta-handle {
    transform: rotate(90deg) translate(-110px, -70px);
  }
}
@media screen and (max-width: 600px) {
  .pre-footer #instagram_feed .instagram-header {
    flex-direction: column !important;
    align-items: center;
  }
  .pre-footer #instagram_feed .instagram-header h2 {
    text-align: center;
  }
  .pre-footer .pre-footer-wrap {
    flex-direction: column !important;
  }
  .pre-footer .pre-footer-wrap .pre-footer-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .pre-footer .pre-footer-wrap .pre-footer-left #footer_menu_container li {
    width: 100%;
  }
  .pre-footer .pre-footer-wrap .social-icons {
    justify-content: center !important;
  }
}

.site-footer:before {
  display: none;
}

.site-footer:after {
  display: none;
}

#colophon {
  position: relative;
  padding: 20px 50px;
  color: #464646;
  background-color: #CAEAE3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#colophon .footer-cta {
  font-size: 15px;
}
#colophon .footer-cta:hover {
  color: #464646;
  cursor: default;
}
#colophon .site-copy, #colophon .site-built {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#colophon .site-copy a:hover, #colophon .site-built a:hover {
  color: #464646;
  cursor: default;
}
#colophon .site-copy .smash-link, #colophon .site-built .smash-link {
  padding-left: 5px;
}
#colophon .site-copy .smash-link:hover, #colophon .site-built .smash-link:hover {
  cursor: pointer;
  color: #F5D3D9;
}
#colophon .site-info {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  margin-left: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#colophon .site-info .footer-cta:hover {
  color: #F1E4E5;
  cursor: pointer;
  color: #F5D3D9;
}
#colophon .site-info .site-built {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  flex: 1 !important;
  justify-content: flex-end !important;
}
#colophon .site-info .site-built span {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
#colophon .site-info .site-built span a {
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  #colophon {
    padding: 20px 30px;
    flex-direction: column !important;
    text-align: center;
    align-items: center;
  }
  #colophon .site-built {
    width: fit-content !important;
  }
  #colophon .site-info {
    flex-direction: column !important;
    -webkit-flex-direction: column;
    margin-left: 0;
    text-align: center;
  }
  #colophon .site-info .footer-logo {
    margin: 20px 0;
  }
  #colophon .site-info .site-copy {
    justify-content: center !important;
  }
  #colophon .site-info .site-built span {
    justify-content: center !important;
    text-align: center;
  }
  #colophon .site-policy {
    width: 100%;
    flex: auto;
    text-align: center;
  }
  #colophon .site-policy a {
    width: 100%;
    margin-bottom: 6px;
  }
  #colophon .site-built {
    width: 100%;
    flex: auto;
    text-align: center;
    margin-top: 5px;
  }
  #colophon .site-built span {
    width: 100%;
    margin-bottom: 5px;
  }
}

body {
  color: #464646;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.lock_nav #content {
  margin-top: 62px;
}

.post, .page {
  margin: 0;
}

#page {
  position: relative;
  overflow: hidden;
}

.no-results .page-content {
  text-align: center;
}

body {
  font-family: "Lato", serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

h1 {
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 28px;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 24px;
  }
}

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: 18px;
  font-family: "Lato", serif;
  line-height: 36px;
  letter-spacing: 0.5px;
}
p a {
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: medpx) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}

.horizontal-rule {
  background-color: #e3e3e3;
  padding: 0;
}

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 #e3e3e3 !important;
  border-radius: 0 !important;
  padding: 5px 10px;
  background: unset;
}

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: 0.9rem;
}
button:focus, input:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
  outline: none !important;
}

.anchor {
  scroll-margin-top: 200px;
}

.site-search {
  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;
  padding: 20px 50px 50px;
}
.site-search .basic-search-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.site-search .basic-search-form .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;
}
.site-search .basic-search-form .search-fields input {
  flex: 1;
}
.site-search .basic-search-form .search-fields input[type=submit] {
  flex: 0;
}

.no-results.not-found {
  padding: 0px 30px 70px;
}

.signature {
  text-align: center;
  font-family: "Bisous", sans-serif;
  font-size: 52px;
  margin: 40px 0 20px;
  transform: rotate(-10deg);
}

.script-font {
  font-family: "Bisous", sans-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: #e3e3e3;
  margin: 0 10px;
}

.dot-sep {
  position: relative;
}
.dot-sep::before {
  content: "·";
  font-size: 25px;
  line-height: 0px;
  color: #464646;
  margin: 0 10px;
  position: relative;
  top: 6px;
}

.blob {
  position: absolute;
  z-index: 1;
}
.blob.b-rose {
  right: 0px;
  top: -50px;
  max-width: 250px;
  z-index: 10;
}
.blob.b-rose-2 {
  left: -100px;
  top: -50px;
  max-width: 280px;
  z-index: 10;
}
.blob.b-feather {
  bottom: 0;
  left: 0;
  max-width: 32%;
  z-index: -1;
}
.blob.b-leaf {
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.blob.b-flower {
  bottom: 0;
  left: 0;
  max-width: 250px !important;
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  .blob.b-rose-2 {
    max-width: 260px;
  }
}
@media screen and (max-width: 820px) {
  .blob.b-rose-2 {
    top: -80px;
  }
}
@media screen and (max-width: 600px) {
  .blob.b-rose-2 {
    max-width: 200px;
    top: -50px;
  }
}

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

#content {
  position: relative;
  padding: 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;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}

.alm-btn-wrap .alm-load-more-btn {
  font-size: 14px !important;
  font-weight: 700 !important;
  min-width: 200px;
  box-shadow: none;
  height: auto !important;
  margin-bottom: 10px !important;
  margin-top: 30px !important;
  border-radius: 0px !important;
  z-index: 50;
}
.alm-btn-wrap .alm-load-more-btn:hover span {
  margin-left: 10px;
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 1;
  font-size: 20px;
  color: #464646;
}
.slick-slider .slick-arrow.slick-prev {
  left: -1%;
}
.slick-slider .slick-arrow.slick-next {
  right: -1%;
}
.slick-slider .slick-arrow:hover {
  cursor: pointer;
  color: #F5D3D9;
}
.slick-slider .slick-dots {
  padding: 0;
  margin: 20px 0 20px;
  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% !important;
  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;
}
.slick-slider .slick-slide:focus {
  outline: none !important;
}

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

.numbered-pagination {
  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;
  font-size: 12px;
  padding: 50px 20px;
}
.numbered-pagination > * {
  margin: 0 6px;
}
.numbered-pagination > .page-numbers {
  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: 26px;
  height: 26px;
  text-align: center;
}
.numbered-pagination > .page-numbers.current {
  background: #F5D3D9;
  border-radius: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

blockquote {
  background: rgba(224, 241, 237, 0.15);
  font-style: italic;
  border-left: 5px solid #D08D89;
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  quotes: "“" "”" "‘" "’";
}
blockquote::before {
  color: #D08D89;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  vertical-align: -0.5em;
}
blockquote p {
  display: inline;
  font-family: "DM Serif Display", serif;
  font-size: 1.2em;
}
@media screen and (max-width: 600px) {
  blockquote::before {
    font-size: 3em;
  }
}

.smash-tabbed-wrapper {
  position: relative;
  padding: 0 50px;
}
.smash-tabbed-wrapper .tab-product-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;
}
.smash-tabbed-wrapper .smash-tabbed-title {
  padding-top: 10px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  cursor: pointer;
}
.smash-tabbed-wrapper .smash-tabbed-tabs .smash-tab {
  position: relative;
  padding: 5px 0;
  margin-right: 20px;
  margin-bottom: -2px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs .smash-tab.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #F1E4E5;
  background: #E0F1ED;
  z-index: 1;
}
.smash-tabbed-wrapper .smash-tabbed-tabs .smash-tab:hover {
  color: #D08D89;
}
.smash-tabbed-wrapper .smash-tabbed-content {
  position: relative;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content:nth-child(1) {
  position: relative;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner {
  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;
  width: 100%;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product {
  width: 25%;
  padding: 40px 5px;
  text-align: center;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1180px) {
  .smash-tabbed-wrapper {
    padding: 0 10px 30px 10px;
  }
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 820px) {
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner {
    flex-wrap: wrap;
  }
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product {
    width: 50%;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .smash-tabbed-wrapper {
    padding: 0 20px 30px 20px;
  }
  .smash-tabbed-wrapper div.tab-product-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;
  }
  .smash-tabbed-wrapper div.tab-product-header .smash-tabbed-title {
    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;
    padding-bottom: 0;
    text-transform: uppercase;
  }
  .smash-tabbed-wrapper div.tab-product-header .smash-tabbed-title h2 {
    text-align: center;
  }
  .smash-tabbed-wrapper div.tab-product-header .smash-tabbed-tabs {
    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;
  }
  .smash-tabbed-wrapper .smash-tabbed-content {
    padding: 20px 10px;
  }
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner {
    padding-bottom: 30px;
  }
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product {
    width: 50%;
    padding: 20px 10px 0;
  }
}
@media screen and (max-width: 400px) {
  .smash-tabbed-wrapper div.tab-product-header .smash-tabbed-title h2 {
    font-size: 24px;
  }
}

#submark_section {
  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-around !important;
  -webkit-justify-content: space-around !important;
  position: relative;
  bottom: -60px;
  margin-top: -90px !important;
}
#submark_section.container-xl {
  max-width: 1275px;
}
#submark_section hr {
  flex: 1;
  margin: 0 20px;
}
#submark_section .fp-logo-icon {
  max-height: 150px;
}
@media screen and (max-width: 960px) {
  #submark_section {
    bottom: 20px;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  #submark_section {
    bottom: 20px;
    padding: 0;
  }
  #submark_section .fp-logo-icon {
    max-height: 125px;
    max-width: 33vw;
  }
}

.archive-items, #archive_page .alm-reveal, #archive_page #archive-items, .search-archive, .archive-items-more {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 5em;
  column-gap: 3em;
  padding: 0 50px !important;
}
@media screen and (max-width: 960px) {
  .archive-items, #archive_page .alm-reveal, #archive_page #archive-items, .search-archive, .archive-items-more {
    row-gap: 4em;
    column-gap: 2em;
  }
}
@media screen and (max-width: 820px) {
  .archive-items, #archive_page .alm-reveal, #archive_page #archive-items, .search-archive, .archive-items-more {
    padding: 0 40px !important;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .archive-items, #archive_page .alm-reveal, #archive_page #archive-items, .search-archive, .archive-items-more {
    padding: 0 30px !important;
    grid-template-columns: 1fr;
    row-gap: 4em;
  }
}

#archive_page .alm-reveal {
  margin-top: 5em !important;
}
@media screen and (max-width: 960px) {
  #archive_page .alm-reveal {
    margin-top: 4em !important;
  }
}

.search-archive, .archive-items-more {
  padding-top: 4em !important;
}

.post-item-image {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  position: relative;
  display: block;
  width: 100%;
}

#archive_page {
  padding: 0px 0 25px;
}
#archive_page .container-lg {
  width: 100%;
}
#archive_page .archive-items, #archive_page #archive-items {
  padding-bottom: 5em;
}
#archive_page .page-title {
  padding-bottom: 12px;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
#archive_page .post-block .post-block-title {
  text-align: left;
}
#archive_page .post-block .post-block-title a {
  width: 100%;
}
@media screen and (max-width: 1260px) {
  #archive_page {
    padding-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  #archive_page {
    padding-top: 0;
    padding-bottom: 30px;
  }
  #archive_page #archive-items {
    width: 100%;
    padding: 15px 30px;
  }
}

.archive-item {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.archive-item .archive-item-title {
  position: relative;
  font-size: 17px;
  font-family: "DM Serif Display", serif;
  text-transform: none;
  background: white;
  padding: 20px;
  text-align: center;
  width: 90%;
  margin: -30px auto 0;
}

.post-block .archive-item-cat, .post-block .post-block-cat {
  font-weight: 500 !important;
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 6px !important;
  min-width: 90px;
}

body.archive .page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: "DM Serif Display", serif;
  letter-spacing: 1px;
  font-size: 11px;
  max-width: 60%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body.archive .page-header .page-title {
  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: "DM Serif Display", serif;
  font-size: 25px;
  margin-bottom: 20px;
}

.cat-nav {
  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;
  margin-bottom: 2em !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  padding: 0 40px 30px;
  row-gap: 10px;
  max-width: 1000px;
}
.cat-nav a {
  margin: 0px 15px;
  font-weight: 500;
  font-size: 18px;
}
.cat-nav .cat-nav-current {
  border-bottom: 1px solid #464646;
}
@media screen and (max-width: 600px) {
  .cat-nav {
    padding: 0 40px 30px;
  }
}

.snapshot-content {
  padding-top: 20px;
}
.snapshot-content .cat-nav {
  padding-bottom: 30px;
}
.snapshot-content .archive-items, .snapshot-content #archive_page .alm-reveal {
  padding: 0;
}
.snapshot-content .archive-items .snapshot-body, .snapshot-content #archive_page .alm-reveal .snapshot-body {
  height: 0 !important;
}
.snapshot-content .archive-item {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .snapshot-content {
    padding-top: 0;
  }
  .snapshot-content #archive_page .page-header {
    max-width: 90%;
  }
  .snapshot-content .archive-items, .snapshot-content #archive_page .alm-reveal {
    padding: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .archive-item .archive-item-image {
    height: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  .archive-item .archive-item-image {
    height: 350px;
  }
}
@media only screen and (max-width: 1000px) {
  .archive-item .archive-item-image {
    height: 315px;
  }
}
@media only screen and (max-width: 900px) {
  .archive-item .archive-item-image {
    height: 275px;
  }
}
@media only screen and (max-width: 800px) {
  .archive-item .archive-item-image {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .cat-nav {
    margin: 0;
  }
  .archive-item .archive-item-image {
    height: 350px;
  }
}
@media only screen and (max-width: 600px) {
  #archive_page .alm-btn-wrap .alm-load-more-btn {
    margin-top: 15px !important;
  }
  .cat-nav {
    display: grid !important;
    grid-template-columns: 1fr;
    column-gap: 5vw;
    padding: 0 30px 30px;
  }
  .cat-nav a {
    padding: 0;
    margin: 0px 15px;
  }
}
@media only screen and (max-width: 440px) {
  .post-block.archive-item .archive-item-image {
    height: 425px;
  }
}
body.single #primary {
  padding-bottom: 0;
  margin-bottom: 0;
}
body.single.lock_nav article.post .article-sidebar,
body.single.lock_nav article.snapshot .article-sidebar {
  position: fixed !important;
  top: 100px;
}
body.single #featured_post {
  background: white;
  margin-bottom: 70px;
}
body.single .disclaimer-text {
  text-align: center;
  font-style: italic;
  max-width: 600px;
  margin: auto;
}
body.single .disclaimer-text p {
  font-size: 14px;
}
body.single #more_posts #posts-grid .archive-item .post-block-title {
  text-align: center;
  width: 100%;
}
body.single .bottom-rule {
  margin-bottom: calc(30px + 5vw) !important;
  height: 1px;
}
@media screen and (max-width: 600px) {
  body.single .bottom-rule {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  body.single article.container-lg {
    width: 100%;
  }
  body.single #more_posts #posts-grid .archive-item .post-block-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 420px) {
  body.single #more_posts #posts-grid .archive-item .post-block-title {
    margin: 15px 0;
  }
}

.post-wrap {
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -ms-transform: translateX(120px);
  -o-transform: translateX(120px);
  transform: translateX(120px);
}
.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: 76%;
}
.post-wrap .post-sidebar {
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

body.single-post #more_posts .container-xl {
  width: 100%;
}

article.post,
article.snapshot {
  position: relative;
  padding: 0;
}
article.post .container-lg,
article.snapshot .container-lg {
  width: 92%;
}
article.post .container-xl,
article.snapshot .container-xl {
  width: 100%;
  max-width: 1120px;
}
article.post .entry-header,
article.snapshot .entry-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;
  padding-bottom: 10px !important;
  padding-top: 0px;
}
article.post .entry-header .entry-header-inner,
article.snapshot .entry-header .entry-header-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;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  padding-bottom: 2px;
  letter-spacing: 1px;
}
article.post .entry-header .entry-header-inner a.entry-cat,
article.snapshot .entry-header .entry-header-inner a.entry-cat {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 600px) {
  article.post .entry-header,
  article.snapshot .entry-header {
    padding-bottom: 20px;
  }
  article.post .entry-header .entry-header-inner a.entry-cat,
  article.snapshot .entry-header .entry-header-inner a.entry-cat {
    font-size: 11px;
    padding-bottom: 6px;
    letter-spacing: 2px;
  }
}
article.post .quick-links,
article.snapshot .quick-links {
  position: absolute;
  top: 50%;
  left: -125px;
  max-width: 250px;
  border: 3px solid #E1CCC7;
  padding: 20px 30px;
}
article.post .quick-links h3,
article.snapshot .quick-links h3 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
article.post .quick-links p,
article.snapshot .quick-links p {
  font-size: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 2.25em;
  word-break: break-word;
}
article.post .quick-links p a,
article.snapshot .quick-links p a {
  color: #F1E4E5;
  border-bottom: 1px solid;
}
article.post .quick-links p a:hover,
article.snapshot .quick-links p a:hover {
  color: #D08D89;
}
@media screen and (max-width: 960px) {
  article.post .quick-links,
  article.snapshot .quick-links {
    left: -92px;
    max-width: 200px;
    padding: 16px 21px;
  }
}
@media screen and (max-width: 600px) {
  article.post .quick-links,
  article.snapshot .quick-links {
    display: none;
  }
}
article.post .entry-header,
article.snapshot .entry-header {
  text-align: center;
  padding-bottom: 10px;
}
article.post .entry-content,
article.snapshot .entry-content {
  padding: 0 50px;
  padding-bottom: 30px;
}
article.post .entry-content h1, article.post .entry-content h2, article.post .entry-content h3, article.post .entry-content h4, article.post .entry-content h5, article.post .entry-content h6,
article.snapshot .entry-content h1,
article.snapshot .entry-content h2,
article.snapshot .entry-content h3,
article.snapshot .entry-content h4,
article.snapshot .entry-content h5,
article.snapshot .entry-content h6 {
  margin-bottom: 0.5em;
  margin-left: 30px;
  margin-right: 30px;
}
article.post .entry-content p,
article.snapshot .entry-content p {
  margin-bottom: 40px;
}
article.post .entry-content ul, article.post .entry-content blockquote, article.post .entry-content img,
article.snapshot .entry-content ul,
article.snapshot .entry-content blockquote,
article.snapshot .entry-content img {
  margin-bottom: 40px;
}
article.post .entry-content p img,
article.snapshot .entry-content p img {
  margin-bottom: 0;
}
article.post .entry-content p, article.post .entry-content blockquote,
article.snapshot .entry-content p,
article.snapshot .entry-content blockquote {
  margin-left: 30px;
  margin-right: 30px;
}
article.post .entry-content p > img.size-full,
article.snapshot .entry-content p > img.size-full {
  margin-left: -30px;
  min-width: calc(100% + 60px);
}
@media screen and (max-width: 820px) {
  article.post .entry-content p > img.size-full,
  article.snapshot .entry-content p > img.size-full {
    min-width: 100%;
    margin-left: unset;
  }
}
article.post .entry-content ul, article.post .entry-content li,
article.snapshot .entry-content ul,
article.snapshot .entry-content li {
  font-size: 18px;
  font-family: "Lato", serif;
  line-height: 26px;
  letter-spacing: 0.5px;
}
article.post .entry-content .rs-code,
article.snapshot .entry-content .rs-code {
  text-align: center;
  margin-top: 50px;
}
article.post .entry-products-top-border,
article.snapshot .entry-products-top-border {
  height: 1px;
  background-color: #e3e3e3;
  margin-top: 50px !important;
  max-width: unset !important;
}
@media screen and (max-width: 820px) {
  article.post .entry-products-top-border,
  article.snapshot .entry-products-top-border {
    margin-top: 0;
  }
}
article.post .entry-products,
article.snapshot .entry-products {
  margin-top: 40px;
  padding: 0 50px;
}
article.post .entry-products .entry-products-wrap,
article.snapshot .entry-products .entry-products-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;
  padding-right: 50px;
  padding-bottom: 40px;
}
article.post .entry-products .entry-products-wrap.container-lg,
article.snapshot .entry-products .entry-products-wrap.container-lg {
  width: 100%;
}
article.post .entry-products .entry-products-wrap .entry-product-header,
article.snapshot .entry-products .entry-products-wrap .entry-product-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;
  width: 20%;
  text-align: center;
}
article.post .entry-products .entry-products-wrap .entry-product-header .shopping-bag,
article.snapshot .entry-products .entry-products-wrap .entry-product-header .shopping-bag {
  padding: 5px;
  max-width: 36px;
}
article.post .entry-products .entry-products-wrap .entry-product-header span,
article.snapshot .entry-products .entry-products-wrap .entry-product-header span {
  font-size: 25px;
  font-family: "DM Serif Display", serif;
  text-transform: capitalize;
}
article.post .entry-products .entry-products-wrap .entry-product-header .icon,
article.snapshot .entry-products .entry-products-wrap .entry-product-header .icon {
  width: 30px;
  height: 30px;
}
article.post .entry-products .entry-products-wrap .entry-products-slider,
article.snapshot .entry-products .entry-products-wrap .entry-products-slider {
  width: 80%;
  padding-left: 3vw;
}
article.post .entry-products .entry-products-wrap .entry-products-slider .product-wrap,
article.snapshot .entry-products .entry-products-wrap .entry-products-slider .product-wrap {
  padding: 8px 23px;
}
article.post .entry-products .entry-products-wrap .entry-products-slider .product-wrap .product-image,
article.snapshot .entry-products .entry-products-wrap .entry-products-slider .product-wrap .product-image {
  max-height: 174px;
}
article.post .entry-products .entry-products-wrap .entry-products-slider .product-wrap .product-title,
article.snapshot .entry-products .entry-products-wrap .entry-products-slider .product-wrap .product-title {
  font-size: 11px;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  article.post .entry-products .entry-products-wrap,
  article.snapshot .entry-products .entry-products-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: space-between !important;
    -webkit-justify-content: space-between !important;
  }
  article.post .entry-products .entry-products-wrap .entry-product-header,
  article.snapshot .entry-products .entry-products-wrap .entry-product-header {
    width: 100%;
  }
  article.post .entry-products .entry-products-wrap .entry-products-slider,
  article.snapshot .entry-products .entry-products-wrap .entry-products-slider {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  article.post .entry-products,
  article.snapshot .entry-products {
    padding: 0;
  }
  article.post .entry-products .entry-products-wrap,
  article.snapshot .entry-products .entry-products-wrap {
    width: 100%;
  }
  article.post .entry-products .entry-products-wrap .entry-product-header span,
  article.snapshot .entry-products .entry-products-wrap .entry-product-header span {
    font-size: 33px;
    padding-top: 10px;
  }
  article.post .entry-products .entry-products-wrap .entry-products-slider,
  article.snapshot .entry-products .entry-products-wrap .entry-products-slider {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  article.post .entry-products .entry-products-wrap,
  article.snapshot .entry-products .entry-products-wrap {
    padding: 0 30px 40px 10px;
  }
  article.post .entry-products .entry-products-wrap .entry-product-header span,
  article.snapshot .entry-products .entry-products-wrap .entry-product-header span {
    font-size: 25px;
  }
  article.post .entry-products .entry-products-wrap .entry-products-slider,
  article.snapshot .entry-products .entry-products-wrap .entry-products-slider {
    width: 100%;
  }
  article.post .entry-products .entry-products-wrap .entry-products-slider .product-wrap,
  article.snapshot .entry-products .entry-products-wrap .entry-products-slider .product-wrap {
    padding: 0 10px;
  }
}
article.post #hide_sidebars,
article.snapshot #hide_sidebars {
  position: relative;
  transform: translate(0, -60vh);
}
article.post .article-sidebar,
article.snapshot .article-sidebar {
  position: absolute;
  top: 0;
  height: 100%;
  padding-top: 170px;
  width: 70px;
  text-align: center;
  overflow: hidden;
}
article.post .article-sidebar.article-sidebar-left,
article.snapshot .article-sidebar.article-sidebar-left {
  left: 17px;
}
@media screen and (max-width: 960px) {
  article.post .article-sidebar.article-sidebar-left,
  article.snapshot .article-sidebar.article-sidebar-left {
    left: 0;
  }
}
article.post .article-sidebar.article-sidebar-right,
article.snapshot .article-sidebar.article-sidebar-right {
  right: 17px;
}
@media screen and (max-width: 960px) {
  article.post .article-sidebar.article-sidebar-right,
  article.snapshot .article-sidebar.article-sidebar-right {
    right: 0;
  }
}
article.post .article-sidebar .post-products-wrap .post-products-trigger,
article.snapshot .article-sidebar .post-products-wrap .post-products-trigger {
  position: unset;
}
article.post .article-sidebar .article-sidebar-inner,
article.snapshot .article-sidebar .article-sidebar-inner {
  position: relative;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
article.post .article-sidebar .article-sidebar-inner #progress,
article.snapshot .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,
article.snapshot .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,
article.snapshot .article-sidebar .article-sidebar-inner .social-share .share-wrap span {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  font-family: "DM Serif Display", serif;
  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,
article.snapshot .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: 820px) {
  article.post .article-sidebar,
  article.snapshot .article-sidebar {
    display: none !important;
  }
  article.post .article-sidebar .post-products-wrap .post-products-trigger,
  article.snapshot .article-sidebar .post-products-wrap .post-products-trigger {
    display: none !important;
  }
  article.post .entry-header.container-md,
  article.snapshot .entry-header.container-md {
    width: 90%;
  }
  article.post .container-xl,
  article.snapshot .container-xl {
    width: 100%;
    padding: 0 40px;
  }
  article.post .entry-content p,
  article.snapshot .entry-content p {
    line-height: 1.7;
  }
  article.post .entry-content p, article.post .entry-content blockquote, article.post .entry-content h1, article.post .entry-content h2, article.post .entry-content h3, article.post .entry-content h4, article.post .entry-content h5, article.post .entry-content h6,
  article.snapshot .entry-content p,
  article.snapshot .entry-content blockquote,
  article.snapshot .entry-content h1,
  article.snapshot .entry-content h2,
  article.snapshot .entry-content h3,
  article.snapshot .entry-content h4,
  article.snapshot .entry-content h5,
  article.snapshot .entry-content h6 {
    margin-left: 0;
    margin-right: 0;
  }
  article.post .entry-content p > img,
  article.snapshot .entry-content p > img {
    margin-left: 0;
    min-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  article.post .entry-content,
  article.snapshot .entry-content {
    margin: 0 !important;
  }
  article.post .entry-content.container-lg,
  article.snapshot .entry-content.container-lg {
    padding: 0 30px;
  }
  article.post .container-xl,
  article.snapshot .container-xl {
    padding: 0 30px;
  }
  article.post .entry-header,
  article.snapshot .entry-header {
    margin: 0 auto !important;
  }
  article.post .entry-header.container-lg,
  article.snapshot .entry-header.container-lg {
    width: 100%;
  }
}

.entry-header .entry-title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0.9em;
  margin-top: 5px;
  max-width: 650px;
  line-height: 50px;
  letter-spacing: 0.5px;
  font-size: 45px;
}
.entry-header .entry-meta {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c8c8c8;
  margin-bottom: 30px;
}
.entry-header .entry-meta a {
  color: #c8c8c8;
}
@media screen and (max-width: 600px) {
  .entry-header .entry-title {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 12px;
  }
}

.entry-products-slider {
  width: 100%;
}
.entry-products-slider .slick-arrow.slick-prev {
  left: unset;
  right: -4%;
  top: 48%;
}
.entry-products-slider .slick-arrow.slick-next {
  left: unset;
  right: -4%;
  top: 39%;
}
.entry-products-slider .product-wrap {
  padding: 10px;
}
.entry-products-slider .product-wrap .product-image {
  max-height: 124px;
}

.entry-footer {
  width: 100%;
  padding: 24px;
  margin: 50px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.entry-footer .entry-footer-actions > * {
  margin: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
}
.entry-footer .entry-footer-actions span {
  margin-left: 6px;
  font-size: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .entry-footer {
    padding: 15px 0px;
    margin: 20px 0;
  }
  .entry-footer .entry-footer-actions {
    display: flex;
    flex-direction: column !important;
  }
  .entry-footer .entry-footer-actions .dot-sep {
    position: relative;
    top: -3px;
  }
  .entry-footer .entry-footer-actions > * {
    margin: 0px;
  }
}

/*--------------------------------------------------------------
# COMMENTS
--------------------------------------------------------------*/
#comments {
  display: none;
  max-width: 80%;
  margin: 50px auto 0;
}
#comments .comment-subtitle {
  font-family: "DM Serif Display", 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;
  text-transform: lowercase;
}
#comments .respond textarea {
  width: 100%;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "Lato", 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: "Lato", serif;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 7px 10px;
  border-radius: 0;
  margin-bottom: 5px;
  width: 100%;
}
#comments input[type=text]::placeholder, #comments input[type=email]::placeholder, #comments input[type=url]::placeholder, #comments input[type=password]::placeholder, #comments input[type=search]::placeholder, #comments input[type=number]::placeholder, #comments input[type=tel]::placeholder, #comments input[type=range]::placeholder, #comments input[type=date]::placeholder, #comments input[type=month]::placeholder, #comments input[type=week]::placeholder, #comments input[type=time]::placeholder, #comments input[type=datetime]::placeholder, #comments input[type=datetime-local]::placeholder, #comments input[type=color]::placeholder, #comments textarea::placeholder {
  text-transform: uppercase;
}
#comments input#submit {
  width: 100%;
  background: #CAEAE3 !important;
  color: white !important;
  border: none !important;
}
#comments input#submit:hover {
  background: #F5D3D9 !important;
  cursor: pointer;
}
#comments div#respond {
  margin-bottom: 50px;
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  font-family: "Lato", 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;
}
body.page-template-default article.page {
  padding: 30px 0;
}
@media screen and (max-width: 1180px) {
  body.page-template-default article.page {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-default article.page {
    padding: 30px;
  }
  body.page-template-default article.page p {
    line-height: 1.8;
  }
}

@media screen and (max-width: 1180px) {
  #page .error-404.not-found {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 600px) {
  #page .error-404.not-found {
    padding: 30px;
  }
  #page .error-404.not-found p {
    line-height: 1.8;
  }
}

#about_page .about-page-wrapper {
  padding: 0px 50px 80px;
}
#about_page .about-page-wrapper .about-page-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: center !important;
  -webkit-justify-content: center !important;
}
#about_page .about-page-wrapper .about-page-container .about-page-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;
  width: 50%;
  padding: 50px 50px;
  text-align: left;
  background: #E0F1ED;
}
#about_page .about-page-wrapper .about-page-container .about-page-subtitle {
  width: 100%;
  text-align: center;
  margin-bottom: -10px;
  font-size: 28px;
  font-weight: 400;
}
#about_page .about-page-wrapper .about-page-container .about-page-title {
  width: 100%;
  text-align: center;
  font-size: 45px;
  padding: 0px 0 10px;
}
#about_page .about-page-wrapper .about-page-container .about-page-text {
  text-align: left;
  font-size: 15px;
}
#about_page .about-page-wrapper .about-page-container .about-page-text p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
}
#about_page .about-page-wrapper .about-page-container .about-page-text p:last-child {
  margin-bottom: 0;
}
#about_page .about-page-wrapper .about-page-container .about-page-image-wrap {
  position: relative;
  width: 50%;
}
#about_page .about-page-wrapper .about-page-container .about-page-image-wrap .about-page-image {
  position: relative;
  width: 100%;
  z-index: 2;
}
#about_page .about-page-wrapper .about-page-container .about-page-image-wrap .about-page-accent-image {
  width: 170px;
  height: 170px !important;
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: 100;
  background-size: 100% 100% !important;
}
@media screen and (max-width: 960px) {
  #about_page .about-page-wrapper .about-page-container .about-page-image-wrap .about-page-accent-image {
    width: 120px;
    height: 120px !important;
    right: -30px;
  }
}
@media screen and (max-width: 600px) {
  #about_page .about-page-wrapper .about-page-container .about-page-image-wrap .about-page-accent-image {
    right: -20px;
    bottom: -40px;
  }
}
#about_page #featured_products {
  padding: 0 50px;
  margin-bottom: 0px;
  background: none !important;
}
#about_page #featured_products .featured-products-inner {
  border-top: 1px solid #F5D3D9;
}
#about_page #featured_products .featured-products-inner .featured-products-header-wrap .featured-products-header .featured-products-title {
  font-size: 36px;
}
#about_page #featured_products .featured-products-inner .all-products-link {
  border-bottom: 1px solid #464646;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 3px;
}
#about_page #featured_products .featured-products-inner .all-products-link:hover {
  border-bottom: 1px solid #F1E4E5;
}
#about_page #featured_products .featured-products-inner .featured-products-slider .product .product-description {
  text-align: center;
  padding-top: 7px;
  margin: 0 auto;
  width: 89%;
}
@media screen and (max-width: 1360px) {
  #about_page .about-page-wrapper .about-page-container {
    width: 100%;
  }
  #about_page .about-page-wrapper .about-page-container .about-page-body {
    padding: 50px 30px;
  }
  #about_page .about-page-wrapper .about-page-container .about-page-body .about-page-text {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1100px) {
  #about_page .about-page-wrapper .about-page-container .about-page-body .about-page-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #about_page {
    margin-bottom: 0px;
  }
  #about_page .featured-products-inner {
    border-top: none;
    border-bottom: none;
    padding: 20px 0;
  }
  #about_page .featured-products-inner .featured-products-header-wrap .featured-products-header .featured-products-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  #about_page .featured-products-inner {
    border-top: none;
    padding: 0;
  }
  #about_page .about-page-wrapper {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 1180px) {
  #about_page .about-page-wrapper .about-page-container {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #about_page .about-page-wrapper .about-page-container {
    flex-direction: column !important;
  }
  #about_page .about-page-wrapper .about-page-container .about-page-image-wrap {
    width: 60%;
  }
  #about_page .about-page-wrapper .about-page-container .about-page-body {
    width: 100%;
    margin-top: 0px;
    padding: 50px 30px;
  }
  #about_page .about-page-wrapper .about-page-container .about-page-body h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  #about_page .about-page-wrapper {
    padding: 0px 40px 70px;
  }
  #about_page .about-page-wrapper .about-page-container .about-page-text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #about_page .about-page-wrapper {
    padding: 0px 30px 70px;
  }
  #about_page .about-page-wrapper .about-page-container .about-page-image-wrap {
    width: 100%;
  }
  #about_page #featured_products {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  #about_page #featured_products .featured-products-inner .featured-products-slider .product .product-description {
    display: none !important;
  }
}

#contact_page {
  padding: 40px 0 0px;
}
#contact_page .nf-form-content .list-select-wrap .nf-field-element > div, #contact_page .nf-form-content input:not([type=button]), #contact_page .nf-form-content textarea {
  background: none !important;
}
#contact_page .contact-wrapper {
  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: 90%;
  padding-bottom: 100px;
}
#contact_page .contact-wrapper .contact-image-wrap {
  position: relative;
  width: 46%;
}
#contact_page .contact-wrapper .contact-image-wrap .contact-image {
  position: relative;
  width: 100%;
  z-index: 2;
}
#contact_page .contact-wrapper .contact-image-wrap .contact-image-bg {
  background: #F5D3D9;
  position: absolute;
  top: -30px;
  left: -30px;
  right: 25%;
  bottom: 40%;
  z-index: 1;
}
#contact_page .contact-wrapper .contact-body {
  position: relative;
  width: 46%;
  padding: 30px 10px 30px 87px;
}
#contact_page .contact-wrapper .contact-body .page-title {
  text-align: left;
  font-size: 38px;
  line-height: 45px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
#contact_page .contact-wrapper .contact-body p {
  margin: 0;
}
#contact_page .contact-wrapper .contact-body form {
  margin-top: 30px;
}
#contact_page .contact-wrapper .contact-body input, #contact_page .contact-wrapper .contact-body textarea {
  border: 2px solid #e2e2e2 !important;
  border-radius: 0 !important;
  padding: 12px;
  border-radius: 2px !important;
}
#contact_page .contact-wrapper .contact-body input::placeholder, #contact_page .contact-wrapper .contact-body textarea::placeholder {
  font-size: 11px;
  letter-spacing: 1.5px;
}
#contact_page .contact-wrapper .contact-body .nf-field-container {
  margin-bottom: 20px;
}
#contact_page .contact-wrapper .contact-body nf-field {
  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;
  display: block;
}
#contact_page .contact-wrapper .contact-body nf-field .nf-field-container {
  width: 100%;
}
#contact_page .contact-wrapper .contact-body nf-field .nf-field-container.submit-container {
  width: auto;
}
#contact_page .contact-wrapper .contact-body nf-field:last-child {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
#contact_page .contact-wrapper .contact-body nf-field input[value=Submit] {
  color: black;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 auto;
  font-family: "Lato", serif;
  text-transform: capitalize;
  min-width: 160px;
  border-radius: 5px !important;
}
#contact_page .contact-wrapper .contact-body nf-field input[value=Submit]:hover {
  cursor: pointer;
}
#contact_page .contact-wrapper .contact-body .nf-field-element textarea {
  min-height: 8em;
}
#contact_page .contact-wrapper .contact-body .label-above .nf-field-label {
  margin: 0;
}
#contact_page .contact-wrapper .contact-body .nf-field-label label {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}
#contact_page .contact-wrapper .contact-body .nf-form-fields-required {
  display: none !important;
}
@media screen and (max-width: 1300px) {
  #contact_page .contact-wrapper {
    padding-top: 0px;
    margin: 0px auto 0;
    width: 95%;
  }
  #contact_page .contact-wrapper .contact-wrapper {
    width: 100%;
  }
  #contact_page .contact-wrapper .contact-wrapper .contact-body {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 1180px) {
  #contact_page .contact-wrapper {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  #contact_page .contact-wrapper .contact-wrapper {
    width: 96%;
  }
  #contact_page .contact-wrapper .contact-wrapper .contact-image-wrap {
    width: 50%;
  }
  #contact_page .contact-wrapper .contact-wrapper .contact-body {
    width: 45%;
  }
}
@media screen and (max-width: 960px) {
  #contact_page .contact-wrapper {
    margin-top: 30px;
  }
  #contact_page .contact-wrapper .contact-wrapper .contact-body .page-title {
    font-size: 30px;
  }
  #contact_page .contact-wrapper .contact-wrapper .contact-body p {
    line-height: 1.5;
  }
  #contact_page .contact-wrapper .contact-wrapper .contact-body .nf-field-container {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 960px) {
  #contact_page {
    padding: 0px 50px 0;
  }
  #contact_page .contact-wrapper {
    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: space-between !important;
    -webkit-justify-content: space-between !important;
    margin-top: 0;
    width: 100%;
  }
  #contact_page .contact-wrapper .contact-image-wrap {
    width: 60%;
  }
  #contact_page .contact-wrapper .contact-body {
    padding: 40px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #contact_page {
    padding: 0px 40px 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  #contact_page {
    padding: 30px 30px 0;
    margin-top: 30px;
  }
  #contact_page .contact-wrapper .contact-image-wrap .contact-image-bg {
    top: -20px;
    left: -20px;
  }
  #contact_page .contact-wrapper {
    padding: 0 0 40px;
  }
  #contact_page .contact-wrapper .contact-image-wrap {
    width: 100%;
  }
  #contact_page .contact-wrapper .contact-body {
    padding: 20px 0 0;
    width: 100%;
  }
}

.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_page {
  padding-top: 0px;
}
#shop_page .page-nav {
  padding-top: 0;
}
#shop_page .page-nav .page-nav-title {
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
#shop_page section .container-xl {
  padding: 50px;
  margin: 50px 0;
  border-top: 1px solid #e3e3e3;
}
#shop_page .shop-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;
  text-align: center;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  row-gap: 10px;
}
#shop_page .shop-inner > * {
  width: 100%;
}
#shop_page .shop-nav .shop-nav-title {
  font-size: 32px;
  font-family: "DM Serif Display", serif;
  color: black;
  padding-bottom: 12px;
}
#shop_page.index .shop-nav {
  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;
}
#shop_page .products-grid-wrapper .product-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 2em;
  column-gap: 2em;
}
#shop_page .products-grid-wrapper .product-grid.alm-listing {
  margin-top: 2em;
}
#shop_page .products-grid-wrapper .product-grid-item {
  text-align: center;
}
#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: "Lato", serif;
  font-size: 12px;
  letter-spacing: 0.72px;
  padding: 10px 8px 0;
}
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title {
  width: 100%;
  font-family: "Lato", serif;
  font-size: 16px;
  padding: 4px 8px;
}
#shop_page .products-grid-wrapper .alm-btn-wrap .alm-load-more-btn {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1400px) {
  #shop_page {
    padding: 0px 50px 0;
  }
}
@media screen and (max-width: 820px) {
  #shop_page {
    padding: 0px 40px 0;
  }
  #shop_page .products-grid-wrapper .product-grid-item {
    grid-template-columns: 1fr 1fr;
  }
  #shop_page .page-nav .page-nav-title {
    font-size: 32px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 600px) {
  #shop_page {
    padding: 0px 30px 0;
  }
  #shop_page .page-nav .page-nav-title {
    font-size: 18px;
  }
  #shop_page .shop-inner {
    padding-top: 0px;
  }
  #shop_page .products-grid-wrapper {
    padding-top: 15px;
  }
  #shop_page .products-grid-wrapper .product-grid {
    grid-template-columns: 1fr 1fr;
  }
}

#shop_page .product .product-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;
}
#shop_page .product .product-wrap .product-image-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;
  position: relative;
  width: 100%;
  text-align: center;
}
#shop_page .product .product-wrap .product-image-wrap .product-image {
  max-height: 200px;
  width: auto;
}
#shop_page .product .product-wrap .product-image-wrap .shop-btn {
  position: absolute;
}
#shop_page .product .product-wrap .product-link-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;
}
#shop_page .product .product-wrap .product-link-wrap .product-link {
  text-transform: uppercase;
}
#shop_page .product .product-wrap .product-body {
  margin-top: 0px !important;
}
#shop_page .product .product-wrap .product-body .product-title {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
}
#shop_page .product .product-wrap .product-body .product-description {
  font-size: 14px;
  color: #6a6a6a;
}
@media screen and (max-width: 820px) {
  #shop_page .product .product-wrap .product-body {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  #shop_page .product .product-wrap .product-body {
    margin-bottom: 0;
  }
}

body.page-template-page-linktree #logo_wrap {
  display: block !important;
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  body.page-template-page-linktree #logo_wrap {
    max-width: 85%;
  }
}

#linktree_page {
  position: relative;
}
#linktree_page h2 {
  font-size: 36px;
  line-height: 1.2;
  padding-bottom: 10px;
}
#linktree_page .linktree-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;
  width: 100%;
  max-width: 600px;
  padding: 50px;
  margin: 0 auto;
  text-align: center;
}
#linktree_page .linktree-header .linktree-image {
  position: relative;
  padding: unset;
  border-radius: 50%;
  width: 200px;
  height: 200px !important;
}
#linktree_page .linktree-header .linktree-header-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;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-title {
  text-transform: capitalize;
  text-align: center;
  max-width: 70%;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-title span {
  font-family: "Bisous", sans-serif;
  font-size: 90px;
  padding-left: 10px;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-text {
  font-family: "Lato", serif;
  max-width: 400px;
}
#linktree_page .linktree-wrapper {
  position: relative;
  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;
  margin: 0 0 60px;
}
#linktree_page .linktree-wrapper .linktree_title {
  text-align: center;
  font-size: 38px;
  text-transform: capitalize;
}
#linktree_page .linktree-wrapper .linktree-links {
  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: 100%;
  max-width: 470px;
}
#linktree_page .linktree-wrapper .linktree-links .linktree-link {
  width: 100%;
  margin: 10px 20px;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 14px !important;
}
@media screen and (max-width: 600px) {
  #linktree_page .linktree-header {
    padding: 30px 30px 40px;
  }
  #linktree_page .linktree-header .linktree-header-inner .linktree-header-title {
    max-width: unset;
    font-size: 38px;
  }
  #linktree_page .linktree-header .linktree-image {
    padding: unset;
    max-width: 350px;
  }
  #linktree_page .linktree-wrapper .linktree-links {
    max-width: 330px;
  }
  #linktree_page .linktree-wrapper .linktree-links .linktree-link {
    font-size: 13px !important;
  }
  #linktree_page .linktree-wrapper .red-blob {
    transform: translate(0, -92%);
  }
}

.snapshot-post-wrapper {
  padding: 50px;
}
.snapshot-post-wrapper .snapshot-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;
  position: relative;
}
.snapshot-post-wrapper .snapshot-post-inner.container-lg {
  width: 100%;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-image {
  width: 50%;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
  position: relative;
  padding: 0 0 20px;
  z-index: 1;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-title {
  font-size: 32px;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body h5.snapshot-label {
  display: inline-block;
  font-family: "Bisous", sans-serif;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 0;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products {
  width: 100%;
  padding-top: 30px;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-image {
  min-width: 250px;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-description {
  max-width: 200px;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-image {
    min-width: 200px;
  }
}
@media screen and (max-width: 820px) {
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products {
    justify-content: space-around !important;
    -webkit-justify-content: space-around !important;
  }
}
@media screen and (max-width: 600px) {
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product {
    max-width: 46%;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-image {
    min-width: unset;
  }
}
.snapshot-post-wrapper .snapshot-products-large {
  width: 100%;
  padding: 50px 0;
  margin: 50px auto !important;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.snapshot-post-wrapper .snapshot-products-large .product {
  padding: 30px;
}
.snapshot-post-wrapper .snapshot-products-large .product.slick-active {
  border-right: 1px solid #e3e3e3;
  margin-right: -1px;
}
.snapshot-post-wrapper .snapshot-products-large .slick-arrow.slick-next {
  right: -2%;
}
@media screen and (max-width: 1180px) {
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 30px 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 820px) {
  .snapshot-post-wrapper {
    padding: 0 20px 50px;
  }
  .snapshot-post-wrapper .snapshot-post-inner {
    flex-direction: column !important;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 0 30px 30px;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .snapshot-post-wrapper {
    padding: 0 20px 50px;
  }
  .snapshot-post-wrapper .snapshot-post-inner {
    flex-direction: column !important;
  }
  .snapshot-post-wrapper .snapshot-post-inner.container-lg {
    padding: 15px;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 0;
    width: 100%;
    margin-left: 0;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body h2.snapshot-title {
    line-height: 33px;
    font-size: 29px;
    margin-bottom: 15px;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .snapshot-product .snapshot-product-wrapper {
    text-align: center;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .snapshot-product .snapshot-product-wrapper .snapshot-product-brand h3 {
    font-size: 28px;
    text-align: center;
  }
  .snapshot-post-wrapper .snapshot-products-large {
    width: 100% !important;
  }
}

.snapshot-template-default article.snapshot {
  padding-top: 0;
}
.snapshot-template-default #more_posts {
  padding-top: 0;
}
.snapshot-single-content .snapshot-products {
  display: flex;
  flex-wrap: wrap;
}
.snapshot-single-content .snapshot-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: space-between !important;
  -webkit-justify-content: space-between !important;
}

.shop-my-home-wrapper .shop-my-home-container {
  display: flex;
  flex-direction: column;
  row-gap: 5em;
  padding: 100px 50px;
  max-width: 1260px;
}
.shop-my-home-wrapper .shop-my-home-container .single-shop-my-home {
  display: flex;
  flex-direction: row;
  column-gap: 4em;
}
.shop-my-home-wrapper .shop-my-home-container .single-shop-my-home:nth-child(2n) {
  flex-direction: row-reverse;
}
.shop-my-home-wrapper .shop-my-home-container .single-shop-my-home .shop-my-home-left {
  width: 50%;
}
.shop-my-home-wrapper .shop-my-home-container .single-shop-my-home .shop-my-home-left .shop-my-home-title {
  letter-spacing: 2px;
}
.shop-my-home-wrapper .shop-my-home-container .single-shop-my-home .shop-my-home-right {
  width: 50%;
  display: flex;
  align-items: center;
}
.shop-my-home-wrapper .shop-my-home-container .single-shop-my-home .shop-my-home-image {
  width: 100% !important;
  flex: 1;
  height: 450px !important;
}
@media screen and (max-width: 820px) {
  .shop-my-home-wrapper .shop-my-home-container {
    padding: 100px 40px;
  }
  .shop-my-home-wrapper .shop-my-home-container .single-shop-my-home {
    flex-direction: column-reverse !important;
    row-gap: 2em;
  }
  .shop-my-home-wrapper .shop-my-home-container .single-shop-my-home .shop-my-home-left {
    width: 100%;
  }
  .shop-my-home-wrapper .shop-my-home-container .single-shop-my-home .shop-my-home-left .shop-my-home-text {
    margin-bottom: 0;
  }
  .shop-my-home-wrapper .shop-my-home-container .single-shop-my-home .shop-my-home-right {
    width: 100%;
  }
  .shop-my-home-wrapper .shop-my-home-container .single-shop-my-home:nth-child(2n) {
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 600px) {
  .shop-my-home-wrapper .shop-my-home-container {
    padding: 80px 30px;
    row-gap: 3em;
  }
  .shop-my-home-wrapper .shop-my-home-container .single-shop-my-home {
    flex-direction: column-reverse !important;
    row-gap: 2em;
  }
  .shop-my-home-wrapper .shop-my-home-container .single-shop-my-home .shop-my-home-left {
    width: 100%;
  }
  .shop-my-home-wrapper .shop-my-home-container .single-shop-my-home .shop-my-home-left .shop-my-home-text {
    margin-bottom: 0;
  }
  .shop-my-home-wrapper .shop-my-home-container .single-shop-my-home .shop-my-home-right {
    width: 100%;
  }
  .shop-my-home-wrapper .shop-my-home-container .single-shop-my-home:nth-child(2n) {
    flex-direction: column-reverse !important;
  }
}

.custom-search-form {
  width: 100%;
}
.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: 820px) {
  .flex_row {
    flex-direction: column;
    justify-content: flex-start;
  }
  .flex_row > * {
    width: 100%;
  }
  .flex_row img {
    max-width: 100%;
    margin: 20px 0;
  }
  .flex_row img:nth-of-type(2) {
    margin-left: 0;
  }
}
#loading_screen {
  position: fixed;
  background: #F5D3D9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5000;
}
#loading_screen.hide {
  display: none !important;
}
#loading_screen .loading-screen-wrap {
  text-align: center;
}
#loading_screen .loading-screen-wrap .loading-gif img {
  max-height: 200px;
  width: auto;
  margin: 0 auto;
}
#loading_screen .loading-screen-wrap .loading-msg {
  text-transform: lowercase;
  font-size: 24px;
  font-style: italic;
  margin-top: 10%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.75);
  z-index: 150;
  display: none;
  cursor: pointer;
}
.modal a {
  color: white;
}
.modal .modal-box {
  background: #F5D3D9;
  color: #464646;
  padding: 0;
  position: relative;
  width: 90%;
  max-width: 800px !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%);
}
.modal .modal-box #popup-close {
  position: absolute;
  top: 6px;
  right: 10px;
  max-width: 16px;
  z-index: 50;
}
.modal .modal-box #popup-close .icon {
  width: 25px;
  height: 25px;
  fill: black;
}
.modal .modal-box .modal-inner {
  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;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.modal .modal-box .modal-inner .footer-subscribe {
  padding: 50px;
}
.modal .modal-box .modal-inner .footer-subscribe .footer-social {
  padding: 0px 0px 30px;
}
.modal .modal-box .modal-inner .footer-subscribe .subscribe-title {
  font-family: "DM Serif Display", serif;
  font-size: 70px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.modal .modal-box .modal-inner .footer-subscribe .subscribe-text {
  font-family: "Lato", serif;
}
.modal .modal-box .modal-inner .popup-image {
  width: 48%;
  min-height: 500px;
}
.modal .modal-box .modal-inner .popup-text {
  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: 52%;
  padding: 50px;
}
.modal .modal-box .modal-inner .popup-text > * {
  width: 100%;
}
.modal .modal-box .modal-inner .popup-text h3 {
  font-weight: normal;
  font-family: "Bisous", sans-serif;
  font-size: 70px;
  margin-bottom: 0px;
  text-transform: capitalize;
  letter-spacing: 2px;
  line-height: 100px;
}
.modal .modal-box .modal-inner .popup-text p {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 24px;
}
.modal .modal-box .modal-inner .popup-text #mc_embed_signup_scroll p {
  margin-bottom: -20px;
}
.modal .modal-box .modal-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  font-size: 28px;
  padding: 0px 40px;
  letter-spacing: 1px;
}
.modal .modal-box .modal-inner nf-field:nth-child(1) {
  float: left;
  width: 48%;
}
.modal .modal-box .modal-inner nf-field:nth-child(2) {
  float: right;
  width: 48%;
}
.modal .modal-box .modal-inner nf-field:nth-child(3) .nf-field-container {
  margin-bottom: 0;
}
.modal .modal-box .modal-inner input {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "DM Serif Display", serif;
  font-size: 15px;
  line-height: 13px;
  font-family: "Open Sans", sans-serif;
}
.modal .modal-box .modal-inner input[type=button] {
  padding: 7px 5%;
  margin-bottom: 30px;
}
.modal .modal-box .modal-inner input[type=button]:hover {
  cursor: pointer;
}
.modal .modal-box .modal-inner textarea {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "DM Serif Display", serif;
  font-size: 11px;
  line-height: 13px;
}
@media screen and (max-width: 820px) {
  .modal .modal-box .modal-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;
  }
  .modal .modal-box .modal-inner > * {
    width: 100% !important;
  }
  .modal .modal-box .modal-inner .popup-image {
    display: none;
  }
}
.modal #mc-embedded-subscribe-form {
  position: relative;
  padding: 0 !important;
}
.modal #mc-embedded-subscribe-form input {
  border-radius: unset !important;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-family: "Lato", serif;
  margin: 7px;
  background-color: #ffffff;
}
.modal #mc-embedded-subscribe-form input[type=submit] {
  padding: 7px 5%;
  margin-bottom: 30px;
}
.modal #mc-embedded-subscribe-form input::placeholder {
  text-transform: uppercase;
}
.modal #mc-embedded-subscribe-form .fa-envelope-o {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 14px;
  z-index: 50;
}
.modal #mc_embed_signup .mc-field-group {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-align: left;
  min-height: unset;
}
.modal #mc_embed_signup .mc-field-group label {
  font-size: 10px;
  margin-bottom: 5px;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner {
  text-align: center;
  margin: 50px 0;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner h1, .modal[data-trigger=contact-popup] .modal-box .modal-inner h2, .modal[data-trigger=contact-popup] .modal-box .modal-inner h3, .modal[data-trigger=contact-popup] .modal-box .modal-inner h4, .modal[data-trigger=contact-popup] .modal-box .modal-inner h5, .modal[data-trigger=contact-popup] .modal-box .modal-inner h6 {
  position: relative;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner h1::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h2::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h3::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h4::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h5::after, .modal[data-trigger=contact-popup] .modal-box .modal-inner h6::after {
  content: "";
  position: relative;
  display: block;
  width: 115px;
  height: 1px;
  background: #464646;
  margin: 10px auto 20px;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form {
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form .nf-form-fields-required {
  display: none !important;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container {
  margin-bottom: 20px;
}
.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;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container.label-above .nf-field-label {
  margin: 0;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container textarea {
  border: 2px solid #F4F4F4;
  border-radius: 0;
  height: 106px;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input {
  border: 2px solid #F4F4F4;
  border-radius: 0;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(2), .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(3) {
  float: right;
  width: 49%;
  clear: right;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(1), .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(4), .modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(5) {
  float: left;
  width: 49%;
  clear: left;
}
.modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(6) {
  display: block;
  width: 100%;
}
.modal[data-trigger=subscribe-popup] .modal-box {
  padding: 0;
  max-width: 820px;
}
.modal[data-trigger=subscribe-popup] .modal-box .modal-inner {
  flex-wrap: nowrap;
  padding-right: 5%;
}
.modal[data-trigger=subscribe-popup] .modal-box .modal-inner .popup-image {
  width: 50%;
}
.modal.watercolor .modal-box {
  padding: 30px 5% 20px;
  background: url("smash/images/watercolor.png") no-repeat bottom right/74% #F5D3D9;
  background-position-x: 145%;
  background-position-y: 165%;
}
.modal.watercolor .modal-box .modal-inner .popup-text {
  width: 100%;
}
.modal.watercolor .modal-box .modal-inner .popup-text h2, .modal.watercolor .modal-box .modal-inner .popup-text h3 {
  margin: 0 0 20px;
  font-weight: bold;
}
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap .nf-form-fields-required {
  display: none;
}
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap nf-field .nf-field-container {
  margin: 0 0 15px;
}
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap nf-field:nth-child(1), .modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap nf-field:nth-child(2) {
  width: 100%;
  float: none;
}
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap nf-field:last-child .nf-field-container {
  margin: 0 0 0;
  text-align: left;
}
.modal.watercolor .modal-box .modal-inner input[type=button] {
  margin: 0;
}

.post-block {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  row-gap: 1em;
}
.post-block .post-item-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-block .post-item-image-wrap .post-item-image {
  display: block;
  width: 100%;
}
.post-block .post-item-image-wrap .post-item-image:hover {
  opacity: 0.8;
}
.post-block .post-block-image {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.post-block .post-block-cat {
  font-weight: 500 !important;
  border-radius: 0 !important;
}
.post-block .post-block-title {
  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;
  line-height: 1.2;
  font-size: 32px;
  line-height: 40px;
  width: 100%;
}
.post-block .post-block-title a {
  width: 100%;
}
.post-block .post-block-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.post-block .post-block-link {
  font-family: "Open Sans", sans-serif;
  padding: 3px 0;
  margin-top: 6px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid;
  font-weight: 700;
}
.post-block .post-block-link:hover {
  border-bottom: 1px solid;
}
@media screen and (max-width: 1180px) {
  .post-block {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
  }
  .post-block .post-block-title {
    text-align: center;
    width: 100%;
  }
  .post-block .post-block-text {
    line-height: 1.6;
  }
}
@media screen and (max-width: 820px) {
  .post-block .post-block-title {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 600px) {
  .post-block {
    margin: 0;
  }
  .post-block .post-block-title {
    padding-bottom: 3px;
    margin: 8px 0;
  }
}

.post-item-image-wrap {
  overflow: hidden;
}

.post-products-wrap .post-products-trigger {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 4px;
  background: #ffffff;
}
.post-products-wrap .post-products-trigger .icon {
  width: 20px;
  height: 20px;
}
.post-products-wrap .post-products-trigger span {
  transform: rotate(90deg) translate(32%, -160%);
  margin-bottom: 80%;
  transform-origin: top left;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-left: 7px;
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
}
.post-products-wrap .post-products {
  position: absolute;
  bottom: 0;
  left: 115%;
  width: 100%;
  background: #ffffff;
  padding: 20px 30px 20px 20px;
  visibility: hidden;
}
.post-products-wrap:hover .post-products {
  left: 0;
  visibility: visible;
}

.post-block-tall {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 70px;
}
.post-block-tall .post-item-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-block-tall .post-item-image-wrap .post-item-image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.post-block-tall .post-item-image-wrap .post-item-image:hover {
  opacity: 0.8;
}
.post-block-tall .post-item-image-wrap .post-products-wrap .post-products-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: rgba(245, 211, 217, 0.9);
  z-index: 1;
}
.post-block-tall .post-item-image-wrap .post-products-wrap .post-products {
  top: 0;
  left: unset;
  right: 115%;
  bottom: unset;
  z-index: 2;
}
.post-block-tall .post-item-image-wrap .post-products-wrap .post-products > * {
  width: 100%;
}
.post-block-tall .post-item-image-wrap .post-products-wrap:hover .post-products {
  right: 0;
}
.post-block-tall .post-item-image-wrap .post-products-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 49px;
  left: 7px;
  width: 36px;
  height: 1px;
  background: #e3e3e3;
  margin: 0 auto;
  z-index: 1;
}
.post-block-tall .post-item-image-wrap .share-icons {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
}
.post-block-tall .post-item-image-wrap .share-icons .slide-social-trigger {
  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: 50px;
  height: 50px;
  background: rgba(245, 211, 217, 0.9);
}
.post-block-tall .post-block-meta {
  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;
  font-size: 12px;
  line-height: 12px;
  color: #D08D89;
  font-family: "Lato", serif;
  letter-spacing: 2px;
  padding: 30px 0px 15px;
}
.post-block-tall .post-block-meta .dot-sep:before {
  color: #D08D89;
}
.post-block-tall .post-block-meta a {
  color: #D08D89;
}
.post-block-tall .post-block-meta a:hover {
  color: #464646;
}
.post-block-tall h3.post-block-title {
  font-size: 40px;
  line-height: 45px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 24px;
  margin-bottom: 23px;
}
.post-block-tall .post-block-text p {
  margin-top: 10px;
  margin-bottom: 15px;
}
.post-block-tall .post-block-actions .comment-btn {
  margin-left: 15px;
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1px;
}
.post-block-tall .post-block-actions .comment-btn i {
  margin-right: 3px;
}

.post-block-tall {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 70px;
}
.post-block-tall .post-item-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-block-tall .post-item-image-wrap .post-item-image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.post-block-tall .post-item-image-wrap .post-item-image:hover {
  opacity: 0.8;
}
.post-block-tall .post-item-image-wrap .post-products-wrap .post-products-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: rgba(245, 211, 217, 0.9);
  z-index: 1;
}
.post-block-tall .post-item-image-wrap .post-products-wrap .post-products {
  top: 0;
  left: unset;
  right: 115%;
  bottom: unset;
  z-index: 2;
}
.post-block-tall .post-item-image-wrap .post-products-wrap .post-products > * {
  width: 100%;
}
.post-block-tall .post-item-image-wrap .post-products-wrap:hover .post-products {
  right: 0;
}
.post-block-tall .post-item-image-wrap .post-products-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 49px;
  left: 7px;
  width: 36px;
  height: 1px;
  background: #e3e3e3;
  margin: 0 auto;
  z-index: 1;
}
.post-block-tall .post-item-image-wrap .share-icons {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
}
.post-block-tall .post-item-image-wrap .share-icons .slide-social-trigger {
  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: 50px;
  height: 50px;
  background: rgba(245, 211, 217, 0.9);
}
.post-block-tall .post-block-meta {
  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;
  font-size: 12px;
  line-height: 12px;
  color: #D08D89;
  font-family: "Lato", serif;
  letter-spacing: 2px;
  padding: 30px 0px 15px;
}
.post-block-tall .post-block-meta .dot-sep:before {
  color: #D08D89;
}
.post-block-tall .post-block-meta a {
  color: #D08D89;
}
.post-block-tall .post-block-meta a:hover {
  color: #464646;
}
.post-block-tall h3.post-block-title {
  font-size: 40px;
  line-height: 45px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 24px;
  margin-bottom: 23px;
}
.post-block-tall .post-block-text p {
  margin-top: 10px;
  margin-bottom: 15px;
}
.post-block-tall .post-block-actions .comment-btn {
  margin-left: 15px;
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1px;
}
.post-block-tall .post-block-actions .comment-btn i {
  margin-right: 3px;
}

.product {
  padding: 20px 0;
}
.product .product-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;
  row-gap: 10px;
}
.product .product-wrap .product-image {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  width: 100%;
  max-height: 200px;
  text-align: center;
}
.product .product-wrap .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;
  line-height: 1.2;
}
.product .product-wrap .product-body .product-brand {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #e3e3e3;
}
.product .product-wrap .product-body .product-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500 !important;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}
.product .product-wrap .product-body .product-description {
  padding: 5px 0;
  font-size: 14px;
  font-family: "domaine display", serif;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
}
.product .product-wrap .product-link-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;
}
.product .product-wrap .product-link-wrap .product-link {
  text-transform: uppercase;
}
.product.product-row .product-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;
}
.product.product-row .product-wrap .product-image-wrap {
  width: auto;
}
.product.product-row .product-wrap .product-image-wrap .product-image {
  max-height: 100px;
}
.product.product-row .product-wrap .product-body {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  padding: 0 20px;
}

.product {
  padding: 20px 0;
}
.product .product-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;
}
.product .product-wrap .product-image {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  width: 100%;
  max-height: 200px;
  text-align: center;
}
.product .product-wrap .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;
  line-height: 1.2;
}
.product .product-wrap .product-body .product-brand {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #464646;
  padding-bottom: 6px;
}
.product .product-wrap .product-body .product-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.product .product-wrap .product-body .product-description {
  padding: 5px 0;
  font-size: 14px;
  font-family: "domaine display", serif;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
}
.product .product-wrap .product-link-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;
}
.product .product-wrap .product-link-wrap .product-link {
  text-transform: uppercase;
}
.product.product-row .product-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;
}
.product.product-row .product-wrap .product-image-wrap {
  width: auto;
}
.product.product-row .product-wrap .product-image-wrap .product-image {
  max-height: 100px;
}
.product.product-row .product-wrap .product-body {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  padding: 0 20px;
}

#search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 150000;
  display: none;
  cursor: pointer;
}
#search-modal .modal-box {
  width: 50%;
  max-width: 450px !important;
  position: absolute;
  background: unset !important;
  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;
  color: white;
  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 .widget_search {
  width: 100%;
}
#search-modal .modal-box .modal-inner .basic-search-form {
  width: 100%;
}
#search-modal .modal-box .modal-inner .search-fields {
  width: 100%;
}
#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 input {
  background: white;
  flex: 1;
  width: 100%;
  padding: 12px;
}
#search-modal .modal-box .modal-inner input.search-field {
  width: 100%;
  padding: 24px;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  box-shadow: none;
  border: solid 1px #999999;
  border-radius: 0;
}
#search-modal .modal-box .modal-inner input[id=search] {
  font-size: 18px;
}
#search-modal .modal-box .modal-inner input[type=submit] {
  flex: 0;
}
#search-modal .modal-box .modal-inner input::placeholder {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}
#search-modal .modal-box .modal-inner #searchsubmit {
  background: url(../../images/search.png) center center no-repeat;
  background-color: white;
  font-size: 20px;
  color: black;
  box-shadow: none;
  border: none;
  border-radius: 0;
  vertical-align: top;
  float: left;
  padding: 20px 20px 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#search-modal .modal-box .modal-inner #searchsubmit:hover {
  background-color: #eaeaea;
}
@media screen and (max-width: 600px) {
  #search-modal .modal-box {
    width: 75%;
  }
  #search-modal .modal-box .modal-inner .search-fields {
    width: 70vw;
    margin-right: 0;
  }
}

.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 #e3e3e3;
  z-index: 2;
}

input#postURL {
  position: absolute;
  right: -9999px;
}

.share-icons {
  position: relative;
}
.share-icons .social-share {
  position: relative;
}
.share-icons .social-share .social-share-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;
  position: relative;
}
.share-icons .social-share .social-share-inner.vertical-share {
  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;
}
.share-icons .social-share .social-share-inner.vertical-share .social-share-title {
  transform: rotate(90deg) translate(0, -167%);
  transform-origin: top left;
  margin-bottom: 60%;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
}
.share-icons .social-share .social-share-inner.vertical-share .share-icons-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: flex-start !important;
  -webkit-justify-content: flex-start !important;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.share-icons .social-share .social-share-inner.fade-share .social-share-title {
  display: block;
}
.share-icons .social-share .social-share-inner.fade-share .share-icons-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;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  padding: 2px 20px;
}
.share-icons .social-share .social-share-inner .social-share-title {
  display: none;
}
.share-icons .social-share .social-share-inner .share-icons-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;
  position: relative;
}
.share-icons .social-share .share {
  margin: 8px;
}
.share-icons .social-share .share span {
  margin-left: 6px;
  font-size: 10px;
  text-transform: uppercase;
}
.snapshot .post-item-image-wrap {
  position: relative;
  width: 100%;
}
.snapshot .post-item-image-wrap .post-item-image {
  display: block;
  width: 100%;
}
.snapshot .snapshot-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: flex-start !important;
  -webkit-justify-content: flex-start !important;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.snapshot .snapshot-body .snapshot-title {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
}
.snapshot .snapshot-body .short-rule {
  height: 1px;
  color: #e3e3e3;
  width: 80%;
}
.snapshot .snapshot-body .snapshot-category {
  font-family: "Lato", serif;
  font-size: 16px;
  text-transform: uppercase;
}

.social-icons {
  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;
  position: relative;
  column-gap: 8px;
  row-gap: 8px;
}
.social-icons .social-icons-header {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.social-icons a.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;
  column-gap: 5px;
}
.social-icons a.social-icon .icon {
  width: 15px !important;
  height: 15px !important;
  font-size: 15px !important;
}
.social-icons a.social-icon span {
  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: "DM Serif Display", 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: "Open Sans", 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: "DM Serif Display", 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: "DM Serif Display", 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: "DM Serif Display", 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 !important;
  cursor: pointer;
}
#mobile_nav_wrap .mobile-nav-trigger-open {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  margin: 0;
  font-size: 12px;
}
#mobile_nav_wrap .mobile-nav-trigger-open span {
  margin-left: 10px;
  text-transform: uppercase;
}
#mobile_nav_wrap .mobile-nav-trigger-open:hover {
  color: #D08D89;
}
@media screen and (max-width: 820px) {
  #mobile_nav_wrap .mobile-nav-trigger-open {
    display: block;
  }
}
#mobile_nav_wrap.toggled .mobile-nav-trigger-open {
  display: none;
}
@media screen and (min-width: 820px) {
  #mobile_nav_wrap {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  #mobile_nav_wrap {
    display: block !important;
  }
  body.customize-support #mobile_nav_wrap .mobile-nav-outer {
    top: 92px;
  }
  body.customize-support.lock_nav #mobile_nav_wrap .mobile-nav-outer {
    top: 46px;
  }
}

.mobile-nav-outer {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  position: fixed;
  max-width: 355px;
  padding-top: 50px;
  width: 100%;
  top: 0;
  right: -500px;
  bottom: 0;
  background: #F5D3D9;
  overflow-y: scroll;
  z-index: 1000000;
}
.mobile-nav-outer .mobile-nav-inner {
  width: 100%;
}
#colophon .mobile-nav-outer {
  color: #464646;
}
.mobile-nav-outer .mobile-nav-trigger-close.icon {
  display: block;
  font-size: 18px;
  position: absolute;
  top: 60px;
  left: 27px;
  width: 20px;
  height: 20px;
  z-index: 20;
}
#masthead.lock_nav #mobile_nav_wrap .mobile-nav-trigger-close {
  top: 13px;
}

@media screen and (max-width: 820px) {
  .mobile-nav-outer .mobile-nav-trigger-close {
    top: 13px;
  }
}
.mobile-nav-outer::-webkit-scrollbar {
  width: 1px;
}
.mobile-nav-outer::-webkit-scrollbar-track {
  background: #ffffff;
  width: 1px;
}
.mobile-nav-outer::-webkit-scrollbar-thumb {
  background-color: #464646;
  width: 1px;
}
body.customize-support #mobile_nav_wrap .mobile-nav-outer {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.customize-support #mobile_nav_wrap .mobile-nav-outer {
    top: 46px;
  }
}
body.customize-support #masthead.lock_nav #mobile_nav_wrap .mobile-nav-outer {
  top: 0;
}

.mobile-nav-outer .mobile-nav-image {
  width: 100%;
}
.mobile-nav-outer .mobile-nav-body {
  width: 100%;
  padding: 50px 30px 30px;
  font-family: "Open Sans", sans-serif;
}
.mobile-nav-outer .mobile-nav-body > * {
  width: 100%;
}
.mobile-nav-outer .mobile-nav-body #mobile_logo {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
}
.mobile-nav-outer .mobile-nav-body #mobile_logo img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  text-align: left;
  column-gap: 1em;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  width: 100%;
  margin: 6px 0;
  line-height: 1.3;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item .sub-menu .menu-item {
  margin: 0 !important;
  background-color: unset !important;
  border-bottom: none !important;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item .menu-drop {
  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;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item .menu-drop .icon {
  margin-left: 8px;
  margin-bottom: 5px;
  cursor: pointer;
  width: 27px;
  height: 27px;
  padding-right: 10px;
  padding-top: 15px;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.menu-item-has-children .sub-menu {
  position: relative;
  display: none;
  transform: unset;
  background: unset;
  padding: unset;
  padding-left: 10px;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.menu-item-has-children .sub-menu li {
  margin-bottom: 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.menu-item-has-children .sub-menu li a {
  font-family: "Open Sans", sans-serif;
  padding-left: 30px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 2px 20px 2px 30px;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.menu-item-has-children .sub-menu li ul > li {
  padding: 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.menu-item-has-children .sub-menu li ul > li a {
  margin: 0 0 0 30px;
  color: #acacac;
  font-weight: 200;
  text-transform: none;
  font-family: "DM Serif Display", serif;
  font-size: 16px;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.menu-item-has-children.show .sub-menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item a {
  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;
  align-items: center;
  text-transform: capitalize;
  font-size: 32px;
  font-family: "DM Serif Display", serif;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item a span {
  padding: 0 10px;
  font-style: italic;
  font-size: 24px;
  font-family: "DM Serif Display", serif;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item a span.menu-count {
  padding: 0px 11px 6px 0;
  font-style: normal;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.light-menu-item {
  font-weight: 100;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.nav-script {
  top: 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.nav-script a {
  font-size: 35px;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom {
  padding-top: 20px;
  border-top: 1px solid #464646;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom {
  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;
}
.mobile-nav-outer .mobile-nav-body .social-icons {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  margin: 35px 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_search {
  margin-bottom: 35px;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields {
  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;
  position: relative;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields input[type=text] {
  padding: 5px 0 !important;
  border: none !important;
  border-bottom: 1px solid #464646 !important;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields input[type=text]::placeholder {
  color: #464646;
  text-transform: uppercase;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields button {
  position: absolute;
  right: 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields button .icon {
  width: 15px;
  height: 15px;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .widget {
  margin: 0;
  width: 100%;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .widget input {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .mobile-nav-outer {
    padding-top: 45px;
  }
}

#mobile_nav_bg {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}

@keyframes slideDown {
  0% {
    transform: scaleY(0);
    opacity: 0;
    height: 0;
  }
  70% {
    transform: scaleY(0.9);
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
    height: 100%;
  }
}
#more_nav {
  position: relative;
  padding: 20px;
  background: #F5D3D9;
}
#more_nav #category_menu li {
  font-family: "Open Sans", sans-serif;
}
#more_nav #category_menu li a {
  color: black !important;
}
#more_nav #category_menu li a:hover {
  color: #D08D89 !important;
}
#more_nav .more-nav-header {
  font-family: "DM Serif Display", serif;
  margin: 0 0px 5px 0;
}
@media screen and (max-width: 820px) {
  #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 .more-nav-header {
    width: 100%;
    margin-right: 0px;
    font-size: 20px;
  }
}

.page-nav {
  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;
  padding: 30px 50px;
  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;
}
.page-nav .page-menu-container {
  display: none;
  width: 100%;
}
.page-nav .page-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;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  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;
  row-gap: 1em;
  padding: 1em;
  background: #F9F9F9;
  font-size: 15px;
  letter-spacing: 1px;
  width: 100%;
}
.page-nav .page-menu ul {
  padding: 5px 0px;
}
.page-nav .page-menu li {
  text-align: left;
  margin: 0 18px;
  padding: 0;
}
.page-nav .page-menu li.current-menu-item a {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #D08D89;
}
.page-nav .page-menu li a {
  display: inline-block;
}
.page-nav .page-menu li .sub-menu {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.page-nav .page-menu .menu-item {
  width: 100%;
}
.page-nav .page-menu .menu-item .menu-drop {
  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;
}
.page-nav .page-menu .menu-item .menu-drop .icon {
  margin-left: 10px;
}
.page-nav .page-menu .menu-item.menu-item-has-children .sub-menu {
  position: relative;
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: unset;
  background: unset;
  padding: unset;
  padding-left: 10px;
}
.page-nav .page-menu .menu-item.menu-item-has-children .sub-menu li {
  margin-bottom: 0;
  border-bottom: unset;
}
.page-nav .page-menu .menu-item.menu-item-has-children.show .sub-menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  opacity: 1;
  visibility: visible;
}
.page-nav .page-menu .menu-item.light-menu-item {
  font-weight: 100;
}
.page-nav .page-nav-title {
  padding-bottom: 20px;
  font-family: "DM Serif Display", serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 2px;
  width: 100%;
  padding: 12px 40px 10px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.page-nav .page-nav-title .icon {
  display: none;
}
.page-nav .page-nav-title.center {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
.page-nav .page-nav-title.between {
  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;
}
.page-nav .page-nav-title .icon {
  display: block;
  margin-left: 10px;
}
.page-nav.pad-0 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1180px) {
  .page-nav {
    padding: 0;
  }
  .page-nav .page-nav-title {
    font-size: 34px;
  }
}
.page-nav .page-nav-title {
  font-size: 14px;
}

#circle_links {
  position: relative;
  margin: 70px 0 20px;
}
#circle_links .circle-links-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: center !important;
  -webkit-justify-content: center !important;
}
#circle_links .circle-links-header .circle-links-title {
  margin: 0;
}
#circle_links .circle-links-header .circle-links-cta {
  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;
  padding: 20px;
}
#circle_links .circle-links-container {
  padding: 20px 50px 50px;
  text-align: center;
}
#circle_links .circle-links-container a.circle-links-cta {
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 5px;
  font-weight: 600;
}
#circle_links .circle-links-slider {
  visibility: hidden;
  opacity: 0;
}
#circle_links .circle-links-slider.slick-slider .slick-arrow.slick-prev {
  left: -2%;
}
#circle_links .circle-links-slider.slick-slider .slick-arrow.slick-next {
  right: -2%;
}
#circle_links .circle-links-slider.slick-initialized.show-slider {
  visibility: visible;
  opacity: 1;
}
#circle_links .circle-links-slider .slick-arrow {
  top: 42%;
}
#circle_links .circle-links-slider .slick-arrow .icon {
  width: 25px;
  height: 25px;
}
#circle_links .circle-links-slider .circle-slide {
  width: 16%;
  padding: 20px;
  text-align: center;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-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;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-image {
  width: 100%;
  border-radius: 100%;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-image:hover {
  opacity: 0.8;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-text {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-top: 15px;
  letter-spacing: 1px;
  font-size: 12px;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-text:hover {
  color: #F1E4E5;
}
@media screen and (max-width: 830px) {
  #circle_links .circle-links-slider .circle-slide {
    width: 25%;
  }
}
#circle_links.has-bg {
  background: #F5D3D9;
  margin: 50px 0;
  border-bottom: 1px solid black;
}
#circle_links.has-bg .circle-links-container {
  padding: 50px;
}
#circle_links.has-bg .circle-links-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: center !important;
  -webkit-justify-content: center !important;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
}
#circle_links.has-bg .circle-links-header .circle-links-title {
  margin: 0;
  font-size: 34px;
  line-height: 40px;
  padding: 30px;
}
#circle_links.has-bg .circle-links-header .circle-links-cta {
  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;
  padding: 40px;
  font-size: 15px;
}
#circle_links.has-bg .circle-links-header .circle-links-cta:first-child {
  border-right: 1px solid #464646;
}
#circle_links.has-bg .circle-links-header .circle-links-cta:last-child {
  border-left: 1px solid #464646;
  text-transform: uppercase;
}
#circle_links.has-bg .circle-links-header .circle-links-cta .icon {
  margin: 0 5px;
}
@media screen and (max-width: 960px) {
  #circle_links.has-bg {
    padding: 0;
  }
  #circle_links.has-bg .circle-links-header {
    flex-direction: column !important;
  }
  #circle_links.has-bg .circle-links-header .circle-links-title {
    padding: 50px 0;
  }
  #circle_links.has-bg .circle-links-header .circle-links-cta {
    width: 100%;
  }
  #circle_links.has-bg .circle-links-header .circle-links-cta:first-child {
    border-right: none;
    border-bottom: 1px solid black;
  }
  #circle_links.has-bg .circle-links-header .circle-links-cta:last-child {
    border-left: none;
    border-top: 1px solid black;
  }
}
@media screen and (max-width: 600px) {
  #circle_links.has-bg {
    padding: 0;
  }
  #circle_links.has-bg .circle-links-header .circle-links-title {
    text-align: center;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 600px) {
  #circle_links .circle-links-container {
    margin-bottom: 30px;
    padding: 20px 30px 50px;
  }
  #circle_links .circle-links-slider .circle-slide {
    width: 50%;
    padding: 0px 10px;
  }
  #circle_links .circle-links-slider .circle-slide .circle-slide-inner {
    padding: 0 30px;
  }
}

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

#featured_products {
  position: relative;
  padding: 0px 70px;
  margin-bottom: 0 !important;
  background: #E0F1ED;
}
#featured_products .featured-products-inner {
  padding: 50px 0 20px;
  border-bottom: 1px solid #e3e3e3;
}
#featured_products .featured-products-inner .featured-products-header-wrap {
  align-items: baseline;
  -webkit-align-items: baseline;
  padding-bottom: 20px;
}
#featured_products .featured-products-inner .featured-products-header-wrap .featured-products-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;
}
#featured_products .featured-products-inner .featured-products-header-wrap .featured-products-header .featured-products-title {
  font-size: 45px;
  line-height: 50px;
  padding-left: 80px;
  margin-bottom: 0;
}
#featured_products .featured-products-inner .featured-products-header-wrap .featured-products-header .featured-products-title span {
  font-family: "Bisous", sans-serif;
  font-size: 60px;
  line-height: 43px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #featured_products .featured-products-inner .featured-products-header-wrap .featured-products-header .featured-products-title {
    text-align: center;
  }
  #featured_products .featured-products-inner .featured-products-header-wrap .featured-products-header .featured-products-title span {
    display: block;
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  #featured_products .featured-products-inner .featured-products-header-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;
    padding-bottom: 30px;
  }
}
#featured_products .featured-products-inner .all-products-link {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
}
#featured_products .featured-products-inner .all-products-link:hover {
  border-bottom: 1px solid #F1E4E5;
}
#featured_products .featured-products-inner .featured-products-slider {
  margin: 30px 0;
}
#featured_products .featured-products-inner .featured-products-slider .slider-arrow.slick-arrow.slick-prev {
  left: -2%;
}
#featured_products .featured-products-inner .featured-products-slider .slider-arrow.slick-arrow.slick-next {
  right: -2%;
}
#featured_products .featured-products-inner .featured-products-slider .slider-arrow.slick-arrow .icon {
  width: 25px;
  height: 25px;
}
#featured_products .featured-products-inner .featured-products-slider .product {
  padding: 0 10px;
}
#featured_products .featured-products-inner .featured-products-slider .product .product-wrap .product-body .product-title {
  padding: 10px 0;
}
#featured_products .featured-products-inner .featured-products-slider .product .product-wrap .product-body .arrow-link {
  text-transform: uppercase;
  color: #D08D89;
  font-size: 11px;
}
@media screen and (max-width: 1180px) {
  #featured_products {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 820px) {
  #featured_products {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  #featured_products {
    padding: 0;
  }
  #featured_products .featured-products-inner {
    padding-bottom: 10px;
    padding-top: 30px;
  }
  #featured_products .featured-products-inner .featured-products-header-wrap .featured-products-header {
    padding: 0 0 20px;
  }
  #featured_products .featured-products-inner .featured-products-header-wrap .featured-products-header .featured-products-title {
    width: 80%;
    padding-left: 0;
  }
  #featured_products .featured-products-inner .product {
    padding: 20px;
  }
  #featured_products .featured-products-inner .featured-products-slider .slider-arrow.slick-arrow.slick-prev {
    left: 5%;
  }
  #featured_products .featured-products-inner .featured-products-slider .slider-arrow.slick-arrow.slick-next {
    right: 5%;
  }
}

.product .product-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;
}
.product .product-wrap .product-image-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;
  position: relative;
  width: 100%;
  text-align: center;
}
.product .product-wrap .product-image-wrap .shop-btn {
  position: absolute;
}
.product .product-wrap .product-link-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;
}
.product .product-wrap .product-link-wrap .product-link {
  text-transform: uppercase;
}

.hero-slider-wrapper {
  position: relative;
}
.hero-slider-wrapper .hero-slider {
  width: 100%;
}
.hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  width: 100%;
  color: #464646;
  min-height: 550px;
  padding: 100px;
}
.hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner .hero-slide-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;
  row-gap: 1em;
  position: relative;
  z-index: 2;
  max-width: 450px;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px;
}
.hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner .hero-slide-body .hero-slide-subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner .hero-slide-body .hero-slide-title {
  margin-bottom: 0;
  text-transform: lowercase;
}
.hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner::after {
  content: "";
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner {
    padding: 80px 40px;
    align-items: center !important;
  }
}
@media screen and (max-width: 600px) {
  .hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner {
    padding: 50px 30px;
  }
  .hero-slider-wrapper .hero-slider .hero-slide .hero-slide-inner .hero-slide-body {
    padding: 50px 20px;
  }
}

.hero-slider-manual .slide-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}

.hero-slider-manual {
  position: relative;
  padding: 0;
}
.hero-slider-manual .hero-slide .hero-image {
  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: flex-end !important;
  -webkit-justify-content: flex-end !important;
  padding: 0;
  width: 100%;
  max-height: 585px;
}
.hero-slider-manual .hero-slide .hero-body {
  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;
  padding: 60px 60px 40px;
}
.hero-slider-manual .hero-slide .hero-body .hero-text {
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
  justify-self: center;
}
.hero-slider-manual .slick-slider {
  position: relative;
}
.hero-slider-manual .slick-slider .slick-dots {
  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;
  bottom: 0;
  left: 0;
  width: auto;
  z-index: 100;
}
.hero-slider-manual .slick-slider .slick-dots li {
  line-height: normal;
  width: auto;
  height: auto;
}
.hero-slider-manual .slick-slider .slick-dots li button {
  display: block !important;
  width: 8px;
  height: 8px;
  margin: 5px !important;
}
.hero-slider-manual .slick-slider .slick-dots li button::before {
  display: none;
}
.hero-slider-manual .slick-slider .slick-arrow {
  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;
  background: #F5D3D9;
  padding: 3px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
}
.hero-slider-manual .slick-slider .slick-arrow.slick-prev {
  top: 45%;
  left: 0;
}
@media screen and (max-width: 960px) {
  .hero-slider-manual .slick-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
.hero-slider-manual .slick-slider .slick-arrow.slick-next {
  top: 45%;
  right: 0;
}
@media screen and (max-width: 960px) {
  .hero-slider-manual .slick-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
.hero-slider-manual .slick-slider .slick-arrow .icon {
  width: 15px;
  height: 15px;
}
.hero-slider-manual .slick-slider .slick-arrow:hover {
  background: #CAEAE3;
}
@media screen and (max-width: 1180px) {
  .hero-slider-manual .hero-slide .hero-image {
    min-height: 75vh;
  }
  .hero-slider-manual .hero-slide .hero-body {
    padding: 40px 34px;
    min-height: 75vh;
  }
  .hero-slider-manual .hero-slide .hero-body p {
    line-height: 20px;
  }
  .hero-slider-manual .slide-inner {
    background-color: transparent;
  }
}
@media screen and (max-width: 960px) {
  .hero-slider-manual {
    padding: 30px 0px 70px;
  }
  .hero-slider-manual .hero-slide {
    padding-left: 0px;
  }
  .hero-slider-manual .hero-slide .hero-image {
    height: 450px !important;
  }
  .hero-slider-manual .hero-slide .hero-body {
    padding: 50px;
    max-width: 280px;
  }
  .hero-slider-manual .hero-slide .hero-body h2.hero-title {
    font-size: 21px;
    line-height: 29px;
  }
  .hero-slider-manual .hero-slide .post-products-wrap .post-products-trigger {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1180px) {
  .hero-slider-manual {
    padding: 0px 0px 0px;
  }
  .hero-slider-manual .hero-slide .hero-image {
    min-height: 450px !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  .hero-slider-manual .hero-slide .hero-body {
    padding: 50px;
    max-height: 450px;
    min-height: unset;
    max-width: 100%;
    width: 100%;
  }
  .hero-slider-manual .hero-slide .hero-body h2.hero-title {
    font-size: 35px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
  }
  .hero-slider-manual .hero-slide .hero-body .hero-text {
    font-size: 16px;
    margin-bottom: 39px;
    line-height: 30px;
    margin-top: 20px;
  }
  .hero-slider-manual .slide-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;
  }
}
@media screen and (max-width: 600px) {
  .hero-slider-manual .hero-slide .hero-image {
    min-height: 350px !important;
  }
  .hero-slider-manual .hero-slide .hero-body {
    padding: 20px;
    width: 100%;
  }
  .hero-slider-manual .hero-slide .hero-body h2.hero-title {
    font-size: 31px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .hero-slider-manual .hero-slide .hero-body .hero-text {
    font-size: 14px;
    margin-bottom: 34px;
    line-height: 24px;
    margin-top: 21px;
  }
}

#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: "DM Serif Display", serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 10px;
}
#recent_posts_slider .recent-posts-header a.view-more-link {
  font-family: "DM Serif Display", 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: "DM Serif Display", 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: "DM Serif Display", 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: #F5D3D9;
  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: 820px) {
  #recent_posts_slider {
    padding: 0px;
  }
}
@media screen and (max-width: 600px) {
  #recent_posts_slider {
    padding: 0px;
  }
}

#hero_slider {
  position: relative;
  padding: 30px 20px 90px;
}
#hero_slider .slick-slider {
  position: relative;
}
#hero_slider .slick-slider .slick-dots {
  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;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: -20px;
  width: auto;
  z-index: 100;
}
#hero_slider .slick-slider .slick-dots li {
  line-height: normal;
  width: auto;
  height: auto;
}
#hero_slider .slick-slider .slick-dots li button {
  display: block !important;
  margin: 5px !important;
}
#hero_slider .slick-slider .slick-dots li button::before {
  display: none;
}
#hero_slider .slick-slider .slick-arrow {
  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;
  background: #F5D3D9;
  padding: 3px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
}
#hero_slider .slick-slider .slick-arrow.slick-prev {
  top: 45%;
  left: 0;
}
@media screen and (max-width: 960px) {
  #hero_slider .slick-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
#hero_slider .slick-slider .slick-arrow.slick-next {
  top: 45%;
  right: 0;
}
@media screen and (max-width: 960px) {
  #hero_slider .slick-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
#hero_slider .slick-slider .slick-arrow .icon {
  width: 15px;
  height: 15px;
}
#hero_slider .slick-slider .slick-arrow:hover {
  background: #CAEAE3;
}
#hero_slider .hero-slide {
  padding-left: 40px;
}
#hero_slider .hero-slide .hero-image {
  position: relative;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  padding: 0 50px;
  width: 100%;
}
#hero_slider .hero-slide .hero-image .post-products-wrap .post-products-trigger {
  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;
  top: 30px;
  bottom: unset;
  left: 0;
  right: unset;
  transform: translate(-40px, 0);
  font-weight: bold !important;
  font-size: 13px !important;
}
#hero_slider .hero-slide .hero-image .post-products-wrap .post-products-trigger span {
  transform: unset;
  margin: 0;
  margin-left: 5px;
}
#hero_slider .hero-slide .hero-image .post-products-wrap .post-products {
  top: 0;
}
#hero_slider .hero-slide .hero-image .hero-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;
  background: #ffffff;
  text-align: center;
  max-width: 385px;
  padding: 90px 30px;
}
#hero_slider .hero-slide .hero-image .hero-body h2 {
  font-size: 29px;
  line-height: 36px;
  margin-bottom: 30px;
}
#hero_slider .hero-slide .hero-image .hero-body .hero-cta {
  font-size: 13px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1180px) {
  #hero_slider .hero-slide .hero-image {
    padding: 50px 30px 0;
  }
  #hero_slider .hero-slide .hero-image .hero-body {
    padding: 40px 34px;
  }
}
@media screen and (max-width: 960px) {
  #hero_slider .hero-slide {
    padding-left: 0px;
  }
  #hero_slider .hero-slide .hero-image {
    height: 450px !important;
  }
  #hero_slider .hero-slide .hero-image .hero-body {
    padding: 28px 25px;
    max-width: 280px;
  }
  #hero_slider .hero-slide .hero-image .hero-body h2.hero-title {
    font-size: 21px;
    line-height: 29px;
  }
  #hero_slider .hero-slide .hero-image .post-products-wrap .post-products-trigger {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 600px) {
  #hero_slider {
    padding: 50px 30px;
  }
  #hero_slider .hero-slide .hero-image {
    height: 450px !important;
  }
  #hero_slider .hero-slide .hero-image .hero-body {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 21px 22px;
  }
  #hero_slider .hero-slide .hero-image .hero-body h2.hero-title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.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: #CAEAE3;
  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: #CAEAE3;
  padding: 20px;
  text-align: center;
}
.subscribe-widget .subscribe-widget-title {
  font-size: 24px;
}
.subscribe-widget .subscribe-widget-text {
  margin-top: 20px;
}

.entry-content.guides-content {
  max-width: 90%;
}

.single-guides-title {
  text-align: center;
  padding-top: 70px;
  margin-top: 40px;
  border-top: 1px solid #e3e3e3;
  font-size: 24px;
  text-transform: capitalize;
}
@media screen and (max-width: 600px) {
  .single-guides-title {
    padding-top: 40px;
    font-size: 30px;
  }
}

.guides-basic .guide-basic {
  position: relative;
  padding: 50px 0;
  margin-top: 50px;
  border-top: 1px solid #e3e3e3;
  text-align: center;
}
.guides-basic .guide-basic h3.guide-title {
  margin-bottom: 30px;
  text-transform: capitalize;
}
.guides-basic .guide-basic .guide-text {
  line-height: 31px;
  letter-spacing: 0.5px;
}
.guides-basic .guide-basic .guide-products {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
.guides-basic .guide-basic .guide-products .product {
  width: auto;
  max-width: 285px;
  min-width: 250px;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .guides-basic .guide-basic .guide-products .product {
    max-width: 195px;
    min-width: 179px;
  }
}
@media screen and (max-width: 420px) {
  .guides-basic .guide-basic .guide-products .product {
    max-width: 285px;
    min-width: 250px;
    padding: 20px 0;
  }
}

.guides-rows .post-guide-row {
  width: 100%;
  position: relative;
  max-width: 875px;
  margin: 30px auto;
}
.guides-rows .post-guide-row > * {
  width: 32%;
}
.guides-rows .post-guide-row:nth-child(2n+1) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
.guides-rows .post-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;
}
.guides-rows .post-guide-row img {
  width: 28%;
}
.guides-rows .post-guide-row .sep {
  width: 90px;
  height: 2px;
  margin: 0 2%;
  background: black;
}
.guides-rows .post-guide-row .guide-body {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  width: 60%;
}
.guides-rows .post-guide-row .guide-body .guide-count {
  font-family: "DM Serif Display", serif;
  font-size: 80px;
}
.guides-rows .post-guide-row .guide-body .guide-title {
  font-family: "DM Serif Display", serif;
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-left: 0;
  text-transform: capitalize;
}
.guides-rows .post-guide-row .guide-body .guide-text {
  font-family: "Lato", serif;
  margin-bottom: 15px;
  line-height: 28px;
}
.guides-rows .post-guide-row .guide-body .guide-text a {
  color: #CAEAE3;
  font-weight: 100;
  font-size: 14px;
  text-transform: none;
  border-bottom: none;
  padding-bottom: 0;
}
.guides-rows .post-guide-row .guide-body a {
  padding-bottom: 3px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid;
}
.guides-rows .post-guide-row .guide-body a:hover {
  border-bottom: 1px solid;
}
.guides-rows .post-guide-row .guide-products .product .product-wrap .product-image {
  max-height: 300px;
}
@media screen and (max-width: 820px) {
  .guides-rows .post-guide-row {
    flex-direction: column;
  }
  .guides-rows .post-guide-row .sep {
    display: none;
  }
  .guides-rows .post-guide-row .guide-body {
    width: 60%;
  }
  .guides-rows .post-guide-row img {
    width: 70%;
    margin-bottom: 20px;
  }
  .guides-rows .post-guide-row:nth-child(2n) {
    flex-direction: column;
  }
  .guides-rows .post-guide-row .guide-body .guide-row-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .guides-rows .post-guide-row {
    margin: 5px auto;
  }
  .guides-rows .post-guide-row img {
    width: 100%;
  }
  .guides-rows .post-guide-row .guide-body {
    width: 100%;
  }
  .guides-rows .post-guide-row .guide-body .guide-title {
    font-size: 24px;
  }
  .guides-rows .post-guide-row:nth-child(2n+1) {
    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: space-between !important;
    -webkit-justify-content: space-between !important;
  }
  .guides-rows .post-guide-row:nth-child(2n) {
    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: space-between !important;
    -webkit-justify-content: space-between !important;
  }
  .guides-rows .post-guide-row .guide-products {
    padding-bottom: 30px;
  }
  .guides-rows .post-guide-row .guide-products .product .product-wrap .product-body {
    display: none !important;
  }
  .guides-rows .post-guide-row > * {
    width: 70%;
  }
}

.guides-grid {
  max-width: 1025px;
  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;
}
.guides-grid .guide-grid.vertical {
  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: 30px;
}
.guides-grid .guide-grid.vertical .guide-count {
  font-family: "DM Serif Display", serif;
  font-size: 100px;
  color: #D08D89;
}
.guides-grid .guide-grid.vertical h3.guide-grid-title {
  margin-bottom: 20px;
}
.guides-grid .guide-grid.vertical .guide-grid-text {
  line-height: 31px;
  letter-spacing: 0.5px;
}
.guides-grid .guide-grid.vertical .guide-grid-products {
  width: 100%;
}
.guides-grid .guide-grid.horizontal {
  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;
  width: 100%;
  padding: 30px;
  margin: 30px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.guides-grid .guide-grid.horizontal .guide-grid-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;
  width: 52%;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #e3e3e3;
}
.guides-grid .guide-grid.horizontal .guide-grid-body .guide-count {
  font-family: "DM Serif Display", serif;
  font-size: 100px;
  color: #D08D89;
}
.guides-grid .guide-grid.horizontal .guide-grid-body h3.guide-grid-title {
  margin-bottom: 20px;
}
.guides-grid .guide-grid.horizontal .guide-grid-body .guide-grid-text {
  line-height: 31px;
  letter-spacing: 0.5px;
}
.guides-grid .guide-grid.horizontal .guide-grid-products {
  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: 38%;
}
.guides-grid .guide-grid.horizontal .guide-grid-products .post-product-slider-wrap {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .guides-grid {
    flex-direction: column !important;
  }
  .guides-grid .guide-grid.vertical {
    width: 100%;
  }
  .guides-grid .guide-grid.horizontal {
    flex-direction: column !important;
  }
  .guides-grid .guide-grid.horizontal .guide-grid-body {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    width: 100%;
  }
  .guides-grid .guide-grid.horizontal .guide-grid-products {
    width: 100%;
    margin-top: 30px;
  }
}

.post-product-slider-wrap {
  text-align: center;
}
.post-product-slider-wrap .slick-arrow.slick-prev {
  left: unset;
  right: -4%;
  top: 48%;
}
.post-product-slider-wrap .slick-arrow.slick-next {
  left: unset;
  right: -4%;
  top: 39%;
}
.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%;
}

.post-product-slider-wrap {
  text-align: center;
}
.post-product-slider-wrap .slick-arrow.slick-prev {
  left: unset;
  right: -4%;
  top: 48%;
}
.post-product-slider-wrap .slick-arrow.slick-next {
  left: unset;
  right: -4%;
  top: 39%;
}
.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%;
}

.quick-links {
  position: absolute;
  top: 50%;
  left: -125px;
  max-width: 250px;
  border: 3px solid #F5D3D9;
  background: #ffffff;
  padding: 20px 30px;
}
.quick-links h3 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.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) {
  .quick-links {
    left: -92px;
    max-width: 200px;
    padding: 16px 21px;
  }
}
@media screen and (max-width: 600px) {
  .quick-links {
    display: none;
  }
}

.loop-sidebar {
  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;
  position: relative;
  padding: 50px 0;
}
.loop-sidebar .loop-sidebar-posts {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  width: 60%;
}
.loop-sidebar #secondary {
  width: 30%;
  max-width: 320px;
}
@media screen and (max-width: 1180px) {
  .loop-sidebar {
    padding: 40px;
  }
  .loop-sidebar .loop-sidebar-posts {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    width: 64%;
  }
}
@media screen and (max-width: 600px) {
  .loop-sidebar {
    padding: 50px 20px;
    flex-direction: column !important;
  }
  .loop-sidebar .loop-sidebar-posts {
    width: 100%;
  }
  .loop-sidebar #secondary {
    width: 100%;
    align-self: center;
  }
}

.grid-loop {
  position: relative;
  padding: 100px 50px 80px;
}
.grid-loop .grid-loop-header {
  padding: 0 50px 30px;
  margin-top: -50px !important;
}
.grid-loop .grid-loop-header .grid-loop-title {
  font-size: 45px;
  line-height: 50px;
}
.grid-loop .grid-loop-container,
.grid-loop .grid-loop-container-more .alm-reveal {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 3em;
  column-gap: 1em;
  padding: 0 50px;
}
.grid-loop .grid-loop-container .post-block,
.grid-loop .grid-loop-container-more .alm-reveal .post-block {
  width: 100%;
  padding: 0;
  margin: 0;
}
.grid-loop .grid-loop-container .post-block .post-block-text, .grid-loop .grid-loop-container .post-block .post-block-link, .grid-loop .grid-loop-container .post-block .post-block-cat,
.grid-loop .grid-loop-container-more .alm-reveal .post-block .post-block-text,
.grid-loop .grid-loop-container-more .alm-reveal .post-block .post-block-link,
.grid-loop .grid-loop-container-more .alm-reveal .post-block .post-block-cat {
  display: none !important;
}
.grid-loop .grid-loop-container .post-block .post-block-title,
.grid-loop .grid-loop-container-more .alm-reveal .post-block .post-block-title {
  text-align: center;
}
.grid-loop .alm-reveal {
  padding-top: 4em;
}
@media screen and (max-width: 960px) {
  .grid-loop {
    padding: 100px 50px 80px;
  }
  .grid-loop .grid-loop-header {
    padding: 0 0 30px;
  }
  .grid-loop .grid-loop-container,
  .grid-loop .grid-loop-container-more .alm-reveal {
    row-gap: 2em;
    column-gap: 2em;
    padding: 0;
  }
  .grid-loop .alm-reveal {
    padding-top: 2em;
  }
}
@media screen and (max-width: 820px) {
  .grid-loop {
    padding: 80px 40px 50px;
  }
  .grid-loop .grid-loop-header {
    margin-top: -30px !important;
  }
  .grid-loop .grid-loop-container,
  .grid-loop .grid-loop-container-more .alm-reveal {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .grid-loop {
    padding: 80px 30px 50px;
  }
  .grid-loop .grid-loop-container,
  .grid-loop .grid-loop-container-more .alm-reveal {
    grid-template-columns: 1fr;
  }
  .grid-loop .grid-loop-header .grid-loop-title {
    text-align: center;
  }
}

.loop-large {
  position: relative;
  padding: 50px 0;
}
.loop-large .loop-large-wrapper {
  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;
}
.loop-large .loop-large-wrapper .loop-large-banner {
  position: relative;
  width: 100%;
}
.loop-large .loop-large-wrapper .loop-large-banner .loop-large-label {
  background: #ffffff;
  padding: 12px 20px 10px;
  text-align: center;
  position: absolute;
  top: 12%;
  left: 0;
  transform: translate(-50%, 0);
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
.loop-large .loop-large-wrapper .loop-large-content {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
.loop-large .loop-large-wrapper .loop-large-content .loop-large-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;
  position: relative;
  overflow: hidden;
  width: 57%;
  padding: 30px 40px 0;
}
.loop-large .loop-large-wrapper .loop-large-content .loop-large-body .rs-code {
  background: #ffffff;
  padding: 0 30px;
  position: absolute;
  bottom: -120%;
  left: 0;
  right: 0;
  z-index: 10;
}
.loop-large .loop-large-wrapper .loop-large-content .loop-large-body .rs-code.show {
  bottom: 0;
}
.loop-large .loop-large-wrapper .loop-large-content .loop-large-body .loop-title {
  font-family: "DM Serif Display", serif;
}
.loop-large .loop-large-wrapper .loop-large-content .loop-large-body .loop-text {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.loop-large .loop-large-wrapper .loop-large-content .loop-large-body .loop-actions {
  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;
  text-transform: capitalize;
  color: #D08D89;
  display: flex;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "DM Serif Display", serif;
}
.loop-large .loop-large-wrapper .loop-large-content .loop-large-body .loop-actions .icon {
  width: 9px;
  margin: 0px 13px 0;
}
.loop-large .loop-large-wrapper .loop-large-content .loop-large-image {
  width: 41%;
  margin-top: -24%;
  margin-right: 35px;
  z-index: 1;
  border: 10px solid #ffffff;
  border-bottom: none;
}
@media screen and (max-width: 1180px) {
  .loop-large {
    max-width: 93%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .loop-large {
    max-width: 96%;
  }
  .loop-large .loop-large-wrapper .loop-large-content .loop-large-body {
    padding: 20px 10px 0;
  }
  .loop-large .loop-large-wrapper .loop-large-content .loop-large-body h2.loop-title {
    font-size: 34px;
  }
  .loop-large .loop-large-wrapper .loop-large-content .loop-large-body .loop-text {
    font-size: 14px;
    line-height: 23px;
  }
  .loop-large .loop-large-wrapper .loop-large-content .loop-large-body .line-sep {
    min-height: 30px;
  }
}
@media screen and (max-width: 820px) {
  .loop-large {
    max-width: 82%;
  }
  .loop-large .loop-large-wrapper .loop-large-content .loop-large-image {
    margin-top: -22%;
    margin-right: 9px;
  }
  .loop-large .loop-large-wrapper .loop-large-content .loop-large-body h2.loop-title {
    font-size: 27px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .loop-large {
    padding: 0px 0 20px;
  }
  .loop-large .loop-large-wrapper .loop-large-content .loop-large-image {
    display: none;
  }
  .loop-large .loop-large-wrapper .loop-large-content .loop-large-body {
    width: 100%;
  }
  .loop-large .loop-large-wrapper .loop-large-banner {
    height: 250px !important;
  }
  .loop-large .loop-large-wrapper .loop-large-banner .loop-large-label {
    top: 5%;
    transform: translate(-18%, 0);
  }
}

.home-post {
  margin: 0 auto !important;
  padding-bottom: 10px;
}
.home-post .home-post-tape {
  height: 50px !important;
  width: 250px;
  position: absolute;
  top: -20px;
  left: 10%;
  z-index: 100;
}
.home-post.lr-basic .home-post-inner {
  margin-bottom: 30px;
}
.home-post.lr-basic:nth-child(2n) .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: space-between !important;
  -webkit-justify-content: space-between !important;
}
.home-post.lr-basic:nth-child(2n) .home-post-inner .category-name {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-90deg) translate(-13px, 20px);
  transform-origin: top left;
  text-transform: uppercase;
  font-family: "Lato", serif;
  color: #F5D3D9;
  font-size: 12px;
  letter-spacing: 1px;
}
.home-post.lr-basic:nth-child(2n) .home-post-inner .category-name:hover {
  color: #F5D3D9;
}
.home-post.lr-basic:nth-child(2n) .home-post-inner .post-products-wrap .post-products-trigger {
  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;
  top: 50px;
  bottom: unset;
  left: 0;
  right: unset;
  transform: translate(-40%, 0);
  font-weight: 900 !important;
  font-size: 11px !important;
  padding: 8px 12px;
  background: #F5D3D9;
}
.home-post.lr-basic:nth-child(2n) .home-post-inner .post-products-wrap .post-products-trigger span {
  padding-left: 5px;
  margin: 3px 0 0;
  transform: unset;
}
.home-post.lr-basic:nth-child(2n) .home-post-inner .post-products-wrap .post-products {
  bottom: unset;
  top: 0;
  left: unset;
  right: 115%;
}
.home-post.lr-basic:nth-child(2n) .home-post-inner .post-products-wrap:hover .post-products {
  right: 0;
  left: unset;
}
.home-post.lr-basic:nth-child(2n+1) .home-post-tape {
  height: 50px !important;
  width: 250px;
  position: absolute;
  top: -20px;
  right: 10%;
  left: unset;
  z-index: 100;
}
.home-post.lr-basic:nth-child(2n+1) .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: space-between !important;
  -webkit-justify-content: space-between !important;
}
.home-post.lr-basic:nth-child(2n+1) .home-post-inner .category-name {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-90deg) translate(-14px, 10px);
  transform-origin: top left;
  text-transform: uppercase;
  font-family: "Lato", serif;
  color: #F5D3D9;
  font-size: 12px;
  letter-spacing: 1px;
}
.home-post.lr-basic:nth-child(2n+1) .home-post-inner .category-name:hover {
  color: #F5D3D9;
}
.home-post.lr-basic:nth-child(2n+1) .home-post-inner .home-post-image .post-products-wrap .post-products-trigger {
  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;
  top: 50px;
  bottom: unset;
  transform: translate(20%, 0);
  font-weight: 900 !important;
  font-size: 11px !important;
  padding: 8px 12px;
  background: #F5D3D9;
}
.home-post.lr-basic:nth-child(2n+1) .home-post-inner .home-post-image .post-products-wrap .post-products-trigger span {
  padding-left: 5px;
  margin: 3px 0 0;
  transform: unset;
}
.home-post.lr-basic:nth-child(2n+1) .home-post-inner .home-post-image .post-products-wrap .post-products {
  bottom: unset;
  left: 115%;
  right: unset;
}
.home-post.lr-basic:nth-child(2n+1) .home-post-inner .home-post-image .post-products-wrap:hover .post-products {
  left: 0;
}
.home-post.lr-basic:nth-child(2n+1) .home-post-inner .home-post-content {
  padding-left: 0;
  padding-right: 70px;
}
@media screen and (max-width: 960px) {
  .home-post.lr-basic:nth-child(2n+1) .home-post-inner .home-post-content {
    padding-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .home-post.lr-basic:nth-child(2n+1) .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: space-between !important;
    -webkit-justify-content: space-between !important;
  }
}
@media screen and (max-width: 1120px) {
  .home-post.lr-basic:nth-child(2n+1) {
    margin-bottom: -50px !important;
  }
}
@media screen and (max-width: 960px) {
  .home-post.lr-basic {
    margin-top: 0 !important;
  }
  .home-post.lr-basic:nth-child(2n+1) {
    margin-bottom: 50px !important;
  }
  .home-post.lr-basic .home-post-inner {
    margin-bottom: 0;
  }
  .home-post.lr-basic .home-post-inner .home-post-image {
    position: relative;
    width: 48%;
  }
  .home-post.lr-basic .home-post-inner .home-post-content {
    width: 52%;
  }
  .home-post.lr-basic .home-post-inner .home-post-content .product {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .home-post.lr-basic:nth-child(2n+1) {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 600px) {
  .home-post.lr-basic:nth-child(2n+1) {
    margin-bottom: 0px !important;
  }
}
.home-post.basic .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: space-between !important;
  -webkit-justify-content: space-between !important;
  margin-bottom: 0px;
}
.home-post.basic .home-post-inner .category-name {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-90deg) translate(-13px, 20px);
  transform-origin: top left;
  text-transform: uppercase;
  font-family: "Lato", serif;
  color: #F5D3D9;
  font-size: 12px;
  letter-spacing: 1px;
}
.home-post.basic .home-post-inner .category-name:hover {
  color: #F5D3D9;
}
.home-post.basic .home-post-inner .post-products-wrap .post-products-trigger {
  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;
  top: 50px;
  bottom: unset;
  left: 0;
  right: unset;
  transform: translate(-40%, 0);
  font-weight: 900 !important;
  font-size: 11px !important;
  padding: 8px 12px;
  background: #F5D3D9;
}
.home-post.basic .home-post-inner .post-products-wrap .post-products-trigger span {
  padding-left: 5px;
  margin: 3px 0 0;
  transform: unset;
}
.home-post.basic .home-post-inner .post-products-wrap .post-products {
  bottom: unset;
  top: 0;
  left: unset;
  right: 115%;
}
.home-post.basic .home-post-inner .post-products-wrap:hover .post-products {
  right: 0;
  left: unset;
}
.home-post .home-post-inner {
  position: relative;
}
.home-post .home-post-inner .home-post-content {
  width: 58%;
  padding: 50px 50px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-category {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #D08D89;
  font-weight: 100;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-category:hover {
  color: #F1E4E5;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-title {
  position: relative;
  font-family: "DM Serif Display", serif;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 1px;
  margin-top: 10px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta .meta-sep {
  width: 1px;
  height: 15px;
  background: black;
  margin: 0 10px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta a.category-name {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta a.category-name:hover {
  color: #F5D3D9;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta .post-date {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  letter-spacing: 1px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-excerpt {
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 18px;
  font-family: "Lato", serif;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .h-rule {
  padding: 0 0 0;
  display: flex;
  align-items: baseline;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .h-rule .shop-this-post {
  padding-top: 10px;
  text-transform: uppercase;
  color: #464646;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .h-rule hr {
  flex: 1;
  margin: 0;
  margin-left: 6px;
  margin-right: 15px;
  position: relative;
  top: -4px;
  display: none !important;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-products {
  width: 100%;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.btn {
  display: block !important;
  width: 135px;
  margin-top: 30px;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 10px !important;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .rs-code {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 55px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post span {
  padding-right: 10px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post .icon {
  width: 10px;
  fill: black;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post:hover .icon {
  margin-left: 5px;
}
.home-post .home-post-inner .home-post-image {
  position: relative;
  width: 42%;
}
.home-post .home-post-inner .home-post-image .social-share {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 18px;
}
.home-post .home-post-inner .home-post-image .social-share a {
  color: white;
}
.home-post .home-post-inner .home-post-image .social-share .icon {
  fill: white;
  width: 20px;
  height: 20px;
}
.home-post .home-post-inner .home-post-image .social-share .share-title {
  background: rgba(0, 0, 0, 0.5);
  padding: 11px 20px 7px;
}
.home-post .home-post-inner .home-post-image .social-share .share-actions {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  padding: 4px 7px 7px;
}
.home-post .home-post-inner .home-post-image .social-share .share-actions button {
  font-size: 14px;
  padding: 10px;
  color: white;
  cursor: pointer;
}
.home-post .home-post-inner .home-post-image .social-share .share-actions button:hover {
  color: #000;
}
.home-post .home-post-inner .home-post-image .social-share:hover .share-actions {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1180px) {
  .home-post .home-post-inner .home-post-content {
    padding: 20px 40px;
  }
  .home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-title {
    font-size: 30px;
    line-height: 1.3;
  }
  .home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-excerpt {
    line-height: unset;
  }
  .home-post .home-post-inner .home-post-content .home-post-content-inner a.btn {
    margin-top: 5px;
  }
}
@media screen and (max-width: 960px) {
  .home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-products {
    display: none !important;
  }
  .home-post .home-post-inner .home-post-content .home-post-content-inner .h-rule {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .home-post {
    padding: 0 0px 10px;
  }
  .home-post.lr-basic:nth-child(2n) .home-post-inner, .home-post.lr-basic:nth-child(2n+1) .home-post-inner {
    flex-direction: column !important;
    margin-bottom: 0px;
    row-gap: 1em;
  }
  .home-post.lr-basic:nth-child(2n) .home-post-inner .home-post-content, .home-post.lr-basic:nth-child(2n+1) .home-post-inner .home-post-content {
    padding: 0;
    width: 100%;
  }
  .home-post.lr-basic:nth-child(2n) .home-post-inner .home-post-content .home-post-content-inner .home-post-excerpt, .home-post.lr-basic:nth-child(2n+1) .home-post-inner .home-post-content .home-post-content-inner .home-post-excerpt {
    font-size: 14px;
    line-height: 24px;
  }
  .home-post.lr-basic:nth-child(2n) .home-post-inner .home-post-content .home-post-content-inner a.btn, .home-post.lr-basic:nth-child(2n+1) .home-post-inner .home-post-content .home-post-content-inner a.btn {
    margin-top: 40px;
  }
  .home-post.lr-basic:nth-child(2n) .home-post-inner .home-post-image, .home-post.lr-basic:nth-child(2n+1) .home-post-inner .home-post-image {
    width: 65%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .home-post {
    padding: 0;
  }
  .home-post.lr-basic:nth-child(2n+1) .home-post-content, .home-post.lr-basic:nth-child(2n) .home-post-content {
    padding: 0px 0px 0 !important;
  }
  .home-post.lr-basic:nth-child(2n+1) .home-post-content .home-post-content-inner, .home-post.lr-basic:nth-child(2n) .home-post-content .home-post-content-inner {
    padding-left: 0px;
  }
  .home-post.lr-basic:nth-child(2n+1) .home-post-content .home-post-content-inner .home-post-products .product, .home-post.lr-basic:nth-child(2n) .home-post-content .home-post-content-inner .home-post-products .product {
    padding: 5px 4px;
  }
  .home-post.lr-basic:nth-child(2n+1) .home-post-content .home-post-content-inner .category-name, .home-post.lr-basic:nth-child(2n) .home-post-content .home-post-content-inner .category-name {
    display: none;
  }
  .home-post.lr-basic:nth-child(2n+1) .home-post-inner .home-post-image, .home-post.lr-basic:nth-child(2n) .home-post-inner .home-post-image {
    width: 98%;
    margin: 0 auto;
  }
  .home-post.basic .home-post-inner {
    flex-direction: column !important;
    padding-left: 0px;
    row-gap: 1em;
  }
  .home-post.basic .home-post-inner .category-name {
    display: none;
  }
  .home-post .home-post-inner .home-post-content {
    padding: 0;
    width: 100%;
  }
  .home-post .home-post-inner .home-post-image {
    width: 100%;
  }
  .home-post .home-post-inner .home-post-image .post-products-wrap .post-products-trigger {
    top: 20px;
    transform: translate(0, 0);
  }
}

.home-loop-title {
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 0.5px;
  padding-top: 30px;
  padding-bottom: 50px;
}
.home-loop-title span {
  font-family: "Bisous", sans-serif;
  font-size: 60px;
}
@media screen and (max-width: 1400px) {
  .home-loop-title {
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 820px) {
  .home-loop-title {
    padding: 30px 0 30px;
    font-size: 32px;
  }
  .home-loop-title span {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .home-loop-title {
    padding: 0px 0 10px;
    text-align: center;
  }
  .home-loop-title span {
    font-size: 40px;
  }
}

.home-loop {
  padding: 100px 50px;
  row-gap: 80px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .home-loop {
    row-gap: 3em;
  }
}
@media screen and (max-width: 820px) {
  .home-loop {
    padding: 70px 40px;
  }
}
@media screen and (max-width: 600px) {
  .home-loop {
    padding: 70px 30px;
    row-gap: 4em;
  }
}

.loop-sidebar {
  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;
  position: relative;
  padding: 50px 0;
}
.loop-sidebar .loop-sidebar-posts {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  width: 60%;
}
.loop-sidebar #secondary {
  width: 30%;
  max-width: 320px;
}
@media screen and (max-width: 1180px) {
  .loop-sidebar {
    padding: 40px;
  }
  .loop-sidebar .loop-sidebar-posts {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    width: 64%;
  }
}
@media screen and (max-width: 600px) {
  .loop-sidebar {
    padding: 50px 20px;
    flex-direction: column !important;
  }
  .loop-sidebar .loop-sidebar-posts {
    width: 100%;
  }
  .loop-sidebar #secondary {
    width: 100%;
    align-self: center;
  }
}

#snapshots_loop {
  padding: 50px;
}
#snapshots_loop .snapshots-wrapper .snapshots-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%;
}
#snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-title-wrap {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
#snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-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: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
#snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-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: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
#snapshots_loop .snapshots-wrapper .snapshots-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;
}
#snapshots_loop .snapshots-wrapper .snapshots-inner .snapshot {
  flex: 1;
  margin: 12px;
}

.about-section {
  position: relative;
  padding: 50px 50px;
  background: #F5D3D9;
}
.about-section .about-section-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: center !important;
  -webkit-justify-content: center !important;
  max-width: 1260px;
  column-gap: 8em;
  row-gap: 2em;
}
.about-section .about-section-container .about-section-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;
  width: 40%;
  row-gap: 1em;
}
.about-section .about-section-container .about-section-body .about-section-subtitle {
  margin-bottom: -20px;
}
.about-section .about-section-container .about-section-body .about-section-subtitle h3 {
  font-size: 43px;
  font-weight: 300;
  font-family: "DM Serif Display", serif;
}
.about-section .about-section-container .about-section-body h3.about-section-title {
  font-size: 80px;
  line-height: 0.8;
  font-family: "Bisous", sans-serif;
  transform: rotate(-1deg);
  margin-bottom: 0px;
  margin-top: -10px;
  letter-spacing: 1px;
}
.about-section .about-section-container .about-section-body .about-section-text {
  margin: 10px 0 20px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.about-section .about-section-container .about-section-body .about-section-ctas {
  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;
}
.about-section .about-section-container .about-section-body .about-section-ctas .btn {
  margin: 10px;
}
.about-section .about-section-container .about-section-image-wrap {
  position: relative;
  width: 25%;
}
.about-section .about-section-container .about-section-image-wrap .about-section-image {
  position: relative;
  width: 100%;
  z-index: 2;
}
.about-section .about-section-container .about-section-image-wrap .about-section-image-bg {
  position: absolute;
  top: -20px;
  left: 22px;
  right: -20px;
  bottom: 22px;
  background: #E0F1ED;
  z-index: 1;
}
.about-section .about-section-container .about-section-image-wrap .about-section-accent-image {
  width: 170px;
  height: 170px !important;
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: 100;
  background-size: 100% 100% !important;
}
@media screen and (max-width: 960px) {
  .about-section .about-section-container .about-section-image-wrap .about-section-accent-image {
    width: 120px;
    height: 120px !important;
    right: -30px;
  }
}
@media screen and (max-width: 600px) {
  .about-section .about-section-container .about-section-image-wrap .about-section-accent-image {
    right: -20px;
    bottom: -40px;
  }
}
@media screen and (max-width: 1160px) {
  .about-section .about-section-container .about-section-body {
    width: 55%;
  }
  .about-section .about-section-container .about-section-image-wrap {
    width: 40%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 960px) {
  .about-section .about-section-container {
    column-gap: 4em;
  }
}
@media screen and (max-width: 820px) {
  .about-section .about-section-container .about-section-body h3.about-section-title {
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .about-section {
    padding: 50px 40px;
  }
  .about-section .about-section-container {
    flex-direction: column-reverse !important;
  }
  .about-section .about-section-container .about-section-body {
    width: 100%;
  }
  .about-section .about-section-container .about-section-body .about-section-subtitle {
    font-size: 32px;
  }
  .about-section .about-section-container .about-section-image-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .about-section {
    padding: 50px 30px;
  }
  .about-section .about-section-container {
    padding: 0;
    row-gap: 0;
  }
  .about-section .about-section-container .about-section-body {
    width: 100%;
  }
  .about-section .about-section-container .about-section-body h3.about-section-title {
    text-align: center;
  }
  .about-section .about-section-container .about-section-body .about-section-text {
    padding-right: 0px;
  }
  .about-section .about-section-container .about-section-body .about-section-ctas {
    flex-direction: column !important;
    width: 100%;
    row-gap: 1em;
  }
  .about-section .about-section-container .about-section-body .about-section-ctas .btn {
    width: 100%;
    margin: 0;
  }
  .about-section .about-section-container .about-section-image-wrap {
    width: 100%;
    margin-bottom: 45px;
    padding-left: 0px;
  }
  .about-section .about-section-container .about-section-image-wrap .about-section-image-bg {
    display: none;
  }
}

.banner-cta {
  position: relative;
  display: flex;
  flex-direction: row;
}
.banner-cta .banner-cta-image {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  width: 100%;
  min-height: 610px;
  padding: 0;
  flex: 3;
}
.banner-cta .banner-cta-image .banner-cta-body {
  background: rgba(70, 70, 70, 0.4);
  text-align: center;
  width: 100%;
  padding: 50px;
  margin: auto;
  display: flex;
  min-height: 510px;
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-text {
  max-width: 1000px;
  padding: 0;
  line-height: 62px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding-bottom: 10px;
  color: #ffffff;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-title {
  font-size: 55px;
  text-transform: lowercase;
  font-family: "Bisous", sans-serif;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-title span {
  display: block;
  font-size: 18px;
}
.banner-cta .banner-cta-icon-image {
  height: 75px;
  width: 75px;
}
.banner-cta .banner-cta-secondary-image {
  flex: 1;
}
.banner-cta .banner-cta-secondary-image .banner-cta-body {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px;
  row-gap: 1em;
}
.banner-cta .banner-cta-secondary-image .banner-cta-body .banner-cta-title {
  font-size: 47px;
  line-height: 47px;
  text-transform: capitalize;
  letter-spacing: 0;
  text-align: center;
  padding-top: 20px;
}
.banner-cta .banner-cta-secondary-image .banner-cta-body .banner-cta-text {
  padding-bottom: 10px;
}
@media screen and (max-width: 1180px) {
  .banner-cta .banner-cta-image {
    flex: 2;
  }
}
@media screen and (max-width: 960px) {
  .banner-cta .banner-cta-image .banner-cta-body {
    padding: 35px;
  }
}
@media screen and (max-width: 820px) {
  .banner-cta {
    flex-direction: column;
  }
  .banner-cta .banner-cta-image {
    min-height: 400px;
  }
  .banner-cta .banner-cta-image .banner-cta-body {
    min-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .banner-cta .banner-cta-image {
    background-position: 30% center !important;
  }
  .banner-cta .banner-cta-image .banner-cta-body {
    max-width: unset;
    padding: 0;
  }
  .banner-cta .banner-cta-image .banner-cta-body .banner-cta-text {
    line-height: 25px;
  }
  .banner-cta .banner-cta-secondary-image .banner-cta-body {
    padding: 50px 30px;
  }
  .banner-cta .banner-cta-secondary-image .banner-cta-body .banner-cta-title {
    font-size: 35px;
    line-height: 35px;
  }
}

.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: "Lato", 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 #464646;
}
.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: "DM Serif Display", 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: 820px) {
  .contact-form-wrap {
    padding: 20px;
  }
}

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

.content-rows {
  position: relative;
  padding: 0 50px;
  margin: 0 auto 100px !important;
}
.content-rows .content-row {
  column-gap: 5em;
  padding: 40px 0;
}
.content-rows .content-row .content-row-image {
  flex: 1;
}
@media screen and (max-width: 820px) {
  .content-rows .content-row .content-row-image {
    width: 100%;
    flex: unset;
  }
}
.content-rows .content-row .content-row-body {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  row-gap: 1em;
  flex: 1;
}
.content-rows .content-row .content-row-body .content-row-title {
  text-transform: lowercase;
  font-size: 33px;
}
.content-rows .content-row:nth-child(2n+1) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
.content-rows .content-row:nth-child(2n+1) .content-row-body {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .content-rows .content-row:nth-child(2n+1) .content-row-body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 820px) {
  .content-rows .content-row:nth-child(2n+1) {
    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;
    row-gap: 2em;
  }
}
.content-rows .content-row:nth-child(2n) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  margin-top: -25%;
}
.content-rows .content-row:nth-child(2n) .content-row-body {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .content-rows .content-row:nth-child(2n) {
    margin-top: -5%;
  }
}
@media screen and (max-width: 820px) {
  .content-rows .content-row:nth-child(2n) {
    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;
    row-gap: 2em;
  }
}
@media screen and (max-width: 820px) {
  .content-rows {
    padding: 0 40px;
    margin-bottom: 50px !important;
  }
  .content-rows .content-row .content-row-image {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .content-rows {
    padding: 0 30px;
  }
  .content-rows .content-row {
    padding: 30px 0;
  }
  .content-rows .content-row .content-row-image {
    width: 100%;
  }
  .content-rows .content-row .content-row-body .content-row-title {
    font-size: 28px;
    text-align: center;
  }
  .content-rows .content-row:nth-child(1) {
    padding-top: 0;
  }
}

#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: "Lato", 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: 820px) {
  #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: 70px 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: px solid #F5D3D9;
  background: #F5D3D9;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
#faq-module .page-faq-header .page-faq-title {
  margin: 0;
  font-size: 38px;
}
#faq-module .page-faq-header .page-faq-header-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;
  padding-bottom: 60px;
}
#faq-module .page-faq-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;
  position: relative;
  width: 95%;
}
#faq-module .page-faq-wrapper .faq-col {
  width: 48%;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 23px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  border: 2px solid #B7A599;
  padding: 10px;
  background-color: #ffffff;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title span {
  width: 90%;
  font-weight: 500;
  font-family: "Lato", serif;
  font-size: 14px;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title .icon {
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  color: #B7A599;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-text {
  display: none;
  text-align: left;
  font-weight: 100;
  letter-spacing: 1.2px;
  font-weight: 400;
  padding: 0 10px;
}
@media screen and (max-width: 1180px) {
  #faq-module {
    width: 100vw;
    position: relative;
  }
  #faq-module .page-faq-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  #faq-module {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 820px) {
  #faq-module {
    padding: 60px 40px;
  }
  #faq-module .page-faq-wrapper {
    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;
  }
  #faq-module .page-faq-wrapper .faq-col {
    width: 100%;
  }
  #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 {
    padding: 50px 30px;
  }
  #faq-module .page-faq-header .page-faq-header-inner {
    padding-bottom: 30px;
  }
  #faq-module .page-faq-header .page-faq-header-inner .page-faq-title {
    text-align: center;
    font-size: 32px;
  }
  #faq-module .page-faq-wrapper {
    padding: 15px 5px;
  }
  #faq-module .page-faq-wrapper .faq-col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
## Featured Categories
--------------------------------------------------------------*/
#featured_cats {
  position: relative;
  margin: 70px 50px 60px;
}
#featured_cats .featured-cats-inner {
  padding: 0px;
}
#featured_cats .featured-cats-title {
  font-size: 35px;
  text-align: center;
  padding: 10px 0;
  text-transform: capitalize;
}
#featured_cats .featured-cats-container {
  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;
}
#featured_cats .featured-cats-container .featured-cat {
  flex: 1;
  padding: 10px;
}
#featured_cats .featured-cats-container .featured-cat .featured-cat-image {
  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%;
  padding: 50px;
  height: 350px !important;
}
#featured_cats .featured-cats-container .featured-cat .featured-cat-image:hover {
  opacity: 0.8;
}
#featured_cats .featured-cats-container .featured-cat a.featured-cat-title.btn.btn-primary {
  padding: 6px 22px !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 1400px) {
  #featured_cats .featured-cats-container .featured-cat {
    max-width: 20%;
  }
}
@media screen and (max-width: 1180px) {
  #featured_cats .featured-cats-container .featured-cat {
    max-width: unset;
  }
  #featured_cats .featured-cats-container .featured-cat .featured-cat-image {
    padding: 0px;
    height: 230px !important;
  }
}
@media screen and (max-width: 960px) {
  #featured_cats {
    margin: 30px 40px 30px;
  }
  #featured_cats .featured-cats-container {
    flex-wrap: wrap;
    width: 100%;
  }
  #featured_cats .featured-cats-container .featured-cat {
    padding: 7px;
    min-width: 33%;
  }
  #featured_cats .featured-cats-container .featured-cat .featured-cat-image {
    height: 200px !important;
  }
  #featured_cats .featured-cats-container .featured-cat .featured-cat-image a.featured-cat-title {
    padding: 11px 16px !important;
  }
}
@media screen and (max-width: 820px) {
  #featured_cats {
    margin: 30px 40px 30px;
  }
  #featured_cats .featured-cats-title {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #featured_cats {
    margin: 50px 20px 20px;
  }
  #featured_cats .featured-cats-inner {
    border-bottom: none;
  }
  #featured_cats .featured-cats-container {
    flex-wrap: wrap !important;
    display: flex;
  }
  #featured_cats .featured-cats-container.container-xl {
    padding: 0;
  }
  #featured_cats .featured-cats-container .featured-cat {
    width: 50%;
    flex: auto;
  }
}
@media screen and (max-width: 400px) {
  #featured_cats .featured-cats-container {
    gap: 3vw;
  }
  #featured_cats .featured-cats-container .featured-cat {
    width: 100%;
  }
  #featured_cats .featured-cats-container .featured-cat .featured-cat-image {
    height: unset !important;
    padding: 50% 0;
  }
}

.featured-ctas {
  position: relative;
  padding: 50px;
}
.featured-ctas .featured-ctas-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: center !important;
  -webkit-justify-content: center !important;
}
.featured-ctas .featured-ctas-container .featured-ctas-title {
  margin: 0 50px 0 0;
}
.featured-ctas .featured-ctas-container .featured-ctas-wrapper {
  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: 100%;
}
.featured-ctas .featured-ctas-container .featured-ctas-wrapper .featured-cta {
  margin: 10px;
}

.featured-post {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  position: relative;
  padding: 0;
  min-height: 650px;
}
.featured-post .featured-post-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;
  width: 100%;
  max-width: 330px;
  text-align: center;
  background: #ffffff;
  border-top: 10px solid #CAEAE3;
  padding: 60px 30px;
  row-gap: 1em;
}
.featured-post .featured-post-body .featured-post-title {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.featured-post .featured-post-body .featured-post-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1180px) {
  .featured-post {
    border-bottom: 0;
  }
  .featured-post .featured-post-body {
    padding: 20px 20px 30px;
    max-height: 255px;
  }
  .featured-post .featured-post-body .featured-post-title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 960px) {
  .featured-post {
    min-height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .featured-post .featured-post-body {
    padding: 20px 20px 30px;
    max-height: 255px;
  }
  .featured-post .featured-post-body .featured-post-title {
    font-size: 28px;
    line-height: 1.3;
  }
}

.featured-post-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  padding: 20px 50px 0;
}
.featured-post-container .featured-post {
  flex: 3;
}
.featured-post-container .featured-post-body {
  background: #F5D3D9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
  height: fit-content;
  padding: 80px 40px;
  margin-left: -5%;
  z-index: 10;
  flex: 1;
  row-gap: 1em;
}
.featured-post-container .featured-post-body .featured-post-icon {
  width: 100px;
  height: 100px !important;
  background-size: 100% 100%;
}
.featured-post-container .featured-post-body .featured-post-title {
  font-size: 40px;
  line-height: 50px;
}
.featured-post-container .featured-post-body .featured-post-link {
  font-size: 12px;
}
.featured-post-container .featured-post-body a, .featured-post-container .featured-post-body .featured-post-title, .featured-post-container .featured-post-body .featured-post-link {
  color: #ffffff;
}
.featured-post-container .featured-post-body a:hover, .featured-post-container .featured-post-body .featured-post-title:hover, .featured-post-container .featured-post-body .featured-post-link:hover {
  color: #F1E4E5;
}
@media screen and (max-width: 960px) {
  .featured-post-container .featured-post-body {
    padding: 60px 40px;
  }
  .featured-post-container .featured-post-body .featured-post-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 820px) {
  .featured-post-container {
    padding: 20px 40px 0;
  }
  .featured-post-container .featured-post-body {
    padding: 40px 30px 50px;
  }
  .featured-post-container .featured-post {
    flex: 2;
  }
}
@media screen and (max-width: 820px) {
  .featured-post-container {
    flex-direction: column !important;
    padding: 20px 40px 0;
  }
  .featured-post-container .featured-post-body {
    margin-left: 0;
    align-items: center !important;
    width: 100%;
  }
  .featured-post-container .featured-post-body .featured-post-title {
    text-align: center;
  }
  .featured-post-container .featured-post-body .featured-post-icon {
    margin: auto;
  }
  .featured-post-container .featured-post {
    min-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .featured-post-container {
    padding: 20px 0px 0;
  }
  .featured-post-container .featured-post-body {
    margin-top: -30px;
    width: 83%;
  }
}

.featured-post-alt {
  padding: 0px;
  position: relative;
}
.featured-post-alt .b-rose {
  right: -70px;
}
.featured-post-alt .featured-post-alt-container {
  padding: 80px 50px;
  background-color: #F5D3D9;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  column-gap: 4em;
}
.featured-post-alt .featured-post-alt-container .featured-post-alt-label {
  font-size: 14px;
  letter-spacing: 2.5px;
  font-weight: 700;
  transform: rotate(180deg);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-orientation: inherit;
  writing-mode: vertical-rl;
  margin-right: -4em;
  align-self: flex-start;
  text-align: right;
}
.featured-post-alt .featured-post-alt-container .featured-post-alt-image {
  width: 50%;
  max-height: 650px;
  min-height: 600px;
}
.featured-post-alt .featured-post-alt-container .featured-post-alt-body {
  width: 50%;
  row-gap: 1em;
}
.featured-post-alt .featured-post-alt-container .featured-post-alt-body .featured-post-alt-cat {
  font-size: 14px;
  letter-spacing: 2.5px;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-post-alt .featured-post-alt-container .featured-post-alt-body .featured-post-alt-title {
  font-size: 45px;
  line-height: 50px;
  padding: 20px 0;
}
.featured-post-alt .featured-post-alt-container .featured-post-alt-body .featured-post-alt-excerpt {
  font-size: 20px;
  line-height: 29px;
}
.featured-post-alt .featured-post-alt-container .featured-post-alt-body .btn {
  margin: 20px 0;
}
.featured-post-alt .featured-post-alt-container .featured-post-alt-body .featured-post-alt-products .post-product-slider-wrap .slick-arrow.slick-next {
  top: 35%;
}
.featured-post-alt .featured-post-alt-container .featured-post-alt-body .featured-post-alt-products .post-product-slider-wrap .slick-arrow.slick-prev {
  top: 55%;
}
.featured-post-alt .featured-post-alt-container .featured-post-alt-body .featured-post-alt-products .post-product-slider-wrap .slick-arrow .icon {
  width: 25px;
  height: 25px;
}
.featured-post-alt .featured-post-alt-container .featured-post-alt-body .featured-post-alt-products .post-product-slider-wrap .slick-arrow .icon:hover {
  color: #ffffff;
}
@media screen and (max-width: 1500px) {
  .featured-post-alt {
    padding: 0 50px;
  }
  .featured-post-alt .b-rose {
    right: -20px;
  }
}
@media screen and (max-width: 960px) {
  .featured-post-alt .featured-post-alt-container {
    column-gap: 2em;
    padding: 50px;
  }
  .featured-post-alt .featured-post-alt-container .featured-post-alt-label {
    margin-right: -2em;
    align-self: center;
    display: none;
  }
  .featured-post-alt .featured-post-alt-container .featured-post-alt-image {
    min-height: 500px;
    margin: auto;
  }
}
@media screen and (max-width: 820px) {
  .featured-post-alt {
    padding: 0px 40px;
  }
  .featured-post-alt .featured-post-alt-container {
    flex-direction: column !important;
    row-gap: 3em;
    padding: 50px 40px;
  }
  .featured-post-alt .featured-post-alt-container .featured-post-alt-label {
    margin-right: unset;
    writing-mode: initial;
    text-orientation: initial;
    transform: rotate(0deg);
    margin-bottom: -3em;
    display: initial;
  }
  .featured-post-alt .featured-post-alt-container .featured-post-alt-image {
    width: 65%;
  }
  .featured-post-alt .featured-post-alt-container .featured-post-alt-body {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .featured-post-alt {
    padding: 0px 30px;
  }
  .featured-post-alt .b-rose {
    max-width: 200px;
    right: -10px;
  }
  .featured-post-alt .featured-post-alt-container {
    row-gap: 2em;
    padding: 50px 30px;
  }
  .featured-post-alt .featured-post-alt-container .featured-post-alt-image {
    width: 100%;
    min-height: 400px;
  }
  .featured-post-alt .featured-post-alt-container .featured-post-alt-label {
    align-self: flex-start;
    margin-bottom: -2em;
  }
  .featured-post-alt .featured-post-alt-container .featured-post-alt-body .featured-post-alt-title {
    padding: 10px 0;
    text-align: center;
  }
  .featured-post-alt .featured-post-alt-container .featured-post-alt-body .featured-post-alt-cat {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }
  .featured-post-alt .featured-post-alt-container .featured-post-alt-body .featured-post-alt-excerpt {
    display: none;
  }
  .featured-post-alt .featured-post-alt-container .featured-post-alt-body .btn {
    width: 100%;
  }
}

/*--------------------------------------------------------------
## RECENT POST
--------------------------------------------------------------*/
#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: "DM Serif Display", serif;
  margin-bottom: 14px;
  font-size: 19px;
  letter-spacing: 1px;
}
#featured_post .featured-post .featured-post-excerpt {
  font-family: "Lato", 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: 820px) {
  #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_wrap {
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
  padding: 50px 0px 30px;
}
#featured_products_wrap #featured_products .products-container .products-header {
  margin-bottom: 20px;
}
#featured_products_wrap #featured_products .products-container .products-header a.products-link {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
#featured_products_wrap #featured_products .products-container .products-header h2.products-title {
  margin-bottom: 0px;
}
#featured_products_wrap #featured_products .products-container .products-items a.featured-product {
  width: 33%;
}
#featured_products_wrap #featured_products .products-container .products-items a.featured-product img {
  width: 100px;
  margin-right: 20px;
}
#featured_products_wrap #featured_products .products-container .products-items .product-body .product-brand {
  font-family: "Open Sans", sans-serif;
}
#featured_products_wrap #featured_products .products-container .products-items .product-body .product-title {
  margin: 15px 0px 0px;
  font-family: "DM Serif Display", serif;
  font-size: 20px;
  letter-spacing: 1px;
  max-width: 80%;
}
@media screen and (max-width: 960px) {
  #featured_products_wrap #featured_products .products-container .products-header a.products-link {
    position: relative;
    top: -20px;
  }
  #featured_products_wrap #featured_products .products-container .products-header h2.products-title {
    position: relative;
    top: 20px;
  }
  #featured_products_wrap #featured_products .products-container .products-items a.featured-product {
    width: 50%;
    margin: 20px 0px;
  }
}
@media screen and (max-width: 600px) {
  #featured_products_wrap #featured_products .products-container .products-items a.featured-product {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 20px auto;
  }
  #featured_products_wrap #featured_products .products-container .products-items a.featured-product .product-body .product-title {
    max-width: 100%;
  }
}

.footer-blocks {
  position: relative;
  padding: 0 50px;
  background: #CAEAE3;
  width: 100%;
}
.footer-blocks .footer-blocks-container {
  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: space-between !important;
  -webkit-justify-content: space-between !important;
  column-gap: 4em;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 50px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-image {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
.footer-blocks .footer-blocks-container .footer-block.footer-image .footer-logo img {
  width: auto;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus {
  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: flex-end !important;
  -webkit-justify-content: flex-end !important;
  flex: 3;
  column-gap: 3em;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  padding: 0 10px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .footer-menu-title {
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 15px;
  color: #ffffff;
  font-family: "DM Serif Display", serif;
}
@media screen and (max-width: 600px) {
  .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .footer-menu-title {
    margin-bottom: 0px;
  }
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  width: 100%;
  font-family: "Lato", serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container li {
  padding: 4px 0px !important;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container li a {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 9px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container li a:hover {
  color: #D08D89;
}
@media screen and (max-width: 960px) {
  .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
    padding: 15px 4%;
  }
  .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper li {
    padding: 5px 0px !important;
  }
}
.footer-blocks .footer-blocks-container .footer-block.footer-form {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  row-gap: 1em;
}
.footer-blocks .footer-blocks-container .footer-block.footer-form .footer-block-title {
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .footer-blocks .footer-blocks-container .footer-block.footer-form .footer-block-title {
    margin-bottom: 0px;
  }
}
.footer-blocks .footer-blocks-container .footer-block.footer-search {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
.footer-blocks .footer-blocks-container .footer-block.footer-search .footer-block-title {
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  .footer-blocks .footer-blocks-container .footer-block.footer-search .footer-block-title {
    margin-bottom: 0px;
  }
}
.footer-blocks .footer-blocks-container .footer-block.footer-search input#search {
  margin: 0;
}
.footer-blocks .footer-blocks-container .footer-block.footer-search .social-icons {
  margin-top: 20px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-search .basic-search-form .search-fields input {
  margin: 0 !important;
}
@media screen and (max-width: 600px) {
  .footer-blocks .footer-blocks-container .footer-block {
    width: 100%;
    justify-content: center !important;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 960px) {
  .footer-blocks .footer-blocks-container .footer-block.footer-3 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 820px) {
  .footer-blocks {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer-blocks {
    padding: 0px 30px;
  }
  .footer-blocks .footer-blocks-container {
    flex-direction: column !important;
    padding: 50px 20px;
    row-gap: 2em;
  }
  .footer-blocks .footer-blocks-container .footer-block.footer-3 {
    padding-right: 0;
  }
  .footer-blocks .footer-blocks-container .footer-block.footer-menus {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .footer-blocks .footer-blocks-container > *:nth-child(1) {
    margin: auto;
    width: fit-content;
  }
}

#hello_bar {
  display: none;
}
#hello_bar .hello-bar-inner {
  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;
  position: relative;
  width: 100%;
  background: #F5D3D9;
  color: #464646;
  min-height: 30px;
}
#hello_bar .hello-bar-inner .hello-bar-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: center !important;
  -webkit-justify-content: center !important;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
#hello_bar .hello-bar-inner .hello-bar-container .hello-bar-text {
  margin-right: 5px;
}
#hello_bar .hello-bar-inner .hello-bar-container .hello-bar-cta {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
#hello_bar .hello-bar-inner .hello-bar-container .hello-bar-cta:hover {
  color: #ffffff;
}
#hello_bar .hello-bar-inner .hello-bar-close {
  padding: 6px 10px 10px !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 0 !important;
}
#hello_bar .hello-bar-inner .hello-bar-close .icon {
  width: 15px;
  height: 15px;
  color: #464646;
}
#hello_bar .hello-bar-inner .hello-bar-close:hover {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #hello_bar .hello-bar-inner .hello-bar-container {
    flex-direction: column !important;
    padding: 10px 0;
  }
}

.hero-wrapper {
  position: relative;
  padding: 50px;
  margin-bottom: 50px;
}
.hero-wrapper .hero-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: center !important;
  -webkit-justify-content: center !important;
  column-gap: 2em;
  background: #F5D3D9;
  padding: 50px;
  min-height: 70vh;
}
.hero-wrapper .hero-container .hero-image {
  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;
  flex: 1;
}
.hero-wrapper .hero-container .hero-image img {
  width: 100%;
  max-width: 375px;
}
.hero-wrapper .hero-container .hero-body {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  row-gap: 1em;
  flex: 1;
}
.hero-wrapper .hero-container .hero-body .hero-cta {
  justify-self: flex-end;
}
.hero-wrapper .hero-container .hero-body .hero-cta:hover {
  border-color: #CAEAE3 !important;
}
@media screen and (max-width: 820px) {
  .hero-wrapper .hero-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;
    row-gap: 2em;
  }
  .hero-wrapper .hero-container .hero-image img {
    max-width: 250px;
  }
}
@media screen and (max-width: 600px) {
  .hero-wrapper .hero-container {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .hero-wrapper {
    padding: 30px;
  }
}

/* @include flex(row, center, between); */
section.home-shop .home-shop-wrapper {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  position: relative;
  width: 100%;
  max-width: 1276;
}
section.home-shop .home-shop-wrapper .home-shop-col {
  width: 60%;
}
section.home-shop .home-shop-wrapper .home-shop-col .embed-container {
  height: 100vh;
  max-height: 580px;
}
section.home-shop .home-shop-wrapper .home-shop-col .home-shop-image.resized {
  min-height: 100%;
}
section.home-shop .home-shop-wrapper .home-shop-col:last-of-type {
  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: #F5D3D9;
  width: 46%;
}
section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block {
  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;
  padding: 50px;
  row-gap: 10px;
}
section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block h3 {
  font-size: 42px;
  text-align: center;
  max-width: 600px;
}
section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block h4 {
  font-family: "DM Serif Display", serif;
  font-size: 11.1502px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  max-width: 600px;
}
section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  max-width: 600px;
}
section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block .home-shop-categories {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  flex-wrap: wrap;
  padding: 20px;
}
section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block .home-shop-categories a {
  min-width: 100px;
  margin-bottom: 10px;
  display: inline-block;
  margin: 8px 15px;
  border: 1px solid #acacac !important;
  background-color: unset !important;
  padding: 16px 30px !important;
  min-width: 210px;
}
@media screen and (max-width: 1500px) {
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block {
    padding: 50px 10px;
  }
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block p, section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block h3 {
    padding-left: 40px;
    padding-right: 40px;
  }
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block .home-shop-categories {
    padding: 10px;
  }
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block .home-shop-categories a {
    min-width: 200px;
  }
}
@media screen and (max-width: 1260px) {
  section.home-shop .home-shop-wrapper .home-shop-col {
    width: 50%;
  }
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type {
    width: 50%;
  }
}
@media screen and (max-width: 1120px) {
  section.home-shop .home-shop-wrapper .home-shop-col {
    width: 45%;
  }
  section.home-shop .home-shop-wrapper .home-shop-col .featured-video .video-block-image, section.home-shop .home-shop-wrapper .home-shop-col .home-shop-image .video-block-image {
    min-height: 700px;
  }
  section.home-shop .home-shop-wrapper .home-shop-col .embed-container {
    height: 100%;
    min-height: 700px;
    max-height: unset;
  }
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type {
    width: 55%;
    min-height: 700px;
  }
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 960px) {
  section.home-shop .home-shop-wrapper .home-shop-col {
    width: 64%;
  }
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block h3 {
    font-size: 37px;
    padding-bottom: 5px;
  }
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 860px) {
  section.home-shop .home-shop-wrapper {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
  }
  section.home-shop .home-shop-wrapper .home-shop-col {
    width: 100%;
    height: 500px;
  }
  section.home-shop .home-shop-wrapper .home-shop-col .featured-video .video-block-wrap {
    min-height: 400px;
  }
  section.home-shop .home-shop-wrapper .home-shop-col .featured-video .video-block-image {
    min-height: 400px;
  }
  section.home-shop .home-shop-wrapper .home-shop-col .embed-container {
    height: 100%;
    min-height: 500px;
    max-height: unset;
  }
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type {
    width: 100%;
    min-height: 400px;
    height: unset;
    padding-top: 20px;
  }
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block {
    padding: 30px 30px 50px;
  }
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 820px) {
  section.home-shop .home-shop-wrapper .home-shop-col {
    width: 100%;
    height: 350px;
  }
  section.home-shop .home-shop-wrapper .home-shop-col .featured-video .video-block-image {
    min-height: 350px;
  }
  section.home-shop .home-shop-wrapper .home-shop-col .embed-container {
    min-height: 350px;
  }
}
@media screen and (max-width: 600px) {
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block h3 {
    padding-left: 0;
    padding-right: 0;
  }
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block p {
    padding-left: 0;
    padding-right: 0;
  }
  section.home-shop .home-shop-wrapper .home-shop-col:last-of-type .home-shop-block .home-shop-categories a {
    width: 100%;
  }
}

#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: "DM Serif Display", serif;
  position: relative;
  top: -15px;
}
#instagram_section .instagram-code a.social-icon:hover {
  background: #7F9490;
  color: white;
}

#ltki_wrapper {
  position: relative;
  padding: 80px 50px 80px;
  background: #F5D3D9;
}
#ltki_wrapper .ltki-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;
}
#ltki_wrapper .ltki-container .ltki-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%;
  padding-bottom: 20px;
}
#ltki_wrapper .ltki-container .ltki-header .ltki-header-col {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
#ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-title {
  font-size: 28px;
  margin-bottom: 0;
  text-transform: capitalize;
}
#ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-title span {
  font-family: "Bisous", sans-serif;
  font-size: 60px;
}
@media screen and (max-width: 820px) {
  #ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-title span {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  #ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-title span {
    font-size: 45px;
  }
}
#ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-subtitle {
  font-family: "DM Serif Display", serif;
  letter-spacing: 1px;
  font-size: 11px;
  font-style: italic;
  margin-top: -10px;
}
#ltki_wrapper .ltki-container .ltki-feed {
  width: 100%;
}
@media screen and (max-width: 820px) {
  #ltki_wrapper .ltki-container .ltki-feed {
    display: none;
  }
}
#ltki_wrapper .ltki-container .ltki-feed-mobile {
  width: 100%;
  display: none;
}
@media screen and (max-width: 820px) {
  #ltki_wrapper .ltki-container .ltki-feed-mobile {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #ltki_wrapper {
    margin: 0;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 600px) {
  #ltki_wrapper {
    padding: 50px 30px;
  }
  #ltki_wrapper .ltki-container .ltki-header {
    flex-direction: column !important;
  }
  #ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-subtitle {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }
}

#more_posts, #load_more_posts {
  padding: 50px;
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
}
#more_posts .next-up-header, #load_more_posts .next-up-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;
}
#more_posts .next-up-footer, #load_more_posts .next-up-footer {
  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;
}
#more_posts .post-grid-title-wrap, #load_more_posts .post-grid-title-wrap {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  padding: 0;
}
#more_posts .post-grid-title-wrap .post-grid-title, #load_more_posts .post-grid-title-wrap .post-grid-title {
  font-size: 45px;
  letter-spacing: 2px;
  font-family: "DM Serif Display", serif;
  text-transform: capitalize;
  padding: 0 0 25px 0px;
}
#more_posts .next-up-posts, #load_more_posts .next-up-posts {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 2em;
  column-gap: 1.5em;
  padding: 0 !important;
}
#more_posts .next-up-posts .post-block, #load_more_posts .next-up-posts .post-block {
  margin: 0;
}
#more_posts .next-up-posts .post-block .post-block-title, #load_more_posts .next-up-posts .post-block .post-block-title {
  text-align: center;
}
#more_posts .next-up-posts .next-up-post, #load_more_posts .next-up-posts .next-up-post {
  position: relative;
  width: 25%;
  padding: 20px;
}
#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 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: "Open Sans", 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: "DM Serif Display", 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: "DM Serif Display", 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: "Lato", 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: 960px) {
  #more_posts, #load_more_posts {
    margin: 0;
    padding: 50px;
  }
  #more_posts .next-up-posts, #load_more_posts .next-up-posts {
    padding: 0;
  }
  #more_posts .post-grid-title-wrap, #load_more_posts .post-grid-title-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 820px) {
  #more_posts, #load_more_posts {
    padding: 50px 40px;
  }
  #more_posts .next-up-posts, #load_more_posts .next-up-posts {
    grid-template-columns: 1fr 1fr;
  }
  #more_posts .next-up-post, #load_more_posts .next-up-post {
    padding: 0px 0;
  }
  #more_posts .next-up-post .next-up-post-body, #load_more_posts .next-up-post .next-up-post-body {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 600px) {
  #more_posts, #load_more_posts {
    padding: 30px 30px 70px;
    margin-top: 10px;
  }
  #more_posts .post-grid-title-wrap, #load_more_posts .post-grid-title-wrap {
    padding: 0 10px;
    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%;
  }
  #more_posts .post-grid-title-wrap .post-grid-title, #load_more_posts .post-grid-title-wrap .post-grid-title {
    text-align: center;
  }
  #more_posts #posts-grid.container-xl, #load_more_posts #posts-grid.container-xl {
    padding: 0;
  }
  #more_posts .next-up-posts, #load_more_posts .next-up-posts {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 420px) {
  #more_posts .post-grid-title-wrap .post-grid-title .post-grid-title, #more_posts #load_more_posts .post-grid-title-wrap .post-grid-title, #load_more_posts .post-grid-title-wrap .post-grid-title .post-grid-title, #load_more_posts #load_more_posts .post-grid-title-wrap .post-grid-title {
    padding: 0 0 0 10px;
    text-align: center;
  }
  #more_posts .next-up-posts .next-up-post, #more_posts .next-up-posts .post-block, #load_more_posts .next-up-posts .next-up-post, #load_more_posts .next-up-posts .post-block {
    width: 100% !important;
    margin-bottom: 0;
  }
}

#shop_highlights {
  position: relative;
  padding: 0px 50px 0px;
}
#shop_highlights .shop-highlights-inner {
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
  padding: 100px 0;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper {
  padding: 0 70px;
  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;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
  width: 46%;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-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;
  width: 61%;
  margin-right: -20px;
  padding-left: 65px;
  row-gap: 25px;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-title {
  text-align: center;
  font-size: 45px;
  line-height: 50px;
  text-transform: capitalize;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-title span {
  font-family: "Bisous", sans-serif;
  font-size: 60px;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 2em;
  column-gap: 2em;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product {
  width: 100%;
  padding: 0px;
  text-align: center;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product .product-wrap .product-image {
  max-height: 170px;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-cta {
  min-width: 180px;
}
@media screen and (max-width: 1180px) {
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    padding-left: 2vw;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .product .product-wrap .product-body .product-title {
    font-size: 14px;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
    min-height: 600px;
  }
}
@media screen and (max-width: 960px) {
  #shop_highlights {
    padding: 0px 50px;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper {
    padding: 0;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products {
    column-gap: 1em;
  }
}
@media screen and (max-width: 820px) {
  #shop_highlights {
    padding: 0px 40px;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper {
    flex-direction: column !important;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
    width: 80%;
    margin-bottom: 20px;
    min-height: 400px;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    padding-top: 40px;
    padding-left: 0px;
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  #shop_highlights {
    padding: 0px 30px 0px;
  }
  #shop_highlights .shop-highlights-inner {
    padding: 70px 0;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    padding-top: 20px;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products {
    grid-template-columns: 1fr 1fr;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
    min-height: 400px;
    width: 100%;
  }
}

.shop-look {
  padding: 50px;
}
.shop-look .shop-look-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;
}
.shop-look .shop-look-container .shop-look-body {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  width: 30%;
}
.shop-look .shop-look-container .shop-look-products-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-end !important;
  -webkit-justify-content: flex-end !important;
  width: 66%;
}
.shop-look .shop-look-container .shop-look-products-wrap .shop-look-image {
  width: 57%;
}
.shop-look .shop-look-container .shop-look-products-wrap .shop-look-products {
  position: relative;
  width: 57%;
  margin-left: -14%;
  background: #ffffff;
  padding: 50px 20px;
}
.shop-look .shop-look-container .shop-look-products-wrap .shop-look-products.slick-slider .slick-arrow.slick-prev {
  left: 2%;
}
.shop-look .shop-look-container .shop-look-products-wrap .shop-look-products.slick-slider .slick-arrow.slick-next {
  right: 2%;
}

#subscribe_section {
  position: relative;
  background: #F5D3D9;
  margin-top: 50px !important;
  margin-bottom: 100px !important;
  width: calc(100% - 100px);
}
#subscribe_section .b-rose {
  right: -70px;
}
#subscribe_section.green-bg {
  background: #E0F1ED;
}
#subscribe_section .subscribe-section-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-image {
  position: absolute;
  left: 0;
  width: 48%;
  max-width: 400px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content {
  position: relative;
  width: 65%;
  text-align: center;
  padding: 90px 50px 50px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-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%;
  row-gap: 10px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-subtitle {
  font-family: "Bisous", sans-serif;
  font-size: 115px;
  text-transform: lowercase;
  letter-spacing: 0;
  transform: rotate(-7deg);
  position: absolute;
  top: 35px;
  left: 95px;
  line-height: 70px;
}
@media screen and (max-width: 1180px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-subtitle {
    left: 60px;
  }
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-title {
  font-family: "DM Serif Display", serif;
  font-size: 45px;
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: nowrap;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-title span {
  display: inline-block;
  font-family: "Bisous", sans-serif;
  font-size: 77px;
  transform: rotate(-7deg) translate(0, -35%);
  margin-right: -20%;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-text {
  font-family: "Lato", serif;
  font-size: 20px;
  padding: 0 20px;
  margin-bottom: 30px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form {
  width: 100%;
  padding: 0 !important;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup_scroll {
  display: flex;
  column-gap: 7px;
}
@media screen and (max-width: 960px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup_scroll {
    flex-direction: column;
  }
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup .mc-field-group {
  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;
  margin-bottom: 10px;
  width: 75%;
  column-gap: 15px;
  row-gap: 10px;
}
@media screen and (max-width: 960px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup .mc-field-group {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup .mc-field-group {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: flex-end !important;
    -webkit-align-items: flex-end !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input {
  border-radius: 0px !important;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
  border: none;
  width: 100%;
  font-family: "Lato", serif;
  background-color: white;
  border: none !important;
  margin-right: 0px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input::placeholder {
  text-transform: capitalize;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input[type=submit] {
  margin-bottom: 0;
  font-weight: bold !important;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input[type=submit]:hover {
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input input#mc-embedded-subscribe {
    padding: 9px 12px;
  }
}
@media screen and (max-width: 820px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input input#mc-embedded-subscribe {
    padding: 9px 12px;
  }
}
@media screen and (max-width: 600px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input {
    margin-right: 0;
    width: 100%;
    padding: 9px 10px;
  }
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form.stacked-inputs #mc_embed_signup .mc-field-group {
  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;
}
@media screen and (max-width: 960px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form {
    width: 100%;
  }
}
#subscribe_section.stacked-inputs {
  margin: 50px 50px 12vh;
}
#subscribe_section.stacked-inputs .subscribe-section-wrapper .subscribe-section-image {
  top: 16px;
  max-width: 500px;
}
#subscribe_section.stacked-inputs .subscribe-section-wrapper .subscribe-section-content {
  width: 46%;
}
@media screen and (max-width: 1500px) {
  #subscribe_section .b-rose {
    right: -70px;
  }
}
@media screen and (max-width: 1180px) {
  #subscribe_section {
    margin: 50px 50px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-image {
    left: 60px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content {
    width: 55%;
  }
}
@media screen and (max-width: 960px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-image {
    width: 35%;
    left: 40px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content {
    width: 60%;
    padding: 70px 30px 50px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-subtitle {
    font-size: 80px;
    top: 15px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form.stacked-inputs #mc_embed_signup .mc-field-group {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 820px) {
  #subscribe_section {
    margin: 40px 40px;
    width: calc(100% - 80px);
    margin-bottom: 70px !important;
  }
  #subscribe_section .b-rose {
    right: -60px;
  }
  #subscribe_section .subscribe-section-wrapper {
    padding: 30px 0;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content {
    padding: 50px 30px;
    margin-top: 17px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-subtitle {
    font-size: 70px;
    top: -10px !important;
    left: 64px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-title span {
    font-size: 53px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-text {
    font-size: 15px;
  }
  #subscribe_section.stacked-inputs {
    margin: 50px 40px 3vh;
  }
}
@media screen and (max-width: 600px) {
  #subscribe_section {
    padding: 150px 20px 1vh;
    margin-top: 0px !important;
    margin-bottom: 40px !important;
    width: calc(100% - 60px);
  }
  #subscribe_section .b-rose {
    max-width: 200px;
    right: -40px;
  }
  #subscribe_section.stacked-inputs {
    margin: 0 30px;
  }
  #subscribe_section .subscribe-section-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-image {
    width: 100%;
    height: 250px;
    position: relative;
    left: 0;
    margin-top: -130px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content {
    width: 100% !important;
    margin-top: 10px;
    padding: 30px 0px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-subtitle {
    left: unset;
    margin-left: -15vw;
    transform: rotate(-3deg);
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-title {
    font-size: 35px;
    margin-top: 12px;
    margin-bottom: 6px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-subtitle {
    line-height: 1.1;
    top: -23px;
    margin-left: 1vw;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-text {
    margin-bottom: 10px;
  }
}

.subscribe-banner-footer {
  margin: 100px 50px 130px !important;
}
.subscribe-banner-footer .subscribe-section-wrapper .subscribe-section-content {
  padding: 60px 50px 40px !important;
}
.subscribe-banner-footer .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-title span {
  font-size: 68px;
}
.subscribe-banner-footer .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form {
  margin: 0px !important;
}
.subscribe-banner-footer .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup .mc-field-group {
  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;
}
.subscribe-banner-footer .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input {
  margin: 0 2px;
}
.subscribe-banner-footer .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input[type=submit] {
  height: 41px;
  width: 150px !important;
}
@media screen and (max-width: 820px) {
  .subscribe-banner-footer {
    margin: 60px 30px 90px !important;
  }
  .subscribe-banner-footer .subscribe-section-wrapper .subscribe-section-content {
    padding: 33px 31px 40px 100px !important;
    margin-top: 17px;
  }
  .subscribe-banner-footer .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup .mc-field-group {
    flex-direction: column !important;
  }
  .subscribe-banner-footer .subscribe-section-wrapper .subscribe-section-image {
    width: 42%;
  }
  .subscribe-banner-footer.stacked-inputs {
    margin: 50px 40px 3vh;
  }
}
@media screen and (max-width: 600px) {
  .subscribe-banner-footer {
    padding: 100px 20px 1vh !important;
  }
  .subscribe-banner-footer .subscribe-section-wrapper {
    flex-direction: column;
  }
  .subscribe-banner-footer .subscribe-section-wrapper .subscribe-section-content {
    width: 100% !important;
    margin-top: 40px;
    padding: 6px 0 26px !important;
  }
  .subscribe-banner-footer .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-text {
    margin-bottom: 0;
  }
  .subscribe-banner-footer .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form {
    padding: 0px 20px 1vh;
  }
}

#subscribe_bar {
  position: relative;
  padding: 30px 20px;
  background-color: #E0F1ED;
  column-gap: 2em;
}
#subscribe_bar [data-ff-el=root].ff-64e63514db7b1adad52ff3c9 .ff-64e63514db7b1adad52ff3c9__form {
  padding: 0 !important;
}
#subscribe_bar [data-ff-el=root].ff-64e63514db7b1adad52ff3c9 .ff-64e63514db7b1adad52ff3c9__subtitle, #subscribe_bar [data-ff-el=root].ff-64e63514db7b1adad52ff3c9 .ff-64e63514db7b1adad52ff3c9__title {
  display: none !important;
}
#subscribe_bar .subscribe-bar-title {
  margin-bottom: 0;
  padding: 0px;
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  color: #ffffff;
}
#subscribe_bar .subscribe-bar-text {
  color: #ffffff;
}
#subscribe_bar .subscribe-bar-form p {
  margin: 0;
  color: #ffffff;
}
#subscribe_bar .subscribe-bar-form input[type=submit] {
  font-size: 11px !important;
  padding: 17px !important;
  margin: 0 7px;
  border-radius: 10px !important;
}
#subscribe_bar .subscribe-bar-form #mc_embed_signup form #mc_embed_signup_scroll {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#subscribe_bar .subscribe-bar-form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
  padding-bottom: 0 !important;
}
#subscribe_bar .subscribe-bar-form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input {
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 14px;
  width: 20vw;
  margin: 7px;
  background-color: #ffffff;
}
#subscribe_bar .subscribe-bar-form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input::placeholder {
  text-transform: uppercase;
}
@media screen and (max-width: 1180px) {
  #subscribe_bar .subscribe-bar-form {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #subscribe_bar .subscribe-bar-form {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #subscribe_bar .subscribe-bar-form {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1180px) {
  #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: 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;
  }
  #subscribe_bar .mc-field-group br {
    display: none;
  }
  #subscribe_bar .mc-field-group .btn-primary {
    width: 210px;
  }
}
@media screen and (max-width: 820px) {
  #subscribe_bar .subscribe-bar-form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input {
    width: 30vw;
  }
}
@media screen and (max-width: 600px) {
  #subscribe_bar .subscribe-bar-form input[type=submit] {
    width: 80vw;
    margin: 7px;
  }
  #subscribe_bar .subscribe-bar-form #mc_embed_signup form #mc_embed_signup_scroll {
    flex-direction: column;
  }
  #subscribe_bar .subscribe-bar-form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
    flex-direction: column !important;
  }
  #subscribe_bar .subscribe-bar-form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input {
    width: 80vw;
  }
}

.featured-products {
  margin: 0 0 90px;
}

.featured-products.smash-tabbed-wrapper.container-xl {
  max-width: 1300px;
}
.featured-products.smash-tabbed-wrapper .smash-tabbed-title {
  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;
  text-transform: uppercase;
}
.featured-products.smash-tabbed-wrapper .product-tab-footer {
  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;
  padding-top: 20px;
}
.featured-products.smash-tabbed-wrapper .product-tab-footer hr {
  flex: 1;
}
.featured-products.smash-tabbed-wrapper .product-tab-footer .product-tab-btn {
  margin: 0 auto;
  background-color: #ffffff;
  min-width: 170px;
  position: relative;
  top: -7px;
  padding: 10px 30px !important;
}

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