/*!
Theme Name: Fabulous After 40
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: fabulous_after_40
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.

Fabulous After 40 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.
 */

/* line 11, sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, sass/_normalize.scss */
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.
 */
/* line 45, sass/_normalize.scss */
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.
 */
/* line 56, sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, sass/_normalize.scss */
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.
 */
/* line 77, sass/_normalize.scss */
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.
 */
/* line 87, sass/_normalize.scss */
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.
 */
/* line 97, sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 125, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, sass/_normalize.scss */
sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, sass/_normalize.scss */
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.
 */
/* line 168, sass/_normalize.scss */
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.
 */
/* line 178, sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 198, sass/_normalize.scss */
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.
 */
/* line 210, sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 221, sass/_normalize.scss */
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.
 */
/* line 232, sass/_normalize.scss */
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.
 */
/* line 245, sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 253, sass/_normalize.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 272, sass/_normalize.scss */
[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.
 */
/* line 282, sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 291, sass/_normalize.scss */
[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.
 */
/* line 300, sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*
 * Add the correct display in all browsers.
 */
/* line 320, sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 331, sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 339, sass/_normalize.scss */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, sass/typography/_typography.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 1, sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* line 1, sass/typography/_copy.scss */
p {
  margin-bottom: 1.5em;
}

/* line 5, sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 9, sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 13, sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 17, sass/typography/_copy.scss */
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;
}

/* line 28, sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 33, sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 38, sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 43, sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, sass/elements/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 5, sass/elements/_elements.scss */
*,
*: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;
}

/* line 11, sass/elements/_elements.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/* line 15, sass/elements/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, sass/elements/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 5, sass/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 9, sass/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 13, sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 19, sass/elements/_lists.scss */
dt {
  font-weight: bold;
}

/* line 23, sass/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 24, sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 29, sass/elements/_elements.scss */
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

/* line 1, sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
/* line 14, sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
/* line 18, sass/forms/_buttons.scss */
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;
}

/* line 1, sass/forms/_fields.scss */
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;
}
/* line 22, sass/forms/_fields.scss */
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;
}

/* line 27, sass/forms/_fields.scss */
select {
  border: 1px solid #ccc;
}

/* line 31, sass/forms/_fields.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, sass/navigation/_links.scss */
a {
  color: royalblue;
}
/* line 4, sass/navigation/_links.scss */
a:visited {
  color: purple;
}
/* line 7, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: midnightblue;
}
/* line 12, sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 15, sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, sass/navigation/_menus.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
/* line 7, sass/navigation/_menus.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* line 13, sass/navigation/_menus.scss */
.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;
}
/* line 21, sass/navigation/_menus.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
/* line 27, sass/navigation/_menus.scss */
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* line 33, sass/navigation/_menus.scss */
.main-navigation ul ul a {
  width: 200px;
}
/* line 46, sass/navigation/_menus.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
/* line 52, sass/navigation/_menus.scss */
.main-navigation li {
  float: left;
  position: relative;
}
/* line 61, sass/navigation/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
/* line 74, sass/navigation/_menus.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 768px) {
  /* line 80, sass/navigation/_menus.scss */
  .menu-toggle {
    display: none;
  }

  /* line 83, sass/navigation/_menus.scss */
  .main-navigation ul {
    display: block;
  }
}
/* line 92, sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 97, sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 102, sass/navigation/_menus.scss */
.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. */
/* line 2, sass/modules/_accessibility.scss */
.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. */
}
/* line 14, sass/modules/_accessibility.scss */
.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. */
/* line 36, sass/modules/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, sass/modules/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, sass/modules/_clearings.scss */
.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;
}

/* line 16, sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
/* line 5, sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, sass/site/primary/_posts-and-pages.scss */
.post,
.page {
  margin: 0 0 1.5em;
}

/* line 10, sass/site/primary/_posts-and-pages.scss */
.updated:not(.published) {
  display: none;
}

/* line 14, sass/site/primary/_posts-and-pages.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* line 20, sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, sass/modules/_infinite-scroll.scss */
.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. */
/* line 8, sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, sass/media/_media.scss */
.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. */
/* line 11, sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
/* line 18, sass/media/_media.scss */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

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

/* line 19, sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Smash Styles
--------------------------------------------------------------*/
@font-face {
  font-family: 'DomaineDisp';
  src: url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/DomaineDisp-Regular.eot");
  /* IE9 Compat Modes */
  src: url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/DomaineDisp-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/DomaineDisp-Regular.woff") format("woff"), url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/DomaineDisp-Regular.ttf") format("truetype"), url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/DomaineDisp-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Chin-up-Buttercup';
  src: url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/Chin-up-Buttercup.eot");
  /* IE9 Compat Modes */
  src: url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/Chin-up-Buttercup.eot?#iefix") format("embedded-opentype"), url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/Chin-up-Buttercup.woff") format("woff"), url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/Chin-up-Buttercup.ttf") format("truetype"), url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/Chin-up-Buttercup.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'AmsterdamTwo';
  src: url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/amsterdam-two.eot");
  /* IE9 Compat Modes */
  src: url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/amsterdam-two.eot?#iefix") format("embedded-opentype"), url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/amsterdam-two.woff") format("woff"), url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/amsterdam-two.ttf") format("truetype"), url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/fonts/amsterdam-two.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
/* line 112, smash/styles/_vars.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "playfair-display", serif;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.25em;
}

/* line 120, smash/styles/_vars.scss */
p a, article.post .quick-links a,
article.snapshot .quick-links a, .featured-posts-slider-wrapper .featured-posts-slider .featured-post-slide .featured-post-slide-inner .featured-post-body .featured-post-cat, .quick-links a, .grid-loop .grid-loop-cta, .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-cta, a, a.alt-link, .pre-header .menu .sub-menu a, #masthead a, .entry-footer a, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title, a.share-icon, .share-icons .social-share .share, .share-icons .social-share .share a, .mobile-nav-outer a, #colophon .mobile-nav-outer a, .page-nav .page-menu li a, .footer-blocks a, a.white-link, #hero_slider .hero-slide .hero-image .hero-body .hero-cta, .featured-posts .featured-posts-container .featured-post .featured-post-body .featured-post-link, #hero_slider .hero-slide .hero-image .hero-body .hero-cta::after, .featured-posts .featured-posts-container .featured-post .featured-post-body .featured-post-link::after, a.nav-link, #masthead.lock_nav a, #colophon a, .pre-header .menu li .sub-menu, #masthead .header-block.header-left .header-block-inner .menu-container .menu li .sub-menu, #masthead .header-block.header-right .header-block-inner .menu-container .menu li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu, #more_nav #category_menu li .sub-menu, .page-nav .page-menu li .sub-menu, #loop_lately .lately-loop-header .menu li .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu, .product .product-wrap .product-image-wrap > .fade, .post-block .post-block-image > .fade, .product .product-wrap .product-image > .fade, .share-icons .social-share .social-share-inner.fade-share > .fade, .animate-right > *, #contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element > *, .about-posts-widget .about-posts-widget-posts-wrapper .about-posts-widget-posts .about-posts-widget-post .about-posts-widget-post-cta > *, .recent-posts-widget .recent-posts-widget-wrapper .recent-posts-widget-posts .recent-posts-widget-post .recent-posts-widget-post-cta > *, .animate-right > .icon, #contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element > .icon, .about-posts-widget .about-posts-widget-posts-wrapper .about-posts-widget-posts .about-posts-widget-post .about-posts-widget-post-cta > .icon, .recent-posts-widget .recent-posts-widget-wrapper .recent-posts-widget-posts .recent-posts-widget-post .recent-posts-widget-post-cta > .icon, .alm-btn-wrap .alm-load-more-btn span, #cta_blocks .cta-block .cta-wrap, .shop-highlights-image .shop-dot-wrapper .shop-dot-product, .post-products-wrap .post-products, .home-post .home-post-inner .home-post-image .social-share .share-actions, .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* line 127, smash/styles/_vars.scss */
p a, article.post .quick-links a,
article.snapshot .quick-links a, .featured-posts-slider-wrapper .featured-posts-slider .featured-post-slide .featured-post-slide-inner .featured-post-body .featured-post-cat, .quick-links a, .grid-loop .grid-loop-cta, .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-cta {
  color: #F65765;
  outline: none;
  text-decoration: none;
}
/* line 133, smash/styles/_vars.scss */
p a .icon, article.post .quick-links a .icon,
article.snapshot .quick-links a .icon, .featured-posts-slider-wrapper .featured-posts-slider .featured-post-slide .featured-post-slide-inner .featured-post-body .featured-post-cat .icon, .quick-links a .icon, .grid-loop .grid-loop-cta .icon, .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-cta .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
/* line 140, smash/styles/_vars.scss */
p a:focus, article.post .quick-links a:focus,
article.snapshot .quick-links a:focus, .featured-posts-slider-wrapper .featured-posts-slider .featured-post-slide .featured-post-slide-inner .featured-post-body .featured-post-cat:focus, .quick-links a:focus, .grid-loop .grid-loop-cta:focus, .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-cta:focus, p a:active, article.post .quick-links a:active,
article.snapshot .quick-links a:active, .featured-posts-slider-wrapper .featured-posts-slider .featured-post-slide .featured-post-slide-inner .featured-post-body .featured-post-cat:active, .quick-links a:active, .grid-loop .grid-loop-cta:active, .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-cta:active, p a:visited, article.post .quick-links a:visited,
article.snapshot .quick-links a:visited, .featured-posts-slider-wrapper .featured-posts-slider .featured-post-slide .featured-post-slide-inner .featured-post-body .featured-post-cat:visited, .quick-links a:visited, .grid-loop .grid-loop-cta:visited, .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-cta:visited {
  color: #F65765;
}
/* line 144, smash/styles/_vars.scss */
p a:hover, article.post .quick-links a:hover,
article.snapshot .quick-links a:hover, .featured-posts-slider-wrapper .featured-posts-slider .featured-post-slide .featured-post-slide-inner .featured-post-body .featured-post-cat:hover, .quick-links a:hover, .grid-loop .grid-loop-cta:hover, .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-cta:hover {
  cursor: pointer;
  color: #FFB5AF;
}

/* line 150, smash/styles/_vars.scss */
a, a.alt-link, .pre-header .menu .sub-menu a, #masthead a, .entry-footer a, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title, a.share-icon, .share-icons .social-share .share, .share-icons .social-share .share a, .mobile-nav-outer a, #colophon .mobile-nav-outer a, .page-nav .page-menu li a, .footer-blocks a {
  color: #000000;
  outline: none;
  text-decoration: none;
}
/* line 156, smash/styles/_vars.scss */
a .icon, .pre-header .menu .sub-menu a .icon, #masthead a .icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand .icon, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title .icon, .share-icons .social-share .share .icon, #colophon .mobile-nav-outer a .icon, .page-nav .page-menu li a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
/* line 163, smash/styles/_vars.scss */
a:focus, .pre-header .menu .sub-menu a:focus, #masthead a:focus, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:focus, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:focus, .share-icons .social-share .share:focus, .share-icons .social-share .share a:focus, #colophon .mobile-nav-outer a:focus, .page-nav .page-menu li a:focus, a:active, .pre-header .menu .sub-menu a:active, #masthead a:active, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:active, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:active, .share-icons .social-share .share:active, .share-icons .social-share .share a:active, #colophon .mobile-nav-outer a:active, .page-nav .page-menu li a:active, a:visited, .pre-header .menu .sub-menu a:visited, #masthead a:visited, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:visited, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:visited, .share-icons .social-share .share:visited, .share-icons .social-share .share a:visited, #colophon .mobile-nav-outer a:visited, .page-nav .page-menu li a:visited {
  color: #000000;
}
/* line 167, smash/styles/_vars.scss */
a:hover, .pre-header .menu .sub-menu a:hover, #masthead a:hover, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand:hover, #shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title:hover, .share-icons .social-share .share:hover, .share-icons .social-share .share a:hover, #colophon .mobile-nav-outer a:hover, .page-nav .page-menu li a:hover {
  cursor: pointer;
  color: #F65765;
}

/* line 173, smash/styles/_vars.scss */
a.white-link {
  color: #ffffff;
  outline: none;
  text-decoration: none;
}
/* line 179, smash/styles/_vars.scss */
a.white-link .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
/* line 186, smash/styles/_vars.scss */
a.white-link:focus, a.white-link:active, a.white-link:visited {
  color: #ffffff;
}
/* line 190, smash/styles/_vars.scss */
a.white-link:hover {
  cursor: pointer;
  color: #F65765;
}

/* line 205, smash/styles/_vars.scss */
.product .product-wrap .product-body .product-brand, .product .product-wrap .product-body .product-title {
  text-transform: uppercase;
  font-size: 11px;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
}

/* line 213, smash/styles/_vars.scss */
#hero_slider .hero-slide .hero-image .hero-body .hero-cta, .featured-posts .featured-posts-container .featured-post .featured-post-body .featured-post-link {
  position: relative;
  color: #000000;
  outline: none;
  text-decoration: none;
  z-index: 1;
}
/* line 221, smash/styles/_vars.scss */
#hero_slider .hero-slide .hero-image .hero-body .hero-cta > *, .featured-posts .featured-posts-container .featured-post .featured-post-body .featured-post-link > * {
  position: relative;
  z-index: 1;
}
/* line 226, smash/styles/_vars.scss */
#hero_slider .hero-slide .hero-image .hero-body .hero-cta::after, .featured-posts .featured-posts-container .featured-post .featured-post-body .featured-post-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF8EC;
  z-index: -1;
}
/* line 241, smash/styles/_vars.scss */
#hero_slider .hero-slide .hero-image .hero-body .hero-cta:hover::after, .featured-posts .featured-posts-container .featured-post .featured-post-body .featured-post-link:hover::after, #hero_slider .hero-slide .hero-image .hero-body .hero-cta a:focus::after, .featured-posts .featured-posts-container .featured-post .featured-post-body .featured-post-link a:focus::after, #hero_slider .hero-slide .hero-image .hero-body .hero-cta a:active::after, .featured-posts .featured-posts-container .featured-post .featured-post-body .featured-post-link a:active::after, #hero_slider .hero-slide .hero-image .hero-body .hero-cta a:visited::after, .featured-posts .featured-posts-container .featured-post .featured-post-body .featured-post-link a:visited::after {
  top: 0px;
}

/* line 247, smash/styles/_vars.scss */
a.nav-link, #masthead.lock_nav a {
  color: #000000;
  outline: none;
  text-decoration: none;
}
/* line 253, smash/styles/_vars.scss */
a.nav-link .icon, #masthead.lock_nav a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
/* line 260, smash/styles/_vars.scss */
a.nav-link:focus, #masthead.lock_nav a:focus, a.nav-link:active, #masthead.lock_nav a:active, a.nav-link:visited, #masthead.lock_nav a:visited {
  color: #000000;
}
/* line 264, smash/styles/_vars.scss */
a.nav-link:hover, #masthead.lock_nav a:hover {
  cursor: pointer;
  color: #F65765;
}

/* line 270, smash/styles/_vars.scss */
#colophon a {
  color: #000000;
  outline: none;
  text-decoration: none;
}
/* line 276, smash/styles/_vars.scss */
#colophon a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
/* line 283, smash/styles/_vars.scss */
#colophon a:focus, #colophon a:active, #colophon a:visited {
  color: #000000;
}
/* line 287, smash/styles/_vars.scss */
#colophon a:hover {
  cursor: pointer;
  color: #F65765;
}

/* line 438, smash/styles/_vars.scss */
.pre-header .menu, #masthead .header-block.header-left .header-block-inner .menu-container .menu, #masthead .header-block.header-right .header-block-inner .menu-container .menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom, #more_nav #category_menu, .page-nav .page-menu, #loop_lately .lately-loop-header .menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu {
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
/* line 447, smash/styles/_vars.scss */
.pre-header .menu li, #masthead .header-block.header-left .header-block-inner .menu-container .menu li, #masthead .header-block.header-right .header-block-inner .menu-container .menu li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li, #more_nav #category_menu li, .page-nav .page-menu li, #loop_lately .lately-loop-header .menu li, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .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 20px;
  white-space: nowrap;
  font-size: 14px;
}
/* line 455, smash/styles/_vars.scss */
.pre-header .menu li .sub-menu, #masthead .header-block.header-left .header-block-inner .menu-container .menu li .sub-menu, #masthead .header-block.header-right .header-block-inner .menu-container .menu li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu, #more_nav #category_menu li .sub-menu, .page-nav .page-menu li .sub-menu, #loop_lately .lately-loop-header .menu li .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  list-style: none;
  top: 100%;
  text-align: left;
  padding: 15px 30px;
  background: #F3EAE3;
  white-space: nowrap;
  box-shadow: unset;
  z-index: 100;
}
/* line 470, smash/styles/_vars.scss */
.pre-header .menu li .sub-menu li, #masthead .header-block.header-left .header-block-inner .menu-container .menu li .sub-menu li, #masthead .header-block.header-right .header-block-inner .menu-container .menu li .sub-menu li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu li, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu li, #more_nav #category_menu li .sub-menu li, .page-nav .page-menu li .sub-menu li, #loop_lately .lately-loop-header .menu li .sub-menu li, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu li, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu li {
  width: 100%;
  padding: 5px 0;
}
/* line 474, smash/styles/_vars.scss */
.pre-header .menu li .sub-menu li a, #masthead .header-block.header-left .header-block-inner .menu-container .menu li .sub-menu li a, #masthead .header-block.header-right .header-block-inner .menu-container .menu li .sub-menu li a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu li a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu li a, #more_nav #category_menu li .sub-menu li a, .page-nav .page-menu li .sub-menu li a, #loop_lately .lately-loop-header .menu li .sub-menu li a, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu li a, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu li a {
  width: 100%;
  text-align: left;
  color: #000000;
}
/* line 479, smash/styles/_vars.scss */
.pre-header .menu li .sub-menu li a:hover, #masthead .header-block.header-left .header-block-inner .menu-container .menu li .sub-menu li a:hover, #masthead .header-block.header-right .header-block-inner .menu-container .menu li .sub-menu li a:hover, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu li a:hover, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu li a:hover, #more_nav #category_menu li .sub-menu li a:hover, .page-nav .page-menu li .sub-menu li a:hover, #loop_lately .lately-loop-header .menu li .sub-menu li a:hover, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu li a:hover, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu li a:hover {
  color: #F65765;
}
/* line 486, smash/styles/_vars.scss */
.pre-header .menu li .sub-menu a, #masthead .header-block.header-left .header-block-inner .menu-container .menu li .sub-menu a, #masthead .header-block.header-right .header-block-inner .menu-container .menu li .sub-menu a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu a, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .sub-menu a, #more_nav #category_menu li .sub-menu a, .page-nav .page-menu li .sub-menu a, #loop_lately .lately-loop-header .menu li .sub-menu a, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .sub-menu a, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .sub-menu a {
  width: auto;
}
/* line 492, smash/styles/_vars.scss */
.pre-header .menu li:hover .sub-menu, #masthead .header-block.header-left .header-block-inner .menu-container .menu li:hover .sub-menu, #masthead .header-block.header-right .header-block-inner .menu-container .menu li:hover .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li:hover .sub-menu, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li:hover .sub-menu, #more_nav #category_menu li:hover .sub-menu, .page-nav .page-menu li:hover .sub-menu, #loop_lately .lately-loop-header .menu li:hover .sub-menu, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li:hover .sub-menu, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
/* line 498, smash/styles/_vars.scss */
.pre-header .menu li .icon, #masthead .header-block.header-left .header-block-inner .menu-container .menu li .icon, #masthead .header-block.header-right .header-block-inner .menu-container .menu li .icon, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .icon, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li .icon, #more_nav #category_menu li .icon, .page-nav .page-menu li .icon, #loop_lately .lately-loop-header .menu li .icon, #snapshots_loop .snapshots-wrapper .snapshots-header .snapshots-menu-container .snapshots-menu li .icon, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li .icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
/* line 507, smash/styles/_vars.scss */
.pre-header .menu li.menu-item-header > .menu-item-header, #masthead .header-block.header-left .header-block-inner .menu-container .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, .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li.menu-item-header > .menu-item-header, .mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li.menu-item-header > .menu-item-header, #more_nav #category_menu li.menu-item-header > .menu-item-header, .page-nav .page-menu li.menu-item-header > .menu-item-header, #loop_lately .lately-loop-header .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, .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li.menu-item-header > .menu-item-header {
  font-weight: bold;
}

/* line 514, smash/styles/_vars.scss */
.container {
  width: 85%;
  max-width: 960px;
  margin: 0 auto !important;
}

/* line 519, smash/styles/_vars.scss */
.container-sm {
  width: 100%;
  max-width: 650px;
  margin: 0 auto !important;
}

/* line 524, smash/styles/_vars.scss */
.container-post {
  width: 85%;
  max-width: 840px;
  margin: 0 auto !important;
}

/* line 529, smash/styles/_vars.scss */
.container-md, .guides-basic .guide-basic .guide-products, .banner-cta-wrapper .banner-cta-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto !important;
}

/* line 534, smash/styles/_vars.scss */
.container-lg, .header-search, .guides-basic .guide-basic, .guides-grid, .quote-wrapper .quote-body {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto !important;
}

/* line 539, smash/styles/_vars.scss */
.container-xl, .entry-container, article.sidebar-template, .featured-posts-slider-wrapper .featured-posts-slider, .grid-loop .grid-loop-header, .grid-loop .grid-loop-container,
.grid-loop .grid-loop-container .alm-reveal, .content-rows .content-rows-container, .featured-posts .featured-posts-container, .featured-snapshots-wrapper .featured-snapshots, #subscribe_section .subscribe-wrapper, .smash-tabbed-wrapper .smash-tabbed-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto !important;
}

/* line 548, smash/styles/_vars.scss */
.product .product-wrap .product-image-wrap > .fade, .post-block .post-block-image > .fade, .product .product-wrap .product-image > .fade, .share-icons .social-share .social-share-inner.fade-share > .fade {
  opacity: 0;
  visibility: hidden;
}
/* line 556, smash/styles/_vars.scss */
.product .product-wrap .product-image-wrap:hover > .fade, .post-block .post-block-image:hover > .fade, .product .product-wrap .product-image:hover > .fade, .share-icons .social-share .social-share-inner.fade-share:hover > .fade {
  opacity: 1;
  visibility: visible;
}

/* line 563, smash/styles/_vars.scss */
.linklist-widget .linklist-widget-links a, .basic-search-form.search-button-right .search-fields button, a.btn-primary, .btn-primary, .alm-btn-wrap .alm-load-more-btn, p > .formkit-form[data-uid="94355c5527"] .formkit-fields .formkit-submit span, article.post .article-sidebar.article-sidebar-left .post-products-trigger,
article.snapshot .article-sidebar.article-sidebar-left .post-products-trigger, #comments input#submit, #shop_page .products-grid-cta-wrapper .products-grid-cta, .modal .modal-box .modal-inner input[type="button"], .modal #mc-embedded-subscribe-form input[type="submit"], .modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"], .post-products-wrap .post-products-trigger, #search-modal .modal-box .modal-inner input[type="submit"], .page-nav.btns .page-menu-container .page-menu li a, .subscribe-widget .subscribe-widget-text .mc-field-group input[type="submit"], .ig-section .ig-container .ig-feed .ig-cta, #subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"], a.btn-secondary, .btn-secondary, .category-loop .category-loop-header a.category-loop-cta, a.btn-tertiary, .btn-tertiary, .about-posts-widget .about-posts-widget-cta, .shop-widget .shop-widget-cta, .banner-cta-wrapper .banner-cta-content .banner-cta, a.btn, .btn {
  display: inline-block !important;
  padding: 13px 25px !important;
  font-family: "poppins", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 10px !important;
  font-weight: 100 !important;
  text-align: center !important;
}

/* line 575, smash/styles/_vars.scss */
a.btn-sm, .btn-sm {
  padding: 5px 15px !important;
}

/* line 579, smash/styles/_vars.scss */
.linklist-widget .linklist-widget-links a {
  background: transparent !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
}
/* line 585, smash/styles/_vars.scss */
.linklist-widget .linklist-widget-links a a {
  color: #000000 !important;
}
/* line 589, smash/styles/_vars.scss */
.linklist-widget .linklist-widget-links a .icon, .linklist-widget .linklist-widget-links a.icon {
  fill: #000000 !important;
}
/* line 594, smash/styles/_vars.scss */
.linklist-widget .linklist-widget-links a:hover {
  background: #F65765 !important;
  border: 1px solid #F65765 !important;
  color: #000000 !important;
}
/* line 599, smash/styles/_vars.scss */
.linklist-widget .linklist-widget-links a:hover a {
  color: #000000 !important;
}
/* line 603, smash/styles/_vars.scss */
.linklist-widget .linklist-widget-links a:hover .icon {
  fill: #000000 !important;
}

/* line 610, smash/styles/_vars.scss */
.basic-search-form.search-button-right .search-fields button, a.btn-primary, .btn-primary, .alm-btn-wrap .alm-load-more-btn, p > .formkit-form[data-uid="94355c5527"] .formkit-fields .formkit-submit span, article.post .article-sidebar.article-sidebar-left .post-products-trigger,
article.snapshot .article-sidebar.article-sidebar-left .post-products-trigger, #comments input#submit, #shop_page .products-grid-cta-wrapper .products-grid-cta, .modal .modal-box .modal-inner input[type="button"], .modal #mc-embedded-subscribe-form input[type="submit"], .modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"], .post-products-wrap .post-products-trigger, #search-modal .modal-box .modal-inner input[type="submit"], .page-nav.btns .page-menu-container .page-menu li a, .subscribe-widget .subscribe-widget-text .mc-field-group input[type="submit"], .ig-section .ig-container .ig-feed .ig-cta, #subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"] {
  background: #F65765 !important;
  border: 2px solid #F65765 !important;
  color: #ffffff !important;
}
/* line 616, smash/styles/_vars.scss */
.basic-search-form.search-button-right .search-fields button a, .btn-primary a, .alm-btn-wrap .alm-load-more-btn a, p > .formkit-form[data-uid="94355c5527"] .formkit-fields .formkit-submit span a, article.post .article-sidebar.article-sidebar-left .post-products-trigger a,
article.snapshot .article-sidebar.article-sidebar-left .post-products-trigger a, #comments input#submit a, #shop_page .products-grid-cta-wrapper .products-grid-cta a, .modal .modal-box .modal-inner input[type="button"] a, .modal #mc-embedded-subscribe-form input[type="submit"] a, .modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"] a, .post-products-wrap .post-products-trigger a, #search-modal .modal-box .modal-inner input[type="submit"] a, .page-nav.btns .page-menu-container .page-menu li a a, .subscribe-widget .subscribe-widget-text .mc-field-group input[type="submit"] a, .ig-section .ig-container .ig-feed .ig-cta a, #subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"] a {
  color: #ffffff !important;
}
/* line 620, smash/styles/_vars.scss */
.basic-search-form.search-button-right .search-fields button .icon, .btn-primary .icon, .alm-btn-wrap .alm-load-more-btn .icon, p > .formkit-form[data-uid="94355c5527"] .formkit-fields .formkit-submit span .icon, article.post .article-sidebar.article-sidebar-left .post-products-trigger .icon,
article.snapshot .article-sidebar.article-sidebar-left .post-products-trigger .icon, #comments input#submit .icon, #shop_page .products-grid-cta-wrapper .products-grid-cta .icon, .modal .modal-box .modal-inner input[type="button"] .icon, .modal #mc-embedded-subscribe-form input[type="submit"] .icon, .modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"] .icon, .post-products-wrap .post-products-trigger .icon, #search-modal .modal-box .modal-inner input[type="submit"] .icon, .page-nav.btns .page-menu-container .page-menu li a .icon, .subscribe-widget .subscribe-widget-text .mc-field-group input[type="submit"] .icon, .ig-section .ig-container .ig-feed .ig-cta .icon, #subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"] .icon, .basic-search-form.search-button-right .search-fields button.icon, .icon.btn-primary, .alm-btn-wrap .icon.alm-load-more-btn, p > .formkit-form[data-uid="94355c5527"] .formkit-fields .formkit-submit span.icon, article.post .article-sidebar.article-sidebar-left .icon.post-products-trigger,
article.snapshot .article-sidebar.article-sidebar-left .icon.post-products-trigger, #comments input.icon#submit, #shop_page .products-grid-cta-wrapper .icon.products-grid-cta, .modal .modal-box .modal-inner input.icon[type="button"], .modal #mc-embedded-subscribe-form input.icon[type="submit"], .modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input.icon[value="Submit"][type="button"], .post-products-wrap .icon.post-products-trigger, #search-modal .modal-box .modal-inner input.icon[type="submit"], .page-nav.btns .page-menu-container .page-menu li a.icon, .subscribe-widget .subscribe-widget-text .mc-field-group input.icon[type="submit"], .ig-section .ig-container .ig-feed .icon.ig-cta, #subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input.icon[type="submit"] {
  fill: #ffffff !important;
}
/* line 625, smash/styles/_vars.scss */
.basic-search-form.search-button-right .search-fields button:hover, .btn-primary:hover, .alm-btn-wrap .alm-load-more-btn:hover, p > .formkit-form[data-uid="94355c5527"] .formkit-fields .formkit-submit span:hover, article.post .article-sidebar.article-sidebar-left .post-products-trigger:hover,
article.snapshot .article-sidebar.article-sidebar-left .post-products-trigger:hover, #comments input#submit:hover, #shop_page .products-grid-cta-wrapper .products-grid-cta:hover, .modal .modal-box .modal-inner input[type="button"]:hover, .modal #mc-embedded-subscribe-form input[type="submit"]:hover, .modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"]:hover, .post-products-wrap .post-products-trigger:hover, #search-modal .modal-box .modal-inner input[type="submit"]:hover, .page-nav.btns .page-menu-container .page-menu li a:hover, .subscribe-widget .subscribe-widget-text .mc-field-group input[type="submit"]:hover, .ig-section .ig-container .ig-feed .ig-cta:hover, #subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"]:hover {
  background: #F65765 !important;
  border: 2px solid #F65765 !important;
  color: #000000 !important;
}
/* line 630, smash/styles/_vars.scss */
.basic-search-form.search-button-right .search-fields button:hover a, .btn-primary:hover a, .alm-btn-wrap .alm-load-more-btn:hover a, p > .formkit-form[data-uid="94355c5527"] .formkit-fields .formkit-submit span:hover a, article.post .article-sidebar.article-sidebar-left .post-products-trigger:hover a,
article.snapshot .article-sidebar.article-sidebar-left .post-products-trigger:hover a, #comments input#submit:hover a, #shop_page .products-grid-cta-wrapper .products-grid-cta:hover a, .modal .modal-box .modal-inner input[type="button"]:hover a, .modal #mc-embedded-subscribe-form input[type="submit"]:hover a, .modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"]:hover a, .post-products-wrap .post-products-trigger:hover a, #search-modal .modal-box .modal-inner input[type="submit"]:hover a, .page-nav.btns .page-menu-container .page-menu li a:hover a, .subscribe-widget .subscribe-widget-text .mc-field-group input[type="submit"]:hover a, .ig-section .ig-container .ig-feed .ig-cta:hover a, #subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"]:hover a {
  color: #000000 !important;
}
/* line 634, smash/styles/_vars.scss */
.basic-search-form.search-button-right .search-fields button:hover .icon, .btn-primary:hover .icon, .alm-btn-wrap .alm-load-more-btn:hover .icon, p > .formkit-form[data-uid="94355c5527"] .formkit-fields .formkit-submit span:hover .icon, article.post .article-sidebar.article-sidebar-left .post-products-trigger:hover .icon,
article.snapshot .article-sidebar.article-sidebar-left .post-products-trigger:hover .icon, #comments input#submit:hover .icon, #shop_page .products-grid-cta-wrapper .products-grid-cta:hover .icon, .modal .modal-box .modal-inner input[type="button"]:hover .icon, .modal #mc-embedded-subscribe-form input[type="submit"]:hover .icon, .modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"]:hover .icon, .post-products-wrap .post-products-trigger:hover .icon, #search-modal .modal-box .modal-inner input[type="submit"]:hover .icon, .page-nav.btns .page-menu-container .page-menu li a:hover .icon, .subscribe-widget .subscribe-widget-text .mc-field-group input[type="submit"]:hover .icon, .ig-section .ig-container .ig-feed .ig-cta:hover .icon, #subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input[type="submit"]:hover .icon {
  fill: #000000 !important;
}

/* line 641, smash/styles/_vars.scss */
a.btn-secondary, .btn-secondary, .category-loop .category-loop-header a.category-loop-cta {
  background: #FFB5AF !important;
  border: 2px solid #FFB5AF !important;
  color: #000000 !important;
}
/* line 647, smash/styles/_vars.scss */
.btn-secondary a, .category-loop .category-loop-header a.category-loop-cta a {
  color: #000000 !important;
}
/* line 651, smash/styles/_vars.scss */
.btn-secondary .icon, .category-loop .category-loop-header a.category-loop-cta .icon, .icon.btn-secondary, .category-loop .category-loop-header a.icon.category-loop-cta {
  fill: #000000 !important;
}
/* line 656, smash/styles/_vars.scss */
.btn-secondary:hover, .category-loop .category-loop-header a.category-loop-cta:hover {
  background: #F65765 !important;
  border: 2px solid #F65765 !important;
  color: #ffffff !important;
}
/* line 661, smash/styles/_vars.scss */
.btn-secondary:hover a, .category-loop .category-loop-header a.category-loop-cta:hover a {
  color: #ffffff !important;
}
/* line 665, smash/styles/_vars.scss */
.btn-secondary:hover .icon, .category-loop .category-loop-header a.category-loop-cta:hover .icon {
  fill: #ffffff !important;
}

/* line 671, smash/styles/_vars.scss */
a.btn-tertiary, .btn-tertiary, .about-posts-widget .about-posts-widget-cta, .shop-widget .shop-widget-cta, .banner-cta-wrapper .banner-cta-content .banner-cta {
  background: #000000 !important;
  border: 2px solid #000000 !important;
  color: #ffffff !important;
}
/* line 677, smash/styles/_vars.scss */
.btn-tertiary a, .about-posts-widget .about-posts-widget-cta a, .shop-widget .shop-widget-cta a, .banner-cta-wrapper .banner-cta-content .banner-cta a {
  color: #ffffff !important;
}
/* line 681, smash/styles/_vars.scss */
.btn-tertiary .icon, .about-posts-widget .about-posts-widget-cta .icon, .shop-widget .shop-widget-cta .icon, .banner-cta-wrapper .banner-cta-content .banner-cta .icon, .icon.btn-tertiary, .about-posts-widget .icon.about-posts-widget-cta, .shop-widget .icon.shop-widget-cta, .banner-cta-wrapper .banner-cta-content .icon.banner-cta {
  fill: #ffffff !important;
}
/* line 686, smash/styles/_vars.scss */
.btn-tertiary:hover, .about-posts-widget .about-posts-widget-cta:hover, .shop-widget .shop-widget-cta:hover, .banner-cta-wrapper .banner-cta-content .banner-cta:hover {
  background: #ffffff !important;
  border: 2px solid #000000 !important;
  color: #000000 !important;
}
/* line 691, smash/styles/_vars.scss */
.btn-tertiary:hover a, .about-posts-widget .about-posts-widget-cta:hover a, .shop-widget .shop-widget-cta:hover a, .banner-cta-wrapper .banner-cta-content .banner-cta:hover a {
  color: #000000 !important;
}
/* line 695, smash/styles/_vars.scss */
.btn-tertiary:hover .icon, .about-posts-widget .about-posts-widget-cta:hover .icon, .shop-widget .shop-widget-cta:hover .icon, .banner-cta-wrapper .banner-cta-content .banner-cta:hover .icon {
  fill: #000000 !important;
}

