/*!
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
--------------------------------------------------------------*/
/*******
COLORS
*******/
@font-face {
  font-family: "bodonireg";
  src: url("fonts/BodoniSvtyTwoITCTT-Book.eot"); /* IE9 Compat Modes */
  src: url("fonts/BodoniSvtyTwoITCTT-Book.eot?#iefix") format("embedded-opentype"), url("fonts/BodoniSvtyTwoITCTT-Book.woff") format("woff"), url("fonts/BodoniSvtyTwoITCTT-Book.ttf") format("truetype"), url("fonts/BodoniSvtyTwoITCTT-Book.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Salty Feathers";
  src: url("fonts/Salty Feathers.eot"); /* IE9 Compat Modes */
  src: url("fonts/Salty Feathers.eot?#iefix") format("embedded-opentype"), url("fonts/Salty Feathers.woff") format("woff"), url("fonts/Salty Feathers.ttf") format("truetype"), url("fonts/Salty Feathers.svg#svgFontName") format("svg"); /* Legacy iOS */
}
#subscribe_section_banner .subscribe-section-image [data-ff-el=root].ff-63cafd56b4f015f30446d395 .ff-63cafd56b4f015f30446d395__title *, h1, h2, h3, h4, h5, h6, .main-title {
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 100;
  line-height: 1.15;
  margin: 0;
}

.main-title {
  font-family: sans-serif;
  font-size: 40px;
}

.featured-snapshots-wrapper .featured-snapshots .snapshot .post-products-wrap .post-products, .featured-snapshots-wrapper .featured-snapshots.slick-slider .slick-arrow, .home-post .home-post-inner .home-post-image .social-share .share-actions, #circle_links .circle-links-slider, .page-nav.side-nav .page-menu-container .page-menu li .menu-drop .menu-drop-trigger, .snapshot.archive-item .post-item-image-wrap .post-item-image:hover, .snapshot.archive-item .post-item-image-wrap .post-item-image::after, .snapshot.archive-item .post-item-image-wrap .post-item-image .post-item-cta, .shop-highlights-image .shop-dot-wrapper .shop-dot-product, .fixed-search, #cta_blocks .cta-block .cta-wrap, #masthead, .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content, .alm-btn-wrap .alm-load-more-btn span, .animate-right > .icon, #contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element > *, .animate-right > *, .share-icons .social-share .social-share-inner.fade-share > .fade, .product .product-wrap .product-image > .fade, .post-block .post-block-image > .fade, .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, .about-nav-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_bottom_container #mobile_menu_bottom li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu li .sub-menu, .icons-nav .menu li .sub-menu, #colophon #footer_menu li .sub-menu, .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu li .sub-menu, #masthead .header-block.header-right .header-block-inner .menu-container .menu li .sub-menu, #colophon a, #masthead a, a.nav-link, #about_page .about-blocks .about-block .about-block-body .about-block-text .underlined::after, #about_page .about-blocks .about-block .about-block-body .about-block-text .underlined, .highlights-rows-header a, #about_section .about-container .about-body .about-cta-wrapper .about-cta, #hero_slider .hero-slide .hero-image .hero-body .hero-cta, #featured_hero_slider .hero-slide .hero-image .hero-body .hero-cta, #about_page .about-blocks .about-block:nth-child(2n+1) .about-block-body .about-block-text h2, .footer-blocks a, .about-nav-wrapper .menu-container .menu > li > a, a.white-link, .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, .quick-links a, article.post .entry-content ul a, article.post .entry-content li a,
article.snapshot .entry-content ul a,
article.snapshot .entry-content li a, article.post .entry-content a,
article.snapshot .entry-content 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;
}

.quick-links a, article.post .entry-content ul a, article.post .entry-content li a,
article.snapshot .entry-content ul a,
article.snapshot .entry-content li a, article.post .entry-content a,
article.snapshot .entry-content a, article.post .quick-links a,
article.snapshot .quick-links a, p a {
  color: #CDB29D;
  outline: none;
  text-decoration: none;
}
.quick-links a .icon, article.post .entry-content a .icon,
article.snapshot .entry-content 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;
}
.quick-links a:focus, article.post .entry-content a:focus,
article.snapshot .entry-content a:focus, article.post .quick-links a:focus,
article.snapshot .quick-links a:focus, p a:focus, .quick-links a:active, article.post .entry-content a:active,
article.snapshot .entry-content a:active, article.post .quick-links a:active,
article.snapshot .quick-links a:active, p a:active, .quick-links a:visited, article.post .entry-content a:visited,
article.snapshot .entry-content a:visited, article.post .quick-links a:visited,
article.snapshot .quick-links a:visited, p a:visited {
  color: #CDB29D;
}
.quick-links a:hover, article.post .entry-content a:hover,
article.snapshot .entry-content a:hover, article.post .quick-links a:hover,
article.snapshot .quick-links a:hover, p a:hover {
  cursor: pointer;
  color: #E6D1C1;
}

.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: #000000;
  outline: none;
  text-decoration: none;
}
.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;
}
.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, .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, .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: #000000;
}
.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: #CDB29D;
}

.footer-blocks a, .about-nav-wrapper .menu-container .menu > li > a, a.white-link {
  color: #ffffff;
  outline: none;
  text-decoration: none;
}
.footer-blocks a .icon, .about-nav-wrapper .menu-container .menu > li > a .icon, a.white-link .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.footer-blocks a:focus, .about-nav-wrapper .menu-container .menu > li > a:focus, a.white-link:focus, .footer-blocks a:active, .about-nav-wrapper .menu-container .menu > li > a:active, a.white-link:active, .footer-blocks a:visited, .about-nav-wrapper .menu-container .menu > li > a:visited, a.white-link:visited {
  color: #ffffff;
}
.footer-blocks a:hover, .about-nav-wrapper .menu-container .menu > li > a:hover, a.white-link:hover {
  cursor: pointer;
  color: #CDB29D;
}

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

.highlights-rows-header a, #about_section .about-container .about-body .about-cta-wrapper .about-cta, #hero_slider .hero-slide .hero-image .hero-body .hero-cta, #featured_hero_slider .hero-slide .hero-image .hero-body .hero-cta, #about_page .about-blocks .about-block:nth-child(2n+1) .about-block-body .about-block-text h2 {
  display: inline !important;
  position: relative;
  color: #000000;
  outline: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 18px), #E6D1C1 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position-y: 12px;
  padding-bottom: 0px;
  transition: background-position-y 0.25s;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.highlights-rows-header a:hover, #about_section .about-container .about-body .about-cta-wrapper .about-cta:hover, #hero_slider .hero-slide .hero-image .hero-body .hero-cta:hover, #featured_hero_slider .hero-slide .hero-image .hero-body .hero-cta:hover, #about_page .about-blocks .about-block:nth-child(2n+1) .about-block-body .about-block-text h2:hover, .highlights-rows-header a a:focus, #about_section .about-container .about-body .about-cta-wrapper .about-cta a:focus, #hero_slider .hero-slide .hero-image .hero-body .hero-cta a:focus, #featured_hero_slider .hero-slide .hero-image .hero-body .hero-cta a:focus, #about_page .about-blocks .about-block:nth-child(2n+1) .about-block-body .about-block-text h2 a:focus, .highlights-rows-header a a:active, #about_section .about-container .about-body .about-cta-wrapper .about-cta a:active, #hero_slider .hero-slide .hero-image .hero-body .hero-cta a:active, #featured_hero_slider .hero-slide .hero-image .hero-body .hero-cta a:active, #about_page .about-blocks .about-block:nth-child(2n+1) .about-block-body .about-block-text h2 a:active, .highlights-rows-header a a:visited, #about_section .about-container .about-body .about-cta-wrapper .about-cta a:visited, #hero_slider .hero-slide .hero-image .hero-body .hero-cta a:visited, #featured_hero_slider .hero-slide .hero-image .hero-body .hero-cta a:visited, #about_page .about-blocks .about-block:nth-child(2n+1) .about-block-body .about-block-text h2 a:visited {
  background-position-y: 0;
}

#about_page .about-blocks .about-block .about-block-body .about-block-text .underlined {
  position: relative;
  color: #000000;
  outline: none;
  text-decoration: none;
  z-index: 1;
}
#about_page .about-blocks .about-block .about-block-body .about-block-text .underlined > * {
  position: relative;
  z-index: 1;
}
#about_page .about-blocks .about-block .about-block-body .about-block-text .underlined::after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  bottom: 20%;
  background: #CDB29D;
  z-index: -1;
}

#about_page .about-blocks .about-block .about-block-body .about-block-text .underlined {
  position: relative;
  color: #000000;
  outline: none;
  text-decoration: none;
  z-index: 1;
}
#about_page .about-blocks .about-block .about-block-body .about-block-text .underlined > * {
  position: relative;
  z-index: 1;
}
#about_page .about-blocks .about-block .about-block-body .about-block-text .underlined::after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  bottom: 20%;
  background: #CDB29D;
  z-index: -1;
}

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

#colophon a {
  color: #404040;
  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: #404040;
}
#colophon a:hover {
  cursor: pointer;
  color: #545E53;
}

.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu, .about-nav-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_bottom_container #mobile_menu_bottom, .mobile-nav-outer .mobile-nav-body #mobile_menu, .icons-nav .menu, #colophon #footer_menu, .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu, #masthead .header-block.header-right .header-block-inner .menu-container .menu {
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li, .about-nav-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_bottom_container #mobile_menu_bottom li, .mobile-nav-outer .mobile-nav-body #mobile_menu li, .icons-nav .menu li, #colophon #footer_menu li, .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu li, #masthead .header-block.header-right .header-block-inner .menu-container .menu li {
  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;
  float: none;
  padding: 0 10px;
  white-space: nowrap;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu, .about-nav-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_bottom_container #mobile_menu_bottom li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu li .sub-menu, .icons-nav .menu li .sub-menu, #colophon #footer_menu li .sub-menu, .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu li .sub-menu, #masthead .header-block.header-right .header-block-inner .menu-container .menu li .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  list-style: none;
  top: 100%;
  text-align: left;
  padding: 0;
  background: #ffffff;
  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, .about-nav-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_bottom_container #mobile_menu_bottom li .sub-menu li, .mobile-nav-outer .mobile-nav-body #mobile_menu li .sub-menu li, .icons-nav .menu li .sub-menu li, #colophon #footer_menu li .sub-menu li, .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu li .sub-menu li, #masthead .header-block.header-right .header-block-inner .menu-container .menu li .sub-menu li {
  padding: 10px 30px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu li > .sub-menu, .about-nav-wrapper .menu-container .menu li .sub-menu li > .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu li > .sub-menu, .page-nav .page-menu li .sub-menu li > .sub-menu, #more_nav #category_menu li .sub-menu li > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_bottom_container #mobile_menu_bottom li .sub-menu li > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu li .sub-menu li > .sub-menu, .icons-nav .menu li .sub-menu li > .sub-menu, #colophon #footer_menu li .sub-menu li > .sub-menu, .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu li .sub-menu li > .sub-menu, #masthead .header-block.header-right .header-block-inner .menu-container .menu li .sub-menu li > .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu li > .sub-menu, .about-nav-wrapper .menu-container .menu li .sub-menu li > .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu li > .sub-menu, .page-nav .page-menu li .sub-menu li > .sub-menu, #more_nav #category_menu li .sub-menu li > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_bottom_container #mobile_menu_bottom li .sub-menu li > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu li .sub-menu li > .sub-menu, .icons-nav .menu li .sub-menu li > .sub-menu, #colophon #footer_menu li .sub-menu li > .sub-menu, .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu li .sub-menu li > .sub-menu, #masthead .header-block.header-right .header-block-inner .menu-container .menu li .sub-menu li > .sub-menu {
    position: unset;
    left: unset;
    top: unset;
  }
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu li:hover > .sub-menu, .about-nav-wrapper .menu-container .menu li .sub-menu li:hover > .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu li:hover > .sub-menu, .page-nav .page-menu li .sub-menu li:hover > .sub-menu, #more_nav #category_menu li .sub-menu li:hover > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_bottom_container #mobile_menu_bottom li .sub-menu li:hover > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu li .sub-menu li:hover > .sub-menu, .icons-nav .menu li .sub-menu li:hover > .sub-menu, #colophon #footer_menu li .sub-menu li:hover > .sub-menu, .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu li .sub-menu li:hover > .sub-menu, #masthead .header-block.header-right .header-block-inner .menu-container .menu li .sub-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 .sub-menu a, .about-nav-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_bottom_container #mobile_menu_bottom li .sub-menu a, .mobile-nav-outer .mobile-nav-body #mobile_menu li .sub-menu a, .icons-nav .menu li .sub-menu a, #colophon #footer_menu li .sub-menu a, .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu li .sub-menu a, #masthead .header-block.header-right .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, .about-nav-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_bottom_container #mobile_menu_bottom li:hover > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu li:hover > .sub-menu, .icons-nav .menu li:hover > .sub-menu, #colophon #footer_menu li:hover > .sub-menu, .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu li:hover > .sub-menu, #masthead .header-block.header-right .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, .about-nav-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_bottom_container #mobile_menu_bottom li .icon, .mobile-nav-outer .mobile-nav-body #mobile_menu li .icon, .icons-nav .menu li .icon, #colophon #footer_menu li .icon, .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu li .icon, #masthead .header-block.header-right .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, .about-nav-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_bottom_container #mobile_menu_bottom li.menu-item-header > .menu-item-header, .mobile-nav-outer .mobile-nav-body #mobile_menu li.menu-item-header > .menu-item-header, .icons-nav .menu li.menu-item-header > .menu-item-header, #colophon #footer_menu li.menu-item-header > .menu-item-header, .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu li.menu-item-header > .menu-item-header, #masthead .header-block.header-right .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 > .sub-menu, .about-nav-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_bottom_container #mobile_menu_bottom > li > .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu > li > .sub-menu, .icons-nav .menu > li > .sub-menu, #colophon #footer_menu > li > .sub-menu, .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu > li > .sub-menu, #masthead .header-block.header-right .header-block-inner .menu-container .menu > li > .sub-menu {
  padding-top: 10px;
}

.video-cta-wrapper .video-cta-container, .featured-posts-wrapper .featured-posts-slider, .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%;
  max-width: 960px;
  margin: 0 auto !important;
}

.qa .qa-wrapper, .guides-grid, .guides-basic .guide-basic, .press .press-container, #about_page .about-intro .about-title, .container-lg {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto !important;
}

.quick-shop .quick-shop-container, .shop-masonry-links-wrapper .shop-masonry-links-container, .highlights-rows-header, .footer-blocks .footer-blocks-container, .tiled-products-wrapper .tiled-products-container, .posts-collection .posts-collection-container, #circle_links .circle-links-container, #shop_page .shop-inner, .snapshot-post-wrapper .snapshot-content, .smash-tabbed-wrapper .smash-tabbed-content, .smash-tabbed-wrapper .smash-tabbed-tabs-wrapper, .smash-tabbed-wrapper .smash-tabbed-title, .container-xl {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto !important;
}

.share-icons .social-share .social-share-inner.fade-share > .fade, .product .product-wrap .product-image > .fade, .post-block .post-block-image > .fade, .product .product-wrap .product-image-wrap > .fade {
  opacity: 0;
  visibility: hidden;
}
.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, .product .product-wrap .product-image-wrap:hover > .fade {
  opacity: 1;
  visibility: visible;
}

a.btn, .btn, a.btn-tertiary, .btn-tertiary, .video-cta-wrapper .video-cta-container .video-cta-body .video-cta-cta, #subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-form #mc_embed_signup .mc-field-group input[type=submit], .guides-grid .guide-grid.horizontal .guide-grid-body .guide-grid-btn, .guides-grid .guide-grid.vertical .guide-grid-btn, .promo-code .promo-code-inner .promo-code-link, .alm-btn-wrap .alm-load-more-btn, a.btn-secondary, .btn-secondary, .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon, .ig-section .ig-feed .ig-cta, .featured-snapshots-wrapper .featured-snapshots-footer .looks-extra a, .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-cta, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link, .featured-products-wrapper .featured-products-body .featured-products-cta, #tiktok_repeater a.featured-links-cta, .page-nav.has-btns .page-menu-container .page-menu li a, .page-nav.btns .page-menu-container .page-menu li a, #search-modal .modal-box .modal-inner input[type=submit], .post-arch .post-arch-image .post-arch-body .post-arch-more, .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], .footer-blocks .footer-blocks-right .footer-search.site-search form.search-form input[type=submit], #shop_page .products-grid-cta-wrapper .products-grid-cta, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button], #comments input#submit, #masthead .header-block.header-right .header-block-inner .menu-container .menu li a, a.btn-primary, .btn-primary, .basic-search-form.search-button-right .search-fields button {
  display: inline-block !important;
  padding: 6px 25px !important;
  font-family: sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 10px !important;
  text-align: center !important;
}

a.btn-sm, .btn-sm {
  padding: 5px 15px !important;
}