/* line 701, smash/styles/_vars.scss */
.animate-right, #contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element, .about-posts-widget .about-posts-widget-posts-wrapper .about-posts-widget-posts .about-posts-widget-post .about-posts-widget-post-cta, .recent-posts-widget .recent-posts-widget-wrapper .recent-posts-widget-posts .recent-posts-widget-post .recent-posts-widget-post-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;
  position: relative;
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
/* line 713, smash/styles/_vars.scss */
.animate-right > .icon, #contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element > .icon, .about-posts-widget .about-posts-widget-posts-wrapper .about-posts-widget-posts .about-posts-widget-post .about-posts-widget-post-cta > .icon, .recent-posts-widget .recent-posts-widget-wrapper .recent-posts-widget-posts .recent-posts-widget-post .recent-posts-widget-post-cta > .icon {
  margin-left: 5px;
}
/* line 720, smash/styles/_vars.scss */
.animate-right:hover > .icon, #contact_page .contact-wrapper .contact-body nf-field .submit-wrap .nf-field-element:hover > .icon, .about-posts-widget .about-posts-widget-posts-wrapper .about-posts-widget-posts .about-posts-widget-post .about-posts-widget-post-cta:hover > .icon, .recent-posts-widget .recent-posts-widget-wrapper .recent-posts-widget-posts .recent-posts-widget-post .recent-posts-widget-post-cta:hover > .icon {
  transform: translate(10px, 0);
}

/* line 726, smash/styles/_vars.scss */
.adjust-center, .footer-blocks .footer-blocks-container.footer-blocks-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: space-between !important;
  -webkit-justify-content: space-between !important;
}
/* line 729, smash/styles/_vars.scss */
.adjust-center > *, .footer-blocks .footer-blocks-container.footer-blocks-3 > * {
  flex: 1;
}
/* line 732, smash/styles/_vars.scss */
.adjust-center > *:nth-child(1), .footer-blocks .footer-blocks-container.footer-blocks-3 > *: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;
}
/* line 737, smash/styles/_vars.scss */
.adjust-center > *:nth-child(2), .footer-blocks .footer-blocks-container.footer-blocks-3 > *: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;
}
/* line 742, smash/styles/_vars.scss */
.adjust-center > *:nth-child(3), .footer-blocks .footer-blocks-container.footer-blocks-3 > *: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;
}

/* line 749, smash/styles/_vars.scss */
.grid-loop .grid-loop-container .post-block-cta .post-block-cta-image .post-block-cta-body .post-block-cta-bar,
.grid-loop .grid-loop-container .alm-reveal .post-block-cta .post-block-cta-image .post-block-cta-body .post-block-cta-bar, .banner-cta-wrapper .banner-cta-content .banner-cta-title::after {
  background: #755925;
  background: -webkit-linear-gradient(to right, #755925, #E5B957, #755925);
  background: linear-gradient(to right, #755925, #E5B957, #755925);
}

/* line 3, smash/styles/_general.scss */
body {
  color: #161616;
}
/* line 7, smash/styles/_general.scss */
body.lock_nav #content {
  margin-top: 62px;
}

/* line 14, smash/styles/_general.scss */
.post, .page {
  margin: 0;
}

/* line 18, smash/styles/_general.scss */
.no-results {
  padding: 0 0 50px;
}

/* line 22, smash/styles/_general.scss */
#page {
  position: relative;
  overflow: hidden;
}

/* line 28, smash/styles/_general.scss */
.no-results .page-content {
  padding: 50px;
  margin: 0;
  text-align: center;
}

/* line 36, smash/styles/_general.scss */
.no-results .page-content {
  text-align: center;
}

/* line 41, smash/styles/_general.scss */
body {
  font-family: "poppins", sans-serif;
  font-size: 15px;
}

/* line 50, smash/styles/_general.scss */
h1 {
  font-size: 32px;
}

/* line 54, smash/styles/_general.scss */
h2 {
  font-size: 30px;
}

/* line 58, smash/styles/_general.scss */
h3 {
  font-size: 24px;
}

/* line 62, smash/styles/_general.scss */
h4 {
  font-size: 18px;
}

/* line 66, smash/styles/_general.scss */
h5 {
  font-size: 16px;
}

/* line 70, smash/styles/_general.scss */
h6 {
  font-size: 70px;
  font-family: "AmsterdamTwo", sans-serif;
  line-height: 25px;
}

/* line 91, smash/styles/_general.scss */
a:focus {
  outline: none;
}

/* line 96, smash/styles/_general.scss */
p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "poppins", sans-serif;
  line-height: 31px;
  letter-spacing: 0.5px;
}
/* line 104, smash/styles/_general.scss */
p a {
  font-weight: bold;
}

/* line 110, smash/styles/_general.scss */
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 #979797 !important;
  border-radius: 0 !important;
  padding: 5px 10px;
  background: unset;
}

/* line 132, smash/styles/_general.scss */
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: 13px;
}
/* line 140, smash/styles/_general.scss */
button:focus, input:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: none !important;
}

@media screen and (max-width: 768px) {
  /* line 145, smash/styles/_general.scss */
  .bgratio {
    min-height: 400px !important;
  }
  /* line 149, smash/styles/_general.scss */
  .bgratio.resized {
    min-height: unset !important;
  }
}

/* line 155, smash/styles/_general.scss */
.anchor {
  scroll-margin-top: 200px;
}

/* line 159, smash/styles/_general.scss */
.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;
}

/* line 164, smash/styles/_general.scss */
.basic-search-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
/* line 169, smash/styles/_general.scss */
.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;
}
/* line 173, smash/styles/_general.scss */
.basic-search-form .search-fields input {
  flex: 1;
}
/* line 176, smash/styles/_general.scss */
.basic-search-form .search-fields input[type="submit"] {
  flex: 0;
}
/* line 183, smash/styles/_general.scss */
.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;
}
/* line 186, smash/styles/_general.scss */
.basic-search-form.search-icon-left .search-fields input {
  padding-left: 25px;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  font-style: italic;
  font-family: "poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
/* line 196, smash/styles/_general.scss */
.basic-search-form.search-icon-left .search-fields button {
  position: absolute;
  left: 0;
}
/* line 203, smash/styles/_general.scss */
.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;
}
/* line 206, smash/styles/_general.scss */
.basic-search-form.search-icon-right .search-fields input {
  font-style: italic;
  padding: 10px;
  padding-right: 25px;
}
/* line 212, smash/styles/_general.scss */
.basic-search-form.search-icon-right .search-fields button {
  position: absolute;
  right: 5px;
}
/* line 219, smash/styles/_general.scss */
.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;
}
/* line 222, smash/styles/_general.scss */
.basic-search-form.search-button-right .search-fields input {
  padding-right: 25px;
  font-style: italic;
  border: none !important;
  background: #ffffff;
}
/* line 229, smash/styles/_general.scss */
.basic-search-form.search-button-right .search-fields button {
  font-style: italic;
}

/* line 241, smash/styles/_general.scss */
.signature {
  text-align: center;
  font-family: "AmsterdamTwo", sans-serif;
  font-size: 22px;
  margin: 20px 0;
}

/* line 248, smash/styles/_general.scss */
.script-font {
  font-family: "AmsterdamTwo", sans-serif;
}

/* line 252, smash/styles/_general.scss */
.lazy {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 258, smash/styles/_general.scss */
.lazy-contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 264, smash/styles/_general.scss */
.line-sep {
  position: relative;
  width: 1px;
  min-height: 10px;
  background: #979797;
  margin: 0 10px;
}

/* line 272, smash/styles/_general.scss */
.bar-sep {
  position: relative;
  width: 46px;
  min-height: 1px;
  background: #979797;
  margin: 10px 0;
}

/* line 280, smash/styles/_general.scss */
.dot-sep {
  position: relative;
}
/* line 283, smash/styles/_general.scss */
.dot-sep::before {
  content: '\00B7';
  font-size: 25px;
  color: #000000;
  margin: 0 14px 0 10px;
}

/* line 291, smash/styles/_general.scss */
.blob {
  position: absolute;
}
/* line 294, smash/styles/_general.scss */
.blob.wave {
  position: relative;
  width: 100%;
  height: auto;
}
/* line 300, smash/styles/_general.scss */
.blob.new {
  top: 0;
  left: 0;
  max-width: 210px;
  z-index: 10;
}
/* line 307, smash/styles/_general.scss */
.blob.leaves-bl {
  bottom: 0;
  left: 0;
  max-width: 250px !important;
  z-index: 1;
}
/* line 315, smash/styles/_general.scss */
.blob.leaves-tr {
  top: 0;
  right: 0;
  max-width: 350px !important;
  z-index: 1;
}

/* line 324, smash/styles/_general.scss */
.show {
  display: block !important;
}

/* line 328, smash/styles/_general.scss */
.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;
}

/* line 333, smash/styles/_general.scss */
.block-full {
  width: 100%;
}

/* line 337, smash/styles/_general.scss */
.block-half {
  width: 49%;
}

/* line 341, smash/styles/_general.scss */
.block-fourth {
  width: 23%;
}

/* line 345, smash/styles/_general.scss */
.block-third {
  width: 32%;
}

/* line 349, smash/styles/_general.scss */
.block-fifth {
  width: 19%;
}

/* line 373, smash/styles/_general.scss */
.pad-section {
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 403, smash/styles/_general.scss */
#content {
  position: relative;
  padding: 0;
}
/* line 407, smash/styles/_general.scss */
#content .site-branding {
  padding: 65px 0;
}
/* line 410, smash/styles/_general.scss */
#content .site-branding #logo {
  display: block;
  margin: 0 auto;
  max-width: 380px;
}

/* line 418, smash/styles/_general.scss */
.page-title {
  position: relative;
  text-align: center;
}
/* line 422, smash/styles/_general.scss */
.page-title.has-bar:after {
  content: '';
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  width: 80px;
  height: 2px;
  background: #ffffff;
  margin: 0 auto;
}

/* line 435, smash/styles/_general.scss */
.flex-wrap {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
}

/* line 439, smash/styles/_general.scss */
.flex-row {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
}

/* line 443, smash/styles/_general.scss */
.flex-row-rev {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
}

/* line 447, smash/styles/_general.scss */
.flex-col {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
}

/* line 451, smash/styles/_general.scss */
.flex-col-rev {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column-reverse !important;
  -webkit-flex-direction: column-reverse !important;
}

/* line 455, smash/styles/_general.scss */
.align-start {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
}

/* line 459, smash/styles/_general.scss */
.align-center {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center !important;
  -webkit-align-items: center !important;
}

/* line 463, smash/styles/_general.scss */
.align-end {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
}

/* line 467, smash/styles/_general.scss */
.justify-start {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}

/* line 471, smash/styles/_general.scss */
.justify-end {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}

/* line 475, smash/styles/_general.scss */
.justify-around {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-around !important;
  -webkit-justify-content: space-around !important;
}

/* line 479, smash/styles/_general.scss */
.justify-center {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}

/* line 483, smash/styles/_general.scss */
.justify-between {
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}

/* line 487, smash/styles/_general.scss */
.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;
}

/* line 497, smash/styles/_general.scss */
a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}

/* line 504, smash/styles/_general.scss */
.alm-btn-wrap .alm-load-more-btn {
  box-shadow: none;
  height: auto !important;
  margin-bottom: 50px !important;
  margin-top: 50px !important;
  padding: 13px 50px !important;
}
/* line 518, smash/styles/_general.scss */
.alm-btn-wrap .alm-load-more-btn:hover span {
  margin-left: 10px;
}

/* line 525, smash/styles/_general.scss */
.slick-slider {
  position: relative;
}
/* line 528, smash/styles/_general.scss */
.slick-slider .slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 1;
  font-size: 20px;
  color: #000000;
}
/* line 535, smash/styles/_general.scss */
.slick-slider .slick-arrow.slick-prev {
  left: -1%;
}
/* line 539, smash/styles/_general.scss */
.slick-slider .slick-arrow.slick-next {
  right: -1%;
}
/* line 543, smash/styles/_general.scss */
.slick-slider .slick-arrow:hover {
  cursor: pointer;
  color: #ffffff;
}
/* line 549, smash/styles/_general.scss */
.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;
}
/* line 563, smash/styles/_general.scss */
.slick-slider .slick-dots li.slick-active button {
  padding: 0;
  background: #FFB5AF !important;
  border: 2px solid #FFB5AF;
}
/* line 570, smash/styles/_general.scss */
.slick-slider .slick-dots li button {
  position: relative;
  color: transparent !important;
  width: 15px;
  height: 15px;
  background: #F65765 !important;
  border: 2px solid #F65765;
  border-radius: 100% !important;
  margin: 0 10px;
  padding: 0;
}
/* line 581, smash/styles/_general.scss */
.slick-slider .slick-dots li button:hover {
  background: #FFB5AF !important;
  border: 2px solid #FFB5AF;
}
/* line 585, smash/styles/_general.scss */
.slick-slider .slick-dots li button:hover::after {
  background: unset !important;
}
/* line 590, smash/styles/_general.scss */
.slick-slider .slick-dots li button::after {
  background: unset !important;
}
/* line 594, smash/styles/_general.scss */
.slick-slider .slick-dots li button:focus {
  outline: none !important;
}
/* line 602, smash/styles/_general.scss */
.slick-slider .slick-slide:focus {
  outline: none !important;
}

/* line 613, smash/styles/_general.scss */
.nf-form-wrap .nf-form-fields-required {
  display: none;
}

/* line 618, smash/styles/_general.scss */
.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: 14px;
  padding: 50px 20px;
}
/* line 624, smash/styles/_general.scss */
.numbered-pagination > * {
  margin: 0 6px;
}
/* line 628, smash/styles/_general.scss */
.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: 38px;
  height: 60px;
  text-align: center;
  color: #ffffff;
  background: #000000;
}
/* line 636, smash/styles/_general.scss */
.numbered-pagination > .page-numbers.current {
  background: #F65765;
  color: #ffffff;
}

/* line 643, smash/styles/_general.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
/* line 650, smash/styles/_general.scss */
.embed-container.tall {
  padding-bottom: 140.25%;
}
/* line 654, smash/styles/_general.scss */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 665, smash/styles/_general.scss */
p > .formkit-form[data-uid="94355c5527"] {
  max-width: 1200px !important;
  box-shadow: unset !important;
}

/* line 670, smash/styles/_general.scss */
p > .formkit-form[data-uid="94355c5527"] .formkit-fields .formkit-submit {
  background-color: unset !important;
}

/* line 678, smash/styles/_general.scss */
.color-block {
  background-color: #F3EAE3;
  padding: 2.5vw;
  text-align: center;
  margin: 2.5vw 0;
}

/* line 1, smash/styles/_header.scss */
body.home #masthead {
  border-bottom: none;
}

/* line 5, smash/styles/_header.scss */
.pre-header {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  padding: 20px;
  font-family: "poppins", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  background: #ffffff !important;
}
/* line 14, smash/styles/_header.scss */
.pre-header .pre-header-block.pre-header-block-left {
  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;
}
/* line 17, smash/styles/_header.scss */
.pre-header .pre-header-block.pre-header-block-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: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
/* line 22, smash/styles/_header.scss */
.pre-header .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;
}
/* line 30, smash/styles/_header.scss */
.pre-header .menu .sub-menu a:visited {
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  /* line 22, smash/styles/_header.scss */
  .pre-header .menu {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  /* line 5, smash/styles/_header.scss */
  .pre-header {
    padding: 5px;
  }
}

/* line 46, smash/styles/_header.scss */
#waypoint {
  position: relative;
  top: 10px;
}

/* line 51, smash/styles/_header.scss */
#masthead {
  position: relative;
  padding: 10px 20px;
  font-family: "poppins", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  background: #ffffff;
  color: #000000;
}
/* line 64, smash/styles/_header.scss */
#masthead .site-navigation-wrap {
  position: relative;
}
/* line 68, smash/styles/_header.scss */
#masthead .header-block {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  float: none;
  flex: 2;
}
/* line 73, smash/styles/_header.scss */
#masthead .header-block .header-block-inner {
  width: 100%;
}
/* line 78, smash/styles/_header.scss */
#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-end !important;
  -webkit-justify-content: flex-end !important;
  margin-right: auto;
}
/* line 83, smash/styles/_header.scss */
#masthead .header-block.header-left .header-block-inner #mobile_nav_wrap .mobile-nav-trigger-open {
  display: none;
}
/* line 88, smash/styles/_header.scss */
#masthead .header-block.header-left .header-block-inner .menu-container {
  width: 100%;
}
/* line 91, smash/styles/_header.scss */
#masthead .header-block.header-left .header-block-inner .menu-container .menu {
  width: 100%;
  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;
}
/* line 99, smash/styles/_header.scss */
#masthead .header-block.header-middle {
  flex: 1;
}
/* line 102, smash/styles/_header.scss */
#masthead .header-block.header-middle .header-block-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
/* line 105, smash/styles/_header.scss */
#masthead .header-block.header-middle .header-block-inner .basic-search-form {
  display: none !important;
}
@media screen and (max-width: 768px) {
  /* line 105, smash/styles/_header.scss */
  #masthead .header-block.header-middle .header-block-inner .basic-search-form {
    display: block !important;
  }
}
/* line 113, smash/styles/_header.scss */
#masthead .header-block.header-middle .header-block-inner .menu-container {
  display: none;
}
/* line 119, smash/styles/_header.scss */
#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-start !important;
  -webkit-justify-content: flex-start !important;
  margin-left: auto;
}
/* line 123, smash/styles/_header.scss */
#masthead .header-block.header-right .header-block-inner .menu-container {
  width: 100%;
}
/* line 126, smash/styles/_header.scss */
#masthead .header-block.header-right .header-block-inner .menu-container .menu {
  width: 100%;
  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;
}
/* line 136, smash/styles/_header.scss */
#masthead i {
  font-size: 18px;
  padding: 0;
}
/* line 141, smash/styles/_header.scss */
#masthead.lock_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background: #F3EAE3;
  color: #000000;
  padding: 20px;
}
/* line 156, smash/styles/_header.scss */
#masthead.lock_nav .menu-container {
  display: block !important;
}
/* line 161, smash/styles/_header.scss */
#masthead.lock_nav .site-navigation-wrap .header-block {
  flex: 1;
}
/* line 165, smash/styles/_header.scss */
#masthead.lock_nav .site-navigation-wrap .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;
}
/* line 169, smash/styles/_header.scss */
#masthead.lock_nav .site-navigation-wrap .header-block.header-left .header-block-inner #mobile_nav_wrap .mobile-nav-trigger-open {
  display: block !important;
}
/* line 175, smash/styles/_header.scss */
#masthead.lock_nav .site-navigation-wrap .header-block.header-middle {
  flex: 2;
}
/* line 178, smash/styles/_header.scss */
#masthead.lock_nav .site-navigation-wrap .header-block.header-middle .header-block-inner .basic-search-form {
  display: block !important;
}
/* line 182, smash/styles/_header.scss */
#masthead.lock_nav .site-navigation-wrap .header-block.header-middle .header-block-inner .menu-container {
  display: none !important;
}
/* line 185, smash/styles/_header.scss */
#masthead.lock_nav .site-navigation-wrap .header-block.header-middle .header-block-inner #logo_wrap {
  display: none !important;
}
/* line 190, smash/styles/_header.scss */
#masthead.lock_nav .site-navigation-wrap .header-block.header-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: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
@media screen and (max-width: 960px) {
  /* line 202, smash/styles/_header.scss */
  #masthead .header-block.header-right .header-block-inner .menu-container .menu, #masthead .header-block.header-left .header-block-inner .menu-container .menu {
    justify-content: center !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 213, smash/styles/_header.scss */
  #masthead .header-block.header-right, #masthead .header-block.header-left {
    display: none !important;
  }
  /* line 219, smash/styles/_header.scss */
  #masthead .header-block.header-middle .header-block-inner .basic-search-form {
    display: none !important;
  }
}

/* line 228, smash/styles/_header.scss */
.header-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;
}
/* line 233, smash/styles/_header.scss */
.header-search .basic-search-form {
  width: 100%;
  max-width: 365px;
}

/* line 239, smash/styles/_header.scss */
#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;
  z-index: 1;
}
/* line 244, smash/styles/_header.scss */
#logo_wrap img {
  max-height: 104px;
  width: auto;
}
@media screen and (max-width: 960px) {
  /* line 250, smash/styles/_header.scss */
  #logo_wrap img {
    max-height: 85px;
  }
}

/* line 256, smash/styles/_header.scss */
.mobile-search {
  display: none;
}
@media screen and (max-width: 960px) {
  /* line 256, smash/styles/_header.scss */
  .mobile-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;
    width: 90vw;
    margin: auto;
  }
}

/* line 6, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .stacked-images {
  width: 49%;
  height: 665px;
}
/* line 10, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .stacked-images .stacked-half {
  max-width: 325px;
  margin-right: -15%;
}
/* line 16, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .loop-main-content {
  width: 42%;
  padding: 30px;
}
/* line 20, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta {
  letter-spacing: 1px;
  font-family: "poppins", sans-serif;
  margin-bottom: 10px;
}
/* line 25, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta a.category-name {
  text-transform: uppercase;
  padding-right: 20px;
}
/* line 30, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta .post-date {
  font-family: "playfair-display", serif;
  font-style: italic;
}
/* line 36, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .loop-main-content .exceprt {
  font-family: "poppins", sans-serif;
  margin-bottom: 20px;
  line-height: 28px;
}
/* line 42, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 50, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post span {
  padding-right: 10px;
}
/* line 54, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post .icon {
  width: 10px;
  fill: #7a7a7a;
}
/* line 60, smash/styles/_front-page.scss */
.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) {
  /* line 74, smash/styles/_front-page.scss */
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 30px;
  }
}
@media screen and (max-width: 960px) {
  /* line 87, smash/styles/_front-page.scss */
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 30px;
    width: 44%;
  }
  /* line 92, smash/styles/_front-page.scss */
  .loop-main .loop-main-inner .loop-main-post .stacked-images {
    width: 55%;
    height: 465px;
  }
  /* line 96, smash/styles/_front-page.scss */
  .loop-main .loop-main-inner .loop-main-post .stacked-images .stacked-half {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  /* line 108, smash/styles/_front-page.scss */
  .loop-main .loop-main-inner .loop-main-post {
    flex-direction: column;
  }
  /* line 111, smash/styles/_front-page.scss */
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 20px;
    width: 100%;
  }
  /* line 116, smash/styles/_front-page.scss */
  .loop-main .loop-main-inner .loop-main-post .stacked-images {
    width: 90%;
    height: 300px;
  }
}

/* line 129, smash/styles/_front-page.scss */
.category-loop:nth-of-type(1) .category-loop-container, .category-loop:nth-of-type(3) .category-loop-container {
  border-bottom: none;
}
/* line 135, smash/styles/_front-page.scss */
.category-loop:nth-of-type(2) .category-loop-container {
  border-bottom: none;
}
/* line 140, smash/styles/_front-page.scss */
.category-loop:nth-of-type(5) .category-loop-container {
  border-bottom: none;
}

/* line 147, smash/styles/_front-page.scss */
#featured_posts {
  background: #000000;
  color: white;
}
/* line 151, smash/styles/_front-page.scss */
#featured_posts a {
  color: white !important;
}

/* line 156, smash/styles/_front-page.scss */
#more_posts_home {
  border-top: 1px solid #D9D9D9;
  padding-top: 50px;
}

/* line 1, smash/styles/_archive.scss */
.archive.category .archive-item,
.search-results .archive-item {
  width: 100% !important;
}

/* line 6, smash/styles/_archive.scss */
.archive-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 0.5em;
  row-gap: 2.5em;
}
/* line 10, smash/styles/_archive.scss */
.archive-items.search-archive .product {
  flex: 1;
}
/* line 14, smash/styles/_archive.scss */
.archive-items.search-archive .archive-item {
  flex: 1;
  padding: unset;
}
@media screen and (max-width: 1180px) {
  /* line 6, smash/styles/_archive.scss */
  .archive-items {
    padding: 0 50px;
  }
}
@media screen and (max-width: 960px) {
  /* line 6, smash/styles/_archive.scss */
  .archive-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 0.5em;
    row-gap: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  /* line 6, smash/styles/_archive.scss */
  .archive-items {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 6, smash/styles/_archive.scss */
  .archive-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 0.5em;
    row-gap: 1.5em;
    padding: 0 20px;
  }
}

/* line 36, smash/styles/_archive.scss */
#archive_page {
  padding: 50px 0;
}
/* line 40, smash/styles/_archive.scss */
#archive_page .archive-items.with-border {
  border-top: 1px solid #979797;
  margin-top: 100px !important;
  padding-top: 100px;
}
/* line 46, smash/styles/_archive.scss */
#archive_page .archive-items.alm-listing {
  margin-top: 2em !important;
}
/* line 51, smash/styles/_archive.scss */
#archive_page .alm-reveal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 0.5em;
  row-gap: 2.5em;
  margin-top: 2.5em !important;
}
@media screen and (max-width: 1180px) {
  /* line 51, smash/styles/_archive.scss */
  #archive_page .alm-reveal {
    padding: 0 50px;
  }
}
@media screen and (max-width: 960px) {
  /* line 51, smash/styles/_archive.scss */
  #archive_page .alm-reveal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 0.5em;
    row-gap: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  /* line 51, smash/styles/_archive.scss */
  #archive_page .alm-reveal {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 51, smash/styles/_archive.scss */
  #archive_page .alm-reveal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 0.5em;
    row-gap: 1.5em;
    padding: 0 20px;
  }
}

/* line 73, smash/styles/_archive.scss */
.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%;
}

/* line 80, smash/styles/_archive.scss */
.archive-item-large {
  position: relative;
  width: 900px;
  margin-bottom: 60px !important;
}
/* line 85, smash/styles/_archive.scss */
.archive-item-large .archive-item {
  width: 50%;
}

/* line 90, smash/styles/_archive.scss */
.archive-item {
  flex: 1;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
/* line 96, smash/styles/_archive.scss */
.archive-item .archive-item-title {
  position: relative;
  font-size: 17px;
  font-family: "playfair-display", serif;
  text-transform: none;
  background: white;
  padding: 20px;
  text-align: center;
  width: 90%;
  margin: -30px auto 0;
}

/* line 108, smash/styles/_archive.scss */
.archive-item-cat {
  font-size: 12px;
  background: #c0e2e1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 25px;
  display: inline-block;
  margin-bottom: 10px;
}

/* line 118, smash/styles/_archive.scss */
body.archive .page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: "playfair-display", serif;
  letter-spacing: 1px;
  font-size: 11px;
  max-width: 60%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 130, smash/styles/_archive.scss */
body.archive .page-header .page-title {
  margin-bottom: 0;
}

/* line 135, smash/styles/_archive.scss */
#load-more-from {
  padding: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 50px 0px 27px;
}
/* line 141, smash/styles/_archive.scss */
#load-more-from .load-more-title {
  text-transform: uppercase;
  font-family: "playfair-display", serif;
  font-size: 25px;
  margin-bottom: 20px;
}
/* line 148, smash/styles/_archive.scss */
#load-more-from .cat-nav {
  margin: 0 auto;
}

/* line 154, smash/styles/_archive.scss */
.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: "poppins", sans-serif;
}
/* line 162, smash/styles/_archive.scss */
.cat-nav a {
  margin: 0px 15px;
}
/* line 166, smash/styles/_archive.scss */
.cat-nav .cat-nav-current {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 1200px) {
  /* line 172, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 179, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 350px;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 186, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 315px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 193, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 275px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 200, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 207, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 350px;
  }
}
@media only screen and (max-width: 667px) {
  /* line 214, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 425px;
  }
}
/* line 3, smash/styles/_single-post.scss */
body.single #primary {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 11, smash/styles/_single-post.scss */
body.single.lock_nav article.post .article-sidebar,
body.single.lock_nav article.snapshot .article-sidebar {
  position: fixed !important;
  top: 100px;
}
/* line 17, smash/styles/_single-post.scss */
body.single #featured_post {
  background: white;
  margin-bottom: 70px;
}

/* line 24, smash/styles/_single-post.scss */
.post-wrap {
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -ms-transform: translateX(120px);
  -o-transform: translateX(120px);
  transform: translateX(120px);
}
/* line 31, smash/styles/_single-post.scss */
.post-wrap.post-wrap-guide {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
/* line 38, smash/styles/_single-post.scss */
.post-wrap.post-wrap-guide .post-sidebar {
  width: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  padding-left: 20px;
}
/* line 46, smash/styles/_single-post.scss */
.post-wrap.post-wrap-guide article.post {
  width: auto;
}
/* line 51, smash/styles/_single-post.scss */
.post-wrap article.post {
  width: 76%;
}
/* line 55, smash/styles/_single-post.scss */
.post-wrap .post-sidebar {
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

/* line 63, smash/styles/_single-post.scss */
.entry-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  column-gap: 3em;
  row-gap: 2em;
}
/* line 67, smash/styles/_single-post.scss 
.entry-container > * {
  width: unset !important;
  max-width: unset !important;
}*/
@media screen and (max-width: 960px) {
  /* line 63, smash/styles/_single-post.scss */
  .entry-container {
    display: block;
    padding: 0 50px;
  }
}

/* line 78, smash/styles/_single-post.scss */
article.post,
article.snapshot {
  position: relative;
  padding: 50px 0 0;
}
/* line 83, smash/styles/_single-post.scss */
article.post .container-lg,
article.snapshot .container-lg {
  width: 80%;
}
/* line 87, smash/styles/_single-post.scss */
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;
}
/* line 90, smash/styles/_single-post.scss */
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: "poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}
/* line 99, smash/styles/_single-post.scss */
article.post .quick-links,
article.snapshot .quick-links {
  position: absolute;
  top: 50%;
  left: -125px;
  max-width: 250px;
  border: 3px solid #E1CCC7;
  padding: 20px 30px;
}
/* line 111, smash/styles/_single-post.scss */
article.post .quick-links h3,
article.snapshot .quick-links h3 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
/* line 116, smash/styles/_single-post.scss */
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) {
  /* line 99, smash/styles/_single-post.scss */
  article.post .quick-links,
  article.snapshot .quick-links {
    left: -92px;
    max-width: 200px;
    padding: 16px 21px;
  }
}
@media screen and (max-width: 600px) {
  /* line 99, smash/styles/_single-post.scss */
  article.post .quick-links,
  article.snapshot .quick-links {
    display: none;
  }
}
/* line 135, smash/styles/_single-post.scss */
article.post .entry-header,
article.snapshot .entry-header {
  text-align: center;
}
/* line 139, smash/styles/_single-post.scss */
article.post .entry-content,
article.snapshot .entry-content {
  padding-bottom: 30px;
}
/* line 142, smash/styles/_single-post.scss */
article.post .entry-content h6,
article.snapshot .entry-content h6 {
  font-size: 50px;
  font-family: "Chin-up-Buttercup", sans-serif;
  line-height: normal;
}
/* line 148, smash/styles/_single-post.scss */
article.post .entry-content .post-heading,
article.snapshot .entry-content .post-heading {
  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;
  width: 100%;
  overflow: hidden;
  max-height: 75px;
  margin: 3em 0 1em;
}
/* line 156, smash/styles/_single-post.scss */
article.post .entry-content .post-heading img.wave,
article.snapshot .entry-content .post-heading img.wave {
  display: block;
  margin: 0;
  z-index: -1;
}
/* line 162, smash/styles/_single-post.scss */
article.post .entry-content .post-heading h6,
article.snapshot .entry-content .post-heading h6 {
  position: absolute;
}
/* line 167, smash/styles/_single-post.scss */
article.post .entry-content blockquote,
article.snapshot .entry-content blockquote {
  margin: 0;
}
/* line 170, smash/styles/_single-post.scss */
article.post .entry-content blockquote .post-heading,
article.snapshot .entry-content blockquote .post-heading {
  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: 0;
  max-height: unset;
}
/* line 175, smash/styles/_single-post.scss */
article.post .entry-content blockquote .post-heading h6,
article.snapshot .entry-content blockquote .post-heading h6 {
  top: 42%;
  margin: 0;
  background: #F3EAE3;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  /* line 170, smash/styles/_single-post.scss */
  article.post .entry-content blockquote .post-heading,
  article.snapshot .entry-content blockquote .post-heading {
    overflow: visible;
  }
}
/* line 189, smash/styles/_single-post.scss */
article.post .entry-content blockquote p,
article.snapshot .entry-content blockquote p {
  background: #F3EAE3;
  padding: 20px 50px;
}
/* line 234, smash/styles/_single-post.scss */
article.post .entry-content ul, article.post .entry-content li,
article.snapshot .entry-content ul,
article.snapshot .entry-content li {
  font-size: 15px;
  font-family: "poppins", sans-serif;
  line-height: 31px;
  letter-spacing: 0.5px;
}
/* line 241, smash/styles/_single-post.scss */
article.post .entry-content .rs-code,
article.snapshot .entry-content .rs-code {
  text-align: center;
  margin-top: 50px;
}
/* line 247, smash/styles/_single-post.scss */
article.post .entry-products,
article.snapshot .entry-products {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #979797;
}
/* line 252, smash/styles/_single-post.scss */
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;
}
/* line 255, smash/styles/_single-post.scss */
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;
}
/* line 260, smash/styles/_single-post.scss */
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: "playfair-display", serif;
}
/* line 265, smash/styles/_single-post.scss */
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;
}
/* line 271, smash/styles/_single-post.scss */
article.post .entry-products .entry-products-wrap .entry-products-slider,
article.snapshot .entry-products .entry-products-wrap .entry-products-slider {
  width: 80%;
}
/* line 275, smash/styles/_single-post.scss */
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%;
}
/* line 280, smash/styles/_single-post.scss */
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%;
}
/* line 290, smash/styles/_single-post.scss */
article.post #hide_sidebars,
article.snapshot #hide_sidebars {
  position: relative;
  transform: translate(0, -60vh);
}
/* line 295, smash/styles/_single-post.scss */
article.post .article-sidebar,
article.snapshot .article-sidebar {
  position: absolute;
  top: 0;
  height: 100%;
  padding-top: 170px;
  width: 70px;
  text-align: center;
  overflow: hidden;
}
/* line 304, smash/styles/_single-post.scss */
article.post .article-sidebar.article-sidebar-left,
article.snapshot .article-sidebar.article-sidebar-left {
  left: 17px;
}
/* line 307, smash/styles/_single-post.scss */
article.post .article-sidebar.article-sidebar-left .post-products-trigger,
article.snapshot .article-sidebar.article-sidebar-left .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;
  width: 50px !important;
  height: 50px !important;
  border-radius: 100% !important;
  padding: 10px !important;
}
@media screen and (max-width: 960px) {
  /* line 304, smash/styles/_single-post.scss */
  article.post .article-sidebar.article-sidebar-left,
  article.snapshot .article-sidebar.article-sidebar-left {
    left: 0;
  }
}
/* line 320, smash/styles/_single-post.scss */
article.post .article-sidebar.article-sidebar-right,
article.snapshot .article-sidebar.article-sidebar-right {
  right: 17px;
}
@media screen and (max-width: 960px) {
  /* line 320, smash/styles/_single-post.scss */
  article.post .article-sidebar.article-sidebar-right,
  article.snapshot .article-sidebar.article-sidebar-right {
    right: 0;
  }
}
/* line 328, smash/styles/_single-post.scss */
article.post .article-sidebar .post-products-wrap .post-products-trigger,
article.snapshot .article-sidebar .post-products-wrap .post-products-trigger {
  position: unset;
}
/* line 332, smash/styles/_single-post.scss */
article.post .article-sidebar .article-sidebar-inner,
article.snapshot .article-sidebar .article-sidebar-inner {
  position: relative;
  height: 100vh;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 338, smash/styles/_single-post.scss */
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;
}
/* line 353, smash/styles/_single-post.scss */
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;
}
/* line 359, smash/styles/_single-post.scss */
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: "playfair-display", serif;
  top: 50%;
  left: 50%;
  margin: auto;
  display: block;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
/* line 376, smash/styles/_single-post.scss */
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: 768px) {
  /* line 389, smash/styles/_single-post.scss */
  article.post .article-sidebar,
  article.snapshot .article-sidebar {
    display: none !important;
  }
  /* line 392, smash/styles/_single-post.scss */
  article.post .article-sidebar .post-products-wrap .post-products-trigger,
  article.snapshot .article-sidebar .post-products-wrap .post-products-trigger {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  /* line 400, smash/styles/_single-post.scss */
  article.post .entry-products .entry-products-wrap,
  article.snapshot .entry-products .entry-products-wrap {
    flex-direction: column !important;
  }
  /* line 403, smash/styles/_single-post.scss */
  article.post .entry-products .entry-products-wrap .entry-product-header,
  article.snapshot .entry-products .entry-products-wrap .entry-product-header {
    width: 100%;
  }
  /* line 406, smash/styles/_single-post.scss */
  article.post .entry-products .entry-products-wrap .entry-product-header span,
  article.snapshot .entry-products .entry-products-wrap .entry-product-header span {
    padding: 10px;
  }
}

/* line 414, smash/styles/_single-post.scss */
#main.sidebar {
  background-color: #F3EAE3;
}
/* line 417, smash/styles/_single-post.scss */
#main.sidebar .share-icons {
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  /* line 422, smash/styles/_single-post.scss */
  #main.sidebar .share-icons {
    display: none !important;
  }
}

/* line 428, smash/styles/_single-post.scss */
article.sidebar-template {
  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: 2.5vw;
  padding: 0 4vw;
  line-height: 2.05;
}
/* line 435, smash/styles/_single-post.scss */
article.sidebar-template .content-container {
  flex: 35;
  max-width: 70%;
  margin-top: 40px;
  background-color: #ffffff;
  padding: 0 2.5vw;
}
/* line 442, smash/styles/_single-post.scss */
article.sidebar-template .entry-header {
  margin-top: 40px;
}
/* line 449, smash/styles/_single-post.scss */
article.sidebar-template #secondary {
  flex: 10;
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  /* line 456, smash/styles/_single-post.scss */
  article.sidebar-template #secondary {
    display: none;
  }
  /* line 459, smash/styles/_single-post.scss */
  article.sidebar-template .content-container {
    max-width: 85%;
  }
}
@media screen and (max-width: 500px) {
  /* line 465, smash/styles/_single-post.scss */
  article.sidebar-template .content-container {
    max-width: 95%;
  }
}

/* line 474, smash/styles/_single-post.scss */
.entry-header .entry-title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
}
/* line 480, smash/styles/_single-post.scss */
.entry-header .entry-meta {
  text-align: center;
  font-family: "poppins", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c8c8c8;
  margin-bottom: 30px;
}
/* line 489, smash/styles/_single-post.scss */
.entry-header .entry-meta a {
  color: #c8c8c8;
}

/* line 496, smash/styles/_single-post.scss */
.entry-products-slider {
  width: 100%;
}
/* line 500, smash/styles/_single-post.scss */
.entry-products-slider .slick-arrow.slick-prev {
  left: unset;
  right: -4%;
  top: 48%;
}
/* line 505, smash/styles/_single-post.scss */
.entry-products-slider .slick-arrow.slick-next {
  left: unset;
  right: -4%;
  top: 39%;
}

/* line 513, smash/styles/_single-post.scss */
.entry-footer {
  padding: 20px;
  margin: 50px 0 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
}
/* line 525, smash/styles/_single-post.scss */
.entry-footer .entry-footer-actions {
  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;
  column-gap: 10px;
  row-gap: 10px;
}
/* line 530, smash/styles/_single-post.scss */
.entry-footer .entry-footer-actions > * {
  font-family: "poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
}
/* line 536, smash/styles/_single-post.scss */
.entry-footer .entry-footer-actions span {
  margin-left: 6px;
  font-size: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  /* line 513, smash/styles/_single-post.scss */
  .entry-footer {
    padding: 15px 0px;
    margin: 20px 0;
  }
  /* line 549, smash/styles/_single-post.scss */
  .entry-footer .entry-footer-actions > * {
    margin: 0px;
  }
}

/* line 556, smash/styles/_single-post.scss */
.tptn_posts ul {
  list-style: none;
  padding-left: 0;
  margin: 0 !important;
}

/* line 561, smash/styles/_single-post.scss */
.tptn_posts ul li img {
  display: block;
  margin-bottom: 20px;
}

/* line 565, smash/styles/_single-post.scss */
.tptn_posts ul li img {
  display: block;
  margin: auto;
}

/* line 569, smash/styles/_single-post.scss */
.tptn_posts ul li img {
  display: block;
  margin: auto;
  float: left;
  width: 150px;
  margin-right: 15px !important;
}

/* line 576, smash/styles/_single-post.scss */
.tptn_posts li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

/* line 581, smash/styles/_single-post.scss */
ul.wp-block-latest-posts__list.wp-block-latest-posts {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
}

/* line 586, smash/styles/_single-post.scss */
ul.wp-block-latest-posts__list.wp-block-latest-posts li {
  margin-bottom: 25px;
}

/** ticket 13523*/
/* line 591, smash/styles/_single-post.scss */
#subscribe_section .subscribe-section-wrapper .subscribe-section-content,
.featured-snapshots,
.featured-posts-slider-wrapper,
#faq-module,
.page-nav.btns {
  background-color: #F7F2E8 !important;
}

/* end ticket 13523*/
/*ticket 16475*/
/* line 600, smash/styles/_single-post.scss */
article.post .article-sidebar.article-sidebar-right, article.snapshot .article-sidebar.article-sidebar-right {
  position: relative !important;
  right: unset !important;
}

/* line 604, smash/styles/_single-post.scss */
.single .entry-content.container-post.jpibfi_container {
  margin: unset !important;
}

/* line 607, smash/styles/_single-post.scss */
body.single.lock_nav article.post .article-sidebar, body.single.lock_nav article.snapshot .article-sidebar {
  position: relative !important;
  top: unset !important;
}

/* line 611, smash/styles/_single-post.scss */
.single .flex-the-contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 617, smash/styles/_single-post.scss */
.single .share-icons.vertical-share {
  position: absolute;
  right: 5px;
  z-index: 9999;
}

/*end ticket 16475*/
/* line 623, smash/styles/_single-post.scss */
.single-post .entry-content h6, .single-post .entry-content h6 bold, .single-post .entry-content h6 strong {
  font-weight: normal !important;
}

/* #14345 - rename "All Snapshots to 
 * Fab Finds! */
/* line 628, smash/styles/_single-post.scss */
.page-id-153429 #archive_page .page-header h1 {
  visibility: hidden;
  position: relative;
}

/* line 632, smash/styles/_single-post.scss */
.page-id-153429 #archive_page .page-header h1::before {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 auto;
  content: "Fab Finds!";
}

/* line 641, smash/styles/_single-post.scss */
.cat-description {
  display: none;
}

/* line 644, smash/styles/_single-post.scss */
.category-3185 .cat-description {
  display: block;
}

@media only screen and (max-width: 560px) {
  /* line 649, smash/styles/_single-post.scss */
  section.featured-posts {
    display: none;
  }
}
/* line 654, smash/styles/_single-post.scss */
.subscribe-section-text p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

/* Custom CSS here */
/* line 663, smash/styles/_single-post.scss */
.subscribe-section-text p {
  width: 75%;
}

/* Custom CSS here */
/* #18735 - hide excerpts on home */
/* line 669, smash/styles/_single-post.scss */
.featured-posts-slider-wrapper .post-block-text, .category-loop .post-block-text {
  display: none;
}

/* #18735 - end */
/* line 674, smash/styles/_single-post.scss */
.archive.category .archive-items.container-xl .archive-item-large {
  display: none !important;
}

@media only screen and (min-width: 600px) {
  /* line 678, smash/styles/_single-post.scss */
  .home .featured-posts + .grid-loop .post-block.archive-item,
  .home .category-loop .category-loop-posts .post-block {
    width: 33.33%;
  }
}
/* line 683, smash/styles/_single-post.scss */
.home .category-loop .category-loop-posts .post-block:last-child {
  display: none !important;
}

/* line 686, smash/styles/_single-post.scss */
.home .featured-posts + .grid-loop .post-block.archive-item:nth-child(7), .home .featured-posts + .grid-loop .post-block.archive-item:nth-child(8) {
  display: none !important;
}

@media only screen and (min-width: 2180px) {
  /* line 691, smash/styles/_single-post.scss */
  .sidebar-1 #text-6 {
    width: 80%;
  }
}
/* 19685 - start */
/* line 698, smash/styles/_single-post.scss */
/* .single-post .dot-sep::before {
  content: ' ' !important;
  margin: auto;
} */

/* line 703, smash/styles/_single-post.scss */
/* .single-post .entry-date {
  display: none;
} */

/* 19685 - end */
/*--------------------------------------------------------------
# COMMENTS
--------------------------------------------------------------*/
/* line 1, smash/styles/_comments.scss */
#comments {
  width: 85%;
  max-width: 680px;
  margin: 50px auto 0;
}
/* line 6, smash/styles/_comments.scss */
#comments .comment-subtitle {
  font-family: "playfair-display", serif;
  letter-spacing: 2px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
/* line 14, smash/styles/_comments.scss */
#comments .container {
  max-width: 685px;
}
/* line 18, smash/styles/_comments.scss */
#comments .comments-title {
  display: none;
  text-align: center;
}
/* line 24, smash/styles/_comments.scss */
#comments .respond textarea {
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "poppins", sans-serif;
}
/* line 32, smash/styles/_comments.scss */
#comments .comment-input-half {
  width: 49%;
}
/* line 36, smash/styles/_comments.scss */
#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: "poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 7px 10px;
  border-radius: 0;
  margin-bottom: 5px;
  width: 100%;
}
/* line 45, smash/styles/_comments.scss */
#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;
}
/* line 50, smash/styles/_comments.scss */
#comments input#submit {
  width: 100%;
  border: none;
}
/* line 56, smash/styles/_comments.scss */
#comments div#respond {
  margin-bottom: 50px;
}
/* line 60, smash/styles/_comments.scss */
#comments .comment-list {
  margin: 0;
  padding: 0;
  font-family: "poppins", sans-serif;
}
/* line 67, smash/styles/_comments.scss */
#comments .comment-list .comment .comment-meta {
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding-bottom: 20px;
}
/* line 75, smash/styles/_comments.scss */
#comments .comment-list .comment .comment-meta .avatar, #comments .comment-list .comment .comment-meta .says {
  display: none;
}
/* line 79, smash/styles/_comments.scss */
#comments .comment-list .comment .comment-meta .comment-metadata {
  display: none;
}
/* line 84, smash/styles/_comments.scss */
#comments .comment-list .comment .children {
  margin: 40px 0px;
}
/* line 88, smash/styles/_comments.scss */
#comments .comment-list .comment .reply {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
}

/* line 1, smash/styles/_single-snapshot.scss */
.snapshot-post-wrapper {
  padding: 50px;
}
/* line 4, smash/styles/_single-snapshot.scss */
.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;
}
/* line 8, smash/styles/_single-snapshot.scss */
.snapshot-post-wrapper .snapshot-post-inner .snapshot-image,
.snapshot-post-wrapper .snapshot-post-inner .snapshot-video {
  width: 50%;
}
/* line 13, smash/styles/_single-snapshot.scss */
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
  position: relative;
  width: 50%;
  padding: 20px 50px;
  z-index: 1;
}
/* line 19, smash/styles/_single-snapshot.scss */
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body h5.snapshot-label {
  display: inline-block;
  font-family: "AmsterdamTwo", sans-serif;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 0;
}
/* line 27, smash/styles/_single-snapshot.scss */
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products {
  width: 100%;
}
/* line 31, smash/styles/_single-snapshot.scss */
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-image {
  max-height: 150px;
  width: auto;
}
/* line 36, smash/styles/_single-snapshot.scss */
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-brand {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-family: "poppins", sans-serif;
}
/* line 43, smash/styles/_single-snapshot.scss */
.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;
}
/* line 55, smash/styles/_single-snapshot.scss */
.snapshot-post-wrapper .snapshot-products-large {
  width: 100%;
  padding: 50px 0;
  margin: 50px auto !important;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
/* line 62, smash/styles/_single-snapshot.scss */
.snapshot-post-wrapper .snapshot-products-large .product {
  padding: 30px;
}
/* line 65, smash/styles/_single-snapshot.scss */
.snapshot-post-wrapper .snapshot-products-large .product.slick-active {
  border-right: 1px solid #979797;
  margin-right: -1px;
}
/* line 72, smash/styles/_single-snapshot.scss */
.snapshot-post-wrapper .snapshot-products-large .slick-arrow.slick-next {
  right: -2%;
}
@media screen and (max-width: 1180px) {
  /* line 80, smash/styles/_single-snapshot.scss */
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, smash/styles/_single-snapshot.scss */
  .snapshot-post-wrapper {
    padding: 50px 20px;
  }
  /* line 89, smash/styles/_single-snapshot.scss */
  .snapshot-post-wrapper .snapshot-post-inner {
    flex-direction: column !important;
  }
  /* line 92, smash/styles/_single-snapshot.scss */
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-image,
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-video {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 98, smash/styles/_single-snapshot.scss */
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 30px;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/styles/_single-snapshot.scss */
  .snapshot-post-wrapper {
    padding: 50px 20px;
  }
  /* line 109, smash/styles/_single-snapshot.scss */
  .snapshot-post-wrapper .snapshot-post-inner {
    flex-direction: column !important;
    width: 100% !important;
  }
  /* line 113, smash/styles/_single-snapshot.scss */
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-image,
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-video {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 119, smash/styles/_single-snapshot.scss */
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 0 30px;
    width: 100%;
    margin-left: 0;
  }
  /* line 124, smash/styles/_single-snapshot.scss */
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body h2.snapshot-title {
    line-height: 33px;
    font-size: 29px;
    margin-bottom: 15px;
  }
  /* line 132, smash/styles/_single-snapshot.scss */
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .snapshot-product .snapshot-product-wrapper {
    text-align: center;
  }
  /* line 136, smash/styles/_single-snapshot.scss */
  .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;
  }
  /* line 149, smash/styles/_single-snapshot.scss */
  .snapshot-post-wrapper .snapshot-products-large {
    width: 100% !important;
  }
}

/* line 2, smash/styles/_page.scss */
body.page-template-default article.page {
  padding: 50px;
}
@media screen and (max-width: 600px) {
  /* line 2, smash/styles/_page.scss */
  body.page-template-default article.page {
    padding: 30px;
  }
}

/* line 11, smash/styles/_page.scss */
article.page {
  padding: 50px 0;
}

/* line 3, smash/styles/_page-about.scss */
#about_page .about-outer {
  padding: 50px;
}
/* line 9, smash/styles/_page-about.scss */
#about_page .about-inner .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;
  margin-bottom: 50px;
}
/* line 13, smash/styles/_page-about.scss */
#about_page .about-inner .about-images .about-image-main {
  width: 89%;
}
/* line 17, smash/styles/_page-about.scss */
#about_page .about-inner .about-images .about-image-side {
  position: relative;
  width: 48%;
  margin-left: -37%;
  margin-bottom: -30px;
  border-top: 10px solid white;
  border-left: 10px solid white;
}
/* line 28, smash/styles/_page-about.scss */
#about_page .about-inner .about-body .page-title {
  text-align: center;
  padding-top: 20px;
}
/* line 37, smash/styles/_page-about.scss */
#about_page #about_main .stacked-images {
  width: 49%;
  height: 665px;
}
/* line 41, smash/styles/_page-about.scss */
#about_page #about_main .stacked-images .stacked-half {
  max-width: 325px;
  margin-right: -15%;
}
/* line 47, smash/styles/_page-about.scss */
#about_page #about_main .loop-main-content {
  width: 42%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  /* line 56, smash/styles/_page-about.scss */
  #about_page #about_main {
    flex-direction: column;
  }
  /* line 59, smash/styles/_page-about.scss */
  #about_page #about_main .stacked-images {
    width: 75%;
    height: 565px;
  }
  /* line 63, smash/styles/_page-about.scss */
  #about_page #about_main .stacked-images .stacked-half {
    display: none;
  }
  /* line 70, smash/styles/_page-about.scss */
  #about_page #about_main .loop-main-content {
    width: 80%;
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 78, smash/styles/_page-about.scss */
  #about_page .about-outer {
    padding: 50px 20px;
  }
}

/* line 1, smash/styles/_page-contact.scss */
#contact_page {
  padding: 80px 50px;
}
/* line 4, smash/styles/_page-contact.scss */
#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%;
}
/* line 8, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-image {
  width: 56%;
}
/* line 12, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-body {
  position: relative;
  width: 54%;
  margin-left: -10%;
  background: #ffffff;
  padding: 30px;
}
/* line 19, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-body .page-title {
  text-align: left;
}
/* line 23, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-body p {
  margin: 0;
}
/* line 27, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-body input {
  border: 1px solid black !important;
  border-radius: 0 !important;
}
/* line 31, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-body textarea {
  border: 1px solid black !important;
  border-radius: 0 !important;
}
/* line 35, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-body .nf-field-container {
  margin-bottom: 20px;
}
/* line 38, smash/styles/_page-contact.scss */
#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;
}
/* line 42, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-body nf-field .nf-field-container {
  width: 100%;
}
/* line 45, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-body nf-field .nf-field-container.submit-container {
  width: auto;
}
/* line 50, smash/styles/_page-contact.scss */
#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;
}
/* line 61, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-body nf-field input[value="Submit"][type="button"] {
  background: unset;
  border: none !important;
  color: black;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 auto;
  font-family: "poppins", sans-serif;
  text-transform: capitalize;
}
/* line 71, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-body nf-field input[value="Submit"][type="button"]:hover {
  color: #F65765;
}
/* line 77, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-body .nf-field-element textarea {
  height: 106px;
}
/* line 82, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-body .label-above .nf-field-label {
  margin: 0;
}
/* line 87, smash/styles/_page-contact.scss */
#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;
}
/* line 96, smash/styles/_page-contact.scss */
#contact_page .contact-wrapper .contact-body .nf-form-fields-required {
  display: none !important;
}
@media screen and (max-width: 600px) {
  /* line 1, smash/styles/_page-contact.scss */
  #contact_page {
    padding: 20px;
  }
  /* line 105, smash/styles/_page-contact.scss */
  #contact_page .contact-wrapper {
    flex-direction: column !important;
  }
  /* line 108, smash/styles/_page-contact.scss */
  #contact_page .contact-wrapper .contact-image {
    width: 100%;
  }
  /* line 112, smash/styles/_page-contact.scss */
  #contact_page .contact-wrapper .contact-body {
    width: 100%;
    margin-left: 0;
  }
}

/* line 3, smash/styles/_page-influence.scss */
.home-link .icon {
  position: relative;
  top: 3px;
  margin-right: 10px;
}

/* line 12, smash/styles/_page-influence.scss */
#influence_slides .influence-slide {
  width: 100%;
  height: 550px;
}

/* line 19, smash/styles/_page-influence.scss */
#cta_blocks {
  padding: 50px;
}
/* line 22, smash/styles/_page-influence.scss */
#cta_blocks .cta-block {
  position: relative;
  background: #E4C7D5;
  color: white;
  width: 32%;
  margin-bottom: 2%;
  padding: 30px;
}
/* line 30, smash/styles/_page-influence.scss */
#cta_blocks .cta-block .cta-title-wrap {
  position: relative;
}
/* line 33, smash/styles/_page-influence.scss */
#cta_blocks .cta-block .cta-title-wrap .cta-block-index {
  position: relative;
  font-size: 105px;
  opacity: 0.4;
  z-index: 0;
}
/* line 40, smash/styles/_page-influence.scss */
#cta_blocks .cta-block .cta-title-wrap .cta-title {
  position: absolute;
  font-size: 18px;
  z-index: 1;
}
/* line 47, smash/styles/_page-influence.scss */
#cta_blocks .cta-block .cta-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
/* line 60, smash/styles/_page-influence.scss */
#cta_blocks .cta-block:hover .cta-wrap {
  visibility: visible;
  opacity: 1;
}

/* line 71, smash/styles/_page-influence.scss */
#influence_testimonials .testimonials-container {
  max-width: 950px;
  width: 85%;
  margin: 0 auto;
}
/* line 77, smash/styles/_page-influence.scss */
#influence_testimonials .testimonial {
  margin-bottom: 50px;
}
/* line 80, smash/styles/_page-influence.scss */
#influence_testimonials .testimonial .testimonial-photo {
  min-width: 250px;
  min-height: 250px;
  border-radius: 100%;
}
/* line 86, smash/styles/_page-influence.scss */
#influence_testimonials .testimonial .testimonial-content {
  width: 80%;
}

/* line 1, smash/styles/_page-shop.scss */
#shop_page {
  padding: 0 0 50px;
}
/* line 4, smash/styles/_page-shop.scss */
#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;
}
/* line 8, smash/styles/_page-shop.scss */
#shop_page .shop-search .shop-search-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
/* line 13, smash/styles/_page-shop.scss */
#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;
}
/* line 16, smash/styles/_page-shop.scss */
#shop_page .shop-search .shop-search-form .search-fields input {
  flex: 1;
}
/* line 19, smash/styles/_page-shop.scss */
#shop_page .shop-search .shop-search-form .search-fields input[type="submit"] {
  flex: 0;
}
/* line 27, smash/styles/_page-shop.scss */
#shop_page .shop-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  text-align: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
}
/* line 35, smash/styles/_page-shop.scss */
#shop_page .shop-inner > * {
  width: 100%;
}
/* line 41, smash/styles/_page-shop.scss */
#shop_page .shop-nav .shop-nav-title {
  font-size: 22px;
  font-family: "playfair-display", serif;
  color: black;
  padding-bottom: 12px;
}
/* line 50, smash/styles/_page-shop.scss */
#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;
}
/* line 55, smash/styles/_page-shop.scss */
#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;
}
/* line 60, smash/styles/_page-shop.scss */
#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: 50px;
}
/* line 64, smash/styles/_page-shop.scss */
#shop_page .products-grid-cta-wrapper .products-grid-cta {
  padding: 13px 50px !important;
}
/* line 72, smash/styles/_page-shop.scss */
#shop_page .products-grid-wrapper .product-grid-item {
  width: 25%;
  padding: 20px;
  text-align: center;
}
/* line 79, smash/styles/_page-shop.scss */
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-thumb {
  width: 100%;
  height: 285px;
  position: relative;
}
/* line 84, smash/styles/_page-shop.scss */
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-thumb .shop-btn {
  opacity: 0;
  position: absolute;
}
/* line 92, smash/styles/_page-shop.scss */
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-thumb:hover .shop-btn {
  opacity: 1;
}
/* line 98, smash/styles/_page-shop.scss */
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-brand {
  width: 100%;
  font-family: "poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.72px;
  padding: 10px 8px 0;
}
/* line 107, smash/styles/_page-shop.scss */
#shop_page .products-grid-wrapper .product-grid-item .flex-col .product-title {
  width: 100%;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  padding: 0px 8px;
}
@media screen and (max-width: 768px) {
  /* line 72, smash/styles/_page-shop.scss */
  #shop_page .products-grid-wrapper .product-grid-item {
    width: 33%;
  }
}
@media screen and (max-width: 600px) {
  /* line 72, smash/styles/_page-shop.scss */
  #shop_page .products-grid-wrapper .product-grid-item {
    width: 50%;
  }
}
/* line 126, smash/styles/_page-shop.scss */
#shop_page .featured-snapshots {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  /* line 131, smash/styles/_page-shop.scss */
  #shop_page .shop-inner {
    padding: 50px 20px;
  }
}

/* line 138, smash/styles/_page-shop.scss */
.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;
}
/* line 141, smash/styles/_page-shop.scss */
.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;
}
/* line 148, smash/styles/_page-shop.scss */
.product .product-wrap .product-image-wrap .product-image {
  max-height: 200px;
  width: auto;
}
/* line 153, smash/styles/_page-shop.scss */
.product .product-wrap .product-image-wrap .shop-btn {
  position: absolute;
}
/* line 158, smash/styles/_page-shop.scss */
.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;
}
/* line 161, smash/styles/_page-shop.scss */
.product .product-wrap .product-link-wrap .product-link {
  text-transform: uppercase;
}

/* line 1, smash/styles/_page-linktree.scss */
#linktree_page {
  position: relative;
}
/* line 4, smash/styles/_page-linktree.scss */
#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;
}
/* line 11, smash/styles/_page-linktree.scss */
#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;
}
/* line 20, smash/styles/_page-linktree.scss */
#linktree_page .linktree-header .linktree-image-right {
  align-self: flex-start;
  width: 39%;
  margin: 0 50px 50px -4%;
}
/* line 26, smash/styles/_page-linktree.scss */
#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;
}
/* line 34, smash/styles/_page-linktree.scss */
#linktree_page .linktree-header .linktree-header-inner .linktree-header-subtitle {
  font-family: "AmsterdamTwo", sans-serif;
  font-size: 35px;
  margin-bottom: 0px;
}
/* line 40, smash/styles/_page-linktree.scss */
#linktree_page .linktree-header .linktree-header-inner .linktree-header-title {
  text-transform: capitalize;
}
/* line 43, smash/styles/_page-linktree.scss */
#linktree_page .linktree-header .linktree-header-inner .linktree-header-title span {
  font-family: "AmsterdamTwo", sans-serif;
  font-size: 14px;
}
/* line 49, smash/styles/_page-linktree.scss */
#linktree_page .linktree-header .linktree-header-inner .linktree-header-text {
  font-family: "poppins", sans-serif;
}
/* line 55, smash/styles/_page-linktree.scss */
#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;
}
/* line 60, smash/styles/_page-linktree.scss */
#linktree_page .linktree-wrapper .linktree_title {
  text-align: center;
}
/* line 64, smash/styles/_page-linktree.scss */
#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;
}
/* line 69, smash/styles/_page-linktree.scss */
#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) {
  /* line 81, smash/styles/_page-linktree.scss */
  #linktree_page .linktree-header {
    flex-direction: column !important;
    padding: 0px 30px 30px;
  }
  /* line 85, smash/styles/_page-linktree.scss */
  #linktree_page .linktree-header .linktree-image-left {
    width: 52%;
  }
  /* line 89, smash/styles/_page-linktree.scss */
  #linktree_page .linktree-header .linktree-image-right {
    width: 52%;
    margin: -111px 0 20px;
  }
  /* line 94, smash/styles/_page-linktree.scss */
  #linktree_page .linktree-header .linktree-header-inner {
    padding-top: 0 !important;
    width: 100%;
    text-align: center;
  }
  /* line 100, smash/styles/_page-linktree.scss */
  #linktree_page .linktree-header .linktree-header-inner .linktree-header-title span {
    font-size: 24px;
  }
  /* line 105, smash/styles/_page-linktree.scss */
  #linktree_page .linktree-header .linktree-header-inner .linktree-header-subtitle {
    margin-bottom: -10px;
  }
  /* line 109, smash/styles/_page-linktree.scss */
  #linktree_page .linktree-header .linktree-header-inner .linktree-header-text {
    font-family: "poppins", sans-serif;
  }
  /* line 116, smash/styles/_page-linktree.scss */
  #linktree_page .linktree-wrapper .linktree-links {
    max-width: 300px;
  }
  /* line 120, smash/styles/_page-linktree.scss */
  #linktree_page .linktree-wrapper .red-blob {
    transform: translate(0, -92%);
  }
}

/* line 1, smash/styles/_footer.scss */
#colophon {
  position: relative;
  padding: 10px 20px;
  background: #F3EAE3;
  border-top: 1px solid #000000;
  color: #000000;
}
/* line 12, smash/styles/_footer.scss */
#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: "poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}
/* line 19, smash/styles/_footer.scss */
#colophon .site-info .site-copy {
  font-style: italic;
  text-transform: capitalize;
}
/* line 24, smash/styles/_footer.scss */
#colophon .site-info .site-built {
  font-family: "poppins", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 29, smash/styles/_footer.scss */
#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;
}
/* line 33, smash/styles/_footer.scss */
#colophon .site-info .site-built img {
  max-height: 25px;
  width: auto;
  margin-top: 1px;
  margin-left: 4px;
}
/* line 39, smash/styles/_footer.scss */
#colophon .site-info .site-built img:hover {
  opacity: .8;
}
@media screen and (max-width: 600px) {
  /* line 1, smash/styles/_footer.scss */
  #colophon {
    padding: 20px;
  }
  /* line 49, smash/styles/_footer.scss */
  #colophon .site-info {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  /* line 52, smash/styles/_footer.scss */
  #colophon .site-info .footer-logo {
    margin: 20px 0;
  }
}

/* line 1, smash/modules/block_custom_search/_block_custom_search.scss */
.custom-search-form {
  width: 100%;
}
/* line 6, smash/modules/block_custom_search/_block_custom_search.scss */
.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;
}

/* line 1, smash/modules/block_flex_row/_block_flex_row.scss */
.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: center !important;
  -webkit-justify-content: center !important;
  width: 100%;
}
/* line 5, smash/modules/block_flex_row/_block_flex_row.scss */
.flex_row > * {
  display: block;
  margin: 10px;
}
/* line 9, smash/modules/block_flex_row/_block_flex_row.scss */
.flex_row > *:first-child {
  margin-left: 0;
}
/* line 13, smash/modules/block_flex_row/_block_flex_row.scss */
.flex_row > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/block_flex_row/_block_flex_row.scss */
  .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;
  }
  /* line 35, smash/modules/block_flex_row/_block_flex_row.scss */
  .flex_row > * {
    width: 100% !important;
  }
}

/* line 1, smash/modules/block_highlights/_block_highlights.scss */
.shop-highlights-image {
  position: relative;
  width: 100%;
}
/* line 5, smash/modules/block_highlights/_block_highlights.scss */
.shop-highlights-image .shop-dot-wrapper {
  position: absolute;
}
/* line 8, smash/modules/block_highlights/_block_highlights.scss */
.shop-highlights-image .shop-dot-wrapper .shop-dot {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #909090;
}
/* line 16, smash/modules/block_highlights/_block_highlights.scss */
.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;
}
/* line 27, smash/modules/block_highlights/_block_highlights.scss */
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-image {
  width: 40%;
}
/* line 31, smash/modules/block_highlights/_block_highlights.scss */
.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;
}
/* line 37, smash/modules/block_highlights/_block_highlights.scss */
.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;
}
/* line 40, smash/modules/block_highlights/_block_highlights.scss */
.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;
}
/* line 46, smash/modules/block_highlights/_block_highlights.scss */
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-body .shop-dot-product-cta {
  font-size: 10px;
}
/* line 49, smash/modules/block_highlights/_block_highlights.scss */
.shop-highlights-image .shop-dot-wrapper .shop-dot-product .shop-dot-product-body .shop-dot-product-cta .icon {
  width: 10px;
  height: 10px;
}
/* line 58, smash/modules/block_highlights/_block_highlights.scss */
.shop-highlights-image .shop-dot-wrapper:hover .shop-dot-product {
  opacity: 1;
  visibility: visible;
}

/* line 1, smash/modules/block_loading_screen/_block_loading_screen.scss */
#loading_screen {
  position: fixed;
  background: #F3EAE3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  z-index: 5000;
}
/* line 14, smash/modules/block_loading_screen/_block_loading_screen.scss */
#loading_screen.hide {
  display: none !important;
}
/* line 18, smash/modules/block_loading_screen/_block_loading_screen.scss */
#loading_screen .loading-screen-wrap {
  text-align: center;
}
/* line 21, smash/modules/block_loading_screen/_block_loading_screen.scss */
#loading_screen .loading-screen-wrap .loading-gif img {
  max-height: 200px;
  width: auto;
  margin: 0 auto;
}
/* line 27, smash/modules/block_loading_screen/_block_loading_screen.scss */
#loading_screen .loading-screen-wrap .loading-msg {
  text-transform: lowercase;
  font-size: 24px;
  font-style: italic;
  margin-top: 10%;
}