.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon, .ig-section .ig-feed .ig-cta, .featured-snapshots-wrapper .featured-snapshots-footer .looks-extra a, .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-cta, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link, .featured-products-wrapper .featured-products-body .featured-products-cta, #tiktok_repeater a.featured-links-cta, .page-nav.has-btns .page-menu-container .page-menu li a, .page-nav.btns .page-menu-container .page-menu li a, #search-modal .modal-box .modal-inner input[type=submit], .post-arch .post-arch-image .post-arch-body .post-arch-more, .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], .footer-blocks .footer-blocks-right .footer-search.site-search form.search-form input[type=submit], #shop_page .products-grid-cta-wrapper .products-grid-cta, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button], #comments input#submit, #masthead .header-block.header-right .header-block-inner .menu-container .menu li a, a.btn-primary, .btn-primary, .basic-search-form.search-button-right .search-fields button {
  background: #545E53 !important;
  border: 2px solid #545E53 !important;
  color: #ffffff !important;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon a, .ig-section .ig-feed .ig-cta a, .featured-snapshots-wrapper .featured-snapshots-footer .looks-extra a a, .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-cta a, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger a, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link a, .featured-products-wrapper .featured-products-body .featured-products-cta a, #tiktok_repeater a.featured-links-cta a, .page-nav.has-btns .page-menu-container .page-menu li a a, .page-nav.btns .page-menu-container .page-menu li a a, #search-modal .modal-box .modal-inner input[type=submit] a, .post-arch .post-arch-image .post-arch-body .post-arch-more 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, .footer-blocks .footer-blocks-right .footer-search.site-search form.search-form input[type=submit] a, #shop_page .products-grid-cta-wrapper .products-grid-cta a, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button] a, #comments input#submit a, #masthead .header-block.header-right .header-block-inner .menu-container .menu li a a, .btn-primary a, .basic-search-form.search-button-right .search-fields button a {
  color: #ffffff !important;
}
.ig-section .ig-feed .ig-cta .icon, .featured-snapshots-wrapper .featured-snapshots-footer .looks-extra a .icon, .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-cta .icon, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger .icon, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link .icon, .featured-products-wrapper .featured-products-body .featured-products-cta .icon, #tiktok_repeater a.featured-links-cta .icon, .page-nav.has-btns .page-menu-container .page-menu li a .icon, .page-nav.btns .page-menu-container .page-menu li a .icon, #search-modal .modal-box .modal-inner input[type=submit] .icon, .post-arch .post-arch-image .post-arch-body .post-arch-more .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, .footer-blocks .footer-blocks-right .footer-search.site-search form.search-form input[type=submit] .icon, #shop_page .products-grid-cta-wrapper .products-grid-cta .icon, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button] .icon, #comments input#submit .icon, #masthead .header-block.header-right .header-block-inner .menu-container .menu li a .icon, .btn-primary .icon, .basic-search-form.search-button-right .search-fields button .icon, .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon, .ig-section .ig-feed .icon.ig-cta, .featured-snapshots-wrapper .featured-snapshots-footer .looks-extra a.icon, .about-nav-wrapper .about-nav-inner .about-nav-body .icon.about-nav-cta, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .icon.post-products-trigger, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.icon.collection-post-main-link, .featured-products-wrapper .featured-products-body .icon.featured-products-cta, #tiktok_repeater a.icon.featured-links-cta, .page-nav.has-btns .page-menu-container .page-menu li a.icon, .page-nav.btns .page-menu-container .page-menu li a.icon, #search-modal .modal-box .modal-inner input.icon[type=submit], .post-arch .post-arch-image .post-arch-body .icon.post-arch-more, .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], .footer-blocks .footer-blocks-right .footer-search.site-search form.search-form input.icon[type=submit], #shop_page .products-grid-cta-wrapper .icon.products-grid-cta, #contact_page .contact-wrapper .contact-body nf-field input.icon[value=Submit][type=button], #comments input.icon#submit, #masthead .header-block.header-right .header-block-inner .menu-container .menu li a.icon, .icon.btn-primary, .basic-search-form.search-button-right .search-fields button.icon {
  fill: #ffffff !important;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon:hover, .ig-section .ig-feed .ig-cta:hover, .featured-snapshots-wrapper .featured-snapshots-footer .looks-extra a:hover, .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-cta:hover, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger:hover, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link:hover, .featured-products-wrapper .featured-products-body .featured-products-cta:hover, #tiktok_repeater a.featured-links-cta:hover, .page-nav.has-btns .page-menu-container .page-menu li a:hover, .page-nav.btns .page-menu-container .page-menu li a:hover, #search-modal .modal-box .modal-inner input[type=submit]:hover, .post-arch .post-arch-image .post-arch-body .post-arch-more: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, .footer-blocks .footer-blocks-right .footer-search.site-search form.search-form input[type=submit]:hover, #shop_page .products-grid-cta-wrapper .products-grid-cta:hover, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button]:hover, #comments input#submit:hover, #masthead .header-block.header-right .header-block-inner .menu-container .menu li a:hover, .btn-primary:hover, .basic-search-form.search-button-right .search-fields button:hover {
  background: #DCCCB6 !important;
  border: 2px solid #DCCCB6 !important;
  color: #404040 !important;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon:hover a, .ig-section .ig-feed .ig-cta:hover a, .featured-snapshots-wrapper .featured-snapshots-footer .looks-extra a:hover a, .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-cta:hover a, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger:hover a, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link:hover a, .featured-products-wrapper .featured-products-body .featured-products-cta:hover a, #tiktok_repeater a.featured-links-cta:hover a, .page-nav.has-btns .page-menu-container .page-menu li a:hover a, .page-nav.btns .page-menu-container .page-menu li a:hover a, #search-modal .modal-box .modal-inner input[type=submit]:hover a, .post-arch .post-arch-image .post-arch-body .post-arch-more: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, .footer-blocks .footer-blocks-right .footer-search.site-search form.search-form input[type=submit]:hover a, #shop_page .products-grid-cta-wrapper .products-grid-cta:hover a, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button]:hover a, #comments input#submit:hover a, #masthead .header-block.header-right .header-block-inner .menu-container .menu li a:hover a, .btn-primary:hover a, .basic-search-form.search-button-right .search-fields button:hover a {
  color: #404040 !important;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon:hover .icon, .ig-section .ig-feed .ig-cta:hover .icon, .featured-snapshots-wrapper .featured-snapshots-footer .looks-extra a:hover .icon, .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-cta:hover .icon, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products-trigger:hover .icon, .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-link:hover .icon, .featured-products-wrapper .featured-products-body .featured-products-cta:hover .icon, #tiktok_repeater a.featured-links-cta:hover .icon, .page-nav.has-btns .page-menu-container .page-menu li a:hover .icon, .page-nav.btns .page-menu-container .page-menu li a:hover .icon, #search-modal .modal-box .modal-inner input[type=submit]:hover .icon, .post-arch .post-arch-image .post-arch-body .post-arch-more: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, .footer-blocks .footer-blocks-right .footer-search.site-search form.search-form input[type=submit]:hover .icon, #shop_page .products-grid-cta-wrapper .products-grid-cta:hover .icon, #contact_page .contact-wrapper .contact-body nf-field input[value=Submit][type=button]:hover .icon, #comments input#submit:hover .icon, #masthead .header-block.header-right .header-block-inner .menu-container .menu li a:hover .icon, .btn-primary:hover .icon, .basic-search-form.search-button-right .search-fields button:hover .icon {
  fill: #404040 !important;
}

.video-cta-wrapper .video-cta-container .video-cta-body .video-cta-cta, #subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-form #mc_embed_signup .mc-field-group input[type=submit], .guides-grid .guide-grid.horizontal .guide-grid-body .guide-grid-btn, .guides-grid .guide-grid.vertical .guide-grid-btn, .promo-code .promo-code-inner .promo-code-link, .alm-btn-wrap .alm-load-more-btn, a.btn-secondary, .btn-secondary {
  background: #A06F53 !important;
  border: 2px solid #A06F53 !important;
  color: #ffffff !important;
}
.video-cta-wrapper .video-cta-container .video-cta-body .video-cta-cta a, #subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-form #mc_embed_signup .mc-field-group input[type=submit] a, .guides-grid .guide-grid.horizontal .guide-grid-body .guide-grid-btn a, .guides-grid .guide-grid.vertical .guide-grid-btn a, .promo-code .promo-code-inner .promo-code-link a, .alm-btn-wrap .alm-load-more-btn a, .btn-secondary a {
  color: #ffffff !important;
}
.video-cta-wrapper .video-cta-container .video-cta-body .video-cta-cta .icon, #subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-form #mc_embed_signup .mc-field-group input[type=submit] .icon, .guides-grid .guide-grid.horizontal .guide-grid-body .guide-grid-btn .icon, .guides-grid .guide-grid.vertical .guide-grid-btn .icon, .promo-code .promo-code-inner .promo-code-link .icon, .alm-btn-wrap .alm-load-more-btn .icon, .btn-secondary .icon, .video-cta-wrapper .video-cta-container .video-cta-body .icon.video-cta-cta, #subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-form #mc_embed_signup .mc-field-group input.icon[type=submit], .guides-grid .guide-grid.horizontal .guide-grid-body .icon.guide-grid-btn, .guides-grid .guide-grid.vertical .icon.guide-grid-btn, .promo-code .promo-code-inner .icon.promo-code-link, .alm-btn-wrap .icon.alm-load-more-btn, .icon.btn-secondary {
  fill: #ffffff !important;
}
.video-cta-wrapper .video-cta-container .video-cta-body .video-cta-cta:hover, #subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-form #mc_embed_signup .mc-field-group input[type=submit]:hover, .guides-grid .guide-grid.horizontal .guide-grid-body .guide-grid-btn:hover, .guides-grid .guide-grid.vertical .guide-grid-btn:hover, .promo-code .promo-code-inner .promo-code-link:hover, .alm-btn-wrap .alm-load-more-btn:hover, .btn-secondary:hover {
  background: #DCCCB6 !important;
  border: 2px solid #DCCCB6 !important;
  color: #404040 !important;
}
.video-cta-wrapper .video-cta-container .video-cta-body .video-cta-cta:hover a, #subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-form #mc_embed_signup .mc-field-group input[type=submit]:hover a, .guides-grid .guide-grid.horizontal .guide-grid-body .guide-grid-btn:hover a, .guides-grid .guide-grid.vertical .guide-grid-btn:hover a, .promo-code .promo-code-inner .promo-code-link:hover a, .alm-btn-wrap .alm-load-more-btn:hover a, .btn-secondary:hover a {
  color: #404040 !important;
}
.video-cta-wrapper .video-cta-container .video-cta-body .video-cta-cta:hover .icon, #subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-form #mc_embed_signup .mc-field-group input[type=submit]:hover .icon, .guides-grid .guide-grid.horizontal .guide-grid-body .guide-grid-btn:hover .icon, .guides-grid .guide-grid.vertical .guide-grid-btn:hover .icon, .promo-code .promo-code-inner .promo-code-link:hover .icon, .alm-btn-wrap .alm-load-more-btn:hover .icon, .btn-secondary:hover .icon {
  fill: #404040 !important;
}

a.btn-tertiary, .btn-tertiary {
  background: #404040 !important;
  border: 2px solid #404040 !important;
  color: #ffffff !important;
}
.btn-tertiary a {
  color: #ffffff !important;
}
.btn-tertiary .icon, .icon.btn-tertiary {
  fill: #ffffff !important;
}
.btn-tertiary:hover {
  background: #ffffff !important;
  border: 2px solid #404040 !important;
  color: #404040 !important;
}
.btn-tertiary:hover a {
  color: #404040 !important;
}
.btn-tertiary:hover .icon {
  fill: #404040 !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.footer-blocks-3, .adjust-center {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
.footer-blocks .footer-blocks-container.footer-blocks-3 > *, .adjust-center > * {
  flex: 1;
}
.footer-blocks .footer-blocks-container.footer-blocks-3 > *:nth-child(1), .adjust-center > *:nth-child(1) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  margin-right: auto;
}
.footer-blocks .footer-blocks-container.footer-blocks-3 > *:nth-child(2), .adjust-center > *:nth-child(2) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  flex: 2;
}
.footer-blocks .footer-blocks-container.footer-blocks-3 > *:nth-child(3), .adjust-center > *:nth-child(3) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  margin-left: auto;
}

#colophon {
  position: relative;
  padding: 15px 20px;
  background: #E8DED0;
  color: #404040;
}
#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;
  margin-left: 10px;
  font-family: serif;
  font-size: 13px;
  letter-spacing: 1px;
}
#colophon .site-info .site-built {
  font-family: sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#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: center !important;
  -webkit-justify-content: center !important;
  margin-left: 5px;
}
#colophon .site-info .site-built img {
  max-height: 25px;
  margin-top: 1px;
  margin-left: 4px;
}
@media screen and (max-width: 600px) {
  #colophon {
    padding: 20px;
  }
  #colophon .site-info {
    flex-direction: column !important;
    -webkit-flex-direction: column;
    margin-left: 0;
  }
  #colophon .site-info .footer-logo {
    margin: 20px 0;
  }
  #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;
  }
}

.videos-section-wrapper .videos-container .videos-header .videos-script, #more_posts .post-grid-title-wrap .post-grid-title span, #load_more_posts .post-grid-title-wrap .post-grid-title span, #ltki_wrapper .ltki-container .ltki-header .ltki-title span, .featured-snapshots-wrapper .featured-snapshots-header .featured-snapshots-title span, .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-title span, .featured-products-wrapper .featured-products-image-wrapper .featured-products-label, #shop_page .shop-all-title span, h1 span, h2 span, h3 span {
  font-family: "Salty Feathers", serif;
  font-size: 85px;
  text-transform: lowercase;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .videos-section-wrapper .videos-container .videos-header .videos-script, #more_posts .post-grid-title-wrap .post-grid-title span, #load_more_posts .post-grid-title-wrap .post-grid-title span, #ltki_wrapper .ltki-container .ltki-header .ltki-title span, .featured-snapshots-wrapper .featured-snapshots-header .featured-snapshots-title span, .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-title span, .featured-products-wrapper .featured-products-image-wrapper .featured-products-label, #shop_page .shop-all-title span, h1 span, h2 span, h3 span {
    font-size: 66px;
  }
}

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

.post, .page {
  margin: 0;
}

.no-results {
  padding: 0 0 50px;
}

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

.no-results .page-content {
  padding: 50px;
  margin: 0;
  text-align: center;
}

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

body {
  font-family: serif;
  font-size: 20px;
}

h1 {
  font-size: 40px;
  font-family: sans-serif;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

a:focus {
  outline: none;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: serif;
  line-height: 31px;
  letter-spacing: 0.5px;
}
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 #CBCBCB !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: 50px 50px 20px;
}

.basic-search-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.basic-search-form .search-fields {
  position: relative;
  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;
}
.basic-search-form .search-fields input {
  flex: 1;
}
.basic-search-form .search-fields input[type=submit] {
  flex: 0;
}
.basic-search-form.search-icon-left .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;
}
.basic-search-form.search-icon-left .search-fields input {
  padding-left: 25px;
  border: none !important;
  border-bottom: 2px solid #CBCBCB !important;
  font-style: italic;
}
.basic-search-form.search-icon-left .search-fields button {
  position: absolute;
  left: 0;
}
.basic-search-form.search-icon-right .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;
}
.basic-search-form.search-icon-right .search-fields input {
  padding-right: 25px;
  font-style: italic;
}
.basic-search-form.search-icon-right .search-fields button {
  position: absolute;
  right: 5px;
}
.basic-search-form.search-icon-top .search-fields {
  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;
}
.basic-search-form.search-icon-top .search-fields input {
  width: 100%;
  font-family: sans-serif;
  font-size: 28px;
  border: none !important;
  text-align: center;
  padding: 0;
  color: inherit;
}
.basic-search-form.search-icon-top .search-fields input::placeholder {
  text-align: center;
}
.basic-search-form.search-icon-top .search-fields button {
  font-size: 10px;
}
.basic-search-form.search-button-right .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;
}
.basic-search-form.search-button-right .search-fields input {
  padding-right: 25px;
  font-style: italic;
  border: none !important;
  background: #ffffff;
}
.basic-search-form.search-button-right .search-fields button {
  font-style: italic;
}

.signature {
  text-align: center;
  font-family: "Salty Feathers", serif;
  font-size: 75px;
  margin: 40px 0 0;
}

.script {
  font-family: "Salty Feathers", serif;
  font-size: 70px;
  text-transform: unset;
}

.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: #CBCBCB;
  margin: 0 10px;
}

.bar-sep {
  position: relative;
  width: 46px;
  min-height: 1px;
  background: #CBCBCB;
  margin: 10px 0;
}

.dot-sep {
  position: relative;
  color: #000000;
  margin: 0 5px;
  width: 5px !important;
  height: 5px !important;
}

.blob {
  position: absolute;
  z-index: 1;
}
.blob.leaves-tr {
  top: 0;
  right: 0;
  max-width: 350px !important;
  z-index: 1;
}

.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 {
  box-shadow: none;
  height: auto !important;
  margin-bottom: 0px !important;
  margin-top: 50px !important;
  padding: 16px 35px !important;
}
.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: #000000;
}
.slick-slider .slick-arrow.slick-prev {
  left: -1%;
}
.slick-slider .slick-arrow.slick-next {
  right: -1%;
}
.slick-slider .slick-arrow:hover {
  cursor: pointer;
  color: #ffffff;
}
.slick-slider .slick-dots {
  padding: 0;
  margin: 20px 0 40px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.slick-slider .slick-dots li.slick-active button {
  padding: 0;
  background: #545E53 !important;
  border: 1px solid #545E53;
}
.slick-slider .slick-dots li button {
  position: relative;
  color: transparent !important;
  width: 12px;
  height: 12px;
  background: #B9BCB5 !important;
  border: 1px solid #B9BCB5;
  border-radius: 100% !important;
  margin: 0 10px;
  padding: 0;
}
.slick-slider .slick-dots li button:hover {
  background: #545E53 !important;
  border: 1px solid #545E53;
}
.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: #F1EAE1;
  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%;
}

.smash-tabbed-wrapper {
  position: relative;
  margin-bottom: 50px;
  padding: 0 50px;
}
.smash-tabbed-wrapper .smash-tabbed-title {
  border-top: 1px solid #CBCBCB;
  padding-top: 10px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper {
  padding: 0 10px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper .smash-tabbed-tabs-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;
  border-bottom: 1px solid #CBCBCB;
  cursor: pointer;
  padding: 0 0 1px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper .smash-tabbed-tabs-inner .smash-tabbed-cta {
  text-transform: uppercase;
  font-size: 11px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper .smash-tabbed-tabs-inner .smash-tabbed-tabs {
  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: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper .smash-tabbed-tabs-inner .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-wrapper .smash-tabbed-tabs-inner .smash-tabbed-tabs .smash-tab.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #E6D1C1;
  z-index: 1;
}
.smash-tabbed-wrapper .smash-tabbed-tabs-wrapper .smash-tabbed-tabs-inner .smash-tabbed-tabs .smash-tab:hover {
  color: #CDB29D;
}
@media screen and (max-width: 768px) {
  .smash-tabbed-wrapper .smash-tabbed-tabs-wrapper .smash-tabbed-tabs-inner {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !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 {
  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%;
  border-bottom: 1px solid #CBCBCB;
}
.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 50px 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .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 .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;
  }
}

#page .paint-sample {
  position: absolute;
  z-index: 0;
  right: -20%;
  opacity: 0.7;
}
#page .paint-sample:nth-child(2n+1) {
  right: unset;
  left: -20%;
  z-index: 0;
}
#page .bg-1 {
  top: 27%;
}
#page .bg-2 {
  top: 40%;
  right: -27%;
}
#page .bg-3 {
  top: 58%;
}
#page .bg-4 {
  bottom: 770px;
  right: -24%;
  transform: rotate(90deg);
  width: 55%;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  #page .paint-sample {
    max-width: 600px;
    right: -16%;
  }
  #page .paint-sample:nth-child(2n+1) {
    left: -16%;
  }
}
@media screen and (max-width: 1024px) {
  #page .paint-sample {
    z-index: 0;
    right: -30%;
  }
  #page .paint-sample:nth-child(2n+1) {
    left: -30%;
  }
}
@media screen and (max-width: 820px) {
  #page .paint-sample {
    z-index: 0;
    max-width: 450px;
    right: -26%;
  }
  #page .paint-sample:nth-child(2n+1) {
    left: -26%;
  }
}
@media screen and (max-width: 410px) {
  #page .paint-sample {
    z-index: 0;
    max-width: 350px;
    right: -40%;
  }
  #page .paint-sample:nth-child(2n+1) {
    left: -59%;
  }
}

body.home #page .bg-1 {
  top: 19%;
}
body.home #page .bg-2 {
  z-index: 0;
  top: 39%;
}
body.home #page .bg-3 {
  top: 68%;
}
body.home #page .bg-3.paint-sample:nth-child(2n+1) {
  z-index: 0;
}
body.home #page .bg-4 {
  top: 74%;
  right: -24%;
  transform: rotate(90deg);
  width: 55%;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  body.home #page .bg-2 {
    top: 24%;
  }
}
@media screen and (max-width: 960px) {
  body.home #page .bg-3 {
    top: 60%;
  }
}
@media screen and (max-width: 600px) {
  body.home #page .bg-3 {
    top: 63%;
  }
}

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

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

.notification-stripe {
  background-color: #000000;
  color: #ffffff;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
}
.notification-stripe p, .notification-stripe h6 {
  font-size: 12px;
}