/* line 1, smash/modules/block_popups/_block_popups.scss */
.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;
}
/* line 12, smash/modules/block_popups/_block_popups.scss */
.modal a {
  color: white;
}
/* line 16, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box {
  background: #F3EAE3;
  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%);
}
/* line 34, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box #popup-close {
  position: absolute;
  top: 6px;
  right: 10px;
  max-width: 16px;
  z-index: 50;
}
/* line 41, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box #popup-close .icon {
  width: 25px;
  height: 25px;
  fill: black;
}
/* line 48, smash/modules/block_popups/_block_popups.scss */
.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;
}
/* line 57, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner .footer-subscribe {
  padding: 50px;
}
/* line 60, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner .footer-subscribe .footer-social {
  padding: 0px 0px 30px;
}
/* line 64, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner .footer-subscribe .subscribe-title {
  font-family: "playfair-display", serif;
  font-size: 70px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 72, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner .footer-subscribe .subscribe-text {
  font-family: "poppins", sans-serif;
}
/* line 77, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner .popup-image {
  width: 48%;
  min-height: 500px;
}
/* line 82, smash/modules/block_popups/_block_popups.scss */
.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;
}
/* line 87, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner .popup-text > * {
  width: 100%;
}
/* line 91, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner .popup-text h3 {
  font-weight: normal;
  font-family: "playfair-display", serif;
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 100, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner .popup-text p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 24px;
}
/* line 109, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner .popup-text #mc_embed_signup_scroll p {
  margin-bottom: -20px;
}
/* line 115, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  font-size: 28px;
  padding: 0px 40px;
  letter-spacing: 1px;
}
/* line 126, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner nf-field:nth-child(1) {
  float: left;
  width: 48%;
}
/* line 131, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner nf-field:nth-child(2) {
  float: right;
  width: 48%;
}
/* line 138, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner nf-field:nth-child(3) .nf-field-container {
  margin-bottom: 0;
}
/* line 144, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner input {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "playfair-display", serif;
  font-size: 11px;
  line-height: 13px;
}
/* line 152, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner input[type="button"] {
  padding: 7px 5%;
  margin-bottom: 30px;
}
/* line 159, smash/modules/block_popups/_block_popups.scss */
.modal .modal-box .modal-inner textarea {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "playfair-display", serif;
  font-size: 11px;
  line-height: 13px;
}
@media screen and (max-width: 768px) {
  /* line 48, smash/modules/block_popups/_block_popups.scss */
  .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;
  }
  /* line 171, smash/modules/block_popups/_block_popups.scss */
  .modal .modal-box .modal-inner > * {
    width: 100% !important;
  }
  /* line 175, smash/modules/block_popups/_block_popups.scss */
  .modal .modal-box .modal-inner .popup-image {
    display: none;
  }
}
/* line 182, smash/modules/block_popups/_block_popups.scss */
.modal #mc-embedded-subscribe-form {
  position: relative;
  padding: 0 !important;
}
/* line 186, smash/modules/block_popups/_block_popups.scss */
.modal #mc-embedded-subscribe-form input {
  border-radius: unset !important;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-family: "poppins", sans-serif;
  margin: 2px;
}
/* line 194, smash/modules/block_popups/_block_popups.scss */
.modal #mc-embedded-subscribe-form input[type="submit"] {
  padding: 7px 5%;
  margin-bottom: 30px;
}
/* line 201, smash/modules/block_popups/_block_popups.scss */
.modal #mc-embedded-subscribe-form .fa-envelope-o {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 14px;
  z-index: 50;
}
/* line 212, smash/modules/block_popups/_block_popups.scss */
.modal #mc_embed_signup .mc-field-group {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-align: left;
  min-height: unset;
}
/* line 219, smash/modules/block_popups/_block_popups.scss */
.modal #mc_embed_signup .mc-field-group label {
  font-size: 10px;
  margin-bottom: 5px;
}
/* line 229, smash/modules/block_popups/_block_popups.scss */
.modal[data-trigger="contact-popup"] .modal-box .modal-inner {
  text-align: center;
  margin: 50px 0;
}
/* line 233, smash/modules/block_popups/_block_popups.scss */
.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;
}
/* line 236, smash/modules/block_popups/_block_popups.scss */
.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;
}
/* line 247, smash/modules/block_popups/_block_popups.scss */
.modal[data-trigger="contact-popup"] .modal-box .modal-inner form {
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
}
/* line 252, smash/modules/block_popups/_block_popups.scss */
.modal[data-trigger="contact-popup"] .modal-box .modal-inner form .nf-form-fields-required {
  display: none !important;
}
/* line 258, smash/modules/block_popups/_block_popups.scss */
.modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container {
  margin-bottom: 20px;
}
/* line 263, smash/modules/block_popups/_block_popups.scss */
.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;
}
/* line 274, smash/modules/block_popups/_block_popups.scss */
.modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container.label-above .nf-field-label {
  margin: 0;
}
/* line 279, smash/modules/block_popups/_block_popups.scss */
.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;
}
/* line 285, smash/modules/block_popups/_block_popups.scss */
.modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input {
  border: 2px solid #F4F4F4;
  border-radius: 0;
}
/* line 295, smash/modules/block_popups/_block_popups.scss */
.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;
}
/* line 302, smash/modules/block_popups/_block_popups.scss */
.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;
}
/* line 310, smash/modules/block_popups/_block_popups.scss */
.modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field:nth-child(6) {
  display: block;
  width: 100%;
}
/* line 322, smash/modules/block_popups/_block_popups.scss */
.modal[data-trigger="subscribe-popup"] .modal-box {
  padding: 0;
  max-width: 820px;
}
/* line 326, smash/modules/block_popups/_block_popups.scss */
.modal[data-trigger="subscribe-popup"] .modal-box .modal-inner {
  flex-wrap: nowrap;
  padding-right: 5%;
}
/* line 330, smash/modules/block_popups/_block_popups.scss */
.modal[data-trigger="subscribe-popup"] .modal-box .modal-inner .popup-image {
  width: 50%;
}
/* line 338, smash/modules/block_popups/_block_popups.scss */
.modal.watercolor .modal-box {
  padding: 30px 5% 20px;
  background: url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/smash/images/watercolor.png") no-repeat bottom right/74% #F3EAE3;
  background-position-x: 145%;
  background-position-y: 165%;
}
/* line 345, smash/modules/block_popups/_block_popups.scss */
.modal.watercolor .modal-box .modal-inner .popup-text {
  width: 100%;
}
/* line 348, smash/modules/block_popups/_block_popups.scss */
.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;
}
/* line 354, smash/modules/block_popups/_block_popups.scss */
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap .nf-form-fields-required {
  display: none;
}
/* line 360, smash/modules/block_popups/_block_popups.scss */
.modal.watercolor .modal-box .modal-inner .popup-text .nf-form-wrap nf-field .nf-field-container {
  margin: 0 0 15px;
}
/* line 364, smash/modules/block_popups/_block_popups.scss */
.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;
}
/* line 371, smash/modules/block_popups/_block_popups.scss */
.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;
}
/* line 380, smash/modules/block_popups/_block_popups.scss */
.modal.watercolor .modal-box .modal-inner input[type="button"] {
  margin: 0;
}

/* line 1, smash/modules/block_post/_block_post.scss */
.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;
  padding-bottom: 30px;
}
/* line 5, smash/modules/block_post/_block_post.scss */
.post-block .post-block-cat {
  display: none;
}
/* line 9, smash/modules/block_post/_block_post.scss */
.post-block .post-item-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 14, smash/modules/block_post/_block_post.scss */
.post-block .post-item-image-wrap .post-item-image {
  display: block;
  width: 100%;
}
/* line 18, smash/modules/block_post/_block_post.scss */
.post-block .post-item-image-wrap .post-item-image:hover {
  opacity: 0.8;
}
/* line 24, smash/modules/block_post/_block_post.scss */
.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%;
}
/* line 32, smash/modules/block_post/_block_post.scss */
.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;
  margin-top: 11px;
  font-size: 20px;
  margin-bottom: 0;
}
/* line 39, smash/modules/block_post/_block_post.scss */
.post-block .post-block-text {
  flex: 1;
  padding: 10px 0 15px;
  line-height: 13px;
  font-size: 11px;
  letter-spacing: 1.2px;
}
/* line 47, smash/modules/block_post/_block_post.scss */
.post-block .post-block-link {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  /* line 55, smash/modules/block_post/_block_post.scss */
  .post-block .post-block-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  /* line 62, smash/modules/block_post/_block_post.scss */
  .post-block .post-block-title {
    margin: 10px auto 0;
    text-align: left;
  }
}

/* line 69, smash/modules/block_post/_block_post.scss */
.post-item-image-wrap {
  position: relative;
  overflow: hidden;
}

/* line 76, smash/modules/block_post/_block_post.scss */
.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;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  left: 0;
}
/* line 86, smash/modules/block_post/_block_post.scss */
.post-products-wrap .post-products-trigger span {
  display: none !important;
  margin: 2px 0 0 5px;
  line-height: 1em;
}
/* line 96, smash/modules/block_post/_block_post.scss */
.post-products-wrap .post-products {
  position: absolute;
  top: 0;
  left: -115%;
  width: 100%;
  background: #ffffff;
  padding: 20px 30px 20px 20px;
  visibility: hidden;
}
/* line 108, smash/modules/block_post/_block_post.scss */
.post-products-wrap:hover .post-products {
  left: 0;
  visibility: visible;
}

/* line 1, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 70px;
}
/* line 7, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-item-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 12, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-item-image-wrap .post-item-image {
  position: relative;
  width: 100%;
  z-index: 1;
}
/* line 17, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-item-image-wrap .post-item-image:hover {
  opacity: 0.8;
}
/* line 24, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-item-image-wrap .post-products-wrap .post-products-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: rgba(243, 234, 227, 0.9);
  z-index: 1;
}
/* line 34, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-item-image-wrap .post-products-wrap .post-products {
  top: 0;
  left: unset;
  right: 115%;
  bottom: unset;
  z-index: 2;
}
/* line 41, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-item-image-wrap .post-products-wrap .post-products > * {
  width: 100%;
}
/* line 47, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-item-image-wrap .post-products-wrap:hover .post-products {
  right: 0;
}
/* line 52, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-item-image-wrap .post-products-wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 49px;
  left: 7px;
  width: 36px;
  height: 1px;
  background: #979797;
  margin: 0 auto;
  z-index: 1;
}
/* line 66, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-item-image-wrap .share-icons {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
}
/* line 72, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-item-image-wrap .share-icons .slide-social-trigger {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  width: 50px;
  height: 50px;
  background: rgba(243, 234, 227, 0.9);
}
/* line 81, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-block-meta {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  font-size: 12px;
  line-height: 12px;
  color: #F65765;
  font-family: "poppins", sans-serif;
  letter-spacing: 2px;
  padding: 30px 0px 15px;
}
/* line 91, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-block-meta .dot-sep:before {
  color: #F65765;
}
/* line 96, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-block-meta a {
  color: #F65765;
}
/* line 99, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-block-meta a:hover {
  color: #000000;
}
/* line 105, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall h3.post-block-title {
  font-size: 40px;
  line-height: 45px;
  border-bottom: 1px solid #979797;
  padding-bottom: 24px;
  margin-bottom: 23px;
}
/* line 114, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-block-text p {
  margin-top: 10px;
  margin-bottom: 15px;
}
/* line 122, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-block-actions .comment-btn {
  margin-left: 15px;
  font-family: "playfair-display", serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1px;
}
/* line 129, smash/modules/block_post_tall/_block_post_tall.scss */
.post-block-tall .post-block-actions .comment-btn i {
  margin-right: 3px;
}

/* line 2, smash/modules/block_product/_block_product.scss */
.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;
}
/* line 5, smash/modules/block_product/_block_product.scss */
.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%;
  text-align: center;
  background-color: white !important;
}
/* line 14, smash/modules/block_product/_block_product.scss */
.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;
}
/* line 18, smash/modules/block_product/_block_product.scss */
.product .product-wrap .product-body .product-brand {
  text-transform: uppercase;
  font-family: "poppins", sans-serif;
  text-align: center;
  font-size: 9px;
  padding: 5px;
}
/* line 26, smash/modules/block_product/_block_product.scss */
.product .product-wrap .product-body .product-title {
  text-align: center;
  font-weight: bold;
  padding: 5px;
}
/* line 34, smash/modules/block_product/_block_product.scss */
.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;
}
/* line 37, smash/modules/block_product/_block_product.scss */
.product .product-wrap .product-link-wrap .product-link {
  text-transform: uppercase;
}
/* line 44, smash/modules/block_product/_block_product.scss */
.product.product-row .product-wrap {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
/* line 47, smash/modules/block_product/_block_product.scss */
.product.product-row .product-wrap .product-image-wrap {
  width: auto;
}
/* line 50, smash/modules/block_product/_block_product.scss */
.product.product-row .product-wrap .product-image-wrap .product-image {
  max-height: 100px;
}
/* line 55, smash/modules/block_product/_block_product.scss */
.product.product-row .product-wrap .product-body {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  /* line 65, smash/modules/block_product/_block_product.scss */
  .product .product-wrap .product-body .product-title {
    font-size: 10px;
  }
}

/* line 1, smash/modules/block_search/_block_search.scss */
#search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 150000;
  display: none;
  cursor: pointer;
}
/* line 12, smash/modules/block_search/_block_search.scss */
#search-modal .modal-box {
  width: 50%;
  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;
}
/* line 28, smash/modules/block_search/_block_search.scss */
#search-modal .modal-box #search-close {
  position: absolute;
  top: -20px;
  right: -15px;
  z-index: 50;
}
/* line 34, smash/modules/block_search/_block_search.scss */
#search-modal .modal-box #search-close .icon {
  width: 20px;
  height: 20px;
  padding: 3px;
  color: #000000;
  border-radius: 100%;
}
/* line 43, smash/modules/block_search/_block_search.scss */
#search-modal .modal-box .widget {
  margin: 0;
}
/* line 47, smash/modules/block_search/_block_search.scss */
#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;
}
/* line 55, smash/modules/block_search/_block_search.scss */
#search-modal .modal-box .modal-inner .site-search {
  width: 100%;
}
/* line 59, smash/modules/block_search/_block_search.scss */
#search-modal .modal-box .modal-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ECD4C9;
  color: #fff;
  font-size: 38px;
  padding: 20px 38px;
}
/* line 68, smash/modules/block_search/_block_search.scss */
#search-modal .modal-box .modal-inner label {
  width: 100%;
}
/* line 72, smash/modules/block_search/_block_search.scss */
#search-modal .modal-box .modal-inner input {
  background: white;
  flex: 1;
  width: 100%;
}
/* line 77, smash/modules/block_search/_block_search.scss */
#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;
}
/* line 88, smash/modules/block_search/_block_search.scss */
#search-modal .modal-box .modal-inner input[type="submit"] {
  flex: 0;
}
/* line 94, smash/modules/block_search/_block_search.scss */
#search-modal .modal-box .modal-inner #searchsubmit {
  background: url(https://www.fabulousafter40.com/wp-content/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;
}
/* line 110, smash/modules/block_search/_block_search.scss */
#search-modal .modal-box .modal-inner #searchsubmit:hover {
  background-color: #eaeaea;
}
@media screen and (max-width: 600px) {
  /* line 12, smash/modules/block_search/_block_search.scss */
  #search-modal .modal-box {
    width: 75%;
  }
}

/* line 4, smash/modules/block_share_icons/_block_share_icons.scss */
.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 #979797;
  z-index: 2;
}

/* line 18, smash/modules/block_share_icons/_block_share_icons.scss */
input#postURL {
  position: absolute;
  right: -9999px;
}

/* line 22, smash/modules/block_share_icons/_block_share_icons.scss */
.share-icons {
  position: relative;
}
/* line 24, smash/modules/block_share_icons/_block_share_icons.scss */
.share-icons.vertical-share {
  position: absolute;
  right: 5px;
  z-index: 9999;
}
/* line 30, smash/modules/block_share_icons/_block_share_icons.scss */
.share-icons .social-share {
  position: relative;
}
/* line 33, smash/modules/block_share_icons/_block_share_icons.scss */
.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;
}
/* line 37, smash/modules/block_share_icons/_block_share_icons.scss */
.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;
}
/* line 40, smash/modules/block_share_icons/_block_share_icons.scss */
.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: "poppins", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
}
/* line 51, smash/modules/block_share_icons/_block_share_icons.scss */
.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;
}
/* line 62, smash/modules/block_share_icons/_block_share_icons.scss */
.share-icons .social-share .social-share-inner.fade-share .social-share-title {
  display: block;
}
/* line 66, smash/modules/block_share_icons/_block_share_icons.scss */
.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;
}
/* line 75, smash/modules/block_share_icons/_block_share_icons.scss */
.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;
}
/* line 81, smash/modules/block_share_icons/_block_share_icons.scss */
.share-icons .social-share .share {
  margin: 8px;
}
/* line 85, smash/modules/block_share_icons/_block_share_icons.scss */
.share-icons .social-share .share span {
  margin-left: 6px;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 3, smash/modules/block_snapshot/_block_snapshot.scss */
.snapshot .post-item-image-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
}
/* line 8, smash/modules/block_snapshot/_block_snapshot.scss */
.snapshot .post-item-image-wrap .post-item-image,
.snapshot .post-item-image-wrap .snapshot-video {
  display: block !important;
  width: 100%;
}
/* line 14, smash/modules/block_snapshot/_block_snapshot.scss */
.snapshot .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: flex-end !important;
  -webkit-justify-content: flex-end !important;
  position: relative;
}
/* line 18, smash/modules/block_snapshot/_block_snapshot.scss */
.snapshot .post-item-image-wrap .post-item-image .snapshot-date {
  position: absolute;
  min-width: 50%;
  text-align: center;
  bottom: 0;
  padding: 15px;
  background: #F3EAE3;
  line-height: 1em;
  transform: translate(0, 55%);
}
/* line 31, smash/modules/block_snapshot/_block_snapshot.scss */
.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;
}
/* line 38, smash/modules/block_snapshot/_block_snapshot.scss */
.snapshot .snapshot-body .snapshot-title {
  padding-bottom: 20px;
}

/* line 47, smash/modules/block_snapshot/_block_snapshot.scss */
.archive-items .snapshot .snapshot-body .snapshot-category {
  display: none;
}
/* line 51, smash/modules/block_snapshot/_block_snapshot.scss */
.archive-items .snapshot .snapshot-body .snapshot-title {
  font-size: 20px;
}
/* line 55, smash/modules/block_snapshot/_block_snapshot.scss */
.archive-items .snapshot .snapshot-body .snapshot-text {
  font-size: 11px;
  padding: 10px 0;
}
/* line 60, smash/modules/block_snapshot/_block_snapshot.scss */
.archive-items .snapshot .snapshot-body .snapshot-link {
  font-size: 11px;
  font-weight: 700;
}

/* line 1, smash/modules/block_social_icons/_block_social_icons.scss */
.social-icons {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  column-gap: 15px;
  row-gap: 5px;
}
/* line 7, smash/modules/block_social_icons/_block_social_icons.scss */
.social-icons .social-icons-header {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 13, smash/modules/block_social_icons/_block_social_icons.scss */
.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: 12px;
  column-gap: 5px;
}
/* line 18, smash/modules/block_social_icons/_block_social_icons.scss */
.social-icons .social-icon span {
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 23, smash/modules/block_social_icons/_block_social_icons.scss */
.social-icons .social-icon .icon {
  width: 20px;
  height: 20px;
}

/* line 1, smash/modules/block_video/_block_video.scss */
.video-block {
  position: relative;
  width: 100%;
}
/* line 5, smash/modules/block_video/_block_video.scss */
.video-block .video-block-container {
  width: 100%;
}
/* line 8, smash/modules/block_video/_block_video.scss */
.video-block .video-block-container .video-block-wrap {
  position: relative;
  width: 100%;
}
/* line 12, smash/modules/block_video/_block_video.scss */
.video-block .video-block-container .video-block-wrap .video-block-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
/* line 21, smash/modules/block_video/_block_video.scss */
.video-block .video-block-container .video-block-wrap .video-block-image.link-only {
  position: relative;
}
/* line 25, smash/modules/block_video/_block_video.scss */
.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;
}
/* line 34, smash/modules/block_video/_block_video.scss */
.video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-inner .icon {
  width: 55px;
  height: 55px;
  color: #ffffff;
}
/* line 39, smash/modules/block_video/_block_video.scss */
.video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-inner .icon:hover {
  color: #000000;
  cursor: pointer;
}
/* line 46, smash/modules/block_video/_block_video.scss */
.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;
}
/* line 59, smash/modules/block_video/_block_video.scss */
.video-block .video-block-container .video-block-wrap .embed-container {
  position: relative;
  z-index: 1;
}

/* line 3, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.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;
}
/* line 19, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.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%;
}
/* line 28, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper p {
  display: inline-block;
  margin: 0 10px;
  font-size: 13px;
}
/* line 36, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper input.search-field {
  border: 0px;
  border-bottom: 1px solid #eee;
  text-transform: lowercase;
}
/* line 43, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.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;
}
/* line 57, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats {
  font-size: 14px;
  width: 50%;
  text-align: left;
}
/* line 62, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .drop-nav-header {
  font-size: 25px;
  font-family: "playfair-display", serif;
  display: block;
  margin: 20px 0;
  letter-spacing: 2px;
}
/* line 70, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats a.cat-item {
  list-style: none;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0px;
}
/* line 78, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search {
  margin-top: 30px;
}
/* line 81, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.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;
}
/* line 85, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.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%;
}
/* line 98, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.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;
}
/* line 106, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.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: "playfair-display", serif;
  margin-left: 5px;
}
/* line 123, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .vertical-sep {
  width: 3px;
  background: #EADCDC;
  margin: 0 10%;
  display: block;
}
/* line 130, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right {
  width: 70%;
}
/* line 133, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post {
  display: block;
  position: relative;
  width: 34%;
}
/* line 138, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post img {
  display: block;
  padding: 0px 8px;
}
/* line 143, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer {
  align-items: center;
}
/* line 146, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.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: "playfair-display", serif;
  white-space: normal;
}
/* line 154, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.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: "playfair-display", serif;
  letter-spacing: 2px;
}
/* line 159, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title:hover {
  color: #c8c8c8;
}
/* line 170, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
.menu-has-drop-posts:hover .posts-drop {
  opacity: 1;
  visibility: visible;
}

/* line 194, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
body.customize-support .posts-drop {
  top: 179px;
}
/* line 199, smash/modules/nav_cat_posts_drop/_nav_cat_posts_drop.scss */
body.customize-support.lock_nav .posts-drop {
  top: 57px;
}

/* line 1, smash/modules/nav_mobile/_nav_mobile.scss */
#mobile_nav_wrap {
  display: none;
  cursor: pointer;
}
/* line 5, smash/modules/nav_mobile/_nav_mobile.scss */
#mobile_nav_wrap .mobile-nav-trigger-open {
  margin: 0px 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  /* line 5, smash/modules/nav_mobile/_nav_mobile.scss */
  #mobile_nav_wrap .mobile-nav-trigger-open {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /* line 1, smash/modules/nav_mobile/_nav_mobile.scss */
  #mobile_nav_wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/nav_mobile/_nav_mobile.scss */
  #mobile_nav_wrap {
    display: block;
  }
  /* line 25, smash/modules/nav_mobile/_nav_mobile.scss */
  body.customize-support #mobile_nav_wrap .mobile-nav-outer {
    top: 92px;
  }
  /* line 32, smash/modules/nav_mobile/_nav_mobile.scss */
  body.customize-support.lock_nav #mobile_nav_wrap .mobile-nav-outer {
    top: 46px;
  }
}

/* line 41, smash/modules/nav_mobile/_nav_mobile.scss */
.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;
  left: -500px;
  bottom: 0;
  background: #F3EAE3;
  overflow-y: scroll;
  z-index: 1000000;
}
/* line 54, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-inner {
  width: 100%;
}
/* line 59, smash/modules/nav_mobile/_nav_mobile.scss */
#colophon .mobile-nav-outer {
  color: #000000;
}
/* line 66, smash/modules/nav_mobile/_nav_mobile.scss */
#colophon .mobile-nav-outer a:hover {
  color: #FFB5AF;
}
/* line 78, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-trigger-close.icon {
  display: block;
  font-size: 18px;
  position: absolute;
  top: 60px;
  left: 27px;
  width: 20px;
  height: 20px;
}
/* line 90, smash/modules/nav_mobile/_nav_mobile.scss */
#masthead.lock_nav #mobile_nav_wrap .mobile-nav-trigger-close {
  top: 13px;
}
@media screen and (max-width: 768px) {
  /* line 76, smash/modules/nav_mobile/_nav_mobile.scss */
  .mobile-nav-outer .mobile-nav-trigger-close {
    top: 13px;
  }
}
/* line 101, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer::-webkit-scrollbar {
  width: 1px;
}
/* line 105, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer::-webkit-scrollbar-track {
  background: #ffffff;
  width: 1px;
}
/* line 110, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer::-webkit-scrollbar-thumb {
  background-color: #000000;
  width: 1px;
}
/* line 118, smash/modules/nav_mobile/_nav_mobile.scss */
body.customize-support #mobile_nav_wrap .mobile-nav-outer {
  top: 32px;
}
@media screen and (max-width: 782px) {
  /* line 118, smash/modules/nav_mobile/_nav_mobile.scss */
  body.customize-support #mobile_nav_wrap .mobile-nav-outer {
    top: 46px;
  }
}
/* line 129, smash/modules/nav_mobile/_nav_mobile.scss */
body.customize-support #masthead.lock_nav #mobile_nav_wrap .mobile-nav-outer {
  top: 0;
}
/* line 137, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-image {
  width: 100%;
}
/* line 141, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body {
  width: 100%;
  padding: 30px;
  font-family: "poppins", sans-serif;
}
/* line 146, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body > * {
  width: 100%;
}
/* line 150, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body .icon {
  color: #000000;
}
/* line 154, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body input {
  color: #000000;
  border-bottom: 2px solid #000000 !important;
}
/* line 158, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body input::placeholder {
  color: #000000;
}
/* line 163, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_logo {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
}
/* line 169, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_logo img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
/* line 178, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  text-align: left;
  margin-bottom: 10px;
}
/* line 184, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  font-size: 13px;
}
/* line 192, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item .sub-menu .menu-item {
  margin: 0 !important;
}
/* line 197, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item .menu-drop {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
/* line 200, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item .menu-drop .icon {
  margin-left: 10px;
}
/* line 206, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #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;
}
/* line 216, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.menu-item-has-children .sub-menu li {
  margin-bottom: 0;
}
/* line 219, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.menu-item-has-children .sub-menu li a {
  font-size: 15px;
  padding-left: 30px;
}
/* line 227, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.menu-item-has-children.show .sub-menu {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  opacity: 1;
  visibility: visible;
}
/* line 235, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item a {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 242, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.light-menu-item {
  font-weight: 100;
}
/* line 249, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom {
  padding-top: 20px;
  border-top: 1px solid #000000;
}
/* line 253, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom {
  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;
}
/* line 257, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li {
  padding: 0 10px;
  font-size: 13px;
}
/* line 262, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_menu_container_bottom #mobile_menu_bottom li:first-child {
  padding-left: 0;
}
/* line 268, smash/modules/nav_mobile/_nav_mobile.scss */
.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;
}
/* line 273, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_search {
  margin-bottom: 35px;
}
/* line 277, smash/modules/nav_mobile/_nav_mobile.scss */
.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;
}
/* line 281, smash/modules/nav_mobile/_nav_mobile.scss */
.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;
}
/* line 286, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields input[type="text"]::placeholder {
  color: #000000;
  text-transform: uppercase;
}
/* line 292, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields button {
  position: absolute;
  right: 0;
}
/* line 296, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_search .basic-search-form .search-fields button .icon {
  width: 15px;
  height: 15px;
}
/* line 304, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_search .widget {
  margin: 0;
  width: 100%;
}
/* line 308, smash/modules/nav_mobile/_nav_mobile.scss */
.mobile-nav-outer .mobile-nav-body #mobile_search .widget input {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 41, smash/modules/nav_mobile/_nav_mobile.scss */
  .mobile-nav-outer {
    padding-top: 45px;
  }
}

/* line 320, smash/modules/nav_mobile/_nav_mobile.scss */
#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;
}

/* line 1, smash/modules/nav_more/_nav_more.scss */
#more_nav {
  position: relative;
  padding: 20px;
  background: #F3EAE3;
}
/* line 9, smash/modules/nav_more/_nav_more.scss */
#more_nav #category_menu li {
  font-family: "poppins", sans-serif;
}
/* line 12, smash/modules/nav_more/_nav_more.scss */
#more_nav #category_menu li a {
  color: black !important;
}
/* line 15, smash/modules/nav_more/_nav_more.scss */
#more_nav #category_menu li a:hover {
  color: #F65765 !important;
}
/* line 23, smash/modules/nav_more/_nav_more.scss */
#more_nav .more-nav-header {
  font-family: "playfair-display", serif;
  margin: 0 0px 5px 0;
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/nav_more/_nav_more.scss */
  #more_nav {
    flex-direction: column;
  }
  /* line 31, smash/modules/nav_more/_nav_more.scss */
  #more_nav .more-nav-header {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/nav_more/_nav_more.scss */
  #more_nav {
    flex-direction: column;
  }
  /* line 41, smash/modules/nav_more/_nav_more.scss */
  #more_nav #category_menu {
    flex-direction: column;
    margin-left: 0px;
  }
  /* line 46, smash/modules/nav_more/_nav_more.scss */
  #more_nav .more-nav-header {
    width: 100%;
    margin-right: 0px;
    font-size: 20px;
  }
}

/* line 1, smash/modules/nav_page/_nav_page.scss */
.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-bottom: 50px;
}
/* line 5, smash/modules/nav_page/_nav_page.scss */
.page-nav .page-menu-container {
  width: 100%;
}
/* line 9, smash/modules/nav_page/_nav_page.scss */
.page-nav h2.page-nav-title {
  text-transform: capitalize;
  font-size: 25px;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "playfair-display", serif;
}
/* line 18, smash/modules/nav_page/_nav_page.scss */
.page-nav div {
  text-align: center;
}
/* line 22, smash/modules/nav_page/_nav_page.scss */
.page-nav form {
  width: 100%;
  max-width: 480px;
  margin: 15px 0;
}
/* line 27, smash/modules/nav_page/_nav_page.scss */
.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;
}
/* line 31, smash/modules/nav_page/_nav_page.scss */
.page-nav form .search-fields input {
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "playfair-display", serif;
  font-style: normal !important;
  border: 1px solid #000000 !important;
}
/* line 40, smash/modules/nav_page/_nav_page.scss */
.page-nav form .search-fields button {
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 600px) {
  /* line 27, smash/modules/nav_page/_nav_page.scss */
  .page-nav form .search-fields {
    max-width: 90%;
    margin: 0 auto;
  }
}
/* line 52, smash/modules/nav_page/_nav_page.scss */
.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: "poppins", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 10px 0 30px;
}
/* line 61, smash/modules/nav_page/_nav_page.scss */
.page-nav .page-menu ul {
  padding: 5px 0px;
}
/* line 65, smash/modules/nav_page/_nav_page.scss */
.page-nav .page-menu li {
  text-align: center;
  padding: 0;
  margin: 0 20px;
}
/* line 70, smash/modules/nav_page/_nav_page.scss */
.page-nav .page-menu li.current-menu-item {
  border-bottom: 3px solid #FFB5AF;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  /* line 70, smash/modules/nav_page/_nav_page.scss */
  .page-nav .page-menu li.current-menu-item {
    border-bottom: 1px solid #eeeeee;
  }
}
/* line 79, smash/modules/nav_page/_nav_page.scss */
.page-nav .page-menu li a {
  font-size: 12px;
}
/* line 84, smash/modules/nav_page/_nav_page.scss */
.page-nav .page-menu li .sub-menu {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
@media screen and (max-width: 600px) {
  /* line 90, smash/modules/nav_page/_nav_page.scss */
  .page-nav .page-menu li.menu-item {
    width: 50% !important;
  }
  /* line 94, smash/modules/nav_page/_nav_page.scss */
  .page-nav .page-menu li.menu-item a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 52, smash/modules/nav_page/_nav_page.scss */
  .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%;
  }
  /* line 108, smash/modules/nav_page/_nav_page.scss */
  .page-nav .page-menu .menu-item {
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #eeeeee;
  }
  /* line 113, smash/modules/nav_page/_nav_page.scss */
  .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;
  }
  /* line 116, smash/modules/nav_page/_nav_page.scss */
  .page-nav .page-menu .menu-item .menu-drop .icon {
    margin-left: 10px;
  }
  /* line 122, smash/modules/nav_page/_nav_page.scss */
  .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;
  }
  /* line 132, smash/modules/nav_page/_nav_page.scss */
  .page-nav .page-menu .menu-item.menu-item-has-children .sub-menu li {
    margin-bottom: 0;
    border-bottom: unset;
  }
  /* line 139, smash/modules/nav_page/_nav_page.scss */
  .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;
  }
  /* line 147, smash/modules/nav_page/_nav_page.scss */
  .page-nav .page-menu .menu-item a {
    display: block;
  }
  /* line 151, smash/modules/nav_page/_nav_page.scss */
  .page-nav .page-menu .menu-item.light-menu-item {
    font-weight: 100;
  }
}
/* line 160, smash/modules/nav_page/_nav_page.scss */
.page-nav .page-nav-title .icon {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 158, smash/modules/nav_page/_nav_page.scss */
  .page-nav .page-nav-title {
    font-family: "poppins", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    padding: 12px 20px;
    text-align: center;
  }
  /* line 165, smash/modules/nav_page/_nav_page.scss */
  .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;
  }
  /* line 168, smash/modules/nav_page/_nav_page.scss */
  .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;
  }
}
/* line 181, smash/modules/nav_page/_nav_page.scss */
.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: #F3EAE3;
  padding: 20px 50px;
  margin-bottom: 50px;
}
/* line 187, smash/modules/nav_page/_nav_page.scss */
.page-nav.btns .page-nav-title {
  margin: 0;
  max-width: 255px;
}
/* line 192, smash/modules/nav_page/_nav_page.scss */
.page-nav.btns .page-menu-container {
  width: auto;
}
/* line 203, smash/modules/nav_page/_nav_page.scss */
.page-nav.btns .page-menu-container .page-menu li.current-menu-item {
  border-bottom: unset;
}
/* line 211, smash/modules/nav_page/_nav_page.scss */
.page-nav.use-bg {
  background: url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/smash/images/floral-d.png") no-repeat center/cover;
  padding: 20px;
}
@media screen and (max-width: 960px) {
  /* line 211, smash/modules/nav_page/_nav_page.scss */
  .page-nav.use-bg {
    background: url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/smash/images/floral-i.png") no-repeat center/cover !important;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 211, smash/modules/nav_page/_nav_page.scss */
  .page-nav.use-bg {
    background: url("https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/smash/images/floral-m.png") no-repeat center/cover !important;
    padding: 20px;
  }
  /* line 224, smash/modules/nav_page/_nav_page.scss */
  .page-nav.use-bg.show-mobile .page-nav-title {
    background: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/nav_page/_nav_page.scss */
  .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;
  }
  /* line 234, smash/modules/nav_page/_nav_page.scss */
  .page-nav .page-menu li {
    margin: 0;
  }
  /* line 238, smash/modules/nav_page/_nav_page.scss */
  .page-nav.btns {
    flex-direction: column !important;
    padding: 20px;
  }
  /* line 244, smash/modules/nav_page/_nav_page.scss */
  .page-nav.btns .page-menu-container .page-menu .menu-item {
    padding: 12px;
  }
  /* line 248, smash/modules/nav_page/_nav_page.scss */
  .page-nav.btns .page-menu-container .page-menu li a {
    padding: 10px !important;
  }
  /* line 257, smash/modules/nav_page/_nav_page.scss */
  .page-nav.hide-mobile .page-menu {
    flex-direction: row !important;
  }
  /* line 259, smash/modules/nav_page/_nav_page.scss */
  .page-nav.hide-mobile .page-menu .menu-item {
    width: fit-content;
    border-bottom: none;
  }
  /* line 266, smash/modules/nav_page/_nav_page.scss */
  .page-nav.show-mobile {
    margin-bottom: 20px;
  }
  /* line 269, smash/modules/nav_page/_nav_page.scss */
  .page-nav.show-mobile .page-nav-title {
    order: 1;
    font-family: "poppins", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    width: 100%;
    padding: 12px 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  /* line 272, smash/modules/nav_page/_nav_page.scss */
  .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;
  }
  /* line 275, smash/modules/nav_page/_nav_page.scss */
  .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;
  }
  /* line 288, smash/modules/nav_page/_nav_page.scss */
  .page-nav.show-mobile .page-nav-title .icon {
    display: block;
    margin-left: 10px;
  }
  /* line 294, smash/modules/nav_page/_nav_page.scss */
  .page-nav.show-mobile .page-nav-title.open .icon {
    transform: rotate(180deg);
  }
  /* line 300, smash/modules/nav_page/_nav_page.scss */
  .page-nav.show-mobile .page-menu-container {
    display: none;
    order: 2;
  }
  /* line 305, smash/modules/nav_page/_nav_page.scss */
  .page-nav.show-mobile form {
    order: 3;
  }
}

/* line 1, smash/modules/slider_featured_posts/_slider_featured_posts.scss */
.featured-posts-slider-wrapper {
  position: relative;
  padding: 60px 50px;
  background: #F3EAE3;
}
/* line 6, smash/modules/slider_featured_posts/_slider_featured_posts.scss */
.featured-posts-slider-wrapper .featured-posts-title {
  text-align: center;
  margin-bottom: 40px;
}
/* line 14, smash/modules/slider_featured_posts/_slider_featured_posts.scss */
.featured-posts-slider-wrapper .featured-posts-slider .featured-post-slide {
  position: relative;
  width: 100%;
  padding: 0 10px;
}
/* line 19, smash/modules/slider_featured_posts/_slider_featured_posts.scss */
.featured-posts-slider-wrapper .featured-posts-slider .featured-post-slide .featured-post-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;
  width: 100%;
}
/* line 23, smash/modules/slider_featured_posts/_slider_featured_posts.scss */
.featured-posts-slider-wrapper .featured-posts-slider .featured-post-slide .featured-post-slide-inner .featured-post-slide-image {
  display: block;
  width: 100%;
}
/* line 28, smash/modules/slider_featured_posts/_slider_featured_posts.scss */
.featured-posts-slider-wrapper .featured-posts-slider .featured-post-slide .featured-post-slide-inner .featured-post-body {
  width: 90%;
  padding: 20px 20px 0;
  margin-top: -50px;
  background: #ffffff;
}
@media screen and (max-width: 1180px) {
  /* line 1, smash/modules/slider_featured_posts/_slider_featured_posts.scss */
  .featured-posts-slider-wrapper {
    padding: 40px 40px 10px;
  }
  /* line 45, smash/modules/slider_featured_posts/_slider_featured_posts.scss */
  .featured-posts-slider-wrapper .featured-posts-slider {
    padding: 20px;
  }
  /* line 49, smash/modules/slider_featured_posts/_slider_featured_posts.scss */
  .featured-posts-slider-wrapper .featured-posts-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/slider_featured_posts/_slider_featured_posts.scss */
  .featured-posts-slider-wrapper {
    padding: 30px 20px 0px;
  }
}

/* line 1, smash/modules/slider_featured_products/_slider_featured_products.scss */
#featured_products {
  position: relative;
  padding: 50px;
}
/* line 5, smash/modules/slider_featured_products/_slider_featured_products.scss */
#featured_products .featured-products-inner {
  padding: 50px 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
/* line 10, smash/modules/slider_featured_products/_slider_featured_products.scss */
#featured_products .featured-products-inner .featured-products-header {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
/* line 14, smash/modules/slider_featured_products/_slider_featured_products.scss */
#featured_products .featured-products-inner .animate-right {
  border-bottom: 1px solid #000000;
  font-weight: bolder;
  font-size: 10px;
  letter-spacing: 1px;
}
/* line 22, smash/modules/slider_featured_products/_slider_featured_products.scss */
#featured_products .featured-products-inner .featured-products-slider .product {
  padding: 20px;
}
/* line 25, smash/modules/slider_featured_products/_slider_featured_products.scss */
#featured_products .featured-products-inner .featured-products-slider .product .product-brand {
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  /* line 34, smash/modules/slider_featured_products/_slider_featured_products.scss */
  #featured_products .featured-products-header-wrap {
    flex-direction: column;
  }
}

/* line 41, smash/modules/slider_featured_products/_slider_featured_products.scss */
.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;
}
/* line 45, smash/modules/slider_featured_products/_slider_featured_products.scss */
.product .product-wrap .product-body .product-brand {
  text-transform: capitalize;
  font-size: 10px;
}
/* line 50, smash/modules/slider_featured_products/_slider_featured_products.scss */
.product .product-wrap .product-body .product-title {
  font-size: 10px;
  font-family: "poppins", sans-serif;
}
/* line 56, smash/modules/slider_featured_products/_slider_featured_products.scss */
.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;
}
/* line 63, smash/modules/slider_featured_products/_slider_featured_products.scss */
.product .product-wrap .product-image-wrap .shop-btn {
  position: absolute;
}
/* line 68, smash/modules/slider_featured_products/_slider_featured_products.scss */
.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;
}
/* line 71, smash/modules/slider_featured_products/_slider_featured_products.scss */
.product .product-wrap .product-link-wrap .product-link {
  text-transform: uppercase;
}

/* line 1, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider {
  position: relative;
  padding: 30px 20px 90px;
}
/* line 5, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider .slick-slider {
  position: relative;
}
/* line 8, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#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;
}
/* line 17, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider .slick-slider .slick-dots li {
  line-height: normal;
  width: auto;
  height: auto;
}
/* line 22, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider .slick-slider .slick-dots li button {
  display: block !important;
  margin: 5px !important;
}
/* line 26, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider .slick-slider .slick-dots li button::before {
  display: none;
}
/* line 32, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#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: #FFF8EC;
  padding: 3px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
}
/* line 40, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider .slick-slider .slick-arrow.slick-prev {
  top: 45%;
  left: 0;
}
@media screen and (max-width: 960px) {
  /* line 40, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
  #hero_slider .slick-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
/* line 49, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider .slick-slider .slick-arrow.slick-next {
  top: 45%;
  right: 0;
}
@media screen and (max-width: 960px) {
  /* line 49, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
  #hero_slider .slick-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
/* line 58, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider .slick-slider .slick-arrow .icon {
  width: 15px;
  height: 15px;
}
/* line 63, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider .slick-slider .slick-arrow:hover {
  background: #FFB5AF;
}
/* line 69, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider .hero-slide {
  padding-left: 40px;
}
/* line 72, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#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%;
}
/* line 79, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#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;
}
/* line 89, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider .hero-slide .hero-image .post-products-wrap .post-products-trigger span {
  transform: unset;
  margin: 0;
  margin-left: 5px;
}
/* line 95, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider .hero-slide .hero-image .post-products-wrap .post-products {
  top: 0;
}
/* line 100, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#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;
}
/* line 107, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider .hero-slide .hero-image .hero-body h2 {
  font-size: 29px;
  line-height: 36px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
/* line 114, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
#hero_slider .hero-slide .hero-image .hero-body .hero-cta {
  font-size: 13px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1180px) {
  /* line 125, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
  #hero_slider .hero-slide .hero-image {
    padding: 50px 30px 0;
  }
  /* line 128, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
  #hero_slider .hero-slide .hero-image .hero-body {
    padding: 40px 34px;
  }
}
@media screen and (max-width: 960px) {
  /* line 136, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
  #hero_slider .hero-slide {
    padding-left: 0px;
  }
  /* line 139, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
  #hero_slider .hero-slide .hero-image {
    height: 450px !important;
  }
  /* line 142, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
  #hero_slider .hero-slide .hero-image .hero-body {
    padding: 28px 25px;
    max-width: 280px;
  }
  /* line 146, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
  #hero_slider .hero-slide .hero-image .hero-body h2.hero-title {
    font-size: 21px;
    line-height: 29px;
  }
  /* line 153, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
  #hero_slider .hero-slide .hero-image .post-products-wrap .post-products-trigger {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
  #hero_slider {
    padding: 50px 30px;
  }
  /* line 166, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
  #hero_slider .hero-slide .hero-image {
    height: 450px !important;
  }
  /* line 169, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
  #hero_slider .hero-slide .hero-image .hero-body {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 21px 22px;
  }
  /* line 173, smash/modules/slider_shop_hero/_slider_shop_hero.scss */
  #hero_slider .hero-slide .hero-image .hero-body h2.hero-title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

/* line 1, smash/modules/widget_about/_widget_about.scss */
.about-widget {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 50px;
  position: relative;
}
/* line 7, smash/modules/widget_about/_widget_about.scss */
.about-widget .about-widget-image {
  position: relative;
  margin-top: 0;
  width: 100%;
}
/* line 13, smash/modules/widget_about/_widget_about.scss */
.about-widget .about-widget-title {
  position: absolute;
  font-size: 30px;
  font-family: "AmsterdamTwo", sans-serif;
  top: -63px;
  transform: rotate(-3deg);
  z-index: 20;
}
/* line 22, smash/modules/widget_about/_widget_about.scss */
.about-widget .about-widget-sub-title {
  font-size: 28px;
}
/* line 26, smash/modules/widget_about/_widget_about.scss */
.about-widget .about-widget-text {
  margin: 20px 0 -10px;
}
/* line 30, smash/modules/widget_about/_widget_about.scss */
.about-widget .about-widget-cta {
  position: relative;
  bottom: -50px;
  margin-top: -50px;
}

/* line 1, smash/modules/widget_about_posts/_widget_about_posts.scss */
.about-posts-widget {
  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;
  position: relative;
  padding: 2em;
  background: #F3EAE3;
  text-align: center;
  margin-bottom: 2em;
}
/* line 10, smash/modules/widget_about_posts/_widget_about_posts.scss */
.about-posts-widget .about-posts-widget-image {
  position: relative;
  width: 100%;
}
/* line 15, smash/modules/widget_about_posts/_widget_about_posts.scss */
.about-posts-widget .about-posts-widget-title {
  font-size: 18px;
}
/* line 19, smash/modules/widget_about_posts/_widget_about_posts.scss */
.about-posts-widget .about-posts-widget-sub-title {
  font-size: 28px;
}
/* line 23, smash/modules/widget_about_posts/_widget_about_posts.scss */
.about-posts-widget .about-posts-widget-cta {
  position: relative;
}
/* line 28, smash/modules/widget_about_posts/_widget_about_posts.scss */
.about-posts-widget .about-posts-widget-posts-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;
  row-gap: 1em;
  position: relative;
  padding-top: 2em;
  border-top: 1px solid #000000;
  width: 100%;
}
/* line 36, smash/modules/widget_about_posts/_widget_about_posts.scss */
.about-posts-widget .about-posts-widget-posts-wrapper .about-posts-widget-posts-title {
  text-align: center;
}
/* line 40, smash/modules/widget_about_posts/_widget_about_posts.scss */
.about-posts-widget .about-posts-widget-posts-wrapper .about-posts-widget-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 10px;
  row-gap: 1em;
}
/* line 43, smash/modules/widget_about_posts/_widget_about_posts.scss */
.about-posts-widget .about-posts-widget-posts-wrapper .about-posts-widget-posts .about-posts-widget-post {
  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: 1em;
  text-align: center;
  flex: 1;
  height: 100%;
}
/* line 50, smash/modules/widget_about_posts/_widget_about_posts.scss */
.about-posts-widget .about-posts-widget-posts-wrapper .about-posts-widget-posts .about-posts-widget-post .about-posts-widget-post-image {
  width: 100%;
}
/* line 54, smash/modules/widget_about_posts/_widget_about_posts.scss */
.about-posts-widget .about-posts-widget-posts-wrapper .about-posts-widget-posts .about-posts-widget-post .about-posts-widget-post-title {
  flex: 1;
}

/* line 1, smash/modules/widget_html/_widget_html.scss */
.widget-group {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  row-gap: 2em;
  position: relative;
  padding: 50px 20px;
  background: #F3EAE3;
}
/* line 8, smash/modules/widget_html/_widget_html.scss */
.widget-group .widget {
  margin: 0;
}
/* line 12, smash/modules/widget_html/_widget_html.scss */
.widget-group > * {
  width: 100%;
}
/* line 16, smash/modules/widget_html/_widget_html.scss */
.widget-group select {
  width: 100%;
  padding: 10px;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 1, smash/modules/widget_linklist/_widget_linklist.scss */
.linklist-widget {
  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;
  position: relative;
  text-align: center;
  background: #F3EAE3;
  padding: 50px;
}
/* line 9, smash/modules/widget_linklist/_widget_linklist.scss */
.linklist-widget .linklist-widget-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 2em;
  row-gap: 1em;
  width: 100%;
}
/* line 13, smash/modules/widget_linklist/_widget_linklist.scss */
.linklist-widget .linklist-widget-links a {
  flex: 1;
}
@media screen and (max-width: 480px) {
  /* line 9, smash/modules/widget_linklist/_widget_linklist.scss */
  .linklist-widget .linklist-widget-links {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 0;
    row-gap: 1em;
  }
}

/* line 1, smash/modules/widget_recent_posts/_widget_recent_posts.scss */
.recent-posts-widget {
  position: relative;
}
/* line 4, smash/modules/widget_recent_posts/_widget_recent_posts.scss */
.recent-posts-widget .recent-posts-widget-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;
  row-gap: 1em;
  position: relative;
  padding: 2em 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 100%;
}
/* line 13, smash/modules/widget_recent_posts/_widget_recent_posts.scss */
.recent-posts-widget .recent-posts-widget-wrapper .recent-posts-widget-title {
  text-align: center;
}
/* line 17, smash/modules/widget_recent_posts/_widget_recent_posts.scss */
.recent-posts-widget .recent-posts-widget-wrapper .recent-posts-widget-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 10px;
  row-gap: 1em;
}
/* line 20, smash/modules/widget_recent_posts/_widget_recent_posts.scss */
.recent-posts-widget .recent-posts-widget-wrapper .recent-posts-widget-posts .recent-posts-widget-post {
  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: 1em;
  text-align: center;
  flex: 1;
  height: 100%;
}
/* line 27, smash/modules/widget_recent_posts/_widget_recent_posts.scss */
.recent-posts-widget .recent-posts-widget-wrapper .recent-posts-widget-posts .recent-posts-widget-post .recent-posts-widget-post-image {
  width: 100%;
}
/* line 31, smash/modules/widget_recent_posts/_widget_recent_posts.scss */
.recent-posts-widget .recent-posts-widget-wrapper .recent-posts-widget-posts .recent-posts-widget-post .recent-posts-widget-post-title {
  flex: 1;
}

/* line 1, smash/modules/widget_shop/_widget_shop.scss */
.shop-widget {
  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;
  background: #ffffff;
  padding: 2em;
  text-align: center;
  border: 1px solid #979797;
  outline: 1px solid #979797;
  outline-offset: -10px;
}
/* line 12, smash/modules/widget_shop/_widget_shop.scss */
.shop-widget .shop-widget-title {
  font-size: 32px;
}
/* line 15, smash/modules/widget_shop/_widget_shop.scss */
.shop-widget .shop-widget-title span {
  font-style: italic;
  text-transform: lowercase;
}
/* line 21, smash/modules/widget_shop/_widget_shop.scss */
.shop-widget .shop-widget-body {
  width: 100%;
}
/* line 23, smash/modules/widget_shop/_widget_shop.scss */
.shop-widget .shop-widget-body .shop-widget-image {
  width: 100%;
}
/* line 27, smash/modules/widget_shop/_widget_shop.scss */
.shop-widget .shop-widget-body .shop-widget-text {
  width: 100%;
}

/* line 1, smash/modules/widget_subscribe/_widget_subscribe.scss */
.subscribe-widget {
  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;
  background: #ffffff;
  padding: 2em;
  text-align: center;
  border: 1px solid #979797;
  outline: 1px solid #979797;
  outline-offset: -10px;
}
/* line 12, smash/modules/widget_subscribe/_widget_subscribe.scss */
.subscribe-widget .subscribe-widget-title {
  font-size: 24px;
}
/* line 16, smash/modules/widget_subscribe/_widget_subscribe.scss */
.subscribe-widget .subscribe-widget-text {
  margin-top: 20px;
}
/* line 19, smash/modules/widget_subscribe/_widget_subscribe.scss */
.subscribe-widget .subscribe-widget-text .mc-field-group {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  row-gap: 1em;
}
/* line 23, smash/modules/widget_subscribe/_widget_subscribe.scss */
.subscribe-widget .subscribe-widget-text .mc-field-group > * {
  width: 100%;
}
/* line 27, smash/modules/widget_subscribe/_widget_subscribe.scss */
.subscribe-widget .subscribe-widget-text .mc-field-group input {
  font-size: 12px;
  border: 1px solid #979797;
  padding: 10px;
  color: #000000;
}
/* line 33, smash/modules/widget_subscribe/_widget_subscribe.scss */
.subscribe-widget .subscribe-widget-text .mc-field-group input::placeholder {
  text-transform: uppercase;
  color: #979797;
}

/* line 3, smash/modules/single_guides/_single_guides.scss */
.guides-basic .guide-basic {
  position: relative;
  padding: 50px 0;
  margin-top: 50px;
  border-top: 1px solid #979797;
  text-align: center;
}
/* line 11, smash/modules/single_guides/_single_guides.scss */
.guides-basic .guide-basic h3.guide-title {
  margin-bottom: 30px;
}
/* line 15, smash/modules/single_guides/_single_guides.scss */
.guides-basic .guide-basic .guide-text {
  line-height: 31px;
  letter-spacing: 0.5px;
}
/* line 20, smash/modules/single_guides/_single_guides.scss */
.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;
}
/* line 24, smash/modules/single_guides/_single_guides.scss */
.guides-basic .guide-basic .guide-products .product {
  width: auto;
  max-width: 285px;
  padding: 20px;
}

/* line 34, smash/modules/single_guides/_single_guides.scss */
.guides-rows .post-guide-row {
  width: 100%;
  position: relative;
  max-width: 840px;
  margin: 50px auto;
}
/* line 40, smash/modules/single_guides/_single_guides.scss */
.guides-rows .post-guide-row > * {
  width: 32%;
}
/* line 44, smash/modules/single_guides/_single_guides.scss */
.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;
}
/* line 47, smash/modules/single_guides/_single_guides.scss */
.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;
}
/* line 51, smash/modules/single_guides/_single_guides.scss */
.guides-rows .post-guide-row img {
  width: 28%;
}
/* line 55, smash/modules/single_guides/_single_guides.scss */
.guides-rows .post-guide-row .sep {
  width: 90px;
  height: 2px;
  margin: 0 2%;
  background: black;
}
/* line 62, smash/modules/single_guides/_single_guides.scss */
.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%;
}
/* line 66, smash/modules/single_guides/_single_guides.scss */
.guides-rows .post-guide-row .guide-body .guide-count {
  font-family: "playfair-display", serif;
  font-size: 80px;
  color: #F65765;
}
/* line 72, smash/modules/single_guides/_single_guides.scss */
.guides-rows .post-guide-row .guide-body .guide-title {
  font-family: "playfair-display", serif;
  font-size: 30px;
  margin-bottom: 20px;
}
/* line 78, smash/modules/single_guides/_single_guides.scss */
.guides-rows .post-guide-row .guide-body .guide-text {
  font-family: "poppins", sans-serif;
  margin-bottom: 30px;
  line-height: 28px;
}
/* line 83, smash/modules/single_guides/_single_guides.scss */
.guides-rows .post-guide-row .guide-body .guide-text a {
  color: #F3EAE3;
  font-weight: 100;
  font-size: 14px;
  text-transform: none;
  border-bottom: none;
  padding-bottom: 0;
}
/* line 93, smash/modules/single_guides/_single_guides.scss */
.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) {
  /* line 34, smash/modules/single_guides/_single_guides.scss */
  .guides-rows .post-guide-row {
    flex-direction: column;
  }
  /* line 107, smash/modules/single_guides/_single_guides.scss */
  .guides-rows .post-guide-row .sep {
    display: none;
  }
  /* line 111, smash/modules/single_guides/_single_guides.scss */
  .guides-rows .post-guide-row .guide-body {
    width: 100%;
  }
  /* line 115, smash/modules/single_guides/_single_guides.scss */
  .guides-rows .post-guide-row img {
    width: 70%;
    margin-bottom: 20px;
  }
  /* line 121, smash/modules/single_guides/_single_guides.scss */
  .guides-rows .post-guide-row:nth-child(2n) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  /* line 128, smash/modules/single_guides/_single_guides.scss */
  .guides-rows .post-guide-row img {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 137, smash/modules/single_guides/_single_guides.scss */
.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;
  border-top: 1px solid #979797;
  margin-top: 50px !important;
}
/* line 146, smash/modules/single_guides/_single_guides.scss */
.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;
}
/* line 151, smash/modules/single_guides/_single_guides.scss */
.guides-grid .guide-grid.vertical .guide-count {
  font-family: "playfair-display", serif;
  font-size: 100px;
  color: #F65765;
}
/* line 157, smash/modules/single_guides/_single_guides.scss */
.guides-grid .guide-grid.vertical h3.guide-grid-title {
  margin-bottom: 20px;
}
/* line 161, smash/modules/single_guides/_single_guides.scss */
.guides-grid .guide-grid.vertical .guide-grid-text {
  line-height: 31px;
  letter-spacing: 0.5px;
}
/* line 166, smash/modules/single_guides/_single_guides.scss */
.guides-grid .guide-grid.vertical .guide-grid-products {
  width: 100%;
}
/* line 169, smash/modules/single_guides/_single_guides.scss */
.guides-grid .guide-grid.vertical .guide-grid-products .post-product-slider-wrap {
  width: 100%;
}
/* line 173, smash/modules/single_guides/_single_guides.scss */
.guides-grid .guide-grid.vertical .guide-grid-products .post-product-slider-wrap .product .product-image {
  max-width: 275px;
}
/* line 181, smash/modules/single_guides/_single_guides.scss */
.guides-grid .guide-grid.horizontal {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  width: 100%;
  padding: 30px;
  margin: 30px 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
/* line 189, smash/modules/single_guides/_single_guides.scss */
.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 #979797;
}
/* line 196, smash/modules/single_guides/_single_guides.scss */
.guides-grid .guide-grid.horizontal .guide-grid-body .guide-count {
  font-family: "playfair-display", serif;
  font-size: 100px;
  color: #F65765;
}
/* line 202, smash/modules/single_guides/_single_guides.scss */
.guides-grid .guide-grid.horizontal .guide-grid-body h3.guide-grid-title {
  margin-bottom: 20px;
}
/* line 206, smash/modules/single_guides/_single_guides.scss */
.guides-grid .guide-grid.horizontal .guide-grid-body .guide-grid-text {
  line-height: 31px;
  letter-spacing: 0.5px;
}
/* line 212, smash/modules/single_guides/_single_guides.scss */
.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%;
}
/* line 216, smash/modules/single_guides/_single_guides.scss */
.guides-grid .guide-grid.horizontal .guide-grid-products .post-product-slider-wrap {
  width: 100%;
}
@media screen and (max-width: 600px) {
  /* line 137, smash/modules/single_guides/_single_guides.scss */
  .guides-grid {
    flex-direction: column !important;
  }
  /* line 228, smash/modules/single_guides/_single_guides.scss */
  .guides-grid .guide-grid.vertical {
    width: 100%;
    padding: 30px 0;
  }
  /* line 233, smash/modules/single_guides/_single_guides.scss */
  .guides-grid .guide-grid.horizontal {
    flex-direction: column !important;
    padding: 30px 0;
  }
  /* line 237, smash/modules/single_guides/_single_guides.scss */
  .guides-grid .guide-grid.horizontal .guide-grid-body {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    width: 100%;
  }
  /* line 244, smash/modules/single_guides/_single_guides.scss */
  .guides-grid .guide-grid.horizontal .guide-grid-products {
    width: 100%;
    margin-top: 30px;
  }
}

/* line 1, smash/modules/single_products/_single_products.scss */
.post-product-slider-wrap {
  text-align: center;
}
/* line 5, smash/modules/single_products/_single_products.scss */
.post-product-slider-wrap .slick-arrow.slick-prev {
  left: unset;
  right: -4%;
  top: 48%;
}
/* line 10, smash/modules/single_products/_single_products.scss */
.post-product-slider-wrap .slick-arrow.slick-next {
  left: unset;
  right: -4%;
  top: 39%;
}
/* line 18, smash/modules/single_products/_single_products.scss */
.post-product-slider-wrap .post-product-slider img {
  margin: 0 auto;
}
/* line 22, smash/modules/single_products/_single_products.scss */
.post-product-slider-wrap .post-product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: #000000;
}
/* line 28, smash/modules/single_products/_single_products.scss */
.post-product-slider-wrap .post-product-slider .slick-arrow.slick-prev {
  left: -10%;
}
/* line 32, smash/modules/single_products/_single_products.scss */
.post-product-slider-wrap .post-product-slider .slick-arrow.slick-next {
  right: -10%;
}

/* line 1, smash/modules/single_quick_links/_single_quick_links.scss */
.quick-links {
  position: absolute;
  top: 50%;
  left: -125px;
  max-width: 250px;
  border: 3px solid #FFF8EC;
  background: #ffffff;
  padding: 20px 30px;
}
/* line 14, smash/modules/single_quick_links/_single_quick_links.scss */
.quick-links h3 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
/* line 19, smash/modules/single_quick_links/_single_quick_links.scss */
.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) {
  /* line 1, smash/modules/single_quick_links/_single_quick_links.scss */
  .quick-links {
    left: -92px;
    max-width: 200px;
    padding: 16px 21px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/single_quick_links/_single_quick_links.scss */
  .quick-links {
    display: none;
  }
}

/* line 1, smash/modules/loop_category/_loop_category.scss */
.category-loops-title-wrap {
  text-align: center;
}
/* line 4, smash/modules/loop_category/_loop_category.scss */
.category-loops-title-wrap .category-loops-title {
  margin: 0;
}

/* line 9, smash/modules/loop_category/_loop_category.scss */
.category-loop {
  padding: 0px 30px 0px;
}
/* line 12, smash/modules/loop_category/_loop_category.scss */
.category-loop .category-loop-container {
  border-bottom: 1px solid #979797;
  padding-bottom: 80px;
  padding-top: 40px;
}
/* line 18, smash/modules/loop_category/_loop_category.scss */
.category-loop .category-loop-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;
  position: relative;
  padding: 30px 20px;
}
/* line 23, smash/modules/loop_category/_loop_category.scss */
.category-loop .category-loop-header .category-loop-title {
  text-transform: capitalize;
  font-family: "playfair-display", serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 30px;
}
/* line 31, smash/modules/loop_category/_loop_category.scss */
.category-loop .category-loop-header .category-header-bar {
  flex: 1;
  width: 100%;
  height: 1px;
  background: transparent;
  margin: 0 10px;
}
/* line 40, smash/modules/loop_category/_loop_category.scss */
.category-loop .category-loop-header a.category-loop-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;
  font-size: 12px;
}
/* line 47, smash/modules/loop_category/_loop_category.scss */
.category-loop .category-loop-posts {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
/* line 50, smash/modules/loop_category/_loop_category.scss */
.category-loop .category-loop-posts .post-block {
  width: 25%;
}
/* line 53, smash/modules/loop_category/_loop_category.scss */
.category-loop .category-loop-posts .post-block h3.post-block-title {
  line-height: 27px;
  margin: 20px 0 5px;
}
/* line 58, smash/modules/loop_category/_loop_category.scss */
.category-loop .category-loop-posts .post-block .post-block-text {
  font-size: 13.5px;
  line-height: 23px;
  margin-bottom: 15px;
}
/* line 64, smash/modules/loop_category/_loop_category.scss */
.category-loop .category-loop-posts .post-block a.post-block-link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
}
/* line 72, smash/modules/loop_category/_loop_category.scss */
.category-loop .category-loop-posts a.post-block-cat {
  text-transform: uppercase;
  padding: 12px 0 6px;
  letter-spacing: 1px;
  font-size: 11px;
}
/* line 80, smash/modules/loop_category/_loop_category.scss */
.category-loop .category-loop-more-btn {
  margin-top: 30px;
}
/* line 85, smash/modules/loop_category/_loop_category.scss */
.category-loop:last-child .category-loop-container {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  /* line 92, smash/modules/loop_category/_loop_category.scss */
  .category-loop .category-loop-posts .post-block {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  /* line 9, smash/modules/loop_category/_loop_category.scss */
  .category-loop {
    padding: 20px 15px 40px;
  }
  /* line 101, smash/modules/loop_category/_loop_category.scss */
  .category-loop h2.more-header {
    font-size: 25px;
    margin-bottom: 30px;
  }
  /* line 106, smash/modules/loop_category/_loop_category.scss */
  .category-loop .category-loop-container {
    padding-top: 0;
    padding-bottom: 40px;
  }
  /* line 111, smash/modules/loop_category/_loop_category.scss */
  .category-loop .category-loop-header {
    flex-direction: column !important;
  }
  /* line 114, smash/modules/loop_category/_loop_category.scss */
  .category-loop .category-loop-header .post-block {
    width: 50%;
  }
  /* line 120, smash/modules/loop_category/_loop_category.scss */
  .category-loop .category-loop-posts .post-block {
    width: 50%;
    padding: 10px 10px 30px;
  }
  /* line 124, smash/modules/loop_category/_loop_category.scss */
  .category-loop .category-loop-posts .post-block h3.post-block-title {
    line-height: 23px;
    font-size: 16px;
  }
}

/* line 1, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  padding: 80px 50px 30px;
}
/* line 6, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop.overlayed {
  margin-top: -36vh;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  row-gap: 10px;
}
/* line 14, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop.secondary-loop {
  padding-top: 30px;
}
/* line 17, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop.secondary-loop .grid-loop-container,
.grid-loop.secondary-loop .grid-loop-container .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;
  row-gap: 1em;
  column-gap: 1em;
}
/* line 23, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop.secondary-loop .grid-loop-container .post-block,
.grid-loop.secondary-loop .grid-loop-container .alm-reveal .post-block {
  row-gap: 1em;
}
/* line 26, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop.secondary-loop .grid-loop-container .post-block .post-block-title,
.grid-loop.secondary-loop .grid-loop-container .alm-reveal .post-block .post-block-title {
  font-size: 22px;
}
/* line 33, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop .grid-loop-header {
  text-align: center;
}
/* line 37, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop .grid-loop-header .grid-loop-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;
  font-family: "AmsterdamTwo", sans-serif;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: .5px;
  padding-bottom: 20px;
}
/* line 47, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop .grid-loop-container,
.grid-loop .grid-loop-container .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;
  row-gap: 3em;
  column-gap: 1em;
}
/* line 55, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop .grid-loop-container .post-block,
.grid-loop .grid-loop-container .alm-reveal .post-block {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  flex: unset;
  width: 31%;
  padding: 0;
  row-gap: 1em;
}
/* line 62, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop .grid-loop-container .post-block .post-item-image-wrap,
.grid-loop .grid-loop-container .alm-reveal .post-block .post-item-image-wrap {
  width: 100%;
}
/* line 65, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop .grid-loop-container .post-block .post-item-image-wrap .post-item-image,
.grid-loop .grid-loop-container .alm-reveal .post-block .post-item-image-wrap .post-item-image {
  width: 100%;
}
/* line 70, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop .grid-loop-container .post-block .post-block-title,
.grid-loop .grid-loop-container .alm-reveal .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: 22px;
  line-height: 1.5em;
  margin: 0;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
}
/* line 83, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop .grid-loop-container .post-block-cta .post-block-cta-image,
.grid-loop .grid-loop-container .alm-reveal .post-block-cta .post-block-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;
  display: block;
  position: relative;
  width: 100%;
}
/* line 91, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop .grid-loop-container .post-block-cta .post-block-cta-image .post-block-cta-body,
.grid-loop .grid-loop-container .alm-reveal .post-block-cta .post-block-cta-image .post-block-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;
  width: auto;
  max-width: 100%;
  padding: 2em 3em;
  background: #FEF8F8;
  text-align: center;
}
/* line 99, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop .grid-loop-container .post-block-cta .post-block-cta-image .post-block-cta-body .post-block-cta-subtitle,
.grid-loop .grid-loop-container .alm-reveal .post-block-cta .post-block-cta-image .post-block-cta-body .post-block-cta-subtitle {
  color: #F65765;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  /* line 99, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .grid-loop-container .post-block-cta .post-block-cta-image .post-block-cta-body .post-block-cta-subtitle,
  .grid-loop .grid-loop-container .alm-reveal .post-block-cta .post-block-cta-image .post-block-cta-body .post-block-cta-subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  /* line 108, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .grid-loop-container .post-block-cta .post-block-cta-image .post-block-cta-body .post-block-cta-title,
  .grid-loop .grid-loop-container .alm-reveal .post-block-cta .post-block-cta-image .post-block-cta-body .post-block-cta-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  /* line 108, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .grid-loop-container .post-block-cta .post-block-cta-image .post-block-cta-body .post-block-cta-title,
  .grid-loop .grid-loop-container .alm-reveal .post-block-cta .post-block-cta-image .post-block-cta-body .post-block-cta-title {
    font-size: 10px;
  }
}
/* line 117, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop .grid-loop-container .post-block-cta .post-block-cta-image .post-block-cta-body .post-block-cta-bar,
.grid-loop .grid-loop-container .alm-reveal .post-block-cta .post-block-cta-image .post-block-cta-body .post-block-cta-bar {
  margin-top: 1em;
  width: 65px;
  height: 5px;
}
@media screen and (max-width: 960px) {
  /* line 91, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .grid-loop-container .post-block-cta .post-block-cta-image .post-block-cta-body,
  .grid-loop .grid-loop-container .alm-reveal .post-block-cta .post-block-cta-image .post-block-cta-body {
    width: 95%;
    padding: 1em;
  }
}
@media screen and (max-width: 768px) {
  /* line 91, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .grid-loop-container .post-block-cta .post-block-cta-image .post-block-cta-body,
  .grid-loop .grid-loop-container .alm-reveal .post-block-cta .post-block-cta-image .post-block-cta-body {
    width: 95%;
    padding: 10px;
  }
}
/* line 136, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop .grid-loop-container .post-block-cta .post-block-title,
.grid-loop .grid-loop-container .alm-reveal .post-block-cta .post-block-title {
  opacity: 0;
}
/* line 142, smash/modules/loop_grid/_loop_grid.scss */
.grid-loop .grid-loop-cta {
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  /* line 142, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .grid-loop-cta {
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  /* line 155, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .grid-loop-container .post-block {
    row-gap: 1em;
  }
  /* line 157, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .grid-loop-container .post-block .post-block-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop {
    padding: 80px 30px 30px;
  }
  /* line 167, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop.overlayed {
    margin-top: -33vh;
    margin-bottom: 20px;
  }
  /* line 173, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop.secondary-loop .grid-loop-container,
  .grid-loop.secondary-loop .grid-loop-container .alm-reveal {
    row-gap: 1em;
    column-gap: 1em;
  }
  /* line 178, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop.secondary-loop .grid-loop-container .post-block,
  .grid-loop.secondary-loop .grid-loop-container .alm-reveal .post-block {
    width: 30%;
  }
  /* line 184, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .grid-loop-container,
  .grid-loop .grid-loop-container .alm-reveal {
    row-gap: 1em;
    column-gap: 1em;
  }
  /* line 189, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .grid-loop-container .post-block,
  .grid-loop .grid-loop-container .alm-reveal .post-block {
    width: 47%;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop {
    padding: 20px;
  }
  /* line 198, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop.overlayed {
    margin-top: -13vh;
  }
  /* line 203, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .grid-loop-header .grid-loop-title {
    font-size: 24px;
  }
  /* line 211, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop.secondary-loop .grid-loop-container .post-block,
  .grid-loop.secondary-loop .grid-loop-container .alm-reveal .post-block {
    width: 47%;
    row-gap: 1em;
  }
  /* line 215, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop.secondary-loop .grid-loop-container .post-block .post-block-title,
  .grid-loop.secondary-loop .grid-loop-container .alm-reveal .post-block .post-block-title {
    font-size: 18px;
  }
  /* line 223, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .grid-loop-container .post-block,
  .grid-loop .grid-loop-container .alm-reveal .post-block {
    width: 47%;
    row-gap: 1em;
  }
  /* line 227, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .grid-loop-container .post-block .post-block-title,
  .grid-loop .grid-loop-container .alm-reveal .post-block .post-block-title {
    font-size: 18px;
  }
  /* line 234, smash/modules/loop_grid/_loop_grid.scss */
  .grid-loop .post-products-wrap .post-products-trigger {
    display: none !important;
  }
}

/* line 1, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately {
  position: relative;
  background: #F3EAE3;
  padding: 50px;
}
/* line 6, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately.bottom-space {
  padding-bottom: 36vh;
}
/* line 10, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-loop-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;
}
/* line 13, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-loop-header .blob.new {
  transform: translate(50px, -50%);
}
/* line 17, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-loop-header .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;
  font-family: "poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}
/* line 25, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-loop-header .lately-loop-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
/* line 31, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-loop-header .lately-loop-title span {
  font-size: 58px;
  line-height: 61px;
}
/* line 38, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-post-cat {
  color: #F65765;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
/* line 47, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
@media screen and (max-width: 1180px) {
  /* line 47, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-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;
  }
}
/* line 54, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post {
  position: relative;
}
/* line 57, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-main {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  width: 69%;
}
/* line 61, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-post-image-wrap {
  width: 47%;
}
/* line 64, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-post-image-wrap .lately-post-image {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 64, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-post-image-wrap .lately-post-image {
    min-height: 500px;
  }
}
@media screen and (min-width: 768px) {
  /* line 61, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-post-image-wrap {
    min-height: 470px;
  }
}
/* line 78, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-post-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;
  background: #ffffff;
  width: 53%;
  padding: 50px;
}
/* line 84, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-post-body h3.lately-post-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
/* line 91, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-post-body .lately-post-text {
  margin-bottom: 20px;
  font-family: "poppins", sans-serif;
  line-height: 18px;
  font-size: 13px;
}
/* line 98, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-post-body a.lately-post-link {
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #F65765;
}
/* line 106, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-post-body a.lately-post-link:hover {
  color: #FFB5AF;
}
/* line 112, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-label {
  position: absolute;
  top: 20px;
  left: 5px;
  transform: translate(-50%, 0);
  transform-origin: bottom right;
  padding: 10px 30px;
  background: #F65765;
  white-space: nowrap;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
}
@media screen and (max-width: 1180px) {
  /* line 57, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-wrapper .lately-post.lately-main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 57, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-wrapper .lately-post.lately-main {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  /* line 135, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-post-image-wrap {
    width: 100%;
    min-height: 250px;
  }
  /* line 140, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-post-body {
    width: 100%;
  }
}
/* line 146, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-side {
  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: .5em;
  width: 100%;
}
/* line 151, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-side .lately-post-image {
  flex: 1;
}
@media screen and (max-width: 1180px) {
  /* line 151, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-wrapper .lately-post.lately-side .lately-post-image {
    min-height: 120px;
  }
}
/* line 159, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-side .lately-post-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;
  flex: 2;
}
/* line 163, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-side .lately-post-body .lately-post-title {
  font-family: "playfair-display", serif;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}
/* line 171, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-side .lately-post-body a.lately-post-link {
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #F65765;
  margin-top: 10px;
}
/* line 180, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-side .lately-post-body a.lately-post-link:hover {
  color: #FFB5AF;
}
/* line 186, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-post.lately-side:last-child {
  margin-bottom: 0;
}
/* line 192, smash/modules/loop_lately/_loop_lately.scss */
#loop_lately .lately-posts-wrapper .lately-side-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: space-between !important;
  -webkit-justify-content: space-between !important;
  row-gap: .5em;
  width: 27%;
}
@media screen and (max-width: 1180px) {
  /* line 192, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-wrapper .lately-side-wrap {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    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%;
    margin-top: 20px;
  }
  /* line 203, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-wrapper .lately-side-wrap .lately-post.lately-side {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  /* line 209, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-wrapper .lately-side-wrap .lately-post.lately-side {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  /* line 217, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-loop-header {
    flex-direction: column !important;
  }
  /* line 219, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-loop-header .lately-loop-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately {
    padding: 60px 40px;
  }
  /* line 228, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately.bottom-space {
    padding-bottom: 30vh;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately {
    padding: 30px 30px;
  }
  /* line 236, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately.bottom-space {
    padding-bottom: 10vh;
  }
  /* line 240, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-loop-header {
    flex-direction: column !important;
    margin-bottom: 30px;
  }
  /* line 244, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-loop-header h2.lately-loop-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  /* line 251, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-loop-header h2.lately-loop-title span {
    font-size: 45px;
    line-height: 45px;
  }
  /* line 256, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-loop-header h2.lately-loop-title .blob.new {
    max-width: 160px;
    transform: translate(30px, -20%);
  }
  /* line 262, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-loop-header .menu {
    justify-content: center !important;
  }
  /* line 269, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-post-body {
    padding: 30px;
  }
  /* line 272, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-post-body h3.lately-post-title {
    font-size: 26px;
  }
  /* line 277, smash/modules/loop_lately/_loop_lately.scss */
  #loop_lately .lately-posts-wrapper .lately-post.lately-main .lately-label {
    display: none;
  }
}