#masthead {
  position: relative;
  padding: 30px 20px;
  font-family: sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  background-color: #F9F6F1;
}
#masthead.lock_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
#masthead.lock_nav #logo_wrap img {
  max-height: 70px;
}
#masthead.lock_nav .dot-sep:before {
  font-size: 40px;
}
#masthead .site-navigation-wrap {
  position: relative;
}
#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-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-right {
  flex: 3;
}
#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;
  column-gap: 1em;
  margin-left: auto;
}
#masthead .header-block.header-right .header-block-inner .icon.search-modal-link {
  width: 25px;
  height: 18px;
}
#masthead .header-block.header-right .header-block-inner .menu-container {
  width: 100%;
  padding-right: 10px;
}
#masthead .header-block.header-right .header-block-inner .menu-container .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: flex-end !important;
  -webkit-justify-content: flex-end !important;
  width: 100%;
}
#masthead .header-block.header-right .header-block-inner .menu-container .menu li a {
  font-size: 13px;
  padding: 6px 25px !important;
}
@media screen and (max-width: 990px) {
  #masthead .header-block.header-right .header-block-inner .menu-container .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;
  }
  #masthead .header-block.header-right .header-block-inner .menu-container .menu li {
    padding: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  #masthead .header-block.header-right .header-block-inner .menu-container {
    display: none !important;
  }
}
#masthead .header-block.header-right .header-block-inner .social-icons .social-icon {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 600px) {
  #masthead .header-block.header-right .header-block-inner .social-icons {
    display: none !important;
  }
  #masthead .header-block.header-right .header-block-inner .search-modal-link {
    margin-right: 0px;
  }
}
@media screen and (max-width: 600px) {
  #masthead .header-block {
    flex: 2;
  }
}
@media screen and (max-width: 420px) {
  #masthead .header-block {
    flex: 2;
  }
}
@media screen and (max-width: 380px) {
  #masthead .header-block {
    flex: 3;
  }
}
#masthead .fab {
  font-size: 13px;
  padding: 0;
}
#masthead .dot-sep {
  color: #784127;
}
@media screen and (max-width: 768px) {
  #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 .header-block.header-right {
    flex: 2;
  }
}
@media screen and (max-width: 600px) {
  #masthead .dot-sep {
    display: none;
  }
  #masthead .header-block.header-right .header-block-inner .icon.search-modal-link {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
  #masthead .header-block.header-left {
    flex: 4;
  }
}

.header-rule {
  height: 1px;
  width: 96%;
  margin: 0 auto;
}

#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: 0 20px;
  z-index: 1;
}
#logo_wrap img {
  max-height: 97px;
  width: auto;
}
@media screen and (max-width: 600px) {
  #logo_wrap {
    max-width: 300px;
    margin: 0 auto;
  }
}

.loop-main .loop-main-inner .loop-main-post .stacked-images {
  width: 49%;
  height: 665px;
}
.loop-main .loop-main-inner .loop-main-post .stacked-images .stacked-half {
  max-width: 325px;
  margin-right: -15%;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content {
  width: 42%;
  padding: 30px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta {
  letter-spacing: 1px;
  font-family: sans-serif;
  margin-bottom: 10px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta a.category-name {
  text-transform: uppercase;
  padding-right: 20px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta .post-date {
  font-family: sans-serif;
  font-style: italic;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content .exceprt {
  font-family: serif;
  margin-bottom: 20px;
  line-height: 28px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post span {
  padding-right: 10px;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post .icon {
  width: 10px;
  fill: #7a7a7a;
}
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post:hover .icon {
  margin-left: 5px;
}
@media screen and (max-width: 960px) {
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 30px;
    width: 44%;
  }
  .loop-main .loop-main-inner .loop-main-post .stacked-images {
    width: 55%;
    height: 465px;
  }
  .loop-main .loop-main-inner .loop-main-post .stacked-images .stacked-half {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .loop-main .loop-main-inner .loop-main-post {
    flex-direction: column;
  }
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 20px;
    width: 100%;
  }
  .loop-main .loop-main-inner .loop-main-post .stacked-images {
    width: 90%;
    height: 300px;
  }
}

#featured_posts {
  background: #000000;
  color: white;
}
#featured_posts a {
  color: white !important;
}

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

body.post-type-archive-snapshot .archive-items, body.post-type-archive-snapshot #archive_page .alm-reveal {
  row-gap: 2.5em;
  column-gap: 1em;
}

.archive-items, #archive_page .alm-reveal {
  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;
  column-gap: 2em;
  row-gap: 5em;
}
.archive-items.search-archive .product, #archive_page .alm-reveal.search-archive .product {
  width: 30%;
}
.archive-items.search-archive .archive-item, #archive_page .alm-reveal.search-archive .archive-item {
  width: 30%;
  padding: unset;
}
@media screen and (max-width: 1180px) {
  .archive-items, #archive_page .alm-reveal {
    padding: 0 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .archive-items, #archive_page .alm-reveal {
    padding: 0 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .archive-items, #archive_page .alm-reveal {
    padding: 0 30px !important;
  }
}

.archive-items {
  margin-top: 30px !important;
}
.archive-items .archive-items {
  padding: 0 !important;
}

.blog-archive-page .blog-page-title {
  font-size: 50px;
}
.blog-archive-page .blog-page-title span {
  font-size: 135px;
}
.blog-archive-page .archive-bg .archive-item.blog-page-item {
  width: 47%;
}
.blog-archive-page .archive-bg #ajax-load-more {
  margin-top: 4em !important;
  row-gap: 4em;
}
.blog-archive-page .archive-bg #ajax-load-more .archive-item.blog-page-item {
  width: 47%;
}
@media screen and (max-width: 1180px) {
  .blog-archive-page .blog-page-title {
    padding: 0 50px;
  }
  .blog-archive-page .archive-bg .archive-items {
    padding: 30px 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .blog-archive-page .archive-bg .archive-items .archive-item.blog-page-item, .blog-archive-page .archive-bg #ajax-load-more .archive-item.blog-page-item {
    width: 100%;
  }
}

.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-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;
  position: relative;
  width: 30%;
  overflow: hidden;
}
.archive-item.snapshot {
  width: 23%;
}

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

body.archive .page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-size: 11px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
body.archive .page-header .page-title {
  margin-bottom: 0;
  max-width: 60%;
}

#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: sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
}
#load-more-from .cat-nav {
  margin: 0 auto;
}

.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: 0 auto 50px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: sans-serif;
}
.cat-nav a {
  margin: 0px 15px;
}
.cat-nav .cat-nav-current {
  border-bottom: 1px solid #000000;
}

@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) {
  body.archive .page-header .page-title {
    max-width: 95%;
  }
  .archive-item, .archive-item.snapshot {
    width: 46%;
  }
  .archive-item .archive-item-image, .archive-item.snapshot .archive-item-image {
    height: 275px;
  }
}
@media only screen and (max-width: 800px) {
  .archive-item .archive-item-image {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .archive-item .archive-item-image {
    height: 350px;
  }
}
@media only screen and (max-width: 667px) {
  .archive-item, .archive-item.snapshot {
    width: 100%;
  }
  .archive-item .archive-item-image, .archive-item.snapshot .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;
}

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

article.post,
article.snapshot {
  position: relative;
  padding: 50px 0 0;
}
article.post .container-lg,
article.snapshot .container-lg {
  width: 80%;
  z-index: 2;
}
article.post blockquote,
article.snapshot blockquote {
  padding: 10px;
}
article.post blockquote span,
article.snapshot blockquote span {
  font-size: 50px;
  font-style: italic;
  padding: 10px;
  line-height: 70px;
  font-family: "Salty Feathers", serif;
}
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;
  margin-bottom: 30px !important;
}
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: serif;
  font-size: 12px;
  letter-spacing: 1px;
}
article.post .entry-header .entry-header-inner .entry-cat,
article.snapshot .entry-header .entry-header-inner .entry-cat {
  font-size: 14px;
  color: #CDB29D;
  margin-bottom: 30px;
}
article.post .entry-header .entry-header-inner .entry-cat:hover,
article.snapshot .entry-header .entry-header-inner .entry-cat:hover {
  color: #E6D1C1;
}
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;
}
@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;
}
article.post .entry-content,
article.snapshot .entry-content {
  padding-bottom: 30px;
}
article.post .entry-content ul, article.post .entry-content li,
article.snapshot .entry-content ul,
article.snapshot .entry-content li {
  font-size: 20px;
  font-family: serif;
  line-height: 31px;
  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,
article.snapshot .entry-products {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #CBCBCB;
}
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;
}
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 span,
article.snapshot .entry-products .entry-products-wrap .entry-product-header span {
  font-size: 25px;
  font-family: sans-serif;
  text-transform: uppercase;
}
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;
}
@media screen and (max-width: 768px) {
  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: 80%;
}
article.post .entry-products .entry-products-wrap .entry-products-slider .slick-arrow.slick-prev,
article.snapshot .entry-products .entry-products-wrap .entry-products-slider .slick-arrow.slick-prev {
  left: unset;
  right: -2%;
  top: 48%;
}
article.post .entry-products .entry-products-wrap .entry-products-slider .slick-arrow.slick-next,
article.snapshot .entry-products .entry-products-wrap .entry-products-slider .slick-arrow.slick-next {
  left: unset;
  right: -2%;
  top: 39%;
}
@media screen and (max-width: 768px) {
  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: 768px) {
  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: center !important;
    -webkit-justify-content: center !important;
  }
}
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: sans-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: 960px) {
  article.post .container-lg,
  article.snapshot .container-lg {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  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 .container-lg,
  article.snapshot .container-lg {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  article.post .container-lg,
  article.snapshot .container-lg {
    padding: 0 30px;
  }
}

.entry-header .entry-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 37px;
  max-width: 400px;
}
.entry-header .entry-meta {
  text-align: center;
  font-family: sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c8c8c8;
  margin-bottom: 30px;
}
.entry-header .entry-meta a {
  color: #c8c8c8;
}

.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-footer {
  padding: 20px;
  margin: 50px 50px 0;
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  font-family: sans-serif;
  text-transform: uppercase;
}
.entry-footer .entry-footer-actions > * {
  margin: 0 10px;
  font-family: sans-serif;
  font-size: 11px;
  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 > * {
    margin: 0px;
  }
}

/*--------------------------------------------------------------
# COMMENTS
--------------------------------------------------------------*/
#comments {
  display: none;
  max-width: 80%;
  margin: 50px auto 0;
}
#comments .comment-subtitle {
  font-family: sans-serif;
  letter-spacing: 2px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
#comments .container {
  max-width: 685px;
}
#comments .comments-title {
  display: none;
  text-align: center;
}
#comments .respond textarea {
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 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: 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%;
  border: none;
}
#comments div#respond {
  margin-bottom: 50px;
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  font-family: 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;
}
.snapshot-post-wrapper {
  padding: 0px 50px 50px;
}
.snapshot-post-wrapper .shop-highlights {
  padding: 0;
}
.snapshot-post-wrapper .shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
  border: 8px solid #A06F53;
  border-radius: 300px 300px 0 0;
}
.snapshot-post-wrapper .shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product .product-wrap .product-image img {
  width: auto;
  height: 150px;
}
.snapshot-post-wrapper .snapshot-content {
  margin-top: 50px !important;
}
.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 .snapshot-image {
  width: 50%;
  border: 8px solid #A06F53;
  border-radius: 300px 300px 0 0;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
  position: relative;
  width: 50%;
  padding: 20px 50px;
  z-index: 1;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body h5.snapshot-label {
  display: inline-block;
  font-family: "Salty Feathers", serif;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 0;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products {
  width: 100%;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-image {
  max-height: 200px;
  min-height: 160px;
  width: 100%;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-brand {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-family: sans-serif;
}
.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;
}
.snapshot-post-wrapper .snapshot-products-large {
  width: 100%;
  padding: 50px 0;
  margin: 50px auto !important;
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
}
.snapshot-post-wrapper .snapshot-products-large .product {
  padding: 30px;
}
.snapshot-post-wrapper .snapshot-products-large .product.slick-active {
  border-right: 1px solid #CBCBCB;
  margin-right: -1px;
}
.snapshot-post-wrapper .snapshot-products-large .slick-arrow.slick-next {
  right: -2%;
}
@media screen and (max-width: 1180px) {
  .snapshot-post-wrapper {
    padding: 0px;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 30px;
  }
  .snapshot-post-wrapper .shop-highlights {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .snapshot-post-wrapper {
    padding: 0px;
  }
  .snapshot-post-wrapper .shop-highlights {
    padding: 0 40px;
  }
  .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: 30px;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .snapshot-post-wrapper {
    padding: 0px;
  }
  .snapshot-post-wrapper .shop-highlights {
    padding: 0 30px;
  }
  .snapshot-post-wrapper .snapshot-post-inner {
    flex-direction: column !important;
    width: 100% !important;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 0px;
    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;
  }
}

article.page {
  padding: 50px 0;
}

#about_page {
  position: relative;
  padding: 50px 0;
}
#about_page .about-intro {
  position: relative;
  background: #F1EAE1;
  padding: 70px 50px 50px;
  margin-bottom: 22vh;
  margin-top: 83px;
}
#about_page .about-intro .about-title {
  font-size: 110px;
  line-height: 1;
  font-family: "Salty Feathers", serif;
  position: absolute;
  top: -76px;
  max-width: 400px;
  z-index: 1000;
  transform: rotate(-5deg);
}
#about_page .about-intro .title-line-two {
  position: absolute;
  transform: rotate(-5deg);
  top: -19px;
  left: 155px;
  max-width: 460px;
}
#about_page .about-intro .about-intro-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: space-between !important;
  -webkit-justify-content: space-between !important;
  width: 100%;
}
#about_page .about-intro .about-intro-wrapper .about-intro-images {
  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: center !important;
  -webkit-justify-content: center !important;
  width: 40%;
}
#about_page .about-intro .about-intro-wrapper .about-intro-images .about-intro-image {
  border: 10px solid #ffffff;
  box-shadow: 1px 1px 10px #CBCBCB;
}
#about_page .about-intro .about-intro-wrapper .about-intro-images .about-intro-image:nth-child(1) {
  width: 100%;
}
#about_page .about-intro .about-intro-wrapper .about-intro-images .about-intro-image:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-4deg) translate(30%, 50%);
  width: 70%;
  z-index: 1;
}
#about_page .about-intro .about-intro-wrapper .about-intro-text {
  width: 48%;
}
#about_page .about-intro .about-intro-wrapper .about-intro-text p {
  font-size: 32px;
  line-height: 60px;
  font-family: sans-serif;
  text-align: center;
}
#about_page .about-blocks {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
#about_page .about-blocks .about-block {
  width: 100%;
}
#about_page .about-blocks .about-block .about-block-body {
  width: 52%;
  padding-top: 30px;
}
#about_page .about-blocks .about-block .about-block-body .about-block-text .underlined {
  display: inline-block;
}
#about_page .about-blocks .about-block .about-block-body .about-block-text p {
  font-size: 20px;
  padding-top: 20px;
}
#about_page .about-blocks .about-block .about-block-body .about-block-text h2 {
  font-family: sans-serif;
  font-size: 30px;
}
#about_page .about-blocks .about-block .about-block-image {
  width: 44%;
}
#about_page .about-blocks .about-block:nth-child(2n+1) {
  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;
}
#about_page .about-blocks .about-block:nth-child(2n+1) .about-block-body .about-block-text h2 {
  font-family: sans-serif;
  font-size: 30px;
}
#about_page .about-blocks .about-block:nth-child(2n) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  margin-top: 0;
}
#about_page .about-blocks .about-block:nth-child(2n) .about-block-body {
  padding-bottom: 30px;
}
#about_page .about-blocks .about-block:nth-child(2n) .about-block-body .about-block-text {
  text-align: right;
}
#about_page .about-blocks .about-block:nth-child(2n) .about-block-body .about-block-text h2 {
  font-size: 30px;
}
@media screen and (max-width: 1360px) {
  #about_page .about-blocks {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1260px) {
  #about_page .about-blocks .about-block .about-block-body .about-block-text p {
    font-size: 14px;
  }
  #about_page .about-blocks .about-block:nth-child(2n) .about-block-body {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1180px) {
  #about_page .about-intro .about-intro-wrapper .about-intro-text p {
    font-size: 28px;
    line-height: 45px;
  }
  #about_page .about-blocks {
    padding: 0px 40px;
  }
  #about_page .about-blocks .about-block:nth-child(2n) .about-block-body .about-block-text h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 960px) {
  #about_page .about-intro {
    margin-bottom: 13vh;
  }
  #about_page .about-intro .about-title {
    font-size: 81px;
    line-height: 73px;
  }
  #about_page .about-intro .about-intro-wrapper .about-intro-text p {
    font-size: 20px;
    line-height: 35px;
  }
  #about_page .about-blocks .about-block .about-block-image {
    height: 445px !important;
  }
  #about_page .about-blocks .about-block:nth-child(2n) {
    margin-top: 46px;
  }
  #about_page .about-blocks .about-block:nth-child(2n) .about-block-body {
    margin-bottom: 0px;
  }
  #about_page .about-blocks .about-block:nth-child(2n) .about-block-body .about-block-text h3 {
    font-size: 23px;
  }
  #about_page .about-blocks .about-block:nth-child(2n) .about-block-body .about-block-text p {
    margin-bottom: 0;
  }
  #about_page .about-blocks .about-block:nth-child(2n) .about-block-image {
    height: 445px !important;
  }
}
@media screen and (max-width: 600px) {
  #about_page {
    padding: 50px 0px;
  }
  #about_page .about-intro {
    padding: 50px 20px;
    margin-bottom: 50px;
  }
  #about_page .about-intro .about-title {
    font-size: 56px;
    line-height: 48px;
  }
  #about_page .about-intro .title-line-two {
    left: 75px;
  }
  #about_page .about-intro .about-intro-wrapper {
    flex-direction: column !important;
  }
  #about_page .about-intro .about-intro-wrapper .about-intro-images {
    width: 69%;
    margin-left: -68px;
  }
  #about_page .about-intro .about-intro-wrapper .about-intro-text {
    width: 100%;
    margin-top: 127px;
  }
  #about_page .about-intro .about-intro-wrapper .about-intro-text p {
    font-size: 20px;
    line-height: 35px;
  }
  #about_page .about-blocks {
    padding: 0px 30px;
  }
  #about_page .about-blocks .about-block {
    flex-direction: column !important;
  }
  #about_page .about-blocks .about-block:nth-child(2n) {
    flex-direction: column !important;
  }
  #about_page .about-blocks .about-block:nth-child(2n) p {
    margin-bottom: 20px !important;
  }
  #about_page .about-blocks .about-block:nth-child(2n+1) {
    flex-direction: column !important;
  }
  #about_page .about-blocks .about-block .about-block-body {
    width: 100%;
  }
  #about_page .about-blocks .about-block .about-block-body .about-block-text h2 {
    font-size: 25px;
  }
  #about_page .about-blocks .about-block .about-block-image {
    width: 100%;
  }
}

body.page-template-page-about .bg-1 {
  display: none;
}

#contact_page {
  padding: 50px;
}
#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;
  width: 100%;
}
#contact_page .contact-wrapper .contact-image {
  width: 56%;
}
@media screen and (max-width: 768px) {
  #contact_page .contact-wrapper .contact-image {
    width: 100%;
  }
}
#contact_page .contact-wrapper .contact-body {
  position: relative;
  width: 50%;
  margin-left: 6%;
  background: #ffffff;
  padding: 30px;
}
#contact_page .contact-wrapper .contact-body p {
  padding: 15px 0 50px;
}
#contact_page .contact-wrapper .contact-body .page-title {
  text-align: left;
  font-family: "Salty Feathers", serif;
  text-transform: capitalize;
  font-size: 70px;
}
#contact_page .contact-wrapper .contact-body p {
  margin: 0;
}
#contact_page .contact-wrapper .contact-body div#nf-form-2-cont {
  position: relative;
  z-index: 4;
}
#contact_page .contact-wrapper .contact-body input, #contact_page .contact-wrapper .contact-body textarea {
  border: 1px solid #E6D1C1 !important;
  border-radius: 0 !important;
  padding: 11px;
}
#contact_page .contact-wrapper .contact-body input::placeholder, #contact_page .contact-wrapper .contact-body textarea::placeholder {
  font-size: 10px;
  letter-spacing: 1px;
}
#contact_page .contact-wrapper .contact-body .nf-field-container {
  margin-bottom: 10px;
}
#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][type=button] {
  background: unset;
  color: black;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 auto;
  font-family: serif;
  text-transform: capitalize;
  min-width: 170px;
}
#contact_page .contact-wrapper .contact-body .nf-field-element textarea {
  height: 106px;
}
#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;
}
#contact_page .contact-wrapper .contact-body .nf-form-fields-required {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #contact_page .contact-wrapper .contact-body {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  #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: center !important;
    -webkit-justify-content: center !important;
  }
}
@media screen and (max-width: 960px) {
  #contact_page .contact-wrapper .contact-image {
    max-width: 80%;
    margin-bottom: 30px;
  }
  #contact_page .contact-wrapper .contact-body {
    width: 100%;
    margin-left: 0;
    background: none;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  #contact_page {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  #contact_page {
    padding: 50px 30px;
  }
  #contact_page .contact-wrapper .contact-image {
    width: 100%;
    max-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: 50px;
}
#shop_page .shop-all-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;
  column-gap: 15px;
  font-size: 45px;
  letter-spacing: 2px;
}
#shop_page .shop-all-title span {
  position: relative;
  top: -7px;
}
#shop_page .shop-page-header .shop-page-title {
  text-align: center;
  font-size: 35px;
}
#shop_page .shop-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: 50px 50px 20px;
}
#shop_page .shop-search .shop-search-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#shop_page .shop-search .shop-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;
}
#shop_page .shop-search .shop-search-form .search-fields input {
  flex: 1;
}
#shop_page .shop-search .shop-search-form .search-fields input[type=submit] {
  flex: 0;
}
#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;
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px;
}
#shop_page .shop-inner > * {
  width: 100%;
}
#shop_page .shop-inner .products-grid-cta {
  margin-top: 40px;
}
#shop_page .shop-nav .shop-nav-title {
  font-size: 22px;
  font-family: sans-serif;
  color: black;
  padding-bottom: 12px;
}
#shop_page.index .shop-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;
  text-align: center;
  padding: 20px;
  background: #E1CFC1;
}
#shop_page.index .shop-header .shop-header-title {
  margin: 0;
}
#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.index .shop-inner.side-nav {
  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;
  column-gap: 4em;
}
#shop_page.index .shop-inner.side-nav .page-nav {
  width: 20%;
}
#shop_page.index .shop-inner.side-nav .page-nav .page-nav-title {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  #shop_page.index .shop-inner.side-nav .page-nav {
    width: 100%;
    margin-bottom: 20px;
  }
}
#shop_page.index .shop-inner.side-nav .products-grid-wrapper {
  width: 80%;
}
#shop_page.index .shop-inner.side-nav .products-grid-wrapper .product-grid {
  column-gap: 1em;
  row-gap: 2em;
}
#shop_page.index .shop-inner.side-nav .products-grid-wrapper .product-grid .product {
  width: calc(25% - 1em);
  z-index: 2;
}
#shop_page.index .shop-inner.side-nav .products-grid-wrapper .product-grid .product .product-wrap .product-image {
  max-height: 200px;
}
#shop_page.index .shop-inner.side-nav .products-grid-wrapper .product-grid .product .product-wrap .product-body {
  width: 100%;
  border-top: 1px solid #EDEDED;
  padding-top: 5px;
  margin-top: 20px;
}
#shop_page.index .shop-inner.side-nav .products-grid-wrapper .product-grid .product .product-wrap .product-body .product-title {
  font-family: sans-serif;
  font-weight: 700;
  padding: 5px 0;
}
#shop_page.index .shop-inner.side-nav .products-grid-wrapper .product-grid .product .product-wrap .product-body .product-brand {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #shop_page.index .shop-inner.side-nav .products-grid-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #shop_page.index .shop-inner.side-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: 0;
  }
  #shop_page.index .shop-inner.side-nav .products-grid-wrapper {
    padding: 0 40px;
  }
  #shop_page.index .shop-inner.side-nav .page-nav .page-nav-title {
    background: #F1EAE1;
    font-size: 19px;
    padding: 12px 50px;
    letter-spacing: 1.5px;
    font-family: sans-serif !important;
  }
  #shop_page.index .shop-inner.side-nav .page-menu-container .page-menu {
    margin: 0 0 30px;
  }
  #shop_page.index .shop-inner.side-nav .page-menu-container .page-menu .menu-item {
    background: #F1EAE1;
    margin: 1px 0;
    padding: 10px 50px;
  }
  #shop_page.index .shop-inner.side-nav .page-menu-container .page-menu .menu-item:first-child {
    margin-top: 2px;
  }
}
@media screen and (max-width: 600px) {
  #shop_page.index .shop-inner.side-nav .products-grid-wrapper {
    padding: 0 20px;
  }
  #shop_page.index .shop-inner.side-nav .products-grid-wrapper .product-grid .product {
    width: calc(50% - 1em);
  }
  #shop_page.index .shop-inner.side-nav .page-nav .page-nav-title {
    padding: 12px 30px;
    font-size: 19px;
  }
  #shop_page.index .shop-inner.side-nav .page-menu-container .page-menu .menu-item {
    padding: 10px 30px;
    font-size: 19px;
  }
  #shop_page.index .shop-inner.side-nav .page-menu-container .page-menu .menu-item.menu-item-has-children .sub-menu li {
    font-size: 13px;
  }
}
#shop_page .products-grid-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;
  margin-bottom: 20px;
}
#shop_page .products-grid-cta-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;
  margin-top: 20px;
}
#shop_page .products-grid-wrapper .product-grid-item {
  width: 25%;
  padding: 20px;
  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: 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: serif;
  font-size: 16px;
  padding: 0px 8px;
}
@media screen and (max-width: 768px) {
  #shop_page .products-grid-wrapper .product-grid-item {
    width: 33%;
  }
}
@media screen and (max-width: 600px) {
  #shop_page .products-grid-wrapper .product-grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  #shop_page .shop-inner {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 600px) {
  #shop_page .shop-inner {
    padding: 50px 30px;
  }
  #shop_page .shop-all-title {
    margin-bottom: 20px;
  }
  #shop_page .products-grid-wrapper .product-grid .product-grid-item {
    padding: 10px;
  }
}

.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 .product-image {
  max-height: 200px;
  width: auto;
}
.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;
}

#linktree_page {
  position: relative;
}
#linktree_page .linktree-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;
  width: 100%;
  max-width: 912px;
  padding: 50px;
  margin: 0 auto;
}
#linktree_page .linktree-header .linktree-image-left {
  align-self: flex-end;
  position: relative;
  width: 34%;
  z-index: 1;
  border-top: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
}
#linktree_page .linktree-header .linktree-image-right {
  align-self: flex-start;
  width: 39%;
  margin: 0 50px 50px -4%;
}
#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: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  z-index: 1;
  align-self: flex-start;
  width: 30%;
  padding-top: 50px;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-subtitle {
  font-family: "Salty Feathers", serif;
  font-size: 35px;
  margin-bottom: 0px;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-title {
  text-transform: capitalize;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-title span {
  font-family: "Salty Feathers", serif;
  font-size: 14px;
}
#linktree_page .linktree-header .linktree-header-inner .linktree-header-text {
  font-family: serif;
}
#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;
}
#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: 13px !important;
  font-weight: bold !important;
  padding: 12px !important;
}
@media screen and (max-width: 600px) {
  #linktree_page .linktree-header {
    flex-direction: column !important;
    padding: 0px 30px 30px;
  }
  #linktree_page .linktree-header .linktree-image-left {
    width: 52%;
  }
  #linktree_page .linktree-header .linktree-image-right {
    width: 52%;
    margin: -111px 0 20px;
  }
  #linktree_page .linktree-header .linktree-header-inner {
    padding-top: 0 !important;
    width: 100%;
    text-align: center;
  }
  #linktree_page .linktree-header .linktree-header-inner .linktree-header-title span {
    font-size: 24px;
  }
  #linktree_page .linktree-header .linktree-header-inner .linktree-header-subtitle {
    margin-bottom: -10px;
  }
  #linktree_page .linktree-header .linktree-header-inner .linktree-header-text {
    font-family: serif;
  }
  #linktree_page .linktree-wrapper .linktree-links {
    max-width: 300px;
  }
  #linktree_page .linktree-wrapper .red-blob {
    transform: translate(0, -92%);
  }
}

.footer-blocks {
  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;
  column-gap: 4em;
  font-family: sans-serif;
  position: relative;
  background: #E1CFC1;
  padding: 50px 0;
}
.footer-blocks .footer-header {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 18px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: sans-serif;
}
.footer-blocks .footer-blocks-left {
  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;
}
.footer-blocks .footer-blocks-left .footer-logo img {
  width: auto;
  max-height: 80px;
}
.footer-blocks .footer-blocks-middle {
  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-start !important;
  -webkit-justify-content: flex-start !important;
  padding: 0;
}
.footer-blocks .footer-blocks-middle .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-start !important;
  -webkit-justify-content: flex-start !important;
  column-gap: 4em;
  width: 100%;
  text-transform: uppercase;
}
.footer-blocks .footer-blocks-middle .footer-menus > * {
  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: 10px 0;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .footer-blocks .footer-blocks-middle .footer-menus > * {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer-blocks .footer-blocks-middle .footer-menus > * {
    width: 50%;
    flex: unset;
  }
}
.footer-blocks .footer-blocks-middle .footer-menus .footer-menu-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;
}
.footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu li {
  padding: 2px 0 3px;
  font-family: serif;
  font-size: 13px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .footer-blocks .footer-blocks-middle .footer-menus {
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
  }
}
.footer-blocks .footer-blocks-middle .footer-follow a.footer-social-handle {
  font-family: serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.footer-blocks .footer-blocks-right {
  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-right .footer-short-subscribe {
  padding: 10px 0;
}
.footer-blocks .footer-blocks-right .footer-short-subscribe [data-ff-el=root].ff-63cb002ede520bd60dc33328 .ff-63cb002ede520bd60dc33328__form {
  padding: 0;
  min-width: 300px;
}
.footer-blocks .footer-blocks-right .footer-short-subscribe [data-ff-el=root].ff-63cb002ede520bd60dc33328 .ff-63cb002ede520bd60dc33328__title {
  display: none !important;
}
.footer-blocks .footer-blocks-right .footer-short-subscribe [data-ff-el=root].ff-63cb002ede520bd60dc33328 .ff-63cb002ede520bd60dc33328__subtitle {
  display: none !important;
}
.footer-blocks .footer-blocks-right .footer-short-subscribe [data-ff-el=root].ff-63cb002ede520bd60dc33328 .ff-63cb002ede520bd60dc33328__control {
  border: none !important;
  border-bottom: 1px solid white !important;
  color: white;
  padding: 8px 0 !important;
  height: unset !important;
  font-family: serif;
  font-size: 13px;
  letter-spacing: 1px;
}
.footer-blocks .footer-blocks-right .footer-short-subscribe [data-ff-el=root].ff-63cb002ede520bd60dc33328 .ff-63cb002ede520bd60dc33328__control::placeholder {
  color: white;
}
.footer-blocks .footer-blocks-right .footer-short-subscribe [data-ff-el=root].ff-63cb002ede520bd60dc33328 .ff-63cb002ede520bd60dc33328__label {
  padding: 8px 0 !important;
  color: white;
  font-family: serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: capitalize !important;
}
.footer-blocks .footer-blocks-right .footer-short-subscribe .footer-short-subscribe-text {
  text-transform: uppercase;
  font-family: serif;
  font-size: 13px;
  letter-spacing: 1px;
}
.footer-blocks .footer-blocks-right .footer-short-subscribe .footer-short-subscribe-form input {
  padding: 10px !important;
  font-size: 14px !important;
}
.footer-blocks .footer-blocks-right .footer-short-subscribe .footer-short-subscribe-form input[type=email] {
  border: none !important;
  border-bottom: 1px black solid !important;
}
.footer-blocks .footer-blocks-right .footer-short-subscribe .footer-short-subscribe-form input[type=email]::placeholder {
  text-transform: lowercase;
}
.footer-blocks .footer-blocks-right .footer-short-subscribe .footer-short-subscribe-form input[type=submit] {
  background: black !important;
  border: 2px solid black !important;
  color: white !important;
}
.footer-blocks .footer-blocks-right .footer-short-subscribe .footer-short-subscribe-form input[type=submit]:hover {
  background-color: #E6D1C1 !important;
  border: 2px solid #E6D1C1 !important;
  color: black !important;
}
.footer-blocks .footer-blocks-right .footer-search.site-search form.search-form input {
  background-color: #ffffff;
  padding: 9px 10px;
  border: unset !important;
  margin-right: -2px;
}
.footer-blocks .footer-blocks-right .footer-search.site-search form.search-form input[type=submit] {
  border: 1px solid #E6D1C1 !important;
  border: none !important;
}
@media screen and (max-width: 1180px) {
  .footer-blocks {
    row-gap: 2em;
  }
  .footer-blocks .footer-blocks-left {
    flex: 100%;
  }
}
@media screen and (max-width: 960px) {
  .footer-blocks {
    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: 40px 10px;
  }
  .footer-blocks .footer-blocks-middle {
    width: 100%;
    padding: 0;
    padding-left: 0;
    flex: 1;
    border-right: none;
  }
  .footer-blocks .footer-blocks-middle .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: space-around !important;
    -webkit-justify-content: space-around !important;
    column-gap: 0;
  }
  .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-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;
    width: 30%;
  }
  .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-header {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .footer-blocks .footer-blocks-middle {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 450px) {
  .footer-blocks {
    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;
  }
  .footer-blocks .footer-blocks-left .footer-logo {
    margin-right: 36px;
  }
  .footer-blocks .footer-blocks-middle {
    padding-left: 0;
  }
  .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap {
    width: 52%;
  }
  .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu-container {
    padding-left: 10px;
  }
  .footer-blocks .footer-blocks-right .footer-search.site-search {
    padding: 30px 10px 30px;
  }
}

#colophon #footer_menu_container {
  margin: 0 10px;
}
#colophon #footer_menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}

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

.fixed-search {
  opacity: 0;
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 100;
  background: #F1EAE1;
  color: #ffffff;
  padding: 20px 50px;
  display: none !important;
}
.fixed-search .fixed-search-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%;
}
.fixed-search .fixed-search-inner input {
  color: #ffffff;
}
.fixed-search .fixed-search-inner input::placeholder {
  color: #ffffff;
}
.fixed-search .fixed-search-inner button {
  color: #ffffff;
}

body.lock_nav .fixed-search {
  opacity: 1;
}

.flex_row {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  width: 100%;
  row-gap: 20px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .flex_row {
    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_row > * {
    width: 100% !important;
  }
}

.shop-highlights-image {
  position: relative;
  width: 100%;
}
.shop-highlights-image .shop-dot-wrapper {
  position: absolute;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #909090;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  padding: 20px;
  background: #ffffff;
  min-width: 275px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-image {
  width: 40%;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-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;
  width: 60%;
  padding: 0 20px;
  text-align: center;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-body .shop-dot-product-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: center !important;
  -webkit-justify-content: center !important;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-body .shop-dot-product-meta 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: center !important;
  -webkit-justify-content: center !important;
  margin-right: 5px;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-body .shop-dot-product-cta {
  font-size: 10px;
}
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-body .shop-dot-product-cta .icon {
  width: 10px;
  height: 10px;
}
.shop-highlights-image .shop-dot-wrapper:hover .shop-dot-product {
  opacity: 1;
  visibility: visible;
}

#loading_screen {
  position: fixed;
  background: #F1EAE1;
  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: #F1EAE1;
  color: #000000;
  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: sans-serif;
  font-size: 70px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.modal .modal-box .modal-inner .footer-subscribe .subscribe-text {
  font-family: 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: sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.modal .modal-box .modal-inner .popup-text p {
  font-size: 12px;
  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: sans-serif;
  font-size: 11px;
  line-height: 13px;
}
.modal .modal-box .modal-inner input[type=button] {
  padding: 7px 5%;
  margin-bottom: 30px;
}
.modal .modal-box .modal-inner input::placeholder {
  text-transform: capitalize;
}
.modal .modal-box .modal-inner textarea {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 13px;
}
@media screen and (max-width: 768px) {
  .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: serif;
  margin: 2px;
}
.modal #mc-embedded-subscribe-form input[type=submit] {
  padding: 7px 5%;
  margin-bottom: 30px;
}
.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: #000000;
  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% #F1EAE1;
  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: space-between !important;
  -webkit-justify-content: space-between !important;
  row-gap: 0.5em;
  z-index: 2;
}
.post-block .post-item-image-wrap {
  position: relative;
  width: 100%;
}
.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-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;
  flex: 1;
  font-size: 25px;
  font-family: sans-serif;
}
.post-block .post-block-cat {
  font-size: 14px;
  text-transform: uppercase;
  color: #CDB29D;
  letter-spacing: 2px;
}
.post-block .post-block-cat:hover {
  color: #E6D1C1;
}
.post-block .post-block-link {
  padding: 9px 25px !important;
}
@media screen and (max-width: 600px) {
  .post-block {
    width: 100%;
  }
}

.post-products-wrap {
  display: none;
}

.post-arch {
  position: relative;
}
.post-arch .post-arch-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: flex-end !important;
  -webkit-justify-content: flex-end !important;
  width: 100%;
  padding: 30px 50px;
  border: 6px solid #DCCCB6;
  border-radius: 210px 210px 0 0;
}
.post-arch .post-arch-image .post-arch-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: 10px;
  padding: 20px;
  background: #F8F5EF;
  text-align: center;
}
.post-arch .post-arch-image .post-arch-body .post-arch-cat {
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: sans-serif;
}
.post-arch .post-arch-image .post-arch-body .post-arch-title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: sans-serif;
}
@media screen and (max-width: 480px) {
  .post-arch .post-arch-image .post-arch-body .post-arch-title {
    font-size: 14px;
  }
}
.post-arch .post-arch-image .post-arch-body .post-arch-text {
  font-size: 10px;
  line-height: 10px;
}
@media screen and (max-width: 480px) {
  .post-arch .post-arch-image .post-arch-body .post-arch-text {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .post-arch .post-arch-image {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .post-arch .post-arch-image {
    padding: 30px 10px;
  }
}

.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: 155px;
  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;
  padding-top: 10px;
  text-align: center;
}
.product .product-wrap .product-body .product-brand {
  font-family: sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.product .product-wrap .product-body .product-title {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}
.product .product-wrap .shop-btn {
  font-size: 13px !important;
  padding: 9px 30px !important;
  margin-top: 5px;
}
.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: space-between !important;
  -webkit-justify-content: space-between !important;
  column-gap: 10px;
}
.product.product-row .product-wrap .product-image {
  width: 30%;
  max-height: 120px;
}
.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;
  width: 70%;
  text-align: left;
}
.product.product-row .product-wrap .shop-btn {
  display: none !important;
}
.product.product-search .product-wrap .product-image {
  max-height: unset;
}
@media screen and (max-width: 600px) {
  .product .product-wrap .product-body .product-title {
    font-size: 15px;
  }
}

.promo-code {
  width: 22%;
  z-index: 2;
}
.promo-code .promo-code-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: space-between !important;
  -webkit-justify-content: space-between !important;
  width: 100%;
  text-align: center;
  row-gap: 1em;
  height: 100%;
  font-size: 18px;
}
.promo-code .promo-code-inner .promo-code-image-wrap {
  width: 100%;
  border: 1px solid #CBCBCB;
  padding: 15px;
}
.promo-code .promo-code-inner .promo-code-message {
  margin-top: -1em;
  font-size: 24px;
}
.promo-code .promo-code-inner .promo-code-link {
  width: fit-content;
  margin: auto;
  font-size: 24px;
}
.promo-code .promo-code-inner .promo-code-line {
  font-size: 24px;
}
.promo-code .promo-code-inner .top {
  height: 100%;
  row-gap: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.promo-code .promo-code-inner .bottom {
  row-gap: 1em;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .promo-code {
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  .promo-code {
    width: 46%;
  }
}
@media screen and (max-width: 600px) {
  .promo-code {
    width: 100%;
  }
}

#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: 70%;
  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: 30px;
  height: 30px;
  padding: 3px;
  color: #ffffff;
  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 .site-search {
  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;
  border: none !important;
  flex: 1;
  width: 100%;
  font-family: serif;
  padding: 23px;
  font-style: unset;
}
#search-modal .modal-box .modal-inner input#search::placeholder {
  font-size: 14px;
  text-transform: uppercase;
}
#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[type=submit] {
  flex: 0;
}
#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: 768px) {
  #search-modal .modal-box .modal-inner .site-search {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  #search-modal .modal-box {
    width: 75%;
  }
  #search-modal .modal-box .modal-inner input[type=submit] {
    flex: 0;
    display: none !important;
  }
}