/* line 1, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post {
  margin: 30px auto !important;
}
/* line 6, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-content {
  width: 49%;
  padding: 50px 50px;
}
/* line 12, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-title {
  letter-spacing: 2px;
  font-family: "playfair-display", serif;
  font-size: 24px;
  position: relative;
  margin-left: -200px;
  background: #F5F4EF;
  padding: 20px;
  text-align: center;
}
/* line 23, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta {
  font-family: "poppins", sans-serif;
  margin-bottom: 10px;
}
/* line 27, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.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;
}
/* line 34, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.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;
}
/* line 40, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta .post-date {
  font-family: "playfair-display", serif;
  font-style: italic;
  letter-spacing: 1px;
}
/* line 47, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-excerpt {
  margin-top: 15px;
}
/* line 51, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.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;
}
/* line 57, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-content .home-post-content-inner .rs-code {
  display: block;
  width: 100%;
  margin-top: 50px;
}
/* line 63, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.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: "poppins", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 55px;
}
/* line 72, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post span {
  padding-right: 10px;
}
/* line 76, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post .icon {
  width: 10px;
  fill: black;
}
/* line 82, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post:hover .icon {
  margin-left: 5px;
}
/* line 90, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-image {
  position: relative;
  width: 51%;
  overflow: hidden;
}
/* line 96, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-image .post-products-wrap .post-products-trigger {
  bottom: 0;
}
/* line 99, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-image .post-products-wrap .post-products {
  bottom: 0;
}
/* line 104, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-image .social-share {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 18px;
}
/* line 111, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-image .social-share a {
  color: white;
}
/* line 114, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-image .social-share .icon {
  fill: white;
  width: 20px;
  height: 20px;
}
/* line 120, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-image .social-share .share-title {
  background: rgba(0, 0, 0, 0.5);
  padding: 11px 20px 7px;
}
/* line 125, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.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;
}
/* line 132, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-image .social-share .share-actions button {
  font-size: 14px;
  padding: 10px;
  color: white;
  cursor: pointer;
}
/* line 138, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-image .social-share .share-actions button:hover {
  color: #000;
}
/* line 145, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
.home-post .home-post-inner .home-post-image .social-share:hover .share-actions {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1180px) {
  /* line 159, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
  .home-post .home-post .home-post-inner .home-post-content {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  /* line 169, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
  .home-post .home-post .home-post-inner {
    flex-direction: column;
  }
  /* line 172, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
  .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;
  }
  /* line 181, smash/modules/loop_lr_basic/_loop_lr_basic.scss */
  .home-post .home-post .home-post-inner .home-post-image {
    width: 100%;
    height: 300px;
  }
}

/* line 1, smash/modules/loop_sidebar/_loop_sidebar.scss */
.loop-sidebar {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  position: relative;
  padding: 0 0 50px;
}
/* line 6, smash/modules/loop_sidebar/_loop_sidebar.scss */
.loop-sidebar .loop-sidebar-posts {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  width: 60%;
}
/* line 11, smash/modules/loop_sidebar/_loop_sidebar.scss */
.loop-sidebar #secondary {
  width: 30%;
  max-width: 320px;
}
@media screen and (max-width: 1180px) {
  /* line 1, smash/modules/loop_sidebar/_loop_sidebar.scss */
  .loop-sidebar {
    padding: 0 0 40px;
  }
  /* line 19, smash/modules/loop_sidebar/_loop_sidebar.scss */
  .loop-sidebar .loop-sidebar-posts {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    width: 64%;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/loop_sidebar/_loop_sidebar.scss */
  .loop-sidebar {
    display: none !important;
    padding: 0 0 50px;
    flex-direction: column !important;
  }
  /* line 30, smash/modules/loop_sidebar/_loop_sidebar.scss */
  .loop-sidebar .loop-sidebar-posts {
    width: 100%;
  }
  /* line 34, smash/modules/loop_sidebar/_loop_sidebar.scss */
  .loop-sidebar #secondary {
    width: 100%;
    align-self: center;
  }
}

/* line 1, smash/modules/loop_snapshots/_loop_snapshots.scss */
#snapshots_loop {
  padding: 50px;
}
/* line 5, smash/modules/loop_snapshots/_loop_snapshots.scss */
#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%;
}
/* line 9, smash/modules/loop_snapshots/_loop_snapshots.scss */
#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;
}
/* line 13, smash/modules/loop_snapshots/_loop_snapshots.scss */
#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;
}
/* line 16, smash/modules/loop_snapshots/_loop_snapshots.scss */
#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;
}
/* line 23, smash/modules/loop_snapshots/_loop_snapshots.scss */
#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;
}
/* line 26, smash/modules/loop_snapshots/_loop_snapshots.scss */
#snapshots_loop .snapshots-wrapper .snapshots-inner .snapshot {
  flex: 1;
  margin: 12px;
}

/* line 1, smash/modules/section_banner_cta/_section_banner_cta.scss */
.banner-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: center !important;
  -webkit-justify-content: center !important;
  position: relative;
  padding: 50px;
  min-height: 500px;
  width: 100%;
}
/* line 9, smash/modules/section_banner_cta/_section_banner_cta.scss */
.banner-cta-wrapper .blob.quiz {
  position: absolute;
  top: 30px;
  left: 10%;
  width: 265px;
}
/* line 17, smash/modules/section_banner_cta/_section_banner_cta.scss */
.banner-cta-wrapper .banner-cta-content {
  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;
  text-align: center;
}
/* line 24, smash/modules/section_banner_cta/_section_banner_cta.scss */
.banner-cta-wrapper .banner-cta-content .banner-cta-title {
  position: relative;
  font-family: "playfair-display", serif;
  font-size: 40px;
  line-height: 53px;
  text-transform: capitalize;
  letter-spacing: 1.3px;
  margin-bottom: 15px;
  font-weight: 600;
}
/* line 34, smash/modules/section_banner_cta/_section_banner_cta.scss */
.banner-cta-wrapper .banner-cta-content .banner-cta-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 103%;
  left: 0;
  right: 0;
  z-index: 1;
  height: 3px;
}
@media screen and (max-width: 960px) {
  /* line 34, smash/modules/section_banner_cta/_section_banner_cta.scss */
  .banner-cta-wrapper .banner-cta-content .banner-cta-title::after {
    display: none !important;
  }
}
/* line 51, smash/modules/section_banner_cta/_section_banner_cta.scss */
.banner-cta-wrapper .banner-cta-content .banner-cta-subtitle {
  font-family: "AmsterdamTwo", sans-serif;
  font-size: 70px;
  text-transform: lowercase;
  margin-bottom: 0px;
  letter-spacing: 1px;
  margin-top: -20px;
}
/* line 60, smash/modules/section_banner_cta/_section_banner_cta.scss */
.banner-cta-wrapper .banner-cta-content .banner-cta-text {
  font-family: "poppins", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
/* line 66, smash/modules/section_banner_cta/_section_banner_cta.scss */
.banner-cta-wrapper .banner-cta-content .banner-cta-form {
  font-size: 24px;
  line-height: 47px;
}
/* line 71, smash/modules/section_banner_cta/_section_banner_cta.scss */
.banner-cta-wrapper .banner-cta-content .banner-cta {
  font-size: 19px !important;
  line-height: 22px !important;
  letter-spacing: 1px;
  padding: 18px 30px !important;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  /* line 82, smash/modules/section_banner_cta/_section_banner_cta.scss */
  .banner-cta-wrapper .blob.quiz {
    top: 10px;
    left: 5%;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/section_banner_cta/_section_banner_cta.scss */
  .banner-cta-wrapper {
    padding: 100px 30px;
  }
  /* line 90, smash/modules/section_banner_cta/_section_banner_cta.scss */
  .banner-cta-wrapper .blob.quiz {
    width: 200px;
  }
  /* line 95, smash/modules/section_banner_cta/_section_banner_cta.scss */
  .banner-cta-wrapper .banner-cta-content .banner-cta-title {
    font-size: 30px;
  }
}

/* line 1, smash/modules/section_content_rows/_section_content_rows.scss */
.content-rows {
  position: relative;
}
/* line 9, smash/modules/section_content_rows/_section_content_rows.scss */
.content-rows .content-rows-container .content-row .content-row-image {
  width: 52%;
}
/* line 13, smash/modules/section_content_rows/_section_content_rows.scss */
.content-rows .content-rows-container .content-row .content-row-body {
  width: 48%;
  padding: 30px;
}
/* line 17, smash/modules/section_content_rows/_section_content_rows.scss */
.content-rows .content-rows-container .content-row .content-row-body .content-row-title {
  font-size: 30px;
  line-height: 45px;
}
/* line 23, smash/modules/section_content_rows/_section_content_rows.scss */
.content-rows .content-rows-container .content-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: center !important;
  -webkit-justify-content: center !important;
}
/* line 26, smash/modules/section_content_rows/_section_content_rows.scss */
.content-rows .content-rows-container .content-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: center !important;
  -webkit-justify-content: center !important;
}
@media screen and (max-width: 768px) {
  /* line 34, smash/modules/section_content_rows/_section_content_rows.scss */
  .content-rows .content-rows-container .content-row {
    padding: 0px 50px;
  }
  /* line 37, smash/modules/section_content_rows/_section_content_rows.scss */
  .content-rows .content-rows-container .content-row:nth-child(2n+1) {
    flex-direction: column !important;
  }
  /* line 40, smash/modules/section_content_rows/_section_content_rows.scss */
  .content-rows .content-rows-container .content-row:nth-child(2n) {
    flex-direction: column !important;
  }
  /* line 44, smash/modules/section_content_rows/_section_content_rows.scss */
  .content-rows .content-rows-container .content-row .content-row-image {
    width: 100%;
  }
  /* line 48, smash/modules/section_content_rows/_section_content_rows.scss */
  .content-rows .content-rows-container .content-row .content-row-body {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  /* line 57, smash/modules/section_content_rows/_section_content_rows.scss */
  .content-rows .content-rows-container .content-row {
    padding: 0 20px;
  }
  /* line 60, smash/modules/section_content_rows/_section_content_rows.scss */
  .content-rows .content-rows-container .content-row .content-row-body {
    padding: 30px 0;
  }
}

/* line 1, smash/modules/section_faq/_section_faq.scss */
#faq-module {
  background: #F3EAE3;
  padding: 50px;
  margin-top: 50px;
}
/* line 8, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-header .page-faq-title {
  margin-bottom: 20px;
}
/* line 12, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-header .page-faq-header-inner {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
/* line 15, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-header .page-faq-header-inner .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;
}
/* line 21, smash/modules/section_faq/_section_faq.scss */
#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;
}
/* line 25, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-wrapper .faq-col {
  width: 48%;
}
/* line 28, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-wrapper .faq-col .faq-item {
  background: #ffffff;
  margin-bottom: 23px;
}
/* line 32, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-family: "poppins", sans-serif;
  margin-bottom: 0;
  padding: 10px;
}
/* line 41, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title span {
  width: 90%;
}
/* line 45, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title .icon {
  width: 25px;
  height: 25px;
  padding: 5px;
  cursor: pointer;
}
/* line 53, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-text {
  display: none;
  text-align: left;
  font-weight: 100;
  letter-spacing: 1.2px;
  color: #7d7d7d;
  padding: 0 10px 10px;
}
@media screen and (max-width: 768px) {
  /* line 66, smash/modules/section_faq/_section_faq.scss */
  #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;
  }
  /* line 69, smash/modules/section_faq/_section_faq.scss */
  #faq-module .page-faq-wrapper .faq-col {
    width: 100%;
  }
  /* line 74, smash/modules/section_faq/_section_faq.scss */
  #faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
    margin-bottom: 21px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/section_faq/_section_faq.scss */
  #faq-module {
    padding: 30px;
  }
}

/* line 1, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts {
  position: relative;
  padding: 25px 20px 0;
}
/* line 5, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  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;
}
/* line 10, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post {
  width: 27%;
}
/* line 13, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post .featured-post-body {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  background: rgba(255, 255, 255, 0.8);
  max-width: 90%;
  padding: 20px;
  text-align: center;
}
/* line 25, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post:nth-of-type(1) {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  padding-left: 26px;
  width: 70%;
}
/* line 30, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post:nth-of-type(1) .featured-post-body {
  max-width: 350px;
}
/* line 33, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post:nth-of-type(1) .featured-post-body h3.featured-post-title {
  text-transform: capitalize;
  font-size: 28px;
  line-height: 35px;
}
/* line 39, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post:nth-of-type(1) .featured-post-body a.featured-post-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}
/* line 48, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post:nth-of-type(2) {
  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;
}
/* line 51, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post:nth-of-type(2) .featured-post-body {
  max-width: 350px;
  margin: 20px 20px 0 20px;
}
/* line 55, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post:nth-of-type(2) .featured-post-body h3.featured-post-title {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 25px;
}
/* line 61, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post:nth-of-type(2) .featured-post-body a.featured-post-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}
/* line 70, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post:nth-of-type(3) {
  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;
}
/* line 73, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post:nth-of-type(3) .featured-post-body {
  max-width: 350px;
  margin: 0 0px 0 70px;
}
/* line 77, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post:nth-of-type(3) .featured-post-body h3.featured-post-title {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 25px;
}
/* line 83, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .featured-post:nth-of-type(3) .featured-post-body a.featured-post-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}
/* line 93, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts .featured-posts-container .break {
  flex-basis: 100%;
  width: 0;
}
/* line 99, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
.featured-posts element.style {
  background: url(http://tiffanyturnermoon.test/app/uploads/2019/05/lauren-rader-1099408-unsplash-682x1024.jpg) center center/cover no-repeat;
  height: 306.94px;
}
@media screen and (max-width: 1180px) {
  /* line 109, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post:nth-of-type(1) .featured-post-body h3.featured-post-title {
    font-size: 24px;
    line-height: 31px;
  }
}
@media screen and (max-width: 960px) {
  /* line 119, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container {
    flex-direction: row !important;
    height: fit-content !important;
  }
  /* line 123, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post {
    width: 48%;
    margin: 1%;
    padding-left: 0;
  }
  /* line 128, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post:nth-of-type(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: center !important;
    -webkit-justify-content: center !important;
    width: 100%;
    padding-left: 0;
  }
  /* line 135, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post:nth-of-type(1) .featured-post-body h3.featured-post-title {
    font-size: 24px;
    line-height: 31px;
  }
  /* line 141, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post:nth-of-type(2), .featured-posts .featured-posts-container .featured-post:nth-of-type(3) {
    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-left: 0;
  }
  /* line 147, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post:nth-of-type(2) h3.featured-post-title, .featured-posts .featured-posts-container .featured-post:nth-of-type(3) h3.featured-post-title {
    font-size: 24px !important;
    line-height: 31px !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 157, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: flex-end !important;
    -webkit-align-items: flex-end !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    height: fit-content !important;
  }
  /* line 161, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post {
    width: 100%;
    margin: 10px 0px;
  }
  /* line 166, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post:nth-of-type(1), .featured-posts .featured-posts-container .featured-post:nth-of-type(2), .featured-posts .featured-posts-container .featured-post:nth-of-type(3) {
    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: 100%;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts {
    margin-bottom: 50px;
  }
  /* line 178, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container {
    flex-direction: row !important;
    height: fit-content !important;
  }
  /* line 182, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post {
    width: 100%;
    margin: 5px;
  }
  /* line 186, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post:nth-of-type(1) {
    padding: 0 20px;
  }
  /* line 191, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post:nth-of-type(1) .featured-post-body h3.featured-post-title {
    font-size: 20px;
    line-height: 31px;
  }
  /* line 198, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post:nth-of-type(3) {
    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: 100%;
  }
  /* line 202, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post:nth-of-type(3) .featured-post-body {
    margin: 0 20px;
  }
  /* line 205, smash/modules/section_featured_posts_masonry/_section_featured_posts_masonry.scss */
  .featured-posts .featured-posts-container .featured-post:nth-of-type(3) .featured-post-body h3.featured-post-title {
    font-size: 20px;
    line-height: 31px;
  }
}

/* line 1, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
.featured-snapshots-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;
  row-gap: 6em;
  padding: 50px;
  position: relative;
  margin-top: 100px;
}
/* line 8, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
.featured-snapshots-wrapper .featured-snapshots {
  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: unset !important;
  row-gap: 1em;
  width: 100%;
}
/* line 15, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-header {
  font-family: "AmsterdamTwo", sans-serif;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: .5px;
  padding-bottom: 20px;
}
/* line 23, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider {
  width: 100%;
}
/* line 26, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .snapshot {
  padding: 10px;
}
/* line 29, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .snapshot .post-products-wrap .post-products-trigger {
  display: none !important;
}
/* line 33, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .snapshot:hover {
  opacity: .8;
}
/* line 38, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow.slick-prev {
  left: -5%;
}
/* line 42, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow.slick-next {
  right: -5%;
}
/* line 46, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow .icon {
  width: 30px;
  height: 30px;
  color: #F65765;
}
/* line 51, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow .icon:hover {
  color: #FFB5AF;
}
/* line 57, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
.featured-snapshots-wrapper .featured-snapshots:last-child {
  border-bottom: 1px solid #979797;
  padding-bottom: 80px;
}
@media screen and (max-width: 1180px) {
  /* line 66, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
  .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow.slick-prev {
    left: -3%;
  }
  /* line 69, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
  .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow.slick-next {
    right: -3%;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
  .featured-snapshots-wrapper {
    margin-top: 50px;
    padding: 50px 40px;
    row-gap: 4em;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
  .featured-snapshots-wrapper {
    padding: 50px 30px;
  }
  /* line 86, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
  .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-header {
    font-size: 24px;
    padding-bottom: 0;
  }
  /* line 91, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
  .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow.slick-prev {
    left: -6%;
  }
  /* line 94, smash/modules/section_featured_snapshots/_section_featured_snapshots.scss */
  .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow.slick-next {
    right: -6%;
  }
}

/* line 1, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-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;
  row-gap: 6em;
  padding: 50px;
  position: relative;
  margin-top: 100px;
}
/* line 8, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots {
  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: unset !important;
  row-gap: 1em;
  width: 100%;
}
/* line 15, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-header {
  font-family: "AmsterdamTwo", sans-serif;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: .5px;
  padding-bottom: 20px;
}
/* line 23, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-row {
  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;
  column-gap: 1em;
  row-gap: 1em;
  width: 100%;
  margin-bottom: 2em;
}
/* line 30, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-row .snapshot {
  flex: 1;
}
/* line 35, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider {
  width: 100%;
}
/* line 38, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .snapshot {
  padding: 10px;
}
/* line 41, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .snapshot .post-products-wrap .post-products-trigger {
  display: none !important;
}
/* line 45, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .snapshot:hover {
  opacity: .8;
}
/* line 50, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .post-item-image {
  display: block !important;
}
/* line 54, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow.slick-prev {
  left: -5%;
}
/* line 58, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow.slick-next {
  right: -5%;
}
/* line 62, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow .icon {
  width: 30px;
  height: 30px;
  color: #F65765;
}
/* line 67, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow .icon:hover {
  color: #FFB5AF;
}
/* line 77, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
.featured-snapshots-wrapper .featured-snapshots:last-child {
  border-bottom: 1px solid #979797;
  padding-bottom: 80px;
}
@media screen and (max-width: 1180px) {
  /* line 86, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
  .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow.slick-prev {
    left: -3%;
  }
  /* line 89, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
  .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow.slick-next {
    right: -3%;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
  .featured-snapshots-wrapper {
    margin-top: 50px;
    padding: 50px 40px;
    row-gap: 4em;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
  .featured-snapshots-wrapper {
    padding: 50px 30px;
  }
  /* line 106, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
  .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-header {
    font-size: 24px;
    padding-bottom: 0;
  }
  /* line 111, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
  .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow.slick-prev {
    left: -6%;
  }
  /* line 114, smash/modules/section_featured_snapshots_rows/_section_featured_snapshots_rows.scss */
  .featured-snapshots-wrapper .featured-snapshots .featured-snapshots-slider .slick-arrow.slick-next {
    right: -6%;
  }
}

/* line 1, smash/modules/section_featured_youtube/_section_featured_youtube.scss */
.featured-youtube-wrapper {
  position: relative;
  padding: 80px 50px;
}
/* line 5, smash/modules/section_featured_youtube/_section_featured_youtube.scss */
.featured-youtube-wrapper .featured-youtube-container {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  row-gap: 2.8em;
}
/* line 10, smash/modules/section_featured_youtube/_section_featured_youtube.scss */
.featured-youtube-wrapper .featured-youtube-container .featured-youtube-title {
  font-family: "AmsterdamTwo", sans-serif;
  font-size: 32px;
  line-height: 84px;
  letter-spacing: .5px;
}
/* line 17, smash/modules/section_featured_youtube/_section_featured_youtube.scss */
.featured-youtube-wrapper .featured-youtube-container .featured-youtube-videos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 2em;
  row-gap: 1em;
  width: 100%;
}
/* line 21, smash/modules/section_featured_youtube/_section_featured_youtube.scss */
.featured-youtube-wrapper .featured-youtube-container .featured-youtube-videos .video-block {
  flex: 1;
}
@media screen and (max-width: 600px) {
  /* line 24, smash/modules/section_featured_youtube/_section_featured_youtube.scss */
  .featured-youtube-wrapper .featured-youtube-container .featured-youtube-videos .video-block .video-block-container .video-block-wrap .video-block-image .video-block-image-inner .icon {
    width: 20px;
    height: 20px;
  }
}
/* line 33, smash/modules/section_featured_youtube/_section_featured_youtube.scss */
.featured-youtube-wrapper .featured-youtube-container .featured-youtube-cta {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #F65765;
  font-weight: 700;
}
/* line 41, smash/modules/section_featured_youtube/_section_featured_youtube.scss */
.featured-youtube-wrapper .featured-youtube-container .featured-youtube-cta:hover {
  color: #FFB5AF;
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/section_featured_youtube/_section_featured_youtube.scss */
  .featured-youtube-wrapper {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/section_featured_youtube/_section_featured_youtube.scss */
  .featured-youtube-wrapper {
    padding: 80px 30px;
  }
  /* line 53, smash/modules/section_featured_youtube/_section_featured_youtube.scss */
  .featured-youtube-wrapper .featured-youtube-container {
    row-gap: 2em;
  }
  /* line 55, smash/modules/section_featured_youtube/_section_featured_youtube.scss */
  .featured-youtube-wrapper .featured-youtube-container .featured-youtube-title {
    font-size: 24px;
    line-height: 54px;
    text-align: center;
  }
}

/* line 1, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.footer-blocks {
  position: relative;
  padding: 50px;
  background: #F3EAE3;
  color: #000000;
}
/* line 11, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.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;
}
/* line 15, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.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: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
}
/* line 19, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.footer-blocks .footer-blocks-container.footer-blocks-3 .footer-block {
  flex: 3;
}
/* line 25, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.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: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
/* line 30, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.footer-blocks .footer-blocks-container .footer-block.footer-image .footer-logo img {
  width: auto;
  max-height: 150px;
}
@media screen and (max-width: 600px) {
  /* line 39, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks .footer-blocks-container .footer-block.footer-image .footer-logo img {
    margin-bottom: 30px;
    margin-top: -7px;
  }
}
/* line 47, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.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;
}
/* line 51, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.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;
}
/* line 55, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.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) {
  /* line 55, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .footer-menu-title {
    margin-bottom: 0px;
  }
}
/* line 68, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.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: "poppins", sans-serif;
}
/* line 74, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper .menu-container .menu li {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 960px) {
  /* line 51, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 51, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
    align-items: center !important;
  }
}
@media screen and (max-width: 600px) {
  /* line 51, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
    padding: 0;
  }
  /* line 92, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper li {
    padding: 5px 0px !important;
  }
}
/* line 98, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.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;
}
/* line 102, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.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) {
  /* line 102, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks .footer-blocks-container .footer-block.footer-form .footer-block-title {
    margin-bottom: 0px;
  }
}
/* line 114, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.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;
}
/* line 117, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.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) {
  /* line 117, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks .footer-blocks-container .footer-block.footer-search .footer-block-title {
    margin-bottom: 0px;
  }
}
/* line 129, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.footer-blocks .footer-blocks-container .footer-block.footer-search input#search {
  margin: 0;
}
/* line 133, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.footer-blocks .footer-blocks-container .footer-block.footer-search .social-icons {
  margin-top: 20px;
}
/* line 138, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.footer-blocks .footer-blocks-container .footer-block.footer-search .basic-search-form .search-fields input {
  margin: 0 !important;
}
/* line 145, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.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: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  row-gap: 1em;
}
/* line 149, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
.footer-blocks .footer-blocks-container .footer-block.footer-social .footer-social-title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 40px;
}
@media screen and (max-width: 600px) {
  /* line 24, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .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) {
  /* line 168, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks .footer-blocks-container .footer-block.footer-3 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks {
    padding: 50px 30px;
  }
  /* line 178, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks .footer-blocks-container, .footer-blocks .footer-blocks-container.footer-blocks-3 {
    flex-direction: column-reverse !important;
    row-gap: 2em;
  }
  /* line 182, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks .footer-blocks-container .footer-block, .footer-blocks .footer-blocks-container.footer-blocks-3 .footer-block {
    margin-top: 0;
  }
  /* line 184, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks .footer-blocks-container .footer-block.footer-image, .footer-blocks .footer-blocks-container.footer-blocks-3 .footer-block.footer-image {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 188, smash/modules/section_footer_blocks/_section_footer_blocks.scss */
  .footer-blocks .footer-blocks-container .footer-block.footer-3, .footer-blocks .footer-blocks-container.footer-blocks-3 .footer-block.footer-3 {
    padding-right: 0;
  }
}

/* line 1, smash/modules/section_instagram/_section_instagram.scss */
.ig-section {
  position: relative;
  padding: 50px 0 0;
  background: #F3EAE3;
}
/* line 6, smash/modules/section_instagram/_section_instagram.scss */
.ig-section .ig-container {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  row-gap: 2em;
}
/* line 10, smash/modules/section_instagram/_section_instagram.scss */
.ig-section .ig-container .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: 10px 0;
}
/* line 16, smash/modules/section_instagram/_section_instagram.scss */
.ig-section .ig-container .ig-header .ig-title {
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  font-family: "AmsterdamTwo", sans-serif;
}
/* line 24, smash/modules/section_instagram/_section_instagram.scss */
.ig-section .ig-container .ig-images {
  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;
  column-gap: 1em;
  width: 100%;
}
/* line 29, smash/modules/section_instagram/_section_instagram.scss */
.ig-section .ig-container .ig-images .ig-image {
  flex: 1;
}
/* line 34, smash/modules/section_instagram/_section_instagram.scss */
.ig-section .ig-container .ig-feed {
  position: relative;
  width: 100%;
}
/* line 38, smash/modules/section_instagram/_section_instagram.scss */
.ig-section .ig-container .ig-feed .ig-cta {
  position: absolute;
  top: 46%;
  left: 15%;
  z-index: 1000;
}
/* line 48, smash/modules/section_instagram/_section_instagram.scss */
.ig-section.has-bg {
  background: #FFB5AF;
}
@media screen and (max-width: 600px) {
  /* line 54, smash/modules/section_instagram/_section_instagram.scss */
  .ig-section .ig-container .ig-header {
    padding: 0;
  }
  /* line 56, smash/modules/section_instagram/_section_instagram.scss */
  .ig-section .ig-container .ig-header .ig-title {
    font-size: 24px;
  }
}

/* line 1, smash/modules/section_ltki/_section_ltki.scss */
#ltki_wrapper {
  position: relative;
}
/* line 4, smash/modules/section_ltki/_section_ltki.scss */
#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;
}
/* line 7, smash/modules/section_ltki/_section_ltki.scss */
#ltki_wrapper .ltki-container .ltki-header {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  width: 100%;
  padding: 30px 50px;
}
/* line 12, smash/modules/section_ltki/_section_ltki.scss */
#ltki_wrapper .ltki-container .ltki-header .ltki-header-col {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
/* line 15, smash/modules/section_ltki/_section_ltki.scss */
#ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-title {
  font-size: 22px;
  margin-bottom: 0;
}
/* line 20, smash/modules/section_ltki/_section_ltki.scss */
#ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-subtitle {
  font-family: "poppins", sans-serif;
  letter-spacing: 1px;
  font-size: 11px;
  font-style: italic;
  margin-top: -5px;
}
/* line 29, smash/modules/section_ltki/_section_ltki.scss */
#ltki_wrapper .ltki-container .ltki-header .ltki-handle {
  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-family: "poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-size: 15px;
}
/* line 37, smash/modules/section_ltki/_section_ltki.scss */
#ltki_wrapper .ltki-container .ltki-header .ltki-handle span {
  font-size: 12px;
}
/* line 41, smash/modules/section_ltki/_section_ltki.scss */
#ltki_wrapper .ltki-container .ltki-header .ltki-handle .ig-handle {
  font-family: "playfair-display", serif;
  font-size: 15px;
}
/* line 48, smash/modules/section_ltki/_section_ltki.scss */
#ltki_wrapper .ltki-container .ltki-feed {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 48, smash/modules/section_ltki/_section_ltki.scss */
  #ltki_wrapper .ltki-container .ltki-feed {
    display: none;
  }
}
/* line 56, smash/modules/section_ltki/_section_ltki.scss */
#ltki_wrapper .ltki-container .ltki-feed-mobile {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 56, smash/modules/section_ltki/_section_ltki.scss */
  #ltki_wrapper .ltki-container .ltki-feed-mobile {
    display: block;
  }
}
/* line 65, smash/modules/section_ltki/_section_ltki.scss */
#ltki_wrapper .ltki-container .ltki-cta {
  margin-top: 20px;
  text-align: center;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/section_ltki/_section_ltki.scss */
  #ltki_wrapper {
    padding: 30px 20px;
  }
  /* line 81, smash/modules/section_ltki/_section_ltki.scss */
  #ltki_wrapper .ltki-container .ltki-header {
    flex-direction: column !important;
    padding: 10px 0;
  }
  /* line 86, smash/modules/section_ltki/_section_ltki.scss */
  #ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-title {
    font-size: 32px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 10px;
  }
  /* line 93, smash/modules/section_ltki/_section_ltki.scss */
  #ltki_wrapper .ltki-container .ltki-header .ltki-header-col h3.ltki-subtitle {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 104, smash/modules/section_ltki/_section_ltki.scss */
#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;
}
/* line 107, smash/modules/section_ltki/_section_ltki.scss */
#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;
}

/* line 1, smash/modules/section_more_posts/_section_more_posts.scss */
#more_posts, #load_more_posts {
  padding: 50px;
}
/* line 4, smash/modules/section_more_posts/_section_more_posts.scss */
#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;
}
/* line 7, smash/modules/section_more_posts/_section_more_posts.scss */
#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;
}
/* line 12, smash/modules/section_more_posts/_section_more_posts.scss */
#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;
}
/* line 15, smash/modules/section_more_posts/_section_more_posts.scss */
#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: "playfair-display", serif;
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/section_more_posts/_section_more_posts.scss */
  #more_posts, #load_more_posts {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/section_more_posts/_section_more_posts.scss */
  #more_posts, #load_more_posts {
    padding: 50px 20px;
  }
  /* line 36, smash/modules/section_more_posts/_section_more_posts.scss */
  #more_posts .next-up-header, #load_more_posts .next-up-header {
    flex-direction: column !important;
  }
}

/* line 1, smash/modules/section_quote/_section_quote.scss */
.quote-wrapper {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  padding: 100px 50px;
}
/* line 5, smash/modules/section_quote/_section_quote.scss */
.quote-wrapper .quote-body {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-flex-direction: column !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  width: 100%;
  text-align: center;
}
/* line 11, smash/modules/section_quote/_section_quote.scss */
.quote-wrapper .quote-body .quote-text {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/section_quote/_section_quote.scss */
  .quote-wrapper {
    padding: 50px;
  }
  /* line 20, smash/modules/section_quote/_section_quote.scss */
  .quote-wrapper .quote-body .quote-text {
    font-size: 27px;
  }
}