.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 #CBCBCB;
  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: 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 .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%;
  padding-bottom: 20px;
}
.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: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
.snapshot.archive-item .post-item-image-wrap .post-item-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;
  text-align: center;
  color: #ffffff;
  display: block;
}
.snapshot.archive-item .post-item-image-wrap .post-item-image .post-item-cta {
  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;
  text-align: center;
  z-index: 2;
  opacity: 0;
  text-transform: uppercase;
}
.snapshot.archive-item .post-item-image-wrap .post-item-image .post-item-cta .icon {
  width: 45px;
}
.snapshot.archive-item .post-item-image-wrap .post-item-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
}
.snapshot.archive-item .post-item-image-wrap .post-item-image:hover .post-item-cta {
  opacity: 1;
}
.snapshot.archive-item .post-item-image-wrap .post-item-image:hover::after {
  opacity: 1;
}
.snapshot.archive-item .snapshot-body .snapshot-category {
  margin-bottom: 10px;
}
.snapshot.archive-item .snapshot-body .snapshot-category a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #CDB29D;
}
.snapshot.archive-item .snapshot-body .snapshot-category a:hover {
  color: #E6D1C1;
}
.snapshot.archive-item .snapshot-body .snapshot-title {
  font-size: 25px;
  line-height: 37px;
  font-family: sans-serif;
}
.snapshot.archive-item .snapshot-body .snapshot-text {
  display: none !important;
}
.snapshot.archive-item .snapshot-body .snapshot-link {
  display: none !important;
}
.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: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  column-gap: 15px;
  row-gap: 5px;
  padding-right: 5px;
}
.social-icons .social-icons-header {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.social-icons .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: 20px;
  column-gap: 5px;
}
.social-icons .social-icon .icon {
  width: 20px;
  height: 20px;
}
.social-icons .social-icon span {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.video-block {
  position: relative;
}
.video-block .video-block-container .video-block-wrap {
  position: relative;
  width: 100%;
}
.video-block .video-block-container .video-block-wrap .video-block-label {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 10px 15px;
  background: #CDB29D;
  transform: translate(-20%, 0);
  z-index: 3;
}
.video-block .video-block-container .video-block-wrap .video-block-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-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: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-inner .icon {
  width: 55px;
  height: 55px;
  color: #ffffff;
}
.video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-inner .icon:hover {
  color: #000000;
  cursor: pointer;
}
.video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-inner.has-text {
  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;
}
.video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-inner.has-text .video-block-text {
  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;
  column-gap: 0.5em;
  color: #ffffff;
  width: 100%;
  padding: 1em;
  font-size: 25px;
}
.video-block .video-block-container .video-block-wrap .video-block-image::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.video-block .video-block-container .video-block-wrap .embed-container {
  position: relative;
  z-index: 1;
}

.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: sans-serif;
  display: block;
  margin: 20px 0;
  letter-spacing: 2px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats a.cat-item {
  list-style: none;
  font-family: 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: sans-serif;
  margin-left: 5px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .vertical-sep {
  width: 3px;
  background: #EADCDC;
  margin: 0 10%;
  display: block;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right {
  width: 70%;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post {
  display: block;
  position: relative;
  width: 34%;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post img {
  display: block;
  padding: 0px 8px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer {
  align-items: center;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title-inner {
  background: white;
  padding: 25px;
  width: 100%;
  font-family: sans-serif;
  white-space: normal;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title {
  font-size: 14px;
  font-family: sans-serif;
  letter-spacing: 2px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title:hover {
  color: #c8c8c8;
}
.menu-has-drop-posts:hover .posts-drop {
  opacity: 1;
  visibility: visible;
}
body.customize-support .posts-drop {
  top: 179px;
}
body.customize-support.lock_nav .posts-drop {
  top: 57px;
}
.icons-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
}
.icons-nav .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;
  width: 100%;
}
.icons-nav .menu li {
  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: 20%;
  padding: 10px;
}
.icons-nav .menu li i {
  font-size: 25px;
}
.icons-nav .menu li .icon {
  width: 25px;
  height: 25px;
}
.icons-nav .menu li img {
  width: auto;
  max-height: 25px;
}
@media screen and (max-width: 768px) {
  .icons-nav {
    display: block;
  }
  body.has-icon-nav #colophon.site-footer {
    margin-bottom: 50px !important;
  }
}

#mobile_nav_wrap {
  cursor: pointer;
}
#mobile_nav_wrap .mobile-nav-trigger-open {
  margin: 0px 20px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  #mobile_nav_wrap .mobile-nav-trigger-open {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #mobile_nav_wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #mobile_nav_wrap {
    display: block;
  }
  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: #F1EAE1;
  overflow-y: scroll;
  z-index: 1000000;
}
.mobile-nav-outer .mobile-nav-inner {
  width: 100%;
}
#colophon .mobile-nav-outer {
  color: #000000;
}
.mobile-nav-outer .mobile-nav-trigger-close {
  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: 18px;
  position: absolute;
  top: 60px;
  left: 27px;
  height: 20px;
}
.mobile-nav-outer .mobile-nav-trigger-close span {
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 12px;
  margin-top: 4px;
}
#masthead.lock_nav #mobile_nav_wrap .mobile-nav-trigger-close {
  top: 37px;
}

@media screen and (max-width: 768px) {
  .mobile-nav-outer .mobile-nav-trigger-close {
    top: 37px;
  }
}
.mobile-nav-outer .mobile-nav-logo-wrapper {
  position: absolute;
  top: 13px;
  right: 20px;
}
.mobile-nav-outer .mobile-nav-logo-wrapper img {
  max-width: 60px;
}
.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: #000000;
  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: 30px;
  font-family: 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-nav-ctas {
  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: 10px 0;
}
.mobile-nav-outer .mobile-nav-body .mobile-nav-ctas .mobile-shop-link {
  font-size: 15px;
  font-family: sans-serif;
}
.mobile-nav-outer .mobile-nav-body .mobile-nav-ctas .mobile-shop-link:hover .icon {
  fill: #CDB29D;
}
.mobile-nav-outer .mobile-nav-body .mobile-nav-ctas .mobile-shop-ig-link {
  font-size: 15px;
  font-family: sans-serif;
}
.mobile-nav-outer .mobile-nav-body .mobile-nav-ctas .mobile-shop-ig-link .fab {
  font-size: 15px !important;
}
.mobile-nav-outer .mobile-nav-body .mobile-nav-ctas .mobile-shop-ig-link:hover .icon {
  fill: #CDB29D;
}
.mobile-nav-outer .mobile-nav-body #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;
}
.mobile-nav-outer .mobile-nav-body #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: 8px 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu .menu-item .sub-menu .menu-item {
  margin: 0 !important;
}
.mobile-nav-outer .mobile-nav-body #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;
  width: 100%;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu .menu-item .menu-drop .icon {
  margin-left: 10px;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu .menu-item.menu-item-has-children {
  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 .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;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu .menu-item.menu-item-has-children .sub-menu li {
  padding: 5px 0;
  margin-bottom: 0;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu .menu-item.menu-item-has-children .sub-menu li a {
  font-size: 18px;
  padding-left: 12px;
}
.mobile-nav-outer .mobile-nav-body #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;
  opacity: 1;
  visibility: visible;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu .menu-item a {
  display: flex;
  align-items: center;
  text-transform: none;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
  font-family: sans-serif;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu .menu-item a span {
  font-size: 12px;
  padding-right: 15px;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu .menu-item.light-menu-item {
  font-weight: 100;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_bottom_container {
  padding-top: 20px;
  border-top: 1px solid #CBCBCB;
  font-size: 12px;
  margin-left: 20px;
}
.mobile-nav-outer .mobile-nav-body #mobile_menu_bottom_container #mobile_menu_bottom {
  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_bottom_container #mobile_menu_bottom li {
  padding-bottom: 18px;
  letter-spacing: 2px;
  font-size: 12px;
  padding-left: 0;
  font-weight: 600;
}
.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;
  padding-left: 10px;
}
.mobile-nav-outer .mobile-nav-body .social-icons a.social-icon {
  font-size: 16px;
}
.mobile-nav-outer .mobile-nav-body .social-icons a.social-icon .icon {
  width: 18px;
  height: 18px;
}
.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 #000000 !important;
}
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields input[type=text]::placeholder {
  color: #000000;
  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%;
}
.mobile-nav-outer .search-holder {
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  display: flex;
  cursor: pointer;
}
.mobile-nav-outer .search-holder .icon {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .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;
}

#more_nav {
  position: relative;
  padding: 20px;
  background: #F1EAE1;
}
#more_nav #category_menu li {
  font-family: sans-serif;
}
#more_nav #category_menu li a {
  color: black !important;
}
#more_nav #category_menu li a:hover {
  color: #CDB29D !important;
}
#more_nav .more-nav-header {
  font-family: sans-serif;
  margin: 0 0px 5px 0;
}
@media screen and (max-width: 768px) {
  #more_nav {
    flex-direction: column;
  }
  #more_nav .more-nav-header {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #more_nav {
    flex-direction: column;
  }
  #more_nav #category_menu {
    flex-direction: column;
    margin-left: 0px;
  }
  #more_nav .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;
  margin-top: -30px;
}
.page-nav .page-menu-container {
  width: 100%;
  padding: 20px;
}
.page-nav h2.page-nav-title {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .page-nav h2.page-nav-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.page-nav h2.page-nav-title span {
  font-weight: 400;
  font-size: 125px;
}
.page-nav.secondary-title {
  margin-top: 80px;
  margin-bottom: 0;
}
.page-nav .page-nav-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-nav .page-nav-text {
    display: none;
  }
}
.page-nav form {
  width: 100%;
  max-width: 480px;
  margin: 10px 0;
}
.page-nav form .search-fields {
  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;
}
.page-nav form .search-fields input {
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: sans-serif;
  font-style: normal;
}
.page-nav form .search-fields input::placeholder {
  text-transform: none;
}
.page-nav form .search-fields button[type=submit] {
  position: absolute;
  right: 16px;
}
@media screen and (max-width: 600px) {
  .page-nav form .search-fields {
    max-width: 90%;
    margin: 0 auto;
  }
}
.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: sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 10px 0 0px;
}
.page-nav .page-menu ul {
  padding: 5px 0px;
}
.page-nav .page-menu li {
  text-align: left;
  padding: 0 30px;
  margin-bottom: 15px;
}
.page-nav .page-menu li.current-menu-item {
  border-bottom: 2px solid #CDB29D;
}
@media screen and (max-width: 768px) {
  .page-nav .page-menu li.current-menu-item {
    border-bottom: 1px solid #eeeeee;
  }
}
.page-nav .page-menu li .sub-menu {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
@media screen and (max-width: 768px) {
  .page-nav .page-menu {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    font-size: 11px;
    letter-spacing: 1px;
    width: 100%;
  }
  .page-nav .page-menu .menu-item {
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #eeeeee;
  }
  .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 a {
    display: block;
  }
  .page-nav .page-menu .menu-item.light-menu-item {
    font-weight: 100;
  }
}
.page-nav .page-nav-title .icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-nav .page-nav-title {
    font-family: serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    padding: 12px 20px;
    text-align: center;
  }
  .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.has-bg {
  background: #F1EAE1;
  padding: 50px;
  margin-top: 0;
}
.page-nav.has-bg .page-menu li {
  font-size: 16px;
}
.page-nav.has-bg input {
  background: white;
  padding-left: 40px !important;
  font-size: 10px;
  font-family: sans-serif;
  border-bottom: none !important;
  padding: 20px;
}
.page-nav.has-bg input::placeholder {
  text-transform: uppercase;
  font-style: normal;
}
.page-nav.has-bg button {
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  .page-nav.has-bg {
    padding: 20px;
  }
  .page-nav.has-bg h2.page-nav-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.page-nav.btns {
  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: #F1EAE1;
  padding: 20px 50px;
  margin-bottom: 50px;
}
.page-nav.btns .page-nav-title {
  margin: 0;
  max-width: 300px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .page-nav.btns .page-nav-title {
    max-width: 100%;
    padding-bottom: 0;
    justify-content: center !important;
  }
}
.page-nav.btns .page-menu-container {
  width: auto;
}
.page-nav.btns .page-menu-container .page-menu {
  margin: 0;
}
.page-nav.btns .page-menu-container .page-menu li {
  padding: 10px;
}
.page-nav.btns .page-menu-container .page-menu li a {
  width: 200px !important;
}
.page-nav.btns .page-menu-container .page-menu li.current-menu-item {
  border-bottom: unset;
}
.page-nav.btns .page-menu-container .page-menu li .index-term {
  font-weight: 700;
}
.page-nav.has-btns .page-menu-container .page-menu li.current-menu-item {
  border-bottom: unset;
}
.page-nav.side-nav {
  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;
}
.page-nav.side-nav h2.page-nav-title {
  display: none;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-nav.side-nav h2.page-nav-title {
    display: block;
  }
}
.page-nav.side-nav .page-menu-container {
  padding: 0;
}
.page-nav.side-nav .page-menu-container .page-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;
  font-size: 11px;
  letter-spacing: 1px;
  width: 100%;
}
.page-nav.side-nav .page-menu-container .page-menu li {
  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;
}
.page-nav.side-nav .page-menu-container .page-menu li .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;
  width: 100%;
}
.page-nav.side-nav .page-menu-container .page-menu li.show .menu-drop .menu-drop-trigger {
  transform: rotate(180deg);
}
.page-nav.side-nav .page-menu-container .page-menu li.current-menu-item {
  border-bottom: 1px solid #eeeeee;
}
.page-nav.side-nav .page-menu-container .page-menu li.current-menu-item > a, .page-nav.side-nav .page-menu-container .page-menu li.current-menu-item > .menu-drop > a {
  font-weight: bold;
}
.page-nav.side-nav .page-menu-container .page-menu .menu-item {
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #eeeeee;
  font-family: sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  white-space: normal;
}
.page-nav.side-nav .page-menu-container .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.side-nav .page-menu-container .page-menu .menu-item .menu-drop .icon {
  margin-left: 10px;
}
.page-nav.side-nav .page-menu-container .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.side-nav .page-menu-container .page-menu .menu-item.menu-item-has-children .sub-menu li {
  margin-bottom: 0;
  border-bottom: unset;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 1px;
}
.page-nav.side-nav .page-menu-container .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.side-nav .page-menu-container .page-menu .menu-item a {
  display: block;
}
.page-nav.side-nav .page-menu-container .page-menu .menu-item.light-menu-item {
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .page-nav.btns {
    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: 20px;
  }
  .page-nav.btns .page-menu-container {
    width: 100%;
  }
  .page-nav.btns .page-menu-container .page-menu {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    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%;
  }
  .page-nav.hide-mobile .page-menu .menu-item {
    width: fit-content;
    border-bottom: none;
  }
  .page-nav.show-mobile {
    min-width: 85vw;
  }
  .page-nav.show-mobile .page-nav-title {
    order: 1;
    font-family: serif;
    font-size: 17px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    width: 100%;
    padding: 12px 20vw !important;
    margin-top: 30px !important;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .page-nav.show-mobile .page-nav-title span {
    font-family: sans-serif;
    font-size: 17px;
    text-align: left;
    text-transform: uppercase;
  }
  .page-nav.show-mobile .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.show-mobile .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.show-mobile .page-nav-title .icon {
    display: block;
    margin-left: 10px;
  }
  .page-nav.show-mobile .page-nav-title.open .icon {
    transform: rotate(180deg);
  }
  .page-nav.show-mobile .page-menu-container {
    display: none;
    order: 2;
    padding: 0;
  }
  .page-nav.show-mobile form {
    order: 3;
  }
}

#circle_links {
  position: relative;
  margin: 70px 0 0;
}
#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;
}
#circle_links .circle-links-slider {
  visibility: hidden;
  opacity: 0;
}
#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 .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: 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: #E6D1C1;
}
@media screen and (max-width: 830px) {
  #circle_links .circle-links-slider .circle-slide {
    width: 25%;
  }
}
#circle_links.has-bg {
  background: #F1EAE1;
  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 #000000;
  border-bottom: 1px solid #000000;
}
#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 #000000;
}
#circle_links.has-bg .circle-links-header .circle-links-cta:last-child {
  border-left: 1px solid #000000;
  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: 960px) {
  #circle_links {
    padding: 10px 50px 30px;
  }
}
@media screen and (max-width: 600px) {
  #circle_links {
    padding: 0 20px 30px;
  }
  #circle_links .circle-links-container {
    margin-bottom: 30px;
  }
  #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;
  }
  #circle_links .circle-links-slider .slick-arrow {
    top: 34%;
  }
}

#tiktok_repeater {
  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;
  width: 100%;
  margin: 120px 0;
}
#tiktok_repeater .featured-links-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: 80%;
  max-width: 650px;
  text-align: center;
  row-gap: 1em;
}
#tiktok_repeater .featured-links-header .featured-links-title {
  font-family: sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  margin: 0;
}
#tiktok_repeater .featured-links-header .featured-links-title span {
  position: relative;
  letter-spacing: 0;
  font-family: "Salty Feathers", serif;
  font-size: 86px;
  top: -4px;
}
#tiktok_repeater .featured-links-container {
  width: 100%;
  text-align: center;
}
#tiktok_repeater .repeater-links-slider .slick-arrow {
  top: 42%;
}
#tiktok_repeater .repeater-links-slider .featured-slide {
  width: 100%;
  padding: 20px;
  text-align: center;
}
#tiktok_repeater .repeater-links-slider .featured-slide .featured-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;
}
#tiktok_repeater .repeater-links-slider .featured-slide .featured-slide-inner .featured-slide-image {
  width: 100%;
  border-radius: 20px;
}
#tiktok_repeater .repeater-links-slider .featured-slide .featured-slide-inner .featured-slide-image:hover {
  opacity: 0.8;
}
#tiktok_repeater .repeater-links-slider .featured-slide .featured-slide-inner .featured-slide-text {
  text-transform: uppercase;
  font-family: sans-serif;
  margin-top: 15px;
  letter-spacing: 1px;
  font-size: 12px;
}
#tiktok_repeater .repeater-links-slider .featured-slide .featured-slide-inner .featured-slide-text:hover {
  color: #E6D1C1;
}
#tiktok_repeater a.featured-links-cta {
  margin-top: 20px;
  font-size: 16px !important;
}
#tiktok_repeater.has-bg {
  background: #F1EAE1;
  padding: 50px;
}
#tiktok_repeater.has-bg .featured-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;
}
#tiktok_repeater.has-bg .featured-links-header .featured-links-title {
  font-size: 34px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  #tiktok_repeater.has-bg {
    padding: 0;
  }
  #tiktok_repeater.has-bg .featured-links-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;
  }
  #tiktok_repeater.has-bg .featured-links-header .featured-links-cta {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #tiktok_repeater {
    margin: 80px 0;
  }
}
@media screen and (max-width: 960px) {
  #tiktok_repeater .featured-links-header .featured-links-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 600px) {
  #tiktok_repeater {
    padding: 0;
  }
  #tiktok_repeater .featured-links-header {
    width: 100%;
    padding: 0 25px;
  }
  #tiktok_repeater .featured-links-header .featured-links-text {
    width: 85%;
  }
  #tiktok_repeater .featured-links-header .featured-links-title {
    font-size: 30px;
  }
  #tiktok_repeater .featured-links-header .featured-links-title span {
    font-size: 66px;
  }
  #tiktok_repeater .repeater-links-slider .featured-slide {
    padding: 20px 10px;
  }
  #tiktok_repeater .repeater-links-slider .featured-slide .featured-slide-inner {
    padding: 0 10px;
  }
  #tiktok_repeater .repeater-links-slider .slick-arrow {
    top: 34%;
  }
}