/* line 1, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
#shop_highlights {
  position: relative;
  padding: 50px;
  background: #F3EAE3;
}
/* line 8, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
#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;
}
/* line 11, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
  position: relative;
  width: 42%;
}
/* line 16, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
#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: 65%;
  margin-right: -20px;
  padding-left: 65px;
}
/* line 22, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-title {
  text-align: center;
  margin-bottom: 0;
}
/* line 27, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-subtitle {
  font-style: italic;
  margin-bottom: 10px;
  margin-top: -10px;
  font-size: 11px;
  letter-spacing: 1px;
}
/* line 35, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
#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;
}
/* line 39, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product {
  width: 33%;
  padding: 20px;
  text-align: center;
}
/* line 46, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-cta {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  font-weight: 700;
}
/* line 51, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-cta:hover {
  border-bottom: 1px solid #F65765;
}
@media screen and (max-width: 1180px) {
  /* line 62, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
  #shop_highlights {
    padding: 50px 40px;
  }
  /* line 74, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    padding-left: 20px;
  }
  /* line 78, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product {
    padding: 8px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
  #shop_highlights {
    padding: 40px 20px;
  }
  /* line 91, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper {
    flex-direction: column !important;
  }
  /* line 94, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 99, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    padding-left: 0px;
    width: 100%;
    margin-right: 0px;
  }
  /* line 105, smash/modules/section_shop_highlights/_section_shop_highlights.scss */
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product {
    width: 50%;
    padding: 10px;
  }
}

/* line 1, smash/modules/section_shop_look/_section_shop_look.scss */
.shop-look {
  padding: 50px;
}
/* line 4, smash/modules/section_shop_look/_section_shop_look.scss */
.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;
}
/* line 7, smash/modules/section_shop_look/_section_shop_look.scss */
.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%;
}
/* line 12, smash/modules/section_shop_look/_section_shop_look.scss */
.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%;
}
/* line 16, smash/modules/section_shop_look/_section_shop_look.scss */
.shop-look .shop-look-container .shop-look-products-wrap .shop-look-image {
  width: 57%;
}
/* line 20, smash/modules/section_shop_look/_section_shop_look.scss */
.shop-look .shop-look-container .shop-look-products-wrap .shop-look-products {
  position: relative;
  width: 57%;
  margin-left: -14%;
  background: #ffffff;
  padding: 50px 20px;
}
/* line 29, smash/modules/section_shop_look/_section_shop_look.scss */
.shop-look .shop-look-container .shop-look-products-wrap .shop-look-products.slick-slider .slick-arrow.slick-prev {
  left: 2%;
}
/* line 32, smash/modules/section_shop_look/_section_shop_look.scss */
.shop-look .shop-look-container .shop-look-products-wrap .shop-look-products.slick-slider .slick-arrow.slick-next {
  right: 2%;
}

/* line 1, smash/modules/section_subscribe/_section_subscribe.scss */
#subscribe_section {
  position: relative;
  background: #F3EAE3;
  padding: 80px 50px;
}
/* line 6, smash/modules/section_subscribe/_section_subscribe.scss */
#subscribe_section .subscribe-wrapper {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
}
/* line 14, smash/modules/section_subscribe/_section_subscribe.scss */
#subscribe_section .subscribe-section-form {
  width: 60%;
  margin: 30px 0;
}
/* line 18, smash/modules/section_subscribe/_section_subscribe.scss */
#subscribe_section .subscribe-section-form h2 {
  font-size: 24px !important;
  letter-spacing: .5px;
  line-height: 25px;
  font-weight: 700;
}
/* line 26, smash/modules/section_subscribe/_section_subscribe.scss */
#subscribe_section .subscribe-section-form .formkit-header h2 {
  font-family: "poppins", sans-serif !important;
  line-height: 36px;
  letter-spacing: 1.5px;
}
/* line 33, smash/modules/section_subscribe/_section_subscribe.scss */
#subscribe_section .subscribe-section-form h3 {
  font-size: 20px !important;
  line-height: 21px;
  letter-spacing: .5px;
  font-family: "poppins", sans-serif !important;
}
/* line 40, smash/modules/section_subscribe/_section_subscribe.scss */
#subscribe_section .subscribe-section-form p {
  display: none !important;
}
/* line 44, smash/modules/section_subscribe/_section_subscribe.scss */
#subscribe_section .subscribe-section-form .formkit-fields {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
/* line 49, smash/modules/section_subscribe/_section_subscribe.scss */
#subscribe_section .subscribe-section-form .formkit-fields .formkit-field {
  width: 100%;
}
/* line 53, smash/modules/section_subscribe/_section_subscribe.scss */
#subscribe_section .subscribe-section-form .formkit-fields input {
  border: none !important;
  border-bottom: 1px solid #F65765 !important;
  width: 100% !important;
}
/* line 59, smash/modules/section_subscribe/_section_subscribe.scss */
#subscribe_section .subscribe-section-form .formkit-fields button {
  width: fit-content !important;
  text-transform: uppercase;
  font-family: "poppins", sans-serif;
  font-size: 11px;
}
/* line 69, smash/modules/section_subscribe/_section_subscribe.scss */
#subscribe_section .subscribe-section-image {
  width: 40%;
}
/* line 73, smash/modules/section_subscribe/_section_subscribe.scss */
#subscribe_section .subscribe-script {
  position: absolute;
  font-family: "AmsterdamTwo", sans-serif;
  color: #F65765;
  bottom: 12%;
  right: 10%;
  text-transform: capitalize;
  font-size: 32px;
}
@media screen and (max-width: 960px) {
  /* line 83, smash/modules/section_subscribe/_section_subscribe.scss */
  #subscribe_section .subscribe-wrapper {
    flex-direction: column !important;
  }
  /* line 87, smash/modules/section_subscribe/_section_subscribe.scss */
  #subscribe_section .subscribe-section-image {
    width: 70%;
    margin-bottom: -50px;
  }
  /* line 92, smash/modules/section_subscribe/_section_subscribe.scss */
  #subscribe_section .subscribe-section-form {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/section_subscribe/_section_subscribe.scss */
  #subscribe_section {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/section_subscribe/_section_subscribe.scss */
  #subscribe_section {
    padding: 80px 30px;
  }
  /* line 104, smash/modules/section_subscribe/_section_subscribe.scss */
  #subscribe_section .subscribe-section-image {
    width: 100%;
  }
  /* line 108, smash/modules/section_subscribe/_section_subscribe.scss */
  #subscribe_section .subscribe-script {
    bottom: 6%;
  }
}

/* line 1, smash/modules/section_subscribe_bar/_section_subscribe_bar.scss */
#subscribe_bar {
  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: 50px;
}
/* line 6, smash/modules/section_subscribe_bar/_section_subscribe_bar.scss */
#subscribe_bar > * {
  margin: 0 15px;
}
/* line 10, smash/modules/section_subscribe_bar/_section_subscribe_bar.scss */
#subscribe_bar .subscribe-bar-title {
  margin-bottom: 0;
}
/* line 16, smash/modules/section_subscribe_bar/_section_subscribe_bar.scss */
#subscribe_bar .subscribe-bar-body p {
  margin: 0;
}
/* line 23, smash/modules/section_subscribe_bar/_section_subscribe_bar.scss */
#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
  padding-bottom: 0 !important;
}
/* line 26, smash/modules/section_subscribe_bar/_section_subscribe_bar.scss */
#subscribe_bar .subscribe-bar-body #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input {
  border-radius: 0px;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  padding: 4px;
  margin: 7px;
}
@media screen and (max-width: 1180px) {
  /* line 1, smash/modules/section_subscribe_bar/_section_subscribe_bar.scss */
  #subscribe_bar {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  /* line 47, smash/modules/section_subscribe_bar/_section_subscribe_bar.scss */
  #subscribe_bar .mc-field-group {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  /* line 50, smash/modules/section_subscribe_bar/_section_subscribe_bar.scss */
  #subscribe_bar .mc-field-group br {
    display: none;
  }
  /* line 54, smash/modules/section_subscribe_bar/_section_subscribe_bar.scss */
  #subscribe_bar .mc-field-group .btn-primary {
    width: 210px;
  }
}

/* line 1, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.featured-products-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: center !important;
  -webkit-justify-content: center !important;
  margin-top: 20px;
}

/* line 6, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper {
  position: relative;
  padding: 50px;
  text-align: center;
}
/* line 11, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-inner {
  padding: 50px 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
/* line 17, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-inner .smash-tabbed-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%;
}
/* line 21, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-inner .smash-tabbed-header .featured-products-title {
  flex: 1;
}
/* line 25, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-inner .smash-tabbed-header .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-end !important;
  -webkit-justify-content: flex-end !important;
  flex: 2;
}
/* line 32, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-tabs {
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  cursor: pointer;
}
/* line 36, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-tabs .smash-tab {
  position: relative;
  padding: 5px 10px;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
/* line 44, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-tabs .smash-tab.active {
  background: #FFB5AF;
}
/* line 48, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-tabs .smash-tab:hover {
  color: #F65765;
}
/* line 54, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-content {
  position: relative;
  width: 100%;
}
/* line 58, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
/* line 68, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content:nth-child(1) {
  position: relative;
}
/* line 72, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.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;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  width: 100%;
}
/* line 76, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product {
  width: 25%;
  padding: 22px;
  text-align: center;
}
/* line 82, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product .product-body .product-description {
  display: none;
}
/* line 86, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product .product-body .product-title {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  /* line 92, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product:nth-child(-n+1) {
    display: none !important;
  }
}
/* line 99, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  /* line 108, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
  .smash-tabbed-wrapper .smash-tabbed-inner {
    margin: 70px 0 !important;
  }
  /* line 114, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner {
    flex-wrap: wrap;
  }
  /* line 117, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product {
    width: 50%;
    padding: 30px 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 6, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
  .smash-tabbed-wrapper {
    padding: 0 20px 30px 20px;
  }
  /* line 130, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
  .smash-tabbed-wrapper .smash-tabbed-inner .featured-products-header {
    flex-direction: column !important;
  }
  /* line 137, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner {
    padding-bottom: 30px;
  }
  /* line 140, smash/modules/section_tabbed_products/_section_tabbed_products.scss */
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product {
    width: 50%;
    padding: 20px 10px 0;
  }
}
/* Quick Links in Sidebar */
#custom_html-10 {
	border: 1px solid #979797; 
  outline: 1px solid #979797;
  outline-offset: -10px;
}
#custom_html-10 h2 {
	text-align: center;
  padding: 30px 0 10px 0;
}
#custom_html-10 div {
	padding: 0 0 20px 0;
}
#custom_html-10 div ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
/* Quick Links - end */

/* =======================
 * Styles Added By NPA 
 * =======================
 * */

 .npa2024-hidden-on-desktop {
  display: none;
}

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

.npa2024-hidden-on-desktop {
    display: unset;
}

.npa2024-hidden-on-mobile {
  display: none;
}

.npa2024-desktop-flex {
  display: block;
  width: 100%;
}

}

.npa2024-desktop-flex {
display: flex;
}

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

/* Homepage */

#loop_lately.npa-home-hero {
background-color: #F3EAE3;
padding: 20px 50px;
}

#loop_lately.npa-home-hero  .lately-posts-wrapper {
border: 2px solid #F65765;
}

#loop_lately.npa-home-hero .latetly-container, #loop_lately.npa-home-hero .lately-posts-wrapper .lately-post.lately-main .lately-post-body {
background-color: #F3EAE3;
}

#loop_lately.npa-home-hero .latetly-container {
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

#loop_lately.npa-home-hero .lately-posts-wrapper .lately-post.lately-main {
 -webkit-flex-direction: row-reverse !important;
}

#loop_lately.npa-home-hero .lately-loop-header {
margin-bottom: 0px;
}

#loop_lately.npa-home-hero .lately-loop-header .lately-loop-title {
position: relative;
margin-bottom: 0px;
}

#loop_lately.npa-home-hero .lately-loop-header .blob.new {
width: auto;
position: static;
transform: translate(0, 0);
}

#loop_lately.npa-home-hero .lately-posts-wrapper .lately-post.lately-main {
width: 100%;
}

#loop_lately.npa-home-hero .lately-posts-wrapper .lately-post.lately-main .lately-post-body .lately-post-cta {
display: inline-block;
background-color: #F65765;
color: white;
padding: 12px;
margin-right: 12px;
font-size: 16px;
}

#loop_lately.npa-home-hero .lately-posts-wrapper .lately-post.lately-main .lately-post-body .lately-post-link {
color: #F65765;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}

body.home #loop_lately.npa-home-hero .lately-posts-wrapper .lately-post.lately-main .lately-post-body h3.lately-post-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 24px;
}

body.home #loop_lately.npa-home-hero .lately-posts-wrapper .lately-post.lately-main .lately-post-body .lately-post-text {
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
#loop_lately.npa-home-hero .lately-posts-wrapper .lately-post.lately-main .lately-post-body {
  padding: 25px 15px 15px 15px;
  position: relative;
}

#loop_lately.npa-home-hero .lately-posts-wrapper .lately-post.lately-main .lately-post-body .lately-post-cta {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 12px
  padding-top: 48px;
  position: relative;
}
#loop_lately.npa-home-hero .lately-posts-wrapper .lately-post.lately-main {
 -webkit-flex-direction: column !important;
}
.npa2024-desktop-flex {
  display: block;
  width: 100%;
}

body.home #loop_lately.npa-home-hero .lately-posts-wrapper .lately-post.lately-main .lately-post-body h3.lately-post-title {
  font-size: 24px;
}

#loop_lately.npa-home-hero .lately-loop-header {
  position: absolute;
  top: 20px;
  right: 10vw;
}

#loop_lately.npa-home-hero .lately-loop-header .blob.new {
  width: 100px;
}
}

@media only screen and (max-width:600px) {
#loop_lately.npa-home-hero .lately-loop-header {
  align-self: flex-end;
}

#loop_lately.npa-home-hero .lately-loop-header .blob.new {
  transform: translate(-10%, 0) rotate(5deg);
}

#loop_lately.npa-home-hero .lately-posts-wrapper .lately-post.lately-main .lately-post-body .lately-post-cta + .lately-post-link {
  display: block;
  font-size: 16px;
  text-align: center;
}

#loop_lately.npa-home-hero .lately-posts-wrapper .lately-post.lately-main .lately-post-body .lately-post-link {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 16px 0px;
}
}

/* Featured Categories Carousel */

#npa2024-carousel-2.off {
display: block;
}

#npa2024-carousel-2 {
/*
padding-top: 40px;
padding-bottom: 0px;
*/
position: relative;
padding: 40px 20px 0 20px;
}

#npa2024-carousel-2 .owl-stage-outer {
overflow: hidden;
}

#npa2024-carousel-2.container-xl {
overflow: hidden;
}

#npa2024-carousel-2 .owl-stage-outer .owl-stage {
display: flex;
}

#npa2024-carousel-2 .owl-stage-outer .owl-stage .owl-item {
display: flex;
justify-content: center;
}

#npa2024-carousel-2 .owl-dots {
display: none;
}

#npa2024-carousel-2 .owl-nav {
position: absolute;
top: 46%;
width: 100%;
z-index: 10;
left: 0;
top: calc(50% - 16px);
}

#npa2024-carousel-2 .owl-nav.disabled {
display: none;
}

#npa2024-carousel-2 .owl-nav button {
width: 20px;
height: 20px;
position: absolute;
}

#npa2024-carousel-2 .owl-nav button span {
font-size: 32px;
}

#npa2024-carousel-2 .owl-nav button.owl-prev {
left: 0%;
}

#npa2024-carousel-2 .owl-nav button.owl-next {
right: 0%;
}

#npa2024-carousel-2 .npa2024-featured-category-circle {
text-align: center;
}

#npa2024-carousel-2 .npa2024-featured-category-circle img {
width: 140px;
height: 140px;
border-radius: 50%;
overflow: hidden;
object-fit: cover;
object-position: top;
}

#npa-featured-categories {
padding-top: 20px;
}

#npa-featured-categories .npa2024-super-header {
 text-align: center;
 font-family: "AmsterdamTwo", sans-serif;
 font-size: 24px;
 margin-bottom: 12px;
}

#npa-featured-categories .owl-carousel .npa2024-featured-category-circle p {
color: #FF455D;
font-family: "Poppins", sans-serif;
font-weight: bold;
font-size: 12px;
background-color: #F3EAE3;
border-radius: 20px;
}

@media only screen and (max-width:600px) {
#npa2024-carousel-2 .npa2024-featured-category-circle img {
  width: 150px;
  height: 150px;
}
}

@media only screen and (min-width: 1000px) {
#npa-featured-categories #npa2024-carousel-2 {
display: flex;
justify-content: space-around;
}
}

/* Recent Posts Carousel */
#npa-recent-posts {
padding: 40px 20px;
}
#npa-recent-posts .npa2024-text-center {
text-align: center;	
}

#npa-recent-posts .npa2024-super-header {
font-family: "AmsterdamTwo", sans-serif;
font-size: 22px;
}

#npa-recent-posts .npa2024-section-title {
font-family: "playfair-display", serif;
font-weight: bold;
font-size: 36px;
margin-bottom: 42px;
position: relative;
}

#npa-recent-posts .npa2024-section-title::after {
content: '';
display: block;
position: absolute;
top: 103%;
left: 0%;
right: 10%;
z-index: 1;
width: 90%;
height: 3px;
background: #755925;
background: -webkit-linear-gradient(to right, #755925, #E5B957, #755925);
background: linear-gradient(to right, #755925, #E5B957, #755925);
}

#npa-recent-posts .npa2024-carousel-1 {
  margin-bottom: 0px;
  position: relative;
}
#npa-recent-posts .npa2024-heading {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

#npa-recent-posts .npa2024-carousel-stage {
 width: 100%;
 overflow: hidden;
 position: relative;
}

#npa-recent-posts .npa2024-carousel-inner {
  width: 600%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 7.5%);
  column-gap: 1%;
  position: relative;
  transition: 0.5s left;
  left: 0;
}

#npa-recent-posts .npa2024-carousel-1 .owl-stage-outer {
 overflow: hidden;
}

#npa-recent-posts .npa2024-carousel-1 .owl-stage-outer .npa2024-product-image {
  display: block;
  position: relative;
  height: 500px !important;
  margin-bottom: 12px;
  border: 1px solid #777;
}

#npa-recent-posts .npa2024-carousel-1 .owl-stage-outer .npa2024-read-more {
  display: block;
  color: #F65765;
  text-transform: uppercase;
  position: relative;
  margin-top: 10px;
}

#npa-recent-posts .npa2024-carousel-1 .owl-stage-outer .npa2024-read-more::after {
  content: '>';
}

#npa-recent-posts .npa2024-carousel-1 .owl-nav {
  position: absolute;
  width: 104%;
  left: -2%;
  top: 240px;
}

#npa-recent-posts .npa2024-carousel-1 .owl-nav button {
  width: 36px;
  height: 36px;
  position: absolute;
  cursor: pointer;
  background-color: #F1EAE4;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#npa-recent-posts .npa2024-carousel-1 .owl-nav button span {
  width: 28px;
  height: 28px;
  display: inline-block;
  font-size: 60px;
  font-weight: 100;
  line-height: 28px;
  position: relative;
  top: -4px;
}

#npa-recent-posts .npa2024-carousel-1 .owl-nav button.owl-next {
background-color: #F65765;
color: #F1EAE4;
}


#npa-recent-posts .npa2024-carousel-1 .owl-nav button.owl-prev {
  left: -24px;
}

#npa-recent-posts .npa2024-carousel-1 .owl-nav button.owl-next {
  right: -24px;
}

#npa-recent-posts .npa2024-carousel-1 .owl-dots {
display: flex;
justify-content: center;
align-items: center;
margin-top: -4px;
}

#npa-recent-posts .npa2024-carousel-1 button.owl-dot.active {
background-color: #F65765;
}

#npa-recent-posts .npa2024-carousel-1 button.owl-dot {
width: 18px;
height: 18px;
border-radius: 10px !important;
background-color: #474747;
overflow: hidden;
margin-right: 10px;
margin-top: 30px;
}

.npa2024-product-image:hover .npa2024-overlay-img {
 display: block;
}

.npa2024-overlay-img {
  display: none;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
}

.npa2024-geo-based {
   padding: 40px 0px;
}

.npa2024-circle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-40px);
}

.npa2024-carousel-control {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 15%;
 cursor: pointer;
}

.npa2024-carousel-control-prev,
.npa2024-carousel-control-next {
 position: absolute;
 top: 0;
 bottom: 0;
 z-index: 10;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 text-align: center;
 opacity: 1;
 transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
 .npa2024-carousel-control-prev,
 .npa2024-carousel-control-next {
   transition: none;
 }
}

.npa2024-carousel-control-prev:hover,
.npa2024-carousel-control-prev:focus,
.npa2024-carousel-control-next:hover,
.npa2024-carousel-control-next:focus {
 text-decoration: none;
 outline: 0;
}

.npa2024-carousel-control-prev {
 left: 0px;
}

.npa2024-carousel-control-next {
 right: 0px;
}

.npa2024-carousel-control-prev-icon,
.npa2024-carousel-control-next-icon {
 display: inline-block;
 width: 30px;
 height: 30px;
 background: no-repeat 50% / 100% 100%;
}

.npa2024-carousel-control-prev-icon {
 background-image: url("https://fabulousafter40com.bigscoots-staging.com/wp-content/uploads/2024/06/chevron.png");
 transform: rotate(180deg);
}

.npa2024-carousel-control-next-icon {
 background-image: url("https://fabulousafter40com.bigscoots-staging.com/wp-content/uploads/2024/06/chevron.png");
}

.sr-only {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
 position: static;
 width: auto;
 height: auto;
 overflow: visible;
 clip: auto;
 white-space: normal;
}

@media only screen and (max-width:768px) {
 #npa-recent-posts .npa2024-carousel-1 {
   padding: 0px 30px;
 }

#npa-recent-posts .npa2024-carousel-1 .owl-stage-outer .npa2024-product-image {
  height: 450px !important;
}

#npa-recent-posts .npa2024-carousel-1 .owl-stage-outer .lately-post-title {
  font-family: "playfair-display", serif;
  font-weight: bold;
  font-size: 18px;
}

#npa-recent-posts .npa2024-carousel-1 .owl-stage-outer .npa2024-read-more {
  font-family: "Poppins", sans-serif;
  font-weight:bold;
  font-size: 16px;
}

#npa-recent-posts .npa2024-carousel-1 .owl-nav button span   {
  font-size: 40px;
}

#npa-recent-posts .npa2024-carousel-1 .owl-nav button.owl-prev {
  left: -6px;
}

#npa-recent-posts .npa2024-carousel-1 .owl-nav button.owl-next {
  right: -6px;
}

#npa-recent-posts .npa2024-carousel-1 button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 8px !important;
  flex-shrink: 0;
  flex-grow: 0;
}
}

@media only screen and (max-width: 600px) {
 #npa-recent-posts .npa2024-section-title {
   font-size: 28px;
   line-height: 1.4;
 }
}

@media only screen and (min-width: 768px) {
 .npa2024-heading {
   font-size: 2.25rem;
   margin-bottom: 2rem;
 }
 .npa2024-carousel-inner {
   width: 400%;
   grid-template-columns: repeat(auto-fit, 7.415%);
   column-gap: 1%;
 }
 .npa2024-carousel-control-prev {
   left: -44px;
 }
 .npa2024-carousel-control-next {
   right: -14px;
 }
}

@media only screen and (min-width: 1200px) {
 .npa2024-heading {
   font-size: 2.5rem;
   margin-bottom: 2rem;
 }

 .npa2024-carousel-inner {
   width: 300%;
   grid-template-columns: repeat(auto-fit, 7.4%);
   column-gap: 1%;
 }
}

#npa-recent-posts .container-lg {

}

.npa2024-carousel-1 .owl-stage-outer .owl-stage {
display: flex;
}

/* CTA Section */
.npa-cta-section.banner-cta-wrapper {
padding: 24px 0px;
min-height: 260px;
}

.npa-cta-section.banner-cta-wrapper .banner-cta-content .banner-cta {
  padding: 12px 18px !important;
  background-color: #F65765 !important;
  border: 2px solid #F65765 !important;
  margin-top: 0px;
  font-weight: 400 !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
}

.banner-cta-wrapper.npa-cta-section .blob.quiz {
left: 5%;
top: 18px;
}

.banner-cta-wrapper.npa-cta-section .banner-cta-content .banner-cta-title {
position: relative;
}

.banner-cta-wrapper.npa-cta-section .banner-cta-content .banner-cta-title:after {
  content: '';
  display: block;
  position: absolute;
  top: 110%;
  left: 10%;
  right: 10%;
  z-index: 2;
  width: 80%;
  height: 3px;
  background: #755925;
  background: -webkit-linear-gradient(to right, #755925, #E5B957, #755925);
  background: linear-gradient(to right, #755925, #E5B957, #755925);
}

@media only screen and (max-width:768px) {
.npa-cta-section.banner-cta-wrapper {
  padding: 50px 15px 70px 15px;
}

.banner-cta-wrapper.npa-cta-section .banner-cta-content .banner-cta-title {
  font-size: 28px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 30px;
}

.banner-cta-wrapper.npa-cta-section .banner-cta-content .banner-cta-form {
  font-size: 14px;
  line-height: 1.7;
}
  
.banner-cta-wrapper.npa-cta-section .blob.quiz {
  width: 190px;
  left: 50%;
  transform: translateX(-95px);
}

.npa-cta-section.banner-cta-wrapper .banner-cta-content .banner-cta {
  padding: 12px 12px !important;
  font-size: 16px !important;
  margin-top: 0px;
}
}

@media only screen and (max-width:960px) {
.banner-cta-wrapper.npa-cta-section .banner-cta-content .banner-cta-title {
  font-size: 28px;
  line-height: 1.3;
  position: relative;
}

.banner-cta-wrapper.npa-cta-section .banner-cta-content .banner-cta-title:after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: 110% !important;
  left: 10% !important;
  right: 10% !important;
  z-index: 2;
  width: 80%;
  height: 3px;
  background: #755925;
  background: -webkit-linear-gradient(to right, #755925, #E5B957, #755925);
  background: linear-gradient(to right, #755925, #E5B957, #755925);
}
}

/* Newsletter Section */
.npa2024-w-md-5-of-12 {
width: 41.667%;
}
.npa2024-w-md-7-of-12 {
width: 58.333%;
}
#npa-newsletter-section {
padding: 60px 20px 20px 20px;
}
#npa-newsletter-section .npa2024-super-header {
font-family: "AmsterdamTwo", sans-serif;
font-size: 24px;
margin-bottom: 12px;
}

#npa-newsletter-section .npa2024-section-title {
font-family: "playfair-display", serif;
font-weight: bold;
font-size: 36px;
margin-bottom: 36px;
line-height: 1.17;
position: relative;
}

@media only screen and (max-width:768px) {
#npa-newsletter-section .npa2024-section-title {
  font-size: 28px;
}
}

#npa-newsletter-section .npa2024-section-title::after {
content: '';
display: block;
position: absolute;
bottom: -10px;
left: 0%;
right: 5%;
z-index: 1;
width: 95%;
height: 3px;
background: #755925;
background: -webkit-linear-gradient(to right, #755925, #E5B957, #755925);
background: linear-gradient(to right, #755925, #E5B957, #755925);
}

#npa-newsletter-section .npa2024-primary-cta {
display: inline-flex;
margin-right: 12px;
padding: 12px;
color: white;
background-color: #F65765;
white-space: nowrap;
align-items: center;
text-align: center;
}

#npa-newsletter-section .npa2024-secondary-cta {
display: inline-flex;
padding: 12px;
white-space: nowrap;
align-items: center;
position: relative;
z-index: 10;
text-align: center;
}

#npa-newsletter-section .npa2024-secondary-cta::after {
 content: '\02C3';
 transform: scale(1.5);
 display: inline-block;
 margin-left: 8px;
 margin-top: 6px;
 
}

.npa-newsletter-section .npa2024-w-md-7-of-12 {
  background-image: url(https://www.fabulousafter40.com/wp-content/uploads/2025/01/wave.png);
  background-size: contain;
  background-position: 10px bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.npa-newsletter-section .npa2024-w-md-7-of-12 img.npa2024-w-100 {
  width: 70%;
  display: block;
  margin: 0px auto 20px auto;
}

@media only screen and (max-width: 768px) {
.npa2024-w-md-5-of-12,
.npa2024-w-md-7-of-12 {
  width: 100%;
}

#npa-newsletter-section .npa2024-primary-cta, 
#npa-newsletter-section .npa2024-secondary-cta {
  display: block;
}
}

/* Style for Shop LTK and Amazon Products Section */
#npa-ltk-amazon-deals {
background-color: #F3EAE3;
padding: 40px 0;
text-align center;
background-image: url('https://fabulousafter40com.bigscoots-staging.com/wp-content/uploads/2022/07/Rectangle-296-1-scaled.jpeg');
background-size: cover;
background-position: left;
}

#npa-ltk-amazon-deals .npa2024-section-title {
font-family: "playfair-display", serif;
font-weight: bold;
font-size: 36px;
line-height: 1.17;
}

#npa-ltk-amazon-deals .npa2024-section-description {
text-align: center;
padding: 0 20px;
}

#npa-ltk-amazon-deals .npa2024-collection-list-title {
font-size: 16px;
font-family: "Poppins", sans-serif;
font-weight: 600;
text-align: center;
margin-bottom: 20px;
}

#npa-ltk-amazon-deals .npa2024-home-ltk-collection .owl-stage-outer .owl-stage, #npa-ltk-amazon-deals .npa2024-home-amazon-collection .owl-stage-outer .owl-stage {
display: flex;
}

#npa-ltk-amazon-deals .npa2024-home-ltk-collection, #npa-ltk-amazon-deals .npa2024-home-amazon-collection {
margin-bottom: 30px;
}

#npa-ltk-amazon-deals .npa2024-home-ltk-collection.owl-carousel .owl-nav, 
#npa-ltk-amazon-deals .npa2024-home-amazon-collection.owl-carousel .owl-nav, 
#npa-ltk-amazon-deals .npa2024-home-ltk-collection.owl-carousel .owl-dots, 
#npa-ltk-amazon-deals .npa2024-home-amazon-collection.owl-carousel .owl-dots
{
display: none !important;
}

#npa-ltk-amazon-deals .npa2024-home-ltk-cta, 
#npa-ltk-amazon-deals .npa2024-home-amazon-cta {
display: flex;
justify-content: center;
margin-bottom: 50px;
}

#npa-ltk-amazon-deals .npa2024-home-ltk-cta-btn, 
#npa-ltk-amazon-deals .npa2024-home-amazon-cta-btn {
padding: 12px 48px;
background-color: #F65765;
color: #FFF;
}

#npa-ltk-amazon-deals .npa2024-section-title {
 position: relative;
 padding-bottom: 3px;
}

#npa-ltk-amazon-deals .npa2024-section-title::after {
 content: '';
 display: block;
 position: absolute;
 top: 103%;
 left: 10%;
 right: 10%;
 z-index: 1;
 width: 80%;
 height: 3px;
 background: #755925;
 background: -webkit-linear-gradient(to right, #755925, #E5B957, #755925);
 background: linear-gradient(to right, #755925, #E5B957, #755925);
}

.npa2024-ltk-amazon-flex {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 3%;
}

.npa2024-ltk-amazon-flex .npa2024-amazon-ltk-card {
width: 40%;
flex-grow: 0;
flex-shrink: 0;
text-align: center;
min-height: 450px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
}

.npa2024-ltk-amazon-flex .npa2024-amazon-ltk-card a {
background-color: #F65765;
color: white;
padding: 10px 16px;
}



@media only screen and (max-width:768px) {
#npa-ltk-amazon-deals .npa2024-section-title {
  font-size: 24px;
  text-align: center;
  padding: 0px 18px 4px 18px;
  margin-bottom: 28px;
  line-height: 1.4;
}

#npa-ltk-amazon-deals .npa2024-home-ltk-collection, #npa-ltk-amazon-deals .npa2024-home-amazon-collection {
  margin-bottom: 12px;
}

#npa-ltk-amazon-deals .npa2024-home-ltk-cta, #npa-ltk-amazon-deals .npa2024-home-amazon-cta {
  width: 100%;
}

#npa-ltk-amazon-deals .npa2024-home-ltk-cta-btn, #npa-ltk-amazon-deals .npa2024-home-amazon-cta-btn {
  flex-grow: 1;
  max-width: 90%;
  text-align: center;
}

.npa2024-ltk-amazon-flex .npa2024-amazon-ltk-card {
width: 90%;
min-height: 450px;
margin-bottom: 30px;
}
}

@media only screen and (min-width: 1000px) {
#npa-ltk-amazon-deals .npa2024-section-title {
  max-width: 600px;
  text-align: center;
  margin: 10px auto 30px auto;
}


#npa-ltk-amazon-deals .npa2024-section-description {
  max-width: 700px;
  text-align: center;
  margin: 10px auto 30px auto;
}

#npa-ltk-amazon-deals .npa2024-home-ltk-collection.owl-carousel, #npa-ltk-amazon-deals .npa2024-home-amazon-collection.owl-carousel {
display: flex;
justify-content: space-between;
}

#npa-ltk-amazon-deals .npa2024-home-ltk-collection.owl-carousel .item{
  max-width: 23%;
} 

#npa-ltk-amazon-deals .npa2024-home-amazon-collection.owl-carousel .item {
  max-width: 18%;
}
}

/* Dress Me Deb Daily Section Styles */
#npa-dressme-deb-articles {
padding: 20px 30px 40px 30px;
}

#npa-dressme-deb-articles .npa2024-super-header {
  font-family: "AmsterdamTwo", sans-serif;
  font-size: 24px;
  margin-bottom: 12px;
  padding: 20px 0 0 4px;
}

#npa-dressme-deb-articles .npa2024-section-title {
font-family: "playfair-display", serif;
font-weight: bold;
font-size: 32px;
text-align: left;
margin-bottom: 32px;
}

#npa-dressme-deb-articles .npa2024-section-description {
text-align: left;
max-width: 80%;
margin: 30px 0px;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel {
position: relative;
padding: 0px 12px;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel .owl-stage-outer {
overflow: hidden;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel .owl-nav {
  position: absolute;
  width: 104%;
  left: -2%;
  top: 220px;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel .owl-nav button {
  width: 36px;
  height: 36px;
  position: absolute;
  cursor: pointer;
  background-color: #F1EAE4;
  border-radius: 50% !important;
  display: flex
;
  justify-content: center;
  align-items: center;
}


#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel .owl-nav button span {
  width: 28px;
  height: 28px;
  display: inline-block;
  font-size: 60px;
  font-weight: 100;
  line-height: 28px;
  position: relative;
  top: -4px;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel .owl-nav button.owl-prev {
  left: 6px;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel .owl-nav button.owl-next {
  right: 6px;
  background-color: #F65765;
  color: #F1EAE4;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel button.owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 10px !important;
  background-color: #474747;
  overflow: hidden;
  margin-right: 10px;
  margin-top: 30px;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel .owl-stage-outer .owl-stage .item img {
width: 100%;
height: 450px;
object-fit: cover;
object-position: center;
}

.npa-dressme-deb-articles-carousel .owl-stage-outer .owl-stage {
display: flex;
flex-wrap: wrap;
}

#npa-dressme-deb-articles .npa2024-section-title {
 position: relative;
 padding-bottom: 3px;
 margin-bottom: 20px;
}

#npa-dressme-deb-articles .npa2024-section-title::after {
 content: '';
 display: block;
 position: absolute;
/* bottom: -10px; */
 top: 103%;
 left: 0%;
 right: 20%;
 z-index: 1;
 height: 3px;
 margin: 0 auto;
 background: #755925;
 background: -webkit-linear-gradient(to right, #755925, #E5B957, #755925);
 background: linear-gradient(to right, #755925, #E5B957, #755925);
}

#npa-dressme-deb-articles .npa2024-collection_item p {
max-width: 80%;
margin: -20px auto 0 auto;
text-align: center;
font-size: 14px;
line-height: 1.2;
background-color: #F3EAE3;
padding: 6px;
position: relative;
z-index: 10;
height: 60px;
display: flex;
flex-direction: column;
justify-content: center;
}

#npa-dressme-deb-articles .npa2024-text-center {
text-align: center;	
}

#npa-dressme-deb-articles .npa2024-view-all {
display: inline-block;
text-align: center;
margin: 0 auto;
font-size: 16px;
font-family: "Poppins", sans-serif;
color: #F65765;
font-weight: bold;
}

#npa-dressme-deb-articles .npa2024-view-all::before {
 content: '';
 display: block;
 width: 40px;
 height: 1px;
 text-align: center;
 background-color: #F65765;
 margin: 20px auto;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel .owl-dots {
display: flex;
justify-content: center;
align-items: center;
margin-top: -4px;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel button.owl-dot {
width: 18px;
height: 18px;
border-radius: 9px !important;
background-color: #474747;
overflow: hidden;
margin-right: 8px;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel button.owl-dot.active {
background-color: #F65765;
}

@media only screen and (max-width: 768px) {
#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel {
padding: 0px 20px;
}
#npa-dressme-deb-articles .container-xl {
  width: 90%;
  margin: 0px auto;
  overflow: hidden;
}
#npa-dressme-deb-articles .npa2024-section-title {
font-size: 28px;
margin-bottom: 24px;
padding-bottom: 2px;
}
#npa-dressme-deb-articles .npa2024-view-all {
  margin-top: 24px;
}

#npa-dressme-deb-articles .npa2024-view-all::before {
  content: none;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 9px !important;
  margin-right: 8px;
}