.featured-posts-wrapper {
  position: relative;
  padding: 50px 0;
}
.featured-posts-wrapper .featured-posts-slider {
  width: 65% !important;
}
.featured-posts-wrapper .featured-posts-slider.slick-slider .slick-list {
  overflow: visible;
}
.featured-posts-wrapper .featured-posts-slider .post-arch {
  padding: 0 11px;
}
@media screen and (max-width: 600px) {
  .featured-posts-wrapper .featured-posts-slider {
    width: 100% !important;
  }
}
@media screen and (max-width: 960px) {
  .featured-posts-wrapper {
    padding-bottom: 10px;
  }
}

.featured-products-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: space-between !important;
  -webkit-justify-content: space-between !important;
  column-gap: 1em;
  position: relative;
  padding: 150px 0 100px 50px;
}
.featured-products-wrapper .featured-products-image-wrapper {
  position: relative;
  width: 31%;
}
.featured-products-wrapper .featured-products-image-wrapper .featured-products-label {
  font-size: 105px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-10.95deg) translate(-45px, -85%);
  line-height: 1em;
}
.featured-products-wrapper .featured-products-image-wrapper .featured-products-image {
  width: 100%;
}
.featured-products-wrapper .featured-products-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: 20px;
  width: 66%;
}
.featured-products-wrapper .featured-products-body .featured-products-subtitle {
  font-size: 11px;
  letter-spacing: 1px;
}
.featured-products-wrapper .featured-products-body .featured-products-title {
  font-size: 28px;
}
.featured-products-wrapper .featured-products-body .featured-products-text p {
  font-size: 15px;
  line-height: 20px;
  max-width: 500px;
}
.featured-products-wrapper .featured-products-body .featured-products-slider {
  position: relative;
  background: white;
  padding: 50px 0 60px 100px;
  border: 6px solid #A06F53;
  border-right: none;
  border-radius: 133px 0 0 133px;
  width: calc(100% + 145px);
  margin-left: -145px;
  margin-bottom: 20px;
  z-index: 1;
  overflow: hidden;
}
.featured-products-wrapper .featured-products-body .featured-products-slider.slick-slider .slick-list {
  padding-right: 25%;
}
.featured-products-wrapper .featured-products-body .featured-products-slider.slick-slider .slick-dots {
  position: absolute;
  bottom: 18px;
  margin: 0;
  left: 50%;
  transform: translate(-25%, 0);
}
.featured-products-wrapper .featured-products-body .featured-products-slider.slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
}
.featured-products-wrapper .featured-products-body .featured-products-slider.slick-slider .slick-arrow .slick-prev {
  left: 3%;
}
.featured-products-wrapper .featured-products-body .featured-products-slider .product {
  padding: 0 1.5em;
}
.featured-products-wrapper .featured-products-body .featured-products-slider .product .product-image {
  min-width: 150px;
}
.featured-products-wrapper .featured-products-body .featured-products-cta {
  padding: 10px 45px !important;
  font-size: 13px !important;
}
@media screen and (max-width: 960px) {
  .featured-products-wrapper {
    padding: 100px 0 50px 50px;
  }
  .featured-products-wrapper .featured-products-image-wrapper .featured-products-label {
    font-size: 86px;
  }
  .featured-products-wrapper .featured-products-image-wrapper .featured-products-body .featured-products-slider {
    padding: 50px 0 60px 50px;
    margin-left: -75px;
  }
}
@media screen and (max-width: 768px) {
  .featured-products-wrapper {
    flex-direction: column !important;
    row-gap: 30px;
    padding: 80px 0 50px 40px;
  }
  .featured-products-wrapper .featured-products-image-wrapper {
    width: 51%;
  }
  .featured-products-wrapper .featured-products-body {
    width: 100%;
  }
  .featured-products-wrapper .featured-products-body .featured-products-title {
    padding-right: 40px;
  }
  .featured-products-wrapper .featured-products-body .featured-products-subtitle {
    padding-right: 40px;
  }
  .featured-products-wrapper .featured-products-body .featured-products-text {
    padding-right: 40px;
  }
  .featured-products-wrapper .featured-products-body .featured-products-text p {
    max-width: none;
  }
  .featured-products-wrapper .featured-products-body .featured-products-slider {
    width: 100%;
    align-self: flex-end !important;
  }
}
@media screen and (max-width: 600px) {
  .featured-products-wrapper {
    padding: 80px 0 50px 30px;
  }
  .featured-products-wrapper .featured-products-image-wrapper {
    width: 80%;
  }
  .featured-products-wrapper .featured-products-image-wrapper .featured-products-label {
    font-size: 65px;
  }
  .featured-products-wrapper .featured-products-body .featured-products-subtitle {
    padding-right: 30px;
  }
  .featured-products-wrapper .featured-products-body .featured-products-title {
    padding-right: 30px;
  }
  .featured-products-wrapper .featured-products-body .featured-products-text {
    padding-right: 30px;
  }
  .featured-products-wrapper .featured-products-body .featured-products-slider {
    padding: 50px 0 60px 50px;
  }
  .featured-products-wrapper .featured-products-body .featured-products-cta {
    margin: auto;
  }
}

#featured_hero_slider {
  position: relative;
}
#featured_hero_slider .hero-slider {
  width: 100%;
}
#featured_hero_slider .slick-slider {
  position: relative;
}
#featured_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: #E6D1C1;
  padding: 6px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
}
#featured_hero_slider .slick-slider .slick-arrow.slick-prev {
  left: 20px;
}
#featured_hero_slider .slick-slider .slick-arrow.slick-next {
  right: 20px;
}
#featured_hero_slider .slick-slider .slick-arrow .icon {
  width: 15px;
  height: 15px;
}
#featured_hero_slider .slick-slider .slick-arrow:hover {
  background: #CDB29D;
}
#featured_hero_slider .hero-slide .hero-image {
  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;
  padding: 65px;
  width: 100%;
}
#featured_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: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  text-align: center;
  width: 50%;
  padding: 50px 60px;
}
#featured_hero_slider .hero-slide .hero-image .hero-body h2 {
  margin-bottom: 20px;
}
#featured_hero_slider .hero-slide .hero-image .hero-body .hero-cta {
  font-size: 16px;
  letter-spacing: 1px;
  width: max-content;
}
@media screen and (max-width: 1180px) {
  #featured_hero_slider .hero-slide .hero-image {
    padding: 50px 30px 0;
  }
  #featured_hero_slider .hero-slide .hero-image .hero-body {
    padding: 40px 34px;
  }
}
@media screen and (max-width: 960px) {
  #featured_hero_slider .hero-slide .hero-image {
    height: 450px !important;
  }
  #featured_hero_slider .hero-slide .hero-image .hero-body {
    padding: 28px 25px;
    max-width: 280px;
  }
  #featured_hero_slider .hero-slide .hero-image .hero-body h2.hero-title {
    font-size: 27px;
    line-height: 32px;
  }
}
@media screen and (max-width: 600px) {
  #featured_hero_slider .hero-slide .hero-image {
    height: 450px !important;
  }
  #featured_hero_slider .hero-slide .hero-image .hero-body {
    padding: 21px 22px;
    width: 80%;
  }
  #featured_hero_slider .hero-slide .hero-image .hero-body h2.hero-title {
    margin-bottom: 20px;
  }
}

.press {
  position: relative;
  padding: 50px 70px 0;
  margin: 0 0 0;
}
.press .press-container {
  border-bottom: 1px solid #CBCBCB;
  padding: 0 0 60px;
}
.press .press-container .press-title {
  margin-bottom: -10px;
  text-align: center;
  font-family: sans-serif;
  font-size: 38px;
  letter-spacing: 2px;
}
.press .press-container .press-slider {
  width: 100%;
}
.press .press-container .press-slider .press-slide {
  position: relative;
  padding: 0 20px;
  text-align: center;
  height: inherit !important;
}
.press .press-container .press-slider .press-slide .press-slide-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;
  height: 100%;
}
.press .press-container .press-slider .press-slide .press-slide-inner .press-image {
  max-height: 200px;
}
.press .press-container .press-slider.slick-slider .slick-track {
  display: flex !important;
}
.press .press-container .press-slider.slick-slider .slick-arrow {
  top: 43%;
}
.press .press-container .press-slider.slick-slider .slick-arrow.slick-next {
  right: -4%;
}
.press .press-container .press-slider.slick-slider .slick-arrow.slick-prev {
  left: -4%;
}
@media screen and (max-width: 960px) {
  .press .press-container .press-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .press {
    padding: 30px 30px 0;
    margin-bottom: 30px;
  }
  .press .press-container {
    padding-bottom: 30px;
  }
  .press .press-container .press-title {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .press .press-container .press-title span {
    font-size: 79px;
    line-height: 0.8;
  }
  .press .press-container .press-slider .press-slide .press-slide-inner .press-image {
    max-height: 125px;
  }
}

#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: #E6D1C1;
  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: #CDB29D;
}
#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;
  }
}

.guides-basic .guide-basic {
  position: relative;
  padding: 50px 0;
  margin-top: 50px;
  border-top: 1px solid #CBCBCB;
  text-align: center;
}
.guides-basic .guide-basic h3.guide-title {
  margin-bottom: 30px;
}
.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;
  padding: 20px;
}

.guides-rows .post-guide-row {
  width: 100%;
  position: relative;
  max-width: 840px;
  margin: 50px 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: sans-serif;
  font-size: 80px;
}
.guides-rows .post-guide-row .guide-body .guide-title {
  font-family: sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}
.guides-rows .post-guide-row .guide-body .guide-text {
  font-family: serif;
  margin-bottom: 30px;
  line-height: 28px;
}
.guides-rows .post-guide-row .guide-body .guide-text a {
  color: #E8DED0;
  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: 5px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .guides-rows .post-guide-row {
    flex-direction: column;
  }
  .guides-rows .post-guide-row .sep {
    display: none;
  }
  .guides-rows .post-guide-row .guide-body {
    width: 100%;
  }
  .guides-rows .post-guide-row img {
    width: 70%;
    margin-bottom: 20px;
  }
  .guides-rows .post-guide-row:nth-child(2n) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .guides-rows .post-guide-row img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.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 0;
}
.guides-grid .guide-grid.vertical .guide-count {
  font-family: sans-serif;
  font-size: 100px;
  color: #E6D1C1;
}
.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;
  font-size: 15px;
}
.guides-grid .guide-grid.vertical .guide-grid-products {
  width: 100%;
}
.guides-grid .guide-grid.vertical .guide-grid-btn {
  padding: 10px 25px !important;
  margin-top: 15px;
}
.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 0;
  margin: 0;
  border-bottom: 1px solid #CBCBCB;
}
.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 #CBCBCB;
}
.guides-grid .guide-grid.horizontal .guide-grid-body .guide-grid-btn {
  padding: 10px 25px !important;
  margin-top: 25px;
  margin-bottom: 25px;
}
.guides-grid .guide-grid.horizontal .guide-grid-body .guide-count {
  font-family: sans-serif;
  font-size: 100px;
  color: #E6D1C1;
}
.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;
  font-size: 15px;
}
.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%;
}
.guides-grid .guide-grid.horizontal:last-child {
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  .guides-grid .guide-grid.horizontal .guide-grid-body .guide-count, .guides-grid .guide-grid.vertical .guide-grid-body .guide-count {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .guides-grid .guide-grid.horizontal {
    padding: 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .guides-grid {
    flex-direction: column !important;
  }
  .guides-grid .guide-grid.vertical {
    width: 100%;
  }
  .guides-grid .guide-grid.vertical .guide-grid-body .guide-grid-text {
    font-size: 20px;
  }
  .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-body .guide-grid-text {
    font-size: 20px;
  }
  .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%;
}

.quick-links {
  position: absolute;
  top: 50%;
  left: -125px;
  max-width: 250px;
  border: 3px solid #F1EAE1;
  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;
  }
}

.posts-collection {
  position: relative;
  padding: 50px;
}
.posts-collection .posts-collection-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;
}
.posts-collection .posts-collection-container .collection-post-main {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  flex: 3;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body {
  position: relative;
  width: 60%;
  margin-right: -20%;
  overflow: hidden;
  padding-left: 25px;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner {
  position: relative;
  width: 94%;
  background: #F1EAE1;
  border: 2px solid #E6D1C1;
  padding: 60px;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner a.collection-post-main-cat {
  text-transform: uppercase;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner h2 {
  font-size: 40px;
  line-height: 44px;
  margin: 20px 0;
}
@media screen and (max-width: 1180px) {
  .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner h2 {
    font-size: 25px;
    line-height: 36px;
    margin: 20px 0;
  }
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .collection-post-main-text {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 25px;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-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: 25px;
  left: -25px;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  border-radius: 100%;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap .post-products {
  top: 0;
  bottom: unset;
  right: 115%;
  left: unset;
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner .post-products-wrap:hover .post-products {
  right: 0;
}
@media screen and (max-width: 960px) {
  .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner {
    width: 85%;
    padding: 40px;
  }
}
.posts-collection .posts-collection-container .collection-post-main .collection-post-main-image {
  width: 64%;
}
.posts-collection .posts-collection-container .posts-collection-posts-side {
  flex: 1;
  padding: 0 0 0 40px;
}
.posts-collection .posts-collection-container .posts-collection-posts-side .collection-post {
  border-bottom: 1px solid #E6D1C1;
  padding: 10px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
}
.posts-collection .posts-collection-container .posts-collection-posts-side .collection-post h4 {
  font-size: 22px;
}
@media screen and (max-width: 1180px) {
  .posts-collection .posts-collection-container .posts-collection-posts-side .collection-post h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 960px) {
  .posts-collection .posts-collection-container .posts-collection-posts-side {
    width: 98%;
  }
}
@media screen and (max-width: 600px) {
  .posts-collection .posts-collection-container .posts-collection-posts-side {
    padding: 0;
    width: 91%;
  }
}
@media screen and (max-width: 1180px) {
  .posts-collection {
    padding: 50px 30px 50px 20px;
  }
}
@media screen and (max-width: 960px) {
  .posts-collection .posts-collection-container {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 600px) {
  .posts-collection {
    padding: 30px;
  }
  .posts-collection .posts-collection-container .collection-post-main {
    flex-direction: column-reverse !important;
  }
  .posts-collection .posts-collection-container .collection-post-main .collection-post-main-image {
    width: 100%;
  }
  .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body {
    width: 100%;
    margin-right: 0%;
    margin-right: 25px;
    margin-top: -60px;
    margin-bottom: 30px;
  }
  .posts-collection .posts-collection-container .collection-post-main .collection-post-main-body .collection-post-main-body-inner {
    width: 100%;
    padding: 20px;
  }
}

.home-post {
  margin: 30px auto !important;
}
.home-post .home-post-inner .home-post-content {
  width: 49%;
  padding: 50px 50px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-title {
  letter-spacing: 2px;
  font-family: sans-serif;
  font-size: 24px;
  position: relative;
  margin-left: -200px;
  background: #F5F4EF;
  padding: 20px;
  text-align: center;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta {
  font-family: 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 .post-date {
  font-family: sans-serif;
  font-style: italic;
  letter-spacing: 1px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-excerpt {
  margin-top: 15px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.btn.btn-primary {
  display: block !important;
  width: 200px;
  margin: 20px auto 0 !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: 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: 51%;
  overflow: hidden;
}
.home-post .home-post-inner .home-post-image .post-products-wrap .post-products-trigger {
  bottom: 0;
}
.home-post .home-post-inner .home-post-image .post-products-wrap .post-products {
  bottom: 0;
}
.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 .home-post-inner .home-post-content {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .home-post .home-post .home-post-inner {
    flex-direction: column;
  }
  .home-post .home-post .home-post-inner .home-post-content {
    padding: 30px 30px;
    width: 100%;
    border: none;
    border-bottom: 4px solid #f4f4f4;
    border-right: 4px solid #f4f4f4;
    border-left: 4px solid #f4f4f4;
  }
  .home-post .home-post .home-post-inner .home-post-image {
    width: 100%;
    height: 300px;
  }
}
#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;
}

.tiles-loop {
  position: relative;
  padding: 0px 50px 60px;
  margin-top: -70px;
}
.tiles-loop .tiles-loop-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;
  width: 100%;
}
.tiles-loop .tiles-loop-wrapper .tile-loop-post {
  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;
}
.tiles-loop .tiles-loop-wrapper .tile-loop-post .tile-loop-post-image {
  display: block;
  width: 100%;
  border: 8px solid white;
}
.tiles-loop .tiles-loop-wrapper .tile-loop-post .tile-loop-post-body {
  max-width: 350px;
  text-transform: uppercase;
  padding: 10px;
}
.tiles-loop .tiles-loop-wrapper .tile-loop-post .tile-loop-post-body a.tile-loop-post-cat {
  color: #CDB29D;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 14px;
}
.tiles-loop .tiles-loop-wrapper .tile-loop-post .tile-loop-post-body .tile-loop-post-title {
  margin-top: 7px;
  text-transform: none;
  font-size: 19px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: sans-serif;
}
.tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(1) {
  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: flex-start !important;
  -webkit-justify-content: flex-start !important;
  align-self: flex-end;
  width: 48%;
  margin-bottom: -31%;
  margin-right: 3%;
  z-index: 2;
}
.tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(1) .tile-loop-post-body {
  max-width: 310px;
}
.tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(2) {
  align-self: flex-start;
  width: 56%;
  z-index: 1;
}
.tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(3) {
  z-index: 3;
  max-width: 260px;
  margin-top: -23%;
  margin-left: 10%;
  border: 8px solid #ffffff;
}
.tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(3) .tile-loop-post-image {
  border: none;
}
.tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(3) .tile-loop-post-body {
  max-width: 350px;
  text-transform: uppercase;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(1) .tile-loop-post-body {
    max-width: 200px;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(1) .tile-loop-post-body .tile-loop-post-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1180px) {
  .tiles-loop {
    margin-top: -120px;
  }
}
@media screen and (max-width: 960px) {
  .tiles-loop {
    padding: 30px;
    margin-top: -130px;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post .tile-loop-post-body {
    padding-top: 0;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post .tile-loop-post-body a.tile-loop-post-cat {
    font-size: 12px;
    padding: 0;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(1) .tile-loop-post-body {
    max-width: 310px;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(1) .tile-loop-post-body .tile-loop-post-title {
    font-size: 22px;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(3) {
    margin-top: -13%;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(3) .tile-loop-post-image {
    height: 184px !important;
  }
}
@media screen and (max-width: 820px) {
  .tiles-loop {
    margin-top: -30px;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(1) .tile-loop-post-body {
    max-width: 220px;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(1) .tile-loop-post-body .tile-loop-post-title {
    font-size: 20px;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(2) .tile-loop-post-body {
    max-width: 220px;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(3) {
    margin-top: -18%;
  }
}
@media screen and (max-width: 600px) {
  .tiles-loop {
    padding: 25px;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(1) {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(1) .tile-loop-post-body {
    max-width: 100%;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(2) {
    width: 100%;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(3) {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    transform: translate(0);
    max-width: 100%;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post:nth-child(3) .tile-loop-post-image {
    max-width: 100%;
    height: 350px !important;
  }
  .tiles-loop .tiles-loop-wrapper .tile-loop-post .tile-loop-post-body {
    max-width: unset !important;
    align-self: flex-start;
  }
}

#about_section {
  position: relative;
  padding: 130px 50px 170px;
}
#about_section .about-container {
  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-container .about-images {
  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;
  width: 56%;
}
#about_section .about-container .about-images .about-image {
  position: relative;
  width: 100%;
}
#about_section .about-container .about-images .about-image:nth-child(1) {
  width: 73%;
  z-index: 1;
}
#about_section .about-container .about-images .about-image:nth-child(2) {
  width: 42%;
  margin-left: -25%;
  margin-bottom: -20%;
  z-index: 2;
  border: 10px solid #ffffff;
}
#about_section .about-container .about-body {
  position: relative;
  width: 44%;
  padding-left: 30px;
}
#about_section .about-container .about-body .about-section-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: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
#about_section .about-container .about-body .about-script {
  position: relative;
  font-size: 105px;
  line-height: 115px;
  z-index: 3;
  transform: rotate(-3deg);
  margin-bottom: 35px;
  margin-left: 10px;
}
#about_section .about-container .about-body .about-title {
  font-size: 50px;
  font-family: sans-serif;
}
#about_section .about-container .about-body .about-text {
  margin: 20px 0;
}
#about_section .about-container .about-body .about-cta-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: flex-start !important;
  -webkit-justify-content: flex-start !important;
  margin-top: 20px;
}
#about_section .about-container .about-body .about-cta-wrapper .about-cta {
  width: max-content;
  font-size: 18px;
}
@media screen and (max-width: 1180px) {
  #about_section .about-container .about-body .about-subtitle {
    margin-bottom: 12px;
  }
  #about_section .about-container .about-body .about-script {
    font-size: 85px;
    line-height: 94px;
  }
}
@media screen and (max-width: 960px) {
  #about_section {
    padding: 130px 50px 100px;
  }
  #about_section .about-container {
    flex-direction: column !important;
  }
  #about_section .about-container .about-images {
    width: 86%;
  }
  #about_section .about-container .about-body {
    width: 100%;
    padding-left: 0px;
    padding-top: 100px;
  }
  #about_section .about-container .about-body .about-script {
    font-size: 85px;
    line-height: 94px;
  }
  #about_section .about-container .about-body .about-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  #about_section {
    padding: 100px 30px 80px;
  }
  #about_section .about-container .about-images {
    width: 100%;
  }
  #about_section .about-container .about-body {
    width: 100%;
  }
  #about_section .about-container .about-body .about-title {
    font-size: 27px;
    text-align: center;
  }
  #about_section .about-container .about-body .about-subtitle {
    transform: rotate(-3deg) translate(6px, 0);
    font-size: 54px;
  }
}

.about-nav-wrapper {
  position: relative;
}
.about-nav-wrapper .menu-container {
  width: 100%;
  background: #A06F53;
  padding: 10px 20px;
}
.about-nav-wrapper .menu-container .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;
}
.about-nav-wrapper .menu-container .menu > li > a {
  font-size: 13px;
  line-height: 35px;
  letter-spacing: 2px;
}
.about-nav-wrapper .menu-container .menu li {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .about-nav-wrapper .menu-container {
    display: none !important;
  }
}
.about-nav-wrapper .about-nav-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;
}
.about-nav-wrapper .about-nav-inner .about-nav-images {
  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;
  position: relative;
  width: 38%;
  background: #E8DED0;
}
.about-nav-wrapper .about-nav-inner .about-nav-images .about-nav-image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.about-nav-wrapper .about-nav-inner .about-nav-images .about-nav-image:last-child {
  position: absolute;
  right: 0;
  z-index: 2;
  transform: translate(50%, 0);
  border: 3px solid #A06F53;
  border-radius: 207px;
  max-width: 406px;
}
.about-nav-wrapper .about-nav-inner .about-nav-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: 2em;
  background: #E8DED0;
  padding: 50px 6% 50px 20%;
  width: 62%;
}
.about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-title {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  transform: translate(-38%, 0);
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 700;
}
.about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-title span {
  font-size: 106px;
  letter-spacing: 1.8px;
  font-weight: 400;
}
.about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-text {
  width: 90%;
}
@media screen and (max-width: 960px) {
  .about-nav-wrapper .about-nav-inner {
    flex-direction: column !important;
  }
  .about-nav-wrapper .about-nav-inner .about-nav-images {
    width: 70%;
  }
  .about-nav-wrapper .about-nav-inner .about-nav-body {
    row-gap: 1em;
    width: 100%;
    padding: 50px 6%;
  }
  .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-title {
    font-size: 30px;
    transform: initial;
  }
  .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-title span {
    font-size: 86px;
    padding-left: 0;
  }
  .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-text {
    width: 100%;
  }
  .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about-nav-wrapper .about-nav-inner .about-nav-body {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 600px) {
  .about-nav-wrapper .about-nav-inner .about-nav-images .about-nav-image:last-child {
    max-width: 200px;
  }
  .about-nav-wrapper .about-nav-inner .about-nav-body {
    padding: 50px 30px;
  }
  .about-nav-wrapper .about-nav-inner .about-nav-body .about-nav-title {
    text-align: center;
    width: 100%;
  }
}

.banner-cta {
  position: relative;
  padding: 50px;
}
.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: center !important;
  -webkit-justify-content: center !important;
  width: 100%;
  padding: 100px 50px;
}
.banner-cta .banner-cta-image .banner-cta-body {
  background: rgba(241, 234, 225, 0.85);
  text-align: center;
  max-width: 425px;
  width: 100%;
  padding: 30px;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-text {
  padding: 10px 0 20px;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-title span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .banner-cta {
    padding: 50px 40px 30px;
  }
}
@media screen and (max-width: 600px) {
  .banner-cta {
    padding: 50px 20px;
  }
  .banner-cta .banner-cta-image {
    padding: 50px 30px;
  }
}

#faq-module {
  padding: 50px 50px 100px;
}
#faq-module .page-faq-header .page-faq-subtitle {
  font-size: 13px;
  letter-spacing: 1px;
}
#faq-module .page-faq-header .page-faq-title {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 33px;
  letter-spacing: 1px;
}
#faq-module .page-faq-header .page-faq-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;
}
#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;
}
#faq-module .page-faq-wrapper .faq-col {
  width: 48%;
  border-radius: 30px;
  overflow: hidden;
}
#faq-module .page-faq-wrapper .faq-col .faq-item {
  padding: 20px;
  background: #545E53;
  color: white;
  border-bottom: 1px solid white;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: sans-serif;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title span {
  width: 90%;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title .icon {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-text {
  display: none;
  text-align: left;
  padding-top: 10px;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-text p {
  font-family: "Salty Feathers", serif;
  font-size: 60px;
  line-height: 50px;
}
#faq-module .page-faq-wrapper .faq-col .faq-item.toggled {
  background: #788577;
}
#faq-module .page-faq-wrapper .faq-col .faq-item.toggled .faq-title .icon {
  transform: rotate(180deg);
}
#faq-module .page-faq-wrapper .faq-col .faq-item:hover {
  cursor: pointer;
}
#faq-module.has-bg {
  background: #F1EAE1;
  margin: 50px 0;
}
@media screen and (max-width: 960px) {
  #faq-module {
    padding: 50px 40px 100px;
  }
  #faq-module .page-faq-header .page-faq-title {
    text-align: center;
  }
  #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;
    row-gap: 30px;
  }
  #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 80px;
  }
  #faq-module .page-faq-header .page-faq-title {
    text-align: center;
    font-size: 30px;
  }
}

.tiled-products-wrapper {
  position: relative;
  padding: 50px;
}
.tiled-products-wrapper .tiled-products-container .tiled-products-title {
  text-align: center;
}
.tiled-products-wrapper .tiled-products-container .tiled-products {
  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;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col {
  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;
  flex: 1;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col .product {
  width: 100%;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col:first-child {
  flex: 2;
  border-right: 1px solid #CBCBCB;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col:first-child:only-child {
  border-right: none;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col:first-child .product .product-wrap .product-image {
  flex: 1;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col:first-child .product .product-wrap .product-body {
  flex: 2;
}
.tiled-products-wrapper .tiled-products-container .tiled-products .tiled-products-col:first-child .product:first-child {
  border-bottom: 1px solid #CBCBCB;
}

.featured-snapshots-wrapper {
  position: relative;
  background: url("smash/images/wave.png") bottom right/90% no-repeat;
  background-color: #E8DED0;
  padding: 80px 0px;
  margin: 50px 0;
}
.featured-snapshots-wrapper .featured-snapshots-cta {
  font-size: 13px !important;
}
.featured-snapshots-wrapper .featured-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: center !important;
  -webkit-justify-content: center !important;
}
.featured-snapshots-wrapper .featured-snapshots-header .featured-snapshots-title {
  font-family: sans-serif;
  font-size: 32px;
  line-height: 41px;
  letter-spacing: 1px;
  text-align: center;
}
.featured-snapshots-wrapper .featured-snapshots-header .featured-snapshots-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;
  column-gap: 10px;
}
.featured-snapshots-wrapper .featured-snapshots {
  width: 100%;
  padding: 0 60px;
  margin: 45px 0 50px;
}
.featured-snapshots-wrapper .featured-snapshots.slick-slider .slick-arrow {
  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: 0;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 100%;
  top: 50%;
  transform: translate(0, -25px);
  opacity: 0;
}
.featured-snapshots-wrapper .featured-snapshots.slick-slider .slick-arrow:hover {
  color: #CDB29D;
}
.featured-snapshots-wrapper .featured-snapshots.slick-slider .slick-arrow.slick-prev {
  left: 11%;
}
.featured-snapshots-wrapper .featured-snapshots.slick-slider .slick-arrow.slick-next {
  right: 11%;
}
.featured-snapshots-wrapper .featured-snapshots:hover.slick-slider .slick-arrow {
  opacity: 1;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot {
  flex: 1;
  padding: 0 5px;
  position: relative;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-item-image-wrap {
  padding: 0;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-item-image-wrap .post-item-image {
  border: 2px solid #545E53;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-products-wrap {
  display: flex;
  justify-content: center;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .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;
  row-gap: 5px;
  position: absolute;
  bottom: unset;
  top: 2px;
  left: 15px;
  padding: 15px;
  background: #F8F5EF;
  width: 60px;
  height: 66px;
  border: none;
  color: #545E53;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-products-wrap .post-products-trigger .icon {
  width: 16px;
  height: 19px;
  color: #545E53;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-products-wrap .post-products-trigger span {
  font-size: 9px;
  line-height: 1em;
  text-transform: uppercase;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-products-wrap .post-products {
  position: absolute;
  top: 0;
  left: unset;
  right: 115%;
  width: 100%;
  background: #fff;
  padding: 20px 30px 20px 20px;
  visibility: hidden;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-products-wrap .post-products .post-product-slider-wrap .slick-arrow {
  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: 0;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  top: 90%;
  transform: translate(0, -25px);
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-products-wrap .post-products .post-product-slider-wrap .slick-arrow:hover {
  color: #CDB29D;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-products-wrap .post-products .post-product-slider-wrap .slick-arrow.slick-prev {
  left: 0%;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-products-wrap .post-products .post-product-slider-wrap .slick-arrow.slick-next {
  right: 0%;
}
@media screen and (max-width: 1180px) {
  .featured-snapshots-wrapper .featured-snapshots .snapshot .post-products-wrap .post-products {
    bottom: 40%;
  }
}
@media screen and (max-width: 768px) {
  .featured-snapshots-wrapper .featured-snapshots .snapshot .post-products-wrap .post-products .post-product-slider-wrap .slick-arrow {
    top: 125%;
  }
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-products-wrap:hover .post-products {
  right: 0;
  visibility: visible;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-item-image .post-item-cta {
  display: none !important;
}
.featured-snapshots-wrapper .featured-snapshots .snapshot .post-item-image:hover::after {
  opacity: 1;
}
.featured-snapshots-wrapper .featured-snapshots .fp-snapshot-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;
  position: relative;
  width: 30%;
  overflow: hidden;
}
.featured-snapshots-wrapper .featured-snapshots-footer {
  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-snapshots-wrapper .featured-snapshots-footer .looks-extra {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  text-align: center;
  padding: 50px 100px 20px;
}
.featured-snapshots-wrapper .featured-snapshots-footer .looks-extra p {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #4A4E4D;
  max-width: 670px;
}
.featured-snapshots-wrapper .featured-snapshots-footer .looks-extra a {
  margin-top: 20px;
  border: 1px solid #ffffff !important;
  font-weight: bold !important;
}
@media screen and (max-width: 768px) {
  .featured-snapshots-wrapper {
    padding: 60px 0;
  }
  .featured-snapshots-wrapper .featured-snapshots {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .featured-snapshots-wrapper .featured-snapshots-header .featured-snapshots-title {
    font-size: 30px;
  }
  .featured-snapshots-wrapper .featured-snapshots {
    padding: 0 30px;
    flex-direction: column !important;
    row-gap: 10px;
  }
  .featured-snapshots-wrapper .featured-snapshots .fp-snapshot-item {
    width: 100%;
  }
}

.featured-tabbed-snapshots {
  background: #F1EAE1;
  padding: 50px;
  text-align: center;
}
.featured-tabbed-snapshots .featured-tabbed-snapshots-title {
  border-top: none !important;
}
.featured-tabbed-snapshots .featured-tabbed-snapshots-text {
  margin: 10px auto 20px;
  max-width: 450px;
}
@media screen and (max-width: 600px) {
  .featured-tabbed-snapshots .featured-tabbed-snapshots-text {
    font-size: 14px;
    margin-bottom: 44px;
  }
}
.featured-tabbed-snapshots .smash-tabbed-tabs {
  position: relative;
}
.featured-tabbed-snapshots .smash-tabbed-tabs .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.featured-tabbed-snapshots .smash-tab-content-inner {
  border-bottom: none !important;
}
.featured-tabbed-snapshots .smash-tab-content-inner .snapshot {
  margin-bottom: 0;
  padding: 20px 10px;
}
@media screen and (max-width: 600px) {
  .featured-tabbed-snapshots {
    padding: 50px 20px 20px;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .featured-tabbed-snapshots .smash-tab-content-inner {
    margin-top: 20px;
  }
  .featured-tabbed-snapshots .smash-tab-content-inner .snapshot.archive-item {
    width: 50%;
  }
  .featured-tabbed-snapshots .smash-tabbed-tabs .btn {
    display: none !important;
  }
}

.footer-blocks {
  position: relative;
  padding: 70px 50px;
  background: #545E53;
  color: #ffffff;
}
.footer-blocks .footer-blocks-container {
  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;
  column-gap: 4em;
}
.footer-blocks .footer-blocks-container.footer-blocks-3 {
  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;
}
.footer-blocks .footer-blocks-container.footer-blocks-3 .footer-block {
  flex: 3;
}
.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;
}
@media screen and (max-width: 600px) {
  .footer-blocks .footer-blocks-container .footer-block.footer-image .footer-logo img {
    margin-bottom: 30px;
    margin-top: -7px;
    width: 100%;
  }
}
.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: center !important;
  -webkit-justify-content: center !important;
  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: uppercase;
  font-size: 13px;
}
@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-start !important;
  -webkit-justify-content: flex-start !important;
  width: 100%;
  font-family: serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container li {
  padding: 7px 0px !important;
}
@media screen and (max-width: 960px) {
  .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
    align-items: center !important;
  }
}
@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;
}
.footer-blocks .footer-blocks-container .footer-block.footer-social {
  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;
}
@media screen and (max-width: 600px) {
  .footer-blocks .footer-blocks-container .footer-block {
    width: 100%;
    justify-content: center !important;
    align-items: flex-start !important;
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .footer-blocks .footer-blocks-container .footer-block.footer-3 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 600px) {
  .footer-blocks {
    padding: 50px 30px;
  }
  .footer-blocks .footer-blocks-container {
    flex-direction: column !important;
  }
  .footer-blocks .footer-blocks-container .footer-block.footer-3 {
    padding-right: 0;
  }
  .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap {
    width: 100%;
  }
  .footer-blocks .footer-blocks-middle .footer-menus .footer-menu-wrap .footer-menu-container {
    padding-left: 0;
  }
}

#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: #E1CFC1;
  color: #404040;
  min-height: 40px;
}
#hello_bar .hello-bar-inner a {
  color: #404040;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
#hello_bar .hello-bar-inner a:hover {
  color: #CDB29D;
}
#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;
}
#hello_bar .hello-bar-inner .hello-bar-container .hello-bar-text {
  margin-right: 5px;
}
#hello_bar .hello-bar-inner .hello-bar-close {
  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;
  width: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #404040;
  background: rgba(205, 178, 157, 0.5);
}
#hello_bar .hello-bar-inner .hello-bar-close .icon {
  width: 10px;
  height: 10px;
}
#hello_bar .hello-bar-inner .hello-bar-close:hover {
  cursor: pointer;
  background: #CDB29D;
}
@media screen and (max-width: 600px) {
  #hello_bar .hello-bar-inner .hello-bar-container {
    flex-direction: column !important;
  }
}

.highlights-rows {
  position: relative;
  margin-bottom: 50px;
}
.highlights-rows .shop-highlights:nth-child(2n+1) .shop-highlights-inner .shop-highlights-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: space-between !important;
  -webkit-justify-content: space-between !important;
}
.highlights-rows .shop-highlights:nth-child(2n+1) .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: 65%;
  margin-right: -20px;
  padding-left: 65px;
}
@media screen and (max-width: 600px) {
  .highlights-rows .shop-highlights:nth-child(2n+1) .shop-highlights-inner .shop-highlights-wrapper {
    flex-direction: column !important;
  }
  .highlights-rows .shop-highlights:nth-child(2n+1) .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.highlights-rows .shop-highlights:nth-child(2n) .shop-highlights-inner .shop-highlights-wrapper {
  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;
}
.highlights-rows .shop-highlights:nth-child(2n) .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: 65%;
  margin-right: unset;
  padding-left: unset;
  margin-left: -20px;
  padding-right: 65px;
}
@media screen and (max-width: 600px) {
  .highlights-rows .shop-highlights:nth-child(2n) .shop-highlights-inner .shop-highlights-wrapper {
    flex-direction: column !important;
  }
  .highlights-rows .shop-highlights:nth-child(2n) .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.highlights-rows-title {
  font-family: sans-serif;
}

.highlights-rows-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;
  padding-top: 70px;
}
.highlights-rows-header a {
  text-transform: uppercase;
  font-size: 18px;
  width: fit-content;
}
@media screen and (max-width: 1180px) {
  .highlights-rows-header {
    padding: 100px 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .highlights-rows-header {
    padding: 100px 40px 40px;
  }
  .highlights-rows-header .shop-highlights:nth-child(2n) .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    padding-right: 45px;
  }
  .highlights-rows-header .shop-highlights:nth-child(2n+1) .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    padding-left: 45px;
  }
}
@media screen and (max-width: 600px) {
  .highlights-rows-header {
    padding: 100px 30px 30px;
    flex-direction: column !important;
  }
  .highlights-rows-header .highlights-rows-title {
    text-align: center;
  }
}

.ig-section {
  position: relative;
}
.ig-section .ig-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;
  width: 100%;
  text-align: center;
  padding: 35px 20px 25px;
  background: #E1CFC1;
}
.ig-section .ig-header .ig-title {
  font-size: 40px;
  margin: 0;
}
.ig-section .ig-header .ig-title span {
  font-style: italic;
}
.ig-section .ig-feed {
  position: relative;
  width: 100%;
}
.ig-section .ig-feed .ig-cta {
  position: absolute;
  top: 46%;
  left: 15%;
  z-index: 1000;
}

#ltki_wrapper {
  position: relative;
}
#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: center !important;
  -webkit-justify-content: center !important;
  width: 100%;
  padding-bottom: 10px;
}
#ltki_wrapper .ltki-container .ltki-header .ltki-title {
  margin-bottom: 0;
  font-size: 36px;
}
#ltki_wrapper .ltki-container .ltki-feed {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #ltki_wrapper .ltki-container .ltki-feed {
    display: none;
  }
}
#ltki_wrapper .ltki-container .ltki-feed-mobile {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  #ltki_wrapper .ltki-container .ltki-feed-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #ltki_wrapper .ltki-container .ltki-header .ltki-title span {
    display: block;
    padding: 0;
  }
}