#npa-dressme-deb-articles .npa2024-section-description {
  max-width: 100%;
}
}

@media only screen and (min-width: 1000px) {

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel .item {
  max-width: 24%;
  max-height: 400px;
}

#npa-dressme-deb-articles .npa-dressme-deb-articles-carousel .item img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
}

/* Fab Finds Section */
#npa-fab-finds {
padding: 20px 0;	
}

#npa-fab-finds .npa2024-half-width:first-child {
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px;
}

#npa-fab-finds .npa2024-half-width:first-child h2 {
font-size: 36px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 20px;
}

#npa-fab-finds .npa2024-half-width:first-child p {
font-size 20px;
}

#npa-fab-finds .npa2024-half-width {
width: 100%;
}

#npa-fab-finds .npa-fab-finds-carousel .owl-stage-outer .owl-stage {
display: flex;
padding: 20px;
}

#npa-fab-finds .npa-fab-finds-carousel {
position: relative;
min-height: 200px;
overflow: hidden;
}

#npa-fab-finds .npa-fab-finds-carousel .owl-stage-outer {
overflow: hidden;
width: calc(100% - 20px);
width: 100%;
margin: 0 auto;
}

#npa-fab-finds .npa-fab-finds-carousel .owl-nav {
position: absolute;
width: 100%;
height: 30px;
top: 50%;
top: calc(50% - 15px);
}

#npa-fab-finds .npa-fab-finds-carousel .owl-nav button {
width: 10px;
height: 100%;
position: absolute;
color: #000;
font-size: 28px;
z-index: 100;
}

#npa-fab-finds .npa-fab-finds-carousel .owl-nav button.owl-prev {
left: 4px;
height: 100%;
background-color: white;
}

#npa-fab-finds .npa-fab-finds-carousel .owl-nav button.owl-next {
left: calc(100% - 14px);
height: 100%;
background-color: white;
}

#npa-fab-finds .npa-fab-finds-carousel .owl-dots {
display: flex;
justify-content: center;
align-items: center;
margin-top: -4px;
}

#npa-fab-finds .npa-fab-finds-carousel button.owl-dot {
width: 18px;
height: 18px;
border-radius: 10px !important;
background-color: #474747;
overflow: hidden;
margin-right: 10px;
margin-top: 30px;
}

#npa-fab-finds .npa2024-primary-cta {
display: block;
width: 100%;
text-align: center;
padding: 8px 12px;
background-color: #F65765;
color: #FFF;
text-transform: uppercase;
margin-bottom: 8px;
}

#npa-fab-finds .npa2024-secondary-cta {
display: block;
width: 100%;
text-align: center;
padding: 8px 12px;
color: #F65765;
text-transform: uppercase;
font-weight: 500;
}

.npa2024-secondary-cta::after {
content: '>';
display: inline;
}


#npa-fab-finds .npa-fab-finds-carousel button.owl-dot.active {
background-color: #F65765;
}

@media only screen and (max-width: 768px) {
#npa-fab-finds .npa2024-half-width:first-child h2 {
  font-size: 24px;
}

#npa-fab-finds .npa-fab-finds-carousel button.owl-dot {
width: 14px;
height: 14px;
border-radius: 10px !important;
margin-right: 6px;
margin-top: 20px;
}
}

@media only screen and (min-width:1000px) {
#npa-fab-finds .npa2024-md-flex {
  display: flex;
  column-gap: 2%;
}

#npa-fab-finds .npa2024-half-width {
  flex-basis: 48%;
  width: 48%;
  padding: 28px 14px;
}

#npa-fab-finds .npa2024-primary-cta.npa2024-mr-md-2 {
  margin-right: 8px;
}

#npa-fab-finds .npa2024-primary-cta, #npa-fab-finds .npa2024-secondary-cta {
display: inline-block;
width: auto;
}

#npa-fab-finds .npa-fab-finds-carousel .owl-nav button.owl-prev {
left: 0px;
}

#npa-fab-finds .npa-fab-finds-carousel .owl-nav button.owl-next {
left: unset;
right: 0px;
background-color: white;
}

}

/* Affiliate Links Section */
#npa-affiliate-links {
padding: 40px 0;	
display: block !important;
}

#npa-affiliate-links .npa2024-md-flex {
display: flex;		
}

#npa-affiliate-links .npa2024-half-width:first-child {
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px;
}

#npa-affiliate-links .npa2024-half-width {
width: 100%;
padding: 20px;
}

#npa-affiliate-links .npa2024-section-title {
  font-family: "playfair-display", serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.17;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width:768px) {
#npa-affiliate-links .npa2024-section-title {
  font-size: 28px;
}
}

#npa-affiliate-links .npa2024-section-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 104%;
  left: 30%;
  right: 30%%;
  z-index: 1;
  width: 40%;
  height: 3px;
  background: #755925;
  background: -webkit-linear-gradient(to right, #755925, #E5B957, #755925);
  background: linear-gradient(to right, #755925, #E5B957, #755925);
}

#npa-affiliate-links .npa2024-section-description {
text-align: center;
}

#npa-affiliate-links a.npa2024-primary-cta {
  display: inline-block;
  background-color: #F65765;
  color: #FFF;
  padding: 10px 16px;
  margin-top: 32px;
}

@media only screen and (min-width: 960px) {
#npa-affiliate-links .npa2024-section-title {
  max-width: 600px;
  margin: 10px auto 30px auto;
}
}

#npa-affiliate-links .npa2024-half-width h3.npa2024-section-subheading {
font-size: 30px;
padding-bottom: 20px;
}

#npa-affiliate-links .npa2024-half-width .npa2024-section-body {
line-height: 1.7;
margin-bottom: 30px;
}

#npa-affiliate-links .npa2024-half-width h3.np25-shop-title {
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
font-size: 40px;
font-family: "AmsterdamTwo", sans-serif;
line-height: 25px;
}

#npa-affiliate-links .npa2024-half-width:first-child img {
max-height: 500px;
object-fit: cover;
object-position: top;
}

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

#npa-affiliate-links .npa2024-half-width:first-child h2 {
  font-size: 24px;
}

#npa-affiliate-links .npa2024-md-flex {
display: block;		
}

}

@media only screen and (min-width:1000px) {

#npa-affiliate-links .npa2024-half-width   {
  flex-basis: 48%;
  width: 48%;
  padding: 28px 14px;
}

#npa-affiliate-links .npa2024-primary-cta.npa2024-mr-md-2 {
  margin-right: 8px;
}

}



/* Instagram Section */
.ig-section {
background-color: #FFF;
padding: 20px 0px 60px 0px;
}

.ig-section .ig-container {
padding: 0px 20px 0px 20px;
}

.ig-section .ig-container .ig-feed {
  display: flex;
  flex-direction: column;
}

.ig-section .ig-container .ig-feed .ig-cta {
  position: static;
  background-color: #FFF !important;
  border: none !important;
  color: #000 !important;
  margin-bottom: 16px;
}

.ig-section .ig-container .ig-feed .ig-cta:hover {
 background-color: #FFF !important;
 border: none !important;
 color: #000 !important;
}

.ig-section .ig-container .ig-header .ig-title {
font-family: 'playfair-display', serif;
font-size: 36px;
font-weight: bold;
position: relative;
}

.ig-section .ig-container .ig-feed #sb_instagram {
  display: flex;
  flex-direction: column-reverse;
}

.ig-section .ig-container .ig-header .ig-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 110%;
  left: 10%;
  right: 10%;
  z-index: 1;
  height: 3px;
  margin: 12px auto 0px auto;
  background: #755925;
  background: -webkit-linear-gradient(to right, #755925, #E5B957, #755925);
  background: linear-gradient(to right, #755925, #E5B957, #755925);
}

.npa2024-insta-post-grid {
display: grid;
grid-template-columns: repeat(5,1fr);
column-gap: 10px;
}

@media only screen and (max-width:768px) {
.ig-section .ig-container .ig-header .ig-title {
font-size: 24px;
}
.ig-section .ig-container {
  padding: 20px;
}

.npa2024-insta-post-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 10px;
}

.npa2024-insta-post-grid .npa2024-insta-post-card:last-child {
  display: none;
}

}

/* =======================
* Megamenu 
* =======================
* */

html.scroll-disabled,
body.scroll-disabled {
/*
width: 100vw;
height: 100%;
overflow-x: hidden;
overflow-y: hidden;
*/
}

.npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children > div.submenu.npa2024-block {
opacity: 1;
height: auto;
}

.npa2024-none {
display: none;
}

.pre-header {
padding: 6px 20px;
position: fixed;
top: 0px;
right: 0px;
z-index: 1002;
background-color: #FFF;
height: 98px;
}
.npa2024-header {
padding: 16px 0px 16px 0;
background-color: #FFF;
position: fixed;
z-index: 1001;
top: 0px;
width: 75%;
}

.pre-header .pre-header-block-right {
flex-grow: 1;
}

.pre-header .pre-header-block-right .basic-search-form {
max-width: 320px;
margin: 0px;
}

@media only screen and (max-width: 768px) {
.pre-header .pre-header-block-right .basic-search-form {
  display: none;
}
}

#content {
padding-top: 80px;
}

@media only screen and (min-width:960px) {
#content {
  padding-top: 130px;
}
.pre-header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 1001;
}
.npa2024-header {
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 1001;
  background-color: #FFF;
  height: 97px;
}
body.logged-in.admin-bar .pre-header {
  top: 32px;
}
body.logged-in.admin-bar .npa2024-header {
  top: 72px;
}
.header-search {
  position: fixed;
  top: 115px;
  z-index: 1001;
}

body.logged-in.admin-bar .header-search {
  position: fixed;
  top: 130px;
  z-index: 1001;
}
.header-search.npa2024-height-collapsed + .npa2024-header + #waypoint + #content {
  padding-top: 130px;
 }

 .header-search + .npa2024-header + #waypoint + #content {
  padding-top: 170px;
 }
}

.header-search {
padding: 24px 0px;
background-color: #F3EAE3 !important;
margin-bottom: 0px !important;
}

.header-search .npa-search-expander {
  margin-top: 6px;
}

#npa2024-search-btn {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
display: flex;
align-items: center;
cursor: pointer;
}

@media only screen and (min-width:768px) {
#npa2024-search-btn {
  display: none;
}
}

#npa2024-search-btn::before {
content:'';
display: inline-block;
width: 12px;
height: 12px;
margin-right: 4px;
background-image: url('https://fabulousafter40com.bigscoots-staging.com/wp-content/uploads/2024/11/search.png');
background-size: contain;
background-repeat: no-repeat;
}

.header-search.npa2024-height-collapsed {
height: 0px;
overflow: hidden;
padding: 0px 0px !important;
}

.npa2024-header .npa2024-flex-ends {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.npa2024-header .npa2024-flex-ends .mainmenu {
  display: none;
  position: absolute;
  font-size: 18px;
  top: 92px;
  list-style-type: none;
  height: 64px;
  align-items: center;
}

.npa2024-header .npa2024-flex-ends .mainmenu,
.npa2024-header .npa2024-flex-ends .submenu-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.npa2024-header .npa2024-flex-ends .mainmenu li.menu-item a {
  color: #222;
  text-decoration: none;
}

.npa2024-header #logo_wrap img {
max-height: 64px;
}

.npa2024-header .npa2024-flex-ends .mainmenu.open {
  display: block;
}

.npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item {
  padding: 10px 12px;
}

.npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item:last-child {
background-color: #F65765;
color: #FFF;
}

.npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item > a {
  display: inline-flex;
  align-items: center;
}

.npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children {
height: 100%;
vertical-align: middle;
display: flex;
align-items: center;
}

.npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item:last-child > a {
color: #FFF;
}

.pre-header .pre-header-block-right ul#menu-tertiary li.menu-item:last-child a {
color: #F65765;
}

.npa2024-header .hamburger-menu {
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
  cursor: pointer;
}

.npa2024-header .hamburger-menu span.ham-line {
  width: 20px;
  height: 2px;
  display: block;
  background-color: #000;
  margin-bottom: 4px;
}

.npa2024-megamenu-1 .npa2024-mega-menu-images-2, .npa2024-megamenu-1 .npa2024-mega-menu-images-3, .npa2024-megamenu-2 .npa2024-mega-menu-images-1, .npa2024-megamenu-2 .npa2024-mega-menu-images-3, .npa2024-megamenu-3 .npa2024-mega-menu-images-1, .npa2024-megamenu-3 .npa2024-mega-menu-images-2 {
 display: none !important;
}


.npa2024-header .npa2024-flex-ends .mainmenu li.menu-item a {
  font-size: 13px;
}

@media only screen and (max-width:960px) {
.pre-header {
  display: flex !important;
  flex-direction: row-reverse !important;
}

.npa2024-header #logo_wrap img {
  max-height: 60px;
}

#npa2024-search-btn::before {
  width: 26px;
  height: 26px;
  margin-right: 4px;
}

#npa2024-search-btn .search-text {
  display: none;
}
}

@media only screen and (min-width:960px) {
 .pre-header {
    background-color: #F3EAE3 !important;
  }
.header-search {
  padding: 24px 0px 24px 0px;
  max-width: unset;
}
.header-search .npa-search-expander {
  flex-grow: 1;
}
.header-search .basic-search-form {
  max-width: 540px !important;
  margin-top: 0px;
}
.npa2024-header {
  padding: 16px 0px 0px 0;
}
.npa2024-header .hamburger-menu {
  display: none;
} 
.npa2024-header .npa2024-flex-ends {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobile_nav_wrap {
  display: none;
}

.npa2024-header .npa2024-flex-ends .mainmenu {
  position: relative;
  top: unset;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  flex-grow: 1;
  font-size: 12px;
  height: 80px;
}

  .npa2024-header .npa2024-flex-ends .mainmenu.open {
      display: flex;
  }

  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item {
      padding: 8px 8px;
      cursor: pointer;
  }

  /* Sub menu */
  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children {
      position: relative;
  }
  
  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children > a {
      position: relative;
  }
  
  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children > a::after {
      content: '\02C7';
      display: inline-block;
      width: 18px;
      height: 18px;
      line-height: 18px;
      font-size: 24px;
      padding: 6px;
      box-sizing: border-box;
  }

.npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children > div.submenu {
      position: fixed;
      top: 136px;
      left: 0px;
      right: 0px;
      width: 100vw;
      background-color: #F1EAE4;
      box-sizing: border-box;
      z-index: 20;
      opacity: 0;
      height: 0;
      overflow: hidden;
      transition: 0.6s all;
  }
  
 body.admin-bar .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children > div.submenu {
      top: 168px;
  }
  
  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children:hover div.submenu {
      
  }

  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children div.submenu .npa2024-submenu-container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto !important;
      display: flex;
      column-gap: 3%;
      justify-content: space-around;
  }
  
  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children div.submenu ul.submenu-list {
     width: 24%;
     list-style-type: none;
     padding-left: 40px;
  }
  
  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children div.submenu ul.submenu-list li.menu-item {
      padding: 10px 12px;
      text-align: right;
  }
  
  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children ul.submenu-list li.menu-item:first-child {
      font-weight: bold;
      font-size: 20px;
      font-family: serif !important;
  }

 .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children ul.submenu-list li.menu-item a {
      font-size: 14px;
      text-transform: uppercase;
  }
  
  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children div.submenu .mega-menu-images {
      display: flex;
      flex: 0 0 73%;
      width: 73%;  
      justify-content: space-between;
  }
  
  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children div.submenu .mega-menu-images::before {
      content: '';
      height: 80%;
      top: 10%;
      position: relative;
      border-left: 1px solid #A6A6A6;
      padding-left: 1%;
  }
  
  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children div.submenu .mega-menu-images .megamenu-card {
      flex: 0 0 23%;
      width: 23%;
      overflow: hidden;
      box-sizing: border-box;
      padding-top: 30px;
  }
  
  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children div.submenu .mega-menu-images .megamenu-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      object-position: center;
  }
}

@media only screen and (min-width:1020px) {
  .npa2024-header .npa2024-flex-ends .mainmenu {
      font-size: 13px;
  }
}

@media only screen and (min-width:1080px) {
  .npa2024-header .npa2024-flex-ends .mainmenu {
      font-size: 14px;
  }
}

@media only screen and (min-width:1200px) {
  .npa2024-header .npa2024-flex-ends .mainmenu {
      font-size: 15px;
  }

  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item {
      padding: 10px 12px;
  }
}

@media only screen and (min-width:1300px) {
  .npa2024-header .npa2024-flex-ends .mainmenu {
      font-size: 15px;
  }
}

@media only screen and (min-width:1440px) {
  .npa2024-header .npa2024-flex-ends .mainmenu {
      font-size: 15.5px;
  }
}

@media only screen and (max-width:960px) {
  .npa2024-header .npa2024-flex-ends .mainmenu {
      background-color: #F1EAE4;
      width: 100%;
  }

  .npa2024-header .npa2024-flex-ends .mainmenu li.menu-item {
      padding: 10px 12px;
  }

  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children div.submenu {
      display: none;
  }

  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children div.submenu.open {
      display: block;
  }

  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children ul.submenu-list li.menu-item:first-child {
      display: none;
  }

  .npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item-has-children div.submenu .mega-menu-images {
      display: none;
  }
}

/* Header Search */
@media only screen and (max-width: 768px) {
.npa-search-expander {
  width: 90%;
  width: calc(100% - 40px);
  padding: 0 20px;
}

.npa2024-header + .header-search {
  position: fixed;
  top: 85px;
  z-index: 1002;
}
}

/* Footer */
#subscribe_section {
padding: 0px !important;
}

#subscribe_section .subscribe-wrapper {
  align-items: stretch !important;
 max-width: none !important;
}

#subscribe_section .subscribe-section-image {
width: 50%;
height: unset !important;
}

#subscribe_section .subscribe-section-form {
margin: 0px;
width: 50%;
padding: 120px 0px;
}

@media only screen and (max-width:768px) {
#subscribe_section .subscribe-section-form {
padding: 60px 0px;
}
}

#subscribe_section .subscribe-section-form form.formkit-form[data-format="inline"] {
margin-left: 0px !important;
margin-right: 0px !important;
margin-bottom: 0px !important;
max-width: none !important;
}

#subscribe_section .subscribe-section-form form.formkit-form .formkit-subheader {
position: relative;
padding-bottom: 36px;
}

#subscribe_section .subscribe-section-form .subscribe-script {
bottom: unset;
top: 64%;
right: 0%;
text-align: right;
}

#subscribe_section .subscribe-section-form .formkit-fields .formkit-field {
width: 49.4%;
flex: 0 0 49.4%;
}

#subscribe_section .subscribe-section-form .formkit-fields {
flex-direction: row !important;
column-gap: 1%;
}

#subscribe_section .subscribe-section-form .formkit-fields button {
font-size: 16px;
}

#subscribe_section .subscribe-section-form .formkit-fields input::placeholder {
  text-transform: uppercase;
}

@media only screen and (max-width: 960px) {
 #subscribe_section .subscribe-section-form .formkit-fields .formkit-field   {
  width: 100% !important;
  flex: 0 0 100%;
}

 #subscribe_section .subscribe-section-image {
  width: 100%;
}

#subscribe_section .subscribe-section-form {
  width: 100%;
}

#subscribe_section .subscribe-section-form .subscribe-script {
  display: none;
}
}

.footer-blocks .footer-blocks-container .footer-block.footer-social {
  max-width: 30%;
}

.footer-block .footer-menu-wrapper .menu-container ul > li.menu-item {
 font-size: 14px;
 font-weight: 500;
 padding: 0px 10px 0px 0px !important;
}

.footer-block .footer-menu-wrapper .menu-container ul > li.menu-item:first-child {
 font-size: 16px;
 font-weight: 600;
 border-bottom: 1px solid #000;
margin-bottom: 12px;
}

.footer-block .social-icons > a:first-child {
 text-align: center;
}

.footer-block.footer-social p.footer-social-title.h2 {
font-family: "Poppins", sans-serif !important;
font-size: 14px !important;
font-weight: 600;
border-bottom: 1px solid #000;
}

.footer-block.footer-social > a img {
 max-width: 204px;
}

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

.footer-blocks .footer-blocks-container .footer-block.footer-menus {
  flex-wrap: wrap;
  justify-content: flex-start !important;
}

.footer-block.footer-social .social-icons {
  display: flex !important;
}

.footer-blocks .footer-blocks-container .footer-block.footer-menus .footer-menu-wrapper {
  margin-bottom: 20px;
}

.footer-blocks .footer-blocks-container .footer-block.footer-social {
  max-width: 100%;
}
}

/* Blog page horizontal scroll fix */
body #page {
overflow-x: hidden !important;
}

/* Blog Implementation */
#npa25-newsletter-widget {
text-align: center;
background-color: #F1EAE4;
padding-bottom: 26px;
}

#npa25-newsletter-widget::after {
content: '';
display: block;
width: calc(100% - 52px);
margin: 0 auto;
border-bottom: 1px solid #000;
}

#npa25-newsletter-widget .npa25-newsletter-icon {
width: 33px;
height: 30px;
display: block;
margin: 0px auto 4px auto;
}

#npa25-newsletter-widget .npa25-no-spam-text {
display: block;
font-family: 'Poppins', sans-serif;
font-size: 12px;
color: #838383;
margin-bottom: 16px;
}

#fd-form-679a220b4f2c672d764e0b02 > div {
padding: 26px 20px 8px 20px;
background-color: #f1eae4;
}

#fd-form-679a220b4f2c672d764e0b02 form {
padding: 20px !important;
border-top: 1px solid #000;
}

/* Blog Implementation - NPA */

/* Blog Implementation */
.single #page {
overflow-x: hidden !important;	
}

.npa2024-blog-container {
max-width: 1200px;
margin: 0 auto;
}

@media only screen and (max-width:768px) {
.npa2024-blog-container {
  padding: 0px 30px;
}

.single .entry-container.npa2024-tp-content   {
  padding: 0px 30px;	
}
}

.npa2024-blog-container p#breadcrumbs {
margin: 16px auto 16px auto;
max-width: 1200px;
font-size: 14px;
line-height: 1.6;
}

.single .npa2024-tp-content .npa2024-blog-quick-links {
display: flex;
flex-wrap: wrap;
padding: 20px;
}

.single .npa2024-tp-content .widget_custom_html {
 border: none !important;
 outline: none !important;
}

.single .npa2024-tp-content .widget_custom_html h2.widget-title {
text-align: left !important;
}

.single .npa2024-tp-content .npa2024-blog-quick-links li {
 display: inline-block;
 padding: 5px 12px;
 margin: 2px;
 background-color: #F3EAE3;
 border-radius: 20px;
 color: #F65765;
}

.single .npa2024-tp-content .npa2024-blog-quick-links li a {
color: #F65765;
font-weight: 600;
}

.single .npa2024-tp-content .np25-author-image {
  width: 30%;
  min-width: 100px;
  max-width: 200px;
  height: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #CCC;
  border-radius: 10px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
}

.single .npa2024-tp-content .np25-author-box {
  border: 2px solid #000;
  padding: 40px;
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 30px;
}

.single .npa2024-tp-content .np25-author-box .np25-author-box-cta1 {
  background-color: #F65765;
  color: #FFF;
  border: 1px solid transparent;
  margin-right: 4px;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.single .npa2024-tp-content .np25-author-box .np25-author-box-cta2 {
  background-color: transparent;
  color: #F65765;
  padding: 0 0 0 4px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.single .npa2024-tp-content .np25-disclaimer-box {
  padding: 10px;
  border: 2px solid #F65765;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width:1120px) {
.single .npa2024-tp-content .np25-author-box {
  flex-direction: column;
}

.single .npa2024-tp-content .np25-author-box .np25-author-box-cta1, 
.single .npa2024-tp-content .np25-author-box .np25-author-box-cta2 {
  display: block;
  text-align: center;
}

.single .npa2024-tp-content .np25-author-image {
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
}

}

@media only screen and (max-width:960px) {
.single .npa2024-tp-content .np25-disclaimer-box {
  display: none;
}

.single .npa2024-tp-content .np25-author-box {
  flex-direction: row;
}

.single .npa2024-tp-content .np25-author-image {
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
}

.single .npa2024-tp-content .np25-author-box .np25-author-box-cta1, 
.single .npa2024-tp-content .np25-author-box .np25-author-box-cta2 {
  display: inline-block;
  text-align: center;
}
}

@media only screen and (max-width:860px) {
.single .npa2024-tp-content .np25-author-box {
  flex-direction: column;
}

.single .npa2024-tp-content .np25-author-box .np25-author-box-cta1, 
.single .npa2024-tp-content .np25-author-box .np25-author-box-cta2 {
  display: block;
  text-align: center;
}
}

@media only screen and (max-width:560px) {
.single .npa2024-tp-content .np25-author-box {
  flex-direction: column;
  padding: 20px;
}
}

.single .npa2024-tp-content .np25-author-box .npa2024-flex {
  flex-wrap: nowrap;
}

.single .npa2024-tp-content .np25-author-box .np25-author-meet {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #F65765;
  margin-bottom: 24px;
}

.single .npa2024-tp-content .np25-author-box .np25-author-name {
  font-size: 36px;
  color: #000;
  font-family: 'playfair-display', serif;
  font-weight: bold;
  margin-bottom: 16px;
}

.single .npa2024-tp-content .np25-author-box .np25-author-box-cta2::after {
  content: ' >';
  position: relative;
  top: 1px;
}

.single #more_posts #posts-grid .archive-items {
  grid-template-columns: repeat(5, 1fr);
}

.single #more_posts #posts-grid.container-xl {
overflow: hidden;
}

.single-post #more_posts #posts-grid .next-up-header {
  background-image: url(https://www.fabulousafter40.com/wp-content/themes/fabulous_after_40/smash/images/wave.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0;
  margin-bottom: 32px;
}

.single #more_posts #posts-grid .archive-items .owl-stage {
  display: flex;
  column-gap: 20px;
}

.single #more_posts #posts-grid .archive-items .owl-stage a.post-item-image.bgratio.resized {
max-height: 250px;
}

@media only screen and (max-width: 960px) {
.single #more_posts #posts-grid .archive-items {
  grid-template-columns: repeat(2, 1fr);
}
}

/* ====== Test ======== */
.single article.post {
padding: 0px;
}

.npa2024-tp-content {
max-width: 1200px; 
}

.single .npa2024-tp-content .npa2024-about-posts-widget {
align-items: flex-start !important;
background: #FFF !important;
outline: 2px solid #F3EAE3;
position: relative;
}

@media only screen and (max-width:960px) {
.single .npa2024-tp-content .npa2024-about-posts-widget {
  display: none !important;
}
}

.single .npa2024-tp-content .npa2024-about-posts-widget .about-posts-widget-title {
font-size: 24px;
font-weight: bold;
font-family: "playfair-display", serif;
}

.single .npa2024-tp-content .about-posts-widget .about-posts-widget-cta {
border: none !important;
background-color: transparent !important;
color: #F65765 !important;
font-weight: 600 !important;
font-size: 15px !important;
padding: 0px !important;
text-align: left !important;
text-decoration: underline;
letter-spacing: 0.5px !important;
}

.single .npa2024-tp-content .npa2024-about-posts-widget:before {
content: '';
display: block;
padding: 10px;
outline: 2px solid #F3EAE3;
position: absolute;
width: 94%;
width: calc(100% - 20px);
height: 96%;
height: calc(100% - 20px);
top: 10px;
left: 10px;
}

.single .npa2024-tp-content .subscribe-widget {
border: none;
outline: none;
background-color: #F1EAE4;
padding: 20px 0px;
}

.single .npa2024-tp-content .subscribe-widget form {
background-color: #F1EAE4 !important;
margin-bottom: 0px;
}

.single .npa2024-tp-content .subscribe-widget form .formkit-header {
  border-top: 2px solid #000000;
}

.single .npa2024-tp-content .subscribe-widget form .formkit-guarantee {
 padding-bottom: 30px;
 margin-bottom: 0px;
 border-bottom: 2px solid #000;
}

@media only screen and (max-width:1200px) {
.single .npa2024-tp-content .entry-container {
  display: block !important;
  padding: 0 50px;
}
}

.single .npa2024-tp-content .entry-content.container-post.jpibfi_container {
max-width: unset !important;
}

.single .npa2024-tp-content .sidebar-1 {
max-width: unset !important;
}

.single .npa2024-tp-content .entry-header {
  width: 100%;
  max-width: unset;
  margin: 20px 0px !important;
  text-align: left;
  display: block !important;
}

.single .npa2024-tp-content .entry-header .entry-header-inner
{
visibility: visible;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  width: 100%;
display: none !important;
}

.single .npa2024-tp-content .entry-content img, .single .npa2024-tp-content .entry-content .adthrive-player-container {
width: 100%;
}

.single .npa2024-tp-content .npa2024-about-posts-widget {
text-align: left;
}

.single .npa2024-tp-content .npa2024-about-posts-widget .about-posts-widget-title {
text-align: left !important;
}

.single .npa2024-tp-content .npa2024-about-posts-widget .about-posts-widget-cta {
text-align: left !important;
margin: 0 !important;
}

.single .npa2024-tp-content .entry-content h2, 
.single .npa2024-tp-content .entry-content h3 {
margin-bottom: 20px;
}

.single.single-post .npa2024-header .container-xl {
/* max-width: 90%; */
}

.npa2024-blog-container p#breadcrumbs {
margin: 2rem 0px 0px 0px;
}

.single.single-post .entry-content ul {
padding: 0px;
}

.single .npa2024-tp-content .entry-header .entry-title {
text-align: left;
}

/* Blog Font Changes - NPA 04/08/2025 */
.single .npa2024-tp-content .entry-header h1.entry-title {
font-size: 40px;
font-family: "playfair-display", serif !important;
font-weight: 400;
color: #000;
}

.single .npa2024-tp-content .entry-content h2 {
font-size: 32px;
font-weight: 500;
}

.single .npa2024-tp-content .entry-content h3 {
font-size: 28px;
font-weight: 500;
}

.single .npa2024-tp-content .entry-content h4 {
font-size: 24px;
font-weight: 500;
}

.single .npa2024-tp-content .entry-content h5 {
font-size: 20px;
font-weight: 500;
}

.single .npa2024-tp-content .entry-content h6 {
font-size: 14px;
font-weight: 500;
}

.single .npa2024-tp-content .entry-content .post-heading h6 {
font-size: 48px;
}

.single .npa2024-tp-content .entry-content p {
font-size: 16px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width:768px) {
.single .npa2024-tp-content .entry-header h1.entry-title {
  font-size: 34px;
}

.single .npa2024-tp-content .entry-content h2 {
  font-size: 27.25px;
}

.single .npa2024-tp-content .entry-content h3 {
  font-size: 24px;
}

.single .npa2024-tp-content .entry-content h4 {
  font-size: 28px;
}

.single .npa2024-tp-content .entry-content h4 {
  font-size: 20.5px;
}

.single .npa2024-tp-content .entry-content p {
  font-size: 16px;
}

.single .npa2024-tp-content .entry-content h5 {
  font-size: 17px;
}

.single .npa2024-tp-content .entry-content h6 {
  font-size: 12px;
}
}

/* Blog Post - Share Widget  */

.single-post .npa2024-tp-content ul.np25-social-share-list {
display: flex;
margin: 0;
list-style: none;
column-gap: 14px;
padding: 12px 0px;
align-items: center;
border-bottom: 1px solid #979797;
}

.single-post .npa2024-tp-content button.np25-social-share-link {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media only screen and (max-width:768px) {
.single-post .npa2024-tp-content button.np25-social-share-link {
  width: 24px;
  height: 24px;
}

.single-post .npa2024-tp-content button.np25-social-share-link svg {
  width: 24px;
  height: 24px;
}
}

.single .share-icons.vertical-share {
display: none !important;
}

/* Facebook Share Widget */
.single .npa2024-tp-content .np25-fb-group-widget {
  background-color: #f1eae4;
  padding: 30px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.single .npa2024-tp-content .np25-fb-group-widget img.np25-fb-group-dp {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  margin: 10px auto 14px auto;
}

.single .npa2024-tp-content .np25-fb-group-widget h3.np25-fb-group-heading {
  font-size: 24px;
  font-family: "playfair-display", serif;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}

.single .npa2024-tp-content .np25-fb-group-widget p {
  font-size: 15px;
  font-family: "poppins", sans-serif;
  font-family: 500;
  text-align: center;
}

.single .npa2024-tp-content .np25-fb-group-widget a {
  display: block;
  background-color: #F65765;
  text-align: center;
  color: #FFF;
  padding: 10px;
}

/* Fix for Menu Reach By NPA */
@media only screen and (min-width: 960px) {
.npa2024-header .npa2024-flex-ends .menu-container {
  flex-grow: 1;
}

.npa2024-header .npa2024-flex-ends .mainmenu {
  justify-content: space-between;
  margin: 0px 0px 0px 20px;
}

.npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item {
  padding: 10px 24px;
}
}

/* Hiding Quick Links On Mobile */
@media only screen and (max-width: 960px) {
.single .npa2024-tp-content #custom_html-10 {
display: none;
}
}

/* Avoiding Ad from sticking on top of header */
.single-post .npa2024-tp-content .adthrive-stuck.adthrive-sticky.adthrive-sidebar {
top: 80px;
z-index: 1000;
}

/* Comment Font Style */
.single-post .comment .comment-content p {
font-size: 15px;
}

/* Not available */
/*

.single article.post .sidebar-1 .formkit-form[data-uid="c71f776cda"][min-width~="600"] [data-style="minimal"] {
padding: 20px !important;
}
*/

/* Making Hover Target Larger */

@media only screen and (max-width: 1170px) {
.npa2024-header .npa2024-flex-ends .mainmenu > li.menu-item {
  padding: 12px;
}
}

@media only screen and (min-width: 960px) {
.npa2024-header .npa2024-flex-ends .mainmenu li.menu-item:first-child {
  padding-left: 60px;
}
}

/* Smash Balloon Insta Feed Fix */
.npa-instagram_posts a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
background-position: top !important;
}

/* Fix to override Mobile Menu Broken By WP Rocket - By NPA - 03/12/2025 */

footer[data-wpr-lazyrender] {
content-visibility: unset;
}

/* Fix for load more button */
.alm-btn-wrap button.alm-load-more-btn.more {
  font-size: 14px !important;
  color: #FFF !important;
  font-weight: 400 !important;
}