#rs-ltk-widget-2-wrapper #rs-ltk-widget-2-extra-style-wrapper .rs-ltk-content-frame-wrapper .rs-ltk-widget-content-wrapper .rs-ltk-content-wrapper .rs-ltk-wrapper .rs-ltk-image {
  background-color: white !important;
}
#rs-ltk-widget-2-wrapper #rs-ltk-widget-2-extra-style-wrapper .rs-ltk-content-frame-wrapper .rs-ltk-widget-content-wrapper .rs-ltk-content-wrapper .rs-ltk-wrapper .rs-ltk-image:hover {
  background-color: white !important;
}

.shop-masonry-links-wrapper {
  position: relative;
  padding: 50px;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links {
  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;
  width: 100%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link {
  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-end !important;
  -webkit-justify-content: flex-end !important;
  position: relative;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-image {
  width: 100%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-image:hover {
  opacity: 0.85;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text {
  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: #ffffff;
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  font-family: sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon {
  padding: 7px !important;
  margin-left: 10px !important;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
}
@media screen and (max-width: 1180px) {
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text {
    font-size: 13px;
  }
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  width: 56%;
  z-index: 2;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link {
  padding: 0 2%;
  margin-bottom: 20px;
  width: 33.3%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link .shop-masonry-link-text p {
  margin: 0;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(1), .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(2) {
  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-end !important;
  -webkit-justify-content: flex-end !important;
  width: 50%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(1) .shop-masonry-link-text, .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(2) .shop-masonry-link-text {
  position: absolute;
  bottom: 0;
  width: auto;
  max-width: 65%;
}
@media screen and (max-width: 600px) {
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(1), .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link {
    width: 100%;
  }
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links > *:first-child {
  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: 43%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links > *:first-child .shop-masonry-link-text {
  position: absolute;
  top: 20px;
  width: auto;
}
@media screen and (max-width: 1180px) {
  .shop-masonry-links-wrapper {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 960px) {
  .shop-masonry-links-wrapper {
    padding: 30px 25px;
  }
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links {
    flex-direction: column !important;
  }
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid {
    width: 100%;
  }
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links > *:first-child {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 14px;
  }
}
@media screen and (max-width: 600px) {
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links > *:first-child {
    padding: 0 6px;
  }
}

.grid {
  transform: translate(1%, 0);
}

#more_posts, #load_more_posts {
  padding: 50px 0;
}
#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: center !important;
  -webkit-justify-content: center !important;
  width: 100%;
}
#more_posts .next-up-header.has-cta, #load_more_posts .next-up-header.has-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: space-between !important;
  -webkit-justify-content: space-between !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;
  width: 100%;
}
#more_posts .post-grid-title-wrap .post-grid-title, #load_more_posts .post-grid-title-wrap .post-grid-title {
  letter-spacing: 2px;
  font-size: 30px;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
#more_posts .post-grid-title-wrap .post-grid-title span, #load_more_posts .post-grid-title-wrap .post-grid-title span {
  font-size: 105px;
  line-height: 70px;
}
#more_posts .next-up-posts.archive-items, #load_more_posts .next-up-posts.archive-items {
  margin-top: 20px !important;
  row-gap: 3em;
}
#more_posts .next-up-posts .post-block .post-block-text, #load_more_posts .next-up-posts .post-block .post-block-text {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #more_posts, #load_more_posts {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 600px) {
  #more_posts, #load_more_posts {
    padding: 0px 0 50px;
  }
  #more_posts .next-up-header, #load_more_posts .next-up-header {
    flex-direction: column !important;
  }
}

.qa {
  background: #F1EAE1;
  padding: 100px 50px;
  margin: 50px 0;
}
.qa .qa-title-box {
  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: 60px;
}
.qa .qa-title-box .qa-title {
  padding-top: 15px;
}
.qa .qa-title-box .qa-subtitle h5 {
  font-family: serif;
}
.qa .qa-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 6em;
  row-gap: 3em;
}
.qa .qa-list .list-items {
  flex: 1;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.qa .qa-list .list-items h6 {
  font-family: serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.qa .qa-list .list-items h5 {
  text-transform: unset;
  font-family: "Salty Feathers", serif;
  font-size: 50px;
  line-height: 50px;
  padding-top: 10px;
  margin-bottom: -20px;
}
@media screen and (max-width: 960px) {
  .qa {
    padding: 100px 50px;
  }
  .qa .qa-list {
    column-gap: 3em;
  }
  .qa .qa-list .list-item h5 {
    font-size: 30px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 600px) {
  .qa {
    padding: 100px 30px 70px;
  }
  .qa .qa-list {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .qa .qa-title-box {
    padding-bottom: 30px;
  }
  .qa .qa-title-box .qa-title {
    text-align: center;
  }
}

.quick-shop {
  position: relative;
  padding: 150px 50px 100px;
  z-index: 2;
}
.quick-shop .quick-shop-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;
  column-gap: 20px;
}
.quick-shop .quick-shop-container .quick-shop-left {
  width: 47%;
}
.quick-shop .quick-shop-container .quick-shop-left .quick-shop-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;
  width: 100%;
}
.quick-shop .quick-shop-container .quick-shop-left .quick-shop-image .quick-shop-label {
  position: absolute;
  top: 30px;
  left: 0;
  transform: translate(-30px, 0);
  background: #E6D1C1;
  padding: 10px 30px;
  display: none;
}
.quick-shop .quick-shop-container .quick-shop-left .quick-shop-body {
  text-align: center;
  margin-top: 20px;
}
.quick-shop .quick-shop-container .quick-shop-left .quick-shop-body .quick-shop-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
.quick-shop .quick-shop-container .quick-shop-left .quick-shop-body .quick-shop-text {
  font-size: 18px;
}
.quick-shop .quick-shop-container .quick-shop-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;
  width: 53%;
}
.quick-shop .quick-shop-container .quick-shop-products .product {
  width: 48%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.quick-shop .quick-shop-container .quick-shop-products .product .product-wrap {
  padding: 0;
  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: 10px;
}
.quick-shop .quick-shop-container .quick-shop-products .product .product-wrap .product-image {
  flex: 1;
}
.quick-shop .quick-shop-container .quick-shop-products .product .product-wrap .product-body {
  flex: 1;
}
.quick-shop .quick-shop-container .quick-shop-products .product .product-wrap .product-body .product-brand {
  text-align: left;
  padding-bottom: 8px;
  align-self: flex-start;
  letter-spacing: 1px;
}
.quick-shop .quick-shop-container .quick-shop-products .product .product-wrap .product-body .product-title {
  text-align: left;
  font-size: 20px;
  text-transform: unset;
  color: black;
}
@media screen and (max-width: 960px) {
  .quick-shop {
    padding: 80px 40px 0px;
  }
  .quick-shop .quick-shop-container {
    column-gap: 10px;
  }
  .quick-shop .quick-shop-container .quick-shop-products {
    width: 58%;
  }
}
@media screen and (max-width: 768px) {
  .quick-shop .quick-shop-container {
    flex-direction: column !important;
    row-gap: 30px;
  }
  .quick-shop .quick-shop-container .quick-shop-left {
    width: 100%;
  }
  .quick-shop .quick-shop-container .quick-shop-products {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .quick-shop {
    padding: 70px 30px 0px;
  }
  .quick-shop .quick-shop-container .quick-shop-products .product .product-wrap {
    flex-direction: column !important;
  }
  .quick-shop .quick-shop-container .quick-shop-products .product .product-wrap .product-image {
    flex: unset;
    margin-bottom: 5px;
  }
}

.banner-cta {
  position: relative;
  margin: 50px 0;
}
.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: center !important;
  -webkit-justify-content: center !important;
  width: 100%;
  padding: 0;
}
.banner-cta .banner-cta-image .banner-cta-body {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  max-width: none;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-text {
  padding: 10px 0 20px;
  color: white;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-title {
  font-size: 70px;
  margin: 20px 0 40px;
  color: white;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-title span {
  display: block;
  font-size: 18px;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-subtitle {
  font-size: 20px;
  color: white;
}
.banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: white;
}
@media screen and (max-width: 768px) {
  .banner-cta {
    padding: 20px 40px 0px;
  }
  .banner-cta .banner-cta-image .banner-cta-body .banner-cta-title {
    font-size: 50px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .banner-cta {
    padding: 0;
  }
  .banner-cta .banner-cta-image .banner-cta-body .banner-cta-title {
    font-size: 30px;
  }
  .banner-cta .banner-cta-image .banner-cta-body .banner-cta-subtitle {
    font-size: 16px;
  }
  .banner-cta .banner-cta-image .banner-cta-body .banner-cta-btn {
    font-size: 14px;
  }
}

.shop-highlights {
  position: relative;
  padding: 50px;
}
.shop-highlights .shop-highlights-inner .shop-highlights-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: space-between !important;
  -webkit-justify-content: space-between !important;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
  position: relative;
  width: 50%;
}
.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: 50%;
  margin-right: -20px;
  padding-left: 65px;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-title {
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  margin-bottom: 20px;
}
.shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product {
  width: 33%;
  padding: 20px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  .shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    padding-left: 40px;
  }
}
@media screen and (max-width: 960px) {
  .shop-highlights .shop-highlights-inner .shop-highlights-wrapper {
    flex-direction: column !important;
    row-gap: 2em;
  }
  .shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    padding-left: 0;
    width: 100%;
  }
  .shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .shop-highlights {
    padding: 0px 40px;
  }
  .shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .shop-highlights {
    padding: 0 30px;
    padding-bottom: 20px;
  }
  .shop-highlights .shop-highlights-inner .shop-highlights-wrapper {
    flex-direction: column !important;
  }
  .shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    padding-left: 0px;
    width: 100%;
    margin-right: 0px;
  }
  .shop-highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product {
    width: 50%;
    padding: 10px;
  }
}

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

.shop-masonry-links-wrapper {
  position: relative;
  padding: 50px;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links {
  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;
  width: 100%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link {
  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-end !important;
  -webkit-justify-content: flex-end !important;
  position: relative;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-image {
  width: 100%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-image:hover {
  opacity: 0.85;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text {
  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: #ffffff;
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  font-family: sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text .icon {
  padding: 7px !important;
  margin-left: 10px !important;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
}
@media screen and (max-width: 1180px) {
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-link .shop-masonry-link-text {
    font-size: 13px;
  }
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  width: 56%;
  z-index: 2;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link {
  padding: 0 2%;
  margin-bottom: 20px;
  width: 33.3%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link .shop-masonry-link-text p {
  margin: 0;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(1), .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(2) {
  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-end !important;
  -webkit-justify-content: flex-end !important;
  width: 50%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(1) .shop-masonry-link-text, .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(2) .shop-masonry-link-text {
  position: absolute;
  bottom: 0;
  width: auto;
  max-width: 65%;
}
@media screen and (max-width: 600px) {
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(1), .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid .shop-masonry-link {
    width: 100%;
  }
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links > *:first-child {
  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: 43%;
}
.shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links > *:first-child .shop-masonry-link-text {
  position: absolute;
  top: 20px;
  width: auto;
}
@media screen and (max-width: 1180px) {
  .shop-masonry-links-wrapper {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 960px) {
  .shop-masonry-links-wrapper {
    padding: 30px 25px;
  }
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links {
    flex-direction: column !important;
  }
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links .shop-masonry-links-grid {
    width: 100%;
  }
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links > *:first-child {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 14px;
  }
}
@media screen and (max-width: 600px) {
  .shop-masonry-links-wrapper .shop-masonry-links-container .shop-masonry-links > *:first-child {
    padding: 0 6px;
  }
}

.grid {
  transform: translate(1%, 0);
}

#subscribe_section {
  position: relative;
}
#subscribe_section .subscribe-section-wrapper {
  background: #ffffff;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-image {
  width: 55%;
  min-height: 400px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content {
  position: relative;
  background: #E1CFC1;
  width: 45%;
  text-align: center;
  padding: 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;
  max-width: 365px;
  width: 100%;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-subtitle {
  font-family: sans-serif;
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-title {
  font-family: "Salty Feathers", serif;
  font-size: 70px;
  text-transform: lowercase;
  margin-bottom: 0px;
  letter-spacing: 1px;
  margin-top: -20px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-text {
  font-family: serif;
  font-size: 18px;
  margin-bottom: 20px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form {
  width: 100%;
}
#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: 10px;
  letter-spacing: 1px;
  padding: 13px;
  margin-bottom: 10px;
  border: none;
  width: 100%;
  font-family: serif;
  background-color: white;
  border: none !important;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-form #mc_embed_signup input[type=submit] {
  margin-bottom: 0;
  color: white !important;
}
@media screen and (max-width: 768px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  #subscribe_section .subscribe-section-wrapper {
    flex-direction: column;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-image {
    width: 100%;
    height: 250px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content {
    width: 100%;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-content-inner .subscribe-section-title {
    font-size: 55px;
  }
}
#subscribe_section_banner .subscribe-section-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;
  padding: 5% 0;
}
#subscribe_section_banner .subscribe-section-image [data-ff-el=root].ff-63cafd56b4f015f30446d395 .ff-63cafd56b4f015f30446d395__subtitle *,
#subscribe_section_banner .subscribe-section-image [data-ff-el=root].ff-63cafd56b4f015f30446d395 .ff-63cafd56b4f015f30446d395__label,
#subscribe_section_banner .subscribe-section-image [data-ff-el=root].ff-63cafd56b4f015f30446d395 .ff-63cafd56b4f015f30446d395__label {
  font-family: 20px;
  text-transform: none;
}
#subscribe_section_banner .subscribe-section-image .subscribe-section-body {
  width: 550px;
  max-width: 88%;
  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-color: #CDB29D;
  padding: 30px 60px;
  row-gap: 1em;
}
#subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-title {
  font-family: sans-serif;
  text-align: center;
}
#subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-form {
  width: 100%;
}
#subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-form #mc_embed_signup .mc-field-group {
  flex-direction: column;
}
#subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-form #mc_embed_signup .mc-field-group input {
  border-radius: 0px !important;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 13px;
  margin-bottom: 10px;
  border: none;
  width: 100%;
  font-family: serif;
  background-color: #f1f1f1;
  border: none !important;
}
#subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-form #mc_embed_signup .mc-field-group input[type=submit] {
  margin-bottom: 0;
  color: white !important;
}
#subscribe_section_banner .subscribe-section-image .subscribe-section-body .subscribe-section-form #mc_embed_signup .mc-field-group input::placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  #subscribe_section_banner .subscribe-section-image .subscribe-section-body {
    padding: 30px 20px;
  }
}

.video-cta-wrapper {
  position: relative;
  background: #E8DED0;
  padding: 0 50px;
}
.video-cta-wrapper .video-cta-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;
  max-width: 1030px !important;
  margin-bottom: 150px !important;
}
.video-cta-wrapper .video-cta-container .video-cta-subtitle {
  font-size: 13px;
  letter-spacing: 1px;
}
.video-cta-wrapper .video-cta-container .video-cta-title {
  font-size: 34px;
  letter-spacing: 1px;
}
.video-cta-wrapper .video-cta-container .video-cta-text {
  font-size: 17px;
  line-height: 20px;
  padding: 10px 0 20px;
}
.video-cta-wrapper .video-cta-container .video-cta-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: 46%;
  border: 3px solid #545E53;
  border-radius: 0 0 270px 270px;
  margin-bottom: -100px;
}
.video-cta-wrapper .video-cta-container .video-cta-image .icon {
  width: 75px;
  height: 75px;
  color: white;
}
.video-cta-wrapper .video-cta-container .video-cta-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: 10px;
  width: 38%;
  text-align: center;
}
.video-cta-wrapper .video-cta-container .video-cta-body .video-cta-cta {
  font-size: 15px !important;
}
@media screen and (max-width: 960px) {
  .video-cta-wrapper .video-cta-container {
    width: 100%;
    margin-bottom: 80px !important;
  }
  .video-cta-wrapper .video-cta-container .video-cta-body {
    width: 50%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .video-cta-wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .video-cta-wrapper {
    padding: 50px 30px;
  }
  .video-cta-wrapper .video-cta-container {
    flex-direction: column !important;
    margin-bottom: 0 !important;
  }
  .video-cta-wrapper .video-cta-container .video-cta-image {
    margin-bottom: 0;
    width: 100%;
  }
  .video-cta-wrapper .video-cta-container .video-cta-body {
    width: 100%;
    padding: 50px 0 0;
  }
}

.videos-section-wrapper {
  padding: 50px;
}
.videos-section-wrapper .videos-container {
  position: relative;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.videos-section-wrapper .videos-container .videos-header {
  position: absolute;
  left: 0;
  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: max-content;
  transform: rotate(-90deg);
  margin-left: -14vh;
}
.videos-section-wrapper .videos-container .videos-header .videos-title {
  width: max-content;
  font-family: sans-serif;
}
.videos-section-wrapper .videos-container .videos-header .videos-title span {
  font-family: "Salty Feathers", serif;
  font-size: 70px;
}
.videos-section-wrapper .videos-container .videos-inner {
  width: 92%;
  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;
}
.videos-section-wrapper .videos-container .videos-inner .video-block-image {
  border: 10px #ffffff solid;
}
.videos-section-wrapper .videos-container .videos-inner .videos-col {
  padding: 10px;
}
.videos-section-wrapper .videos-container .videos-inner .videos-col:first-child {
  width: 70%;
}
.videos-section-wrapper .videos-container .videos-inner .videos-col:first-child .video-block-container {
  border-right: 1px solid #ffffff;
  padding-right: 50px;
}
.videos-section-wrapper .videos-container .videos-inner .videos-col:last-child {
  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: 32%;
  margin-left: 30px;
}
.videos-section-wrapper .videos-container .videos-inner .videos-col:last-child .video-block:first-child {
  margin-bottom: 20px;
}
.videos-section-wrapper .videos-container .videos-inner .videos-col .video-block {
  width: 100%;
}
.videos-section-wrapper.has-bg {
  background: #F1EAE1;
  padding: 0;
}
.videos-section-wrapper.has-bg .videos-container .videos-inner {
  padding: 80px 50px;
}
@media screen and (max-width: 960px) {
  .videos-section-wrapper .videos-container {
    flex-direction: column !important;
  }
  .videos-section-wrapper .videos-container .videos-header {
    transform: rotate(0deg);
    position: initial;
    margin-left: 0;
    margin-top: 40px;
  }
  .videos-section-wrapper.has-bg .videos-container .videos-inner {
    padding: 0 0 40px;
    flex-direction: column !important;
  }
  .videos-section-wrapper.has-bg .videos-container .videos-inner .videos-col:first-child {
    width: 100%;
  }
  .videos-section-wrapper.has-bg .videos-container .videos-inner .videos-col:first-child .video-block-container {
    border-right: none;
    padding-right: 0;
  }
  .videos-section-wrapper.has-bg .videos-container .videos-inner .videos-col:last-child {
    width: 100%;
    flex-direction: row !important;
    margin-left: 0;
    column-gap: 7px;
  }
  .videos-section-wrapper.has-bg .videos-container .videos-inner .videos-col:last-child .video-block:first-child {
    margin-bottom: 0;
  }
  .videos-section-wrapper.has-bg .videos-container .videos-inner .videos-col:last-child .video-block:last-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .videos-section-wrapper {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 600px) {
  .videos-section-wrapper {
    padding: 50px 30px;
  }
  .videos-section-wrapper .videos-container .videos-header {
    flex-direction: column !important;
  }
  .videos-section-wrapper .videos-container .videos-header .videos-title {
    text-align: center;
  }
  .videos-section-wrapper.has-bg .videos-container .videos-inner .videos-col:last-child {
    flex-direction: column !important;
  }
  .videos-section-wrapper.has-bg .videos-container .videos-inner .videos-col:last-child .video-block:first-child {
    margin-bottom: 15px;
  }
}