@charset "UTF-8";
/*!
Theme Name: Monet
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: monet
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.

Monet 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# SMASH VARS
--------------------------------------------------------------*/
@font-face {
  font-family: 'europa';
  src: url("fonts/Europa-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Europa-Regular.eot#iefix") format("embedded-opentype"), url("fonts/Europa-Regular.woff") format("woff"), url("fonts/Europa-Regular.ttf") format("truetype"), url("fonts/Europa-Regular.svg") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Magical';
  src: url("fonts/Magical-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Magical-Regular.eot#iefix") format("embedded-opentype"), url("fonts/Magical-Regular.woff") format("woff"), url("https://shesafullonmonet.com/app/themes/monet/fonts/Magical-Regular.ttf") format("truetype"), url("fonts/Magical-Regular.svg") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Cotoris';
  src: url("fonts/Cotoris.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Cotoris.eot#iefix") format("embedded-opentype"), url("fonts/Cotoris.woff") format("woff"), url("https://shesafullonmonet.com/app/themes/monet/fonts/Cotoris.ttf") format("truetype");
}
/* line 125, smash/styles/_vars.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "big-caslon-fb", sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 1em;
}

/* line 133, smash/styles/_vars.scss */
a, .entry-footer .post-foot-right .social-share button, a.alt-link, #as_seen_in_page .as-seen-in-intro .as-seen-in-body .as-seen-in-social .contact-email, #footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu a, #category_menu li > .sub-menu, #masthead #primary_left_menu li > .sub-menu, #masthead #primary_menu li > .sub-menu, #masthead.lock_nav .site-navigation-wrap #primary_menu li > .sub-menu, .about-nav-wrap #about_menu li > .sub-menu, #shop_page #shop-menu li > .sub-menu, .collections-nav #collections_menu li > .sub-menu, #footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu li > .sub-menu, #colophon #footer_menu li > .sub-menu, #footer_menu li li > .sub-menu, ul#footer_menu li > .sub-menu, article.post .entry-content > a, article.post .entry-content > a::after, .animate-top .icon, .animate-left .icon, .animate-right .icon, .animate-bottom .icon, .alm-btn-wrap .alm-load-more-btn span, #masthead, #home_posts_grid .home-posts-grid-wrapper .highlight-post .highlight-post-body .highlight-post-title::after, .post-read-more::after, #as_seen_in_page .as-seen-in-intro .as-seen-in-body .as-seen-in-social .contact-email::after, .collections-nav #collections_menu > li .collections-drop-trigger .icon, #collections_page .shop-collections .shop-collection .shop-collection-inner .shop-collection-image, #featured_posts_products .featured-posts-products-wrap .featured-posts-product .featured-product, #featured_products .products-container .products-items a.featured-product .product-image, #featured_cats .featured-cats-container .featured-cat .featured-cat-overlay, .home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner .latest-post-actions .rs-code, .home-loop .home-post .home-post-inner .home-post-image .social-share .share-actions, #posts_by_category .posts-by-category .posts-by-category-loop .category-post .category-post-title-wrap .category-post-title::after, #posts_by_category .posts-by-category .posts-by-category-loop .category-post .category-post-image, #latest_loop .latest-loop .latest-post .latest-post-inner .latest-post-title::after, #featured_posts_slider .featured-posts-image-slider .featured-posts-image-slide .featured-post-image, #more_posts .next-up-posts .next-up-post .next-up-post-image .btn, #load_more_posts .next-up-posts .next-up-post .next-up-post-image .btn, .trending-posts .trending-posts-inner .trending-posts-container .trending-post .trending-post-inner .trending-post-image, .post-grid-entry .post-grid-body .post-grid-title::after {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* line 140, smash/styles/_vars.scss */
a, .entry-footer .post-foot-right .social-share button {
  color: #000000;
  outline: none;
  text-decoration: none;
}
/* line 146, smash/styles/_vars.scss */
a:focus, .entry-footer .post-foot-right .social-share button:focus, a:active, .entry-footer .post-foot-right .social-share button:active, a:visited, .entry-footer .post-foot-right .social-share button:visited {
  color: #000000;
}
/* line 150, smash/styles/_vars.scss */
a:hover, .entry-footer .post-foot-right .social-share button:hover {
  cursor: pointer;
  color: #4E72A4;
}

/* line 156, smash/styles/_vars.scss */
a.alt-link, #as_seen_in_page .as-seen-in-intro .as-seen-in-body .as-seen-in-social .contact-email {
  color: #000000;
  outline: none;
  text-decoration: none;
}
/* line 162, smash/styles/_vars.scss */
a.alt-link:hover, #as_seen_in_page .as-seen-in-intro .as-seen-in-body .as-seen-in-social .contact-email:hover, a.alt-link a:focus, #as_seen_in_page .as-seen-in-intro .as-seen-in-body .as-seen-in-social .contact-email a:focus, a.alt-link a:active, #as_seen_in_page .as-seen-in-intro .as-seen-in-body .as-seen-in-social .contact-email a:active, a.alt-link a:visited, #as_seen_in_page .as-seen-in-intro .as-seen-in-body .as-seen-in-social .contact-email a:visited {
  color: #4E72A4;
}

/* line 167, smash/styles/_vars.scss */
#footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu a {
  color: white;
  outline: none;
  text-decoration: none;
}
/* line 173, smash/styles/_vars.scss */
#footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu a .icon {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}
/* line 180, smash/styles/_vars.scss */
#footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu a:focus, #footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu a:active, #footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu a:visited {
  color: white;
}
/* line 184, smash/styles/_vars.scss */
#footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu a:hover {
  cursor: pointer;
  color: #4E72A4;
}

/* line 249, smash/styles/_vars.scss */
#category_menu, #masthead #primary_left_menu, #masthead #primary_menu, #masthead.lock_nav .site-navigation-wrap #primary_menu, .about-nav-wrap #about_menu, #shop_page #shop-menu, .collections-nav #collections_menu, #footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu, #colophon #footer_menu, #footer_menu li, ul#footer_menu {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
/* line 257, smash/styles/_vars.scss */
#category_menu li, #masthead #primary_left_menu li, #masthead #primary_menu li, #masthead.lock_nav .site-navigation-wrap #primary_menu li, .about-nav-wrap #about_menu li, #shop_page #shop-menu li, .collections-nav #collections_menu li, #footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu li, #colophon #footer_menu li, #footer_menu li li, ul#footer_menu li {
  position: relative;
  float: none;
  margin: 0 2.2%;
  white-space: nowrap;
}
/* line 263, smash/styles/_vars.scss */
#category_menu li > .sub-menu, #masthead #primary_left_menu li > .sub-menu, #masthead #primary_menu li > .sub-menu, #masthead.lock_nav .site-navigation-wrap #primary_menu li > .sub-menu, .about-nav-wrap #about_menu li > .sub-menu, #shop_page #shop-menu li > .sub-menu, .collections-nav #collections_menu li > .sub-menu, #footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu li > .sub-menu, #colophon #footer_menu li > .sub-menu, #footer_menu li li > .sub-menu, ul#footer_menu li > .sub-menu {
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
  background: white;
  white-space: nowrap;
  box-shadow: unset;
}
/* line 277, smash/styles/_vars.scss */
#category_menu li > .sub-menu li, #masthead #primary_left_menu li > .sub-menu li, #masthead #primary_menu li > .sub-menu li, #masthead.lock_nav .site-navigation-wrap #primary_menu li > .sub-menu li, .about-nav-wrap #about_menu li > .sub-menu li, #shop_page #shop-menu li > .sub-menu li, .collections-nav #collections_menu li > .sub-menu li, #footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu li > .sub-menu li, #colophon #footer_menu li > .sub-menu li, #footer_menu li li > .sub-menu li, ul#footer_menu li > .sub-menu li {
  padding: 0;
  margin: 0;
}
/* line 281, smash/styles/_vars.scss */
#category_menu li > .sub-menu li a, #masthead #primary_left_menu li > .sub-menu li a, #masthead #primary_menu li > .sub-menu li a, #masthead.lock_nav .site-navigation-wrap #primary_menu li > .sub-menu li a, .about-nav-wrap #about_menu li > .sub-menu li a, #shop_page #shop-menu li > .sub-menu li a, .collections-nav #collections_menu li > .sub-menu li a, #footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu li > .sub-menu li a, #colophon #footer_menu li > .sub-menu li a, #footer_menu li li > .sub-menu li a, ul#footer_menu li > .sub-menu li a {
  display: block;
  padding: 5px 20px;
  margin: 0;
  width: auto;
  color: #000000;
}
/* line 294, smash/styles/_vars.scss */
#category_menu li:hover > .sub-menu, #masthead #primary_left_menu li:hover > .sub-menu, #masthead #primary_menu li:hover > .sub-menu, .about-nav-wrap #about_menu li:hover > .sub-menu, #shop_page #shop-menu li:hover > .sub-menu, .collections-nav #collections_menu li:hover > .sub-menu, #footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu li:hover > .sub-menu, #colophon #footer_menu li:hover > .sub-menu, #footer_menu li li:hover > .sub-menu, ul#footer_menu li:hover > .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
}
/* line 300, smash/styles/_vars.scss */
#category_menu li:hover > .sub-menu li a:hover, #masthead #primary_left_menu li:hover > .sub-menu li a:hover, #masthead #primary_menu li:hover > .sub-menu li a:hover, .about-nav-wrap #about_menu li:hover > .sub-menu li a:hover, #shop_page #shop-menu li:hover > .sub-menu li a:hover, .collections-nav #collections_menu li:hover > .sub-menu li a:hover, #footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu li:hover > .sub-menu li a:hover, #colophon #footer_menu li:hover > .sub-menu li a:hover, #footer_menu li li:hover > .sub-menu li a:hover, ul#footer_menu li:hover > .sub-menu li a:hover {
  background: #8EA0B3;
}
/* line 308, smash/styles/_vars.scss */
#category_menu li .icon, #masthead #primary_left_menu li .icon, #masthead #primary_menu li .icon, #masthead.lock_nav .site-navigation-wrap #primary_menu li .icon, .about-nav-wrap #about_menu li .icon, #shop_page #shop-menu li .icon, .collections-nav #collections_menu li .icon, #footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu li .icon, #colophon #footer_menu li .icon, #footer_menu li li .icon, ul#footer_menu li .icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}

/* line 318, smash/styles/_vars.scss */
article.post .entry-content > a {
  position: relative;
  color: #000000;
  outline: none;
  text-decoration: none;
}
/* line 325, smash/styles/_vars.scss */
article.post .entry-content > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(154, 181, 184, 0.5);
  z-index: -1;
}
/* line 340, smash/styles/_vars.scss */
article.post .entry-content > a:hover::after, article.post .entry-content > a a:focus::after, article.post .entry-content > a a:active::after, article.post .entry-content > a a:visited::after {
  top: 4px;
}

/* line 354, smash/styles/_vars.scss */
.animate-top.move-top .icon {
  margin-bottom: 5px;
}

/* line 367, smash/styles/_vars.scss */
.animate-left.move-left .icon {
  margin-right: 5px;
}

/* line 380, smash/styles/_vars.scss */
.animate-right.move-right .icon {
  margin-left: 10px !important;
}

/* line 393, smash/styles/_vars.scss */
.animate-bottom.move-bottom .icon {
  margin-top: 5px;
}

/* line 399, smash/styles/_vars.scss */
.container, .container-sm, .container-md, .container-lg, .container-xl, #download .download-container, .contact-form-wrap {
  width: 85%;
  max-width: 955px;
  margin: 0 auto !important;
}

/* line 405, smash/styles/_vars.scss */
a.btn-primary, .btn-primary, .alm-btn-wrap .alm-load-more-btn, #popup-modal .modal-box .modal-inner input[type="button"], #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"], .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value="Submit"][type="button"], a.btn-secondary, .btn-secondary, a.btn, .btn {
  display: inline-block !important;
  padding: 13px 25px !important;
  font-family: "europa", 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 417, smash/styles/_vars.scss */
a.btn-primary, .btn-primary, .alm-btn-wrap .alm-load-more-btn, #popup-modal .modal-box .modal-inner input[type="button"], #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"], .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value="Submit"][type="button"] {
  background: #8EA0B3 !important;
  border: 1px solid #8EA0B3 !important;
  color: white !important;
}
/* line 423, smash/styles/_vars.scss */
.btn-primary a, .alm-btn-wrap .alm-load-more-btn a, #popup-modal .modal-box .modal-inner input[type="button"] a, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"] a, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value="Submit"][type="button"] a {
  color: white !important;
}
/* line 427, smash/styles/_vars.scss */
.btn-primary .icon, .alm-btn-wrap .alm-load-more-btn .icon, #popup-modal .modal-box .modal-inner input[type="button"] .icon, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"] .icon, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value="Submit"][type="button"] .icon {
  fill: white !important;
}
/* line 431, smash/styles/_vars.scss */
.btn-primary:hover, .alm-btn-wrap .alm-load-more-btn:hover, #popup-modal .modal-box .modal-inner input[type="button"]:hover, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"]:hover, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value="Submit"][type="button"]:hover {
  background: #9BBCAD !important;
  border: 1px solid #9BBCAD !important;
  color: #000000 !important;
}
/* line 436, smash/styles/_vars.scss */
.btn-primary:hover a, .alm-btn-wrap .alm-load-more-btn:hover a, #popup-modal .modal-box .modal-inner input[type="button"]:hover a, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"]:hover a, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value="Submit"][type="button"]:hover a {
  color: #000000 !important;
}
/* line 440, smash/styles/_vars.scss */
.btn-primary:hover .icon, .alm-btn-wrap .alm-load-more-btn:hover .icon, #popup-modal .modal-box .modal-inner input[type="button"]:hover .icon, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input[value="Submit"][type="button"]:hover .icon, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value="Submit"][type="button"]:hover .icon {
  fill: #000000 !important;
}

/* line 447, smash/styles/_vars.scss */
a.btn-secondary, .btn-secondary {
  background: white !important;
  border: 1px solid white !important;
  color: #000000 !important;
}
/* line 453, smash/styles/_vars.scss */
.btn-secondary a {
  color: #000000 !important;
}
/* line 457, smash/styles/_vars.scss */
.btn-secondary .icon {
  fill: #000000 !important;
}
/* line 461, smash/styles/_vars.scss */
.btn-secondary:hover {
  background: #9BBCAD !important;
  border: 1px solid #9BBCAD !important;
  color: white !important;
}
/* line 466, smash/styles/_vars.scss */
.btn-secondary:hover a {
  color: white !important;
}
/* line 470, smash/styles/_vars.scss */
.btn-secondary:hover .icon {
  fill: white !important;
}

/* line 488, smash/styles/_vars.scss */
#masthead .site-navigation-wrap {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 491, smash/styles/_vars.scss */
#masthead .site-navigation-wrap > * {
  flex: 1;
}
/* line 494, smash/styles/_vars.scss */
#masthead .site-navigation-wrap > *:nth-child(1) {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-right: auto;
}
/* line 499, smash/styles/_vars.scss */
#masthead .site-navigation-wrap > *:nth-child(2) {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 2;
}
/* line 504, smash/styles/_vars.scss */
#masthead .site-navigation-wrap > *:nth-child(3) {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-left: auto;
}

/*--------------------------------------------------------------
# GENERAL STYLES
--------------------------------------------------------------*/
/* line 2, smash/styles/_general.scss */
html {
  margin-top: 0 !important;
}

/* line 6, smash/styles/_general.scss */
body {
  overflow: auto;
  color: #161616;
}

/* line 17, smash/styles/_general.scss */
body, button, input, select, optgroup, textarea {
  font-family: "big-caslon-fb", serif;
}

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

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

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

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

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

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

/* line 42, smash/styles/_general.scss */
body {
  font-size: 14px;
}

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

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

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

/* 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: 16px;
}

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

/* line 86, smash/styles/_general.scss */
p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "big-caslon-fb", serif;
  line-height: 31px;
  letter-spacing: 0.5px;
}

/* line 95, smash/styles/_general.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  box-shadow: unset;
  background: unset;
  border: unset;
  padding: unset;
  font-size: .90rem;
}
/* line 102, smash/styles/_general.scss */
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: none !important;
}

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

/* line 111, smash/styles/_general.scss */
.social-icon {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0;
}

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

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

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

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

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

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

/* line 158, smash/styles/_general.scss */
.container-sm {
  max-width: 860px;
}

/* line 163, smash/styles/_general.scss */
.container-md {
  max-width: 900px;
}

/* line 168, smash/styles/_general.scss */
.container-lg {
  max-width: 1065px;
}

/* line 173, smash/styles/_general.scss */
.container-xl {
  max-width: 1130px;
}

/* line 178, smash/styles/_general.scss */
.posts-nav {
  position: relative;
}
/* line 182, smash/styles/_general.scss */
.posts-nav .btn .icon {
  fill: white;
  stroke: white;
  position: relative;
  top: 4px;
}
/* line 189, smash/styles/_general.scss */
.posts-nav .btn:hover {
  fill: black;
  stroke: black;
}

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

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

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

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

/* line 243, smash/styles/_general.scss */
.entry-content p a::after {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 2px;
  left: 0;
  right: 0;
  background: #F7EAF4;
  display: block;
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 310, smash/styles/_general.scss */
.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
}

/* line 316, smash/styles/_general.scss */
.signature {
  font-family: "Magical", serif;
  font-size: 50px;
  text-align: center;
  line-height: normal;
  max-width: 260px;
  margin: 0 auto;
}

/* line 325, smash/styles/_general.scss */
.alm-btn-wrap .alm-load-more-btn {
  height: auto !important;
  font-size: 12px !important;
  text-transform: capitalize !important;
  letter-spacing: 1px !important;
  font-weight: 100 !important;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  padding: 0px 40px !important;
  font-family: "big-caslon-fb", sans-serif !important;
}
/* line 343, smash/styles/_general.scss */
.alm-btn-wrap .alm-load-more-btn:hover span {
  margin-left: 10px;
}

/* line 350, smash/styles/_general.scss */
#category_menu {
  font-family: "europa", sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
}
/* line 356, smash/styles/_general.scss */
#category_menu li {
  margin: 0px 20px;
}
/* line 360, smash/styles/_general.scss */
#category_menu li a:hover {
  color: #4E72A4;
}
@media screen and (max-width: 600px) {
  /* line 350, smash/styles/_general.scss */
  #category_menu {
    display: flex;
    flex-direction: column;
  }
}

/* line 373, smash/styles/_general.scss */
.alm-btn-wrap .alm-load-more-btn {
  border-radius: 0px !important;
}

/* line 377, smash/styles/_general.scss */
.slick-slider {
  position: relative;
}
/* line 381, smash/styles/_general.scss */
.slick-slider .slick-slide:focus {
  outline: none !important;
}
/* line 386, smash/styles/_general.scss */
.slick-slider .slick-arrow {
  position: absolute;
  top: 45%;
  font-size: 20px;
  color: #000000;
}
/* line 392, smash/styles/_general.scss */
.slick-slider .slick-arrow.slick-prev {
  left: -1%;
}
/* line 396, smash/styles/_general.scss */
.slick-slider .slick-arrow.slick-next {
  right: -1%;
}
/* line 400, smash/styles/_general.scss */
.slick-slider .slick-arrow:hover {
  cursor: pointer;
  color: white;
}
/* line 406, smash/styles/_general.scss */
.slick-slider .slick-dots {
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 420, smash/styles/_general.scss */
.slick-slider .slick-dots li.slick-active button {
  padding: 0;
  background: #959595 !important;
}
/* line 426, smash/styles/_general.scss */
.slick-slider .slick-dots li button {
  position: relative;
  color: transparent !important;
  width: 12px;
  height: 12px;
  background: #EDEDED !important;
  border-radius: 100%;
  margin: 0 5px;
  padding: 0;
}
/* line 436, smash/styles/_general.scss */
.slick-slider .slick-dots li button:hover {
  background: #CDCDCD !important;
}
/* line 439, smash/styles/_general.scss */
.slick-slider .slick-dots li button:hover::after {
  background: unset !important;
}
/* line 444, smash/styles/_general.scss */
.slick-slider .slick-dots li button::after {
  background: unset !important;
}
/* line 448, smash/styles/_general.scss */
.slick-slider .slick-dots li button::focus {
  outline: none;
}

/* line 471, smash/styles/_general.scss */
.sep-dot {
  width: 3px;
  height: 3px;
  margin: 0 12px;
}

/* line 477, smash/styles/_general.scss */
.read-more-arrow {
  color: #5F7694;
  display: block;
  text-align: center;
  margin: 20px 0;
}
/* line 483, smash/styles/_general.scss */
.read-more-arrow .icon {
  fill: #5F7694;
  width: 30px;
  margin-left: 5px;
}
/* line 489, smash/styles/_general.scss */
.read-more-arrow:hover {
  color: #4E72A4;
}
/* line 492, smash/styles/_general.scss */
.read-more-arrow:hover .icon {
  fill: #4E72A4;
}

/* line 498, smash/styles/_general.scss */
.read-more-arrow-white {
  color: white;
  display: block;
  text-align: center;
  margin: 20px 0;
}
/* line 504, smash/styles/_general.scss */
.read-more-arrow-white .icon {
  fill: white;
  width: 30px;
  margin-left: 5px;
}
/* line 510, smash/styles/_general.scss */
.read-more-arrow-white:hover {
  color: #4E72A4;
}
/* line 513, smash/styles/_general.scss */
.read-more-arrow-white:hover .icon {
  fill: #4E72A4;
}

/* line 519, smash/styles/_general.scss */
.line-bottom {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
/* line 524, smash/styles/_general.scss */
.line-bottom::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 105px;
  height: 18px;
  margin: 0 auto;
  background: url("smash/images/line.png") no-repeat;
  background-size: contain;
}

/* line 539, smash/styles/_general.scss */
.line-bottom-white {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
/* line 544, smash/styles/_general.scss */
.line-bottom-white::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 105px;
  height: 18px;
  margin: 0 auto;
  background: url("smash/images/line-white.png") no-repeat;
  background-size: contain;
}

/* line 559, smash/styles/_general.scss */
.line-top {
  position: relative;
  display: inline-block;
  margin: 30px 0;
}
/* line 564, smash/styles/_general.scss */
.line-top::after {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 105px;
  height: 18px;
  margin: 0 auto;
  background: url("smash/images/line.png") no-repeat;
  background-size: contain;
}

/* line 579, smash/styles/_general.scss */
.line-top-white {
  position: relative;
  display: inline-block;
  margin: 30px 0;
}
/* line 584, smash/styles/_general.scss */
.line-top-white::after {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 105px;
  height: 18px;
  margin: 0 auto;
  background: url("smash/images/line-white.png") no-repeat;
  background-size: contain;
}

/* line 600, smash/styles/_general.scss */
.widget .custom-html-widget {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

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

/* line 10, smash/styles/_header.scss */
#masthead {
  position: relative;
  padding: 44px 0;
  font-family: "europa", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: white;
}
/* line 19, smash/styles/_header.scss */
#masthead a {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 24, smash/styles/_header.scss */
#masthead.scrolled {
  padding: 12px 0;
}
@media screen and (max-width: 1024px) {
  /* line 24, smash/styles/_header.scss */
  #masthead.scrolled {
    padding: 12px 0%;
  }
}
/* line 32, smash/styles/_header.scss */
#masthead.scrolled .header-block.header-left #logo-wrap {
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  /* line 32, smash/styles/_header.scss */
  #masthead.scrolled .header-block.header-left #logo-wrap {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  /* line 32, smash/styles/_header.scss */
  #masthead.scrolled .header-block.header-left #logo-wrap {
    max-width: 120px;
  }
}
/* line 52, smash/styles/_header.scss */
#masthead #primary_menu {
  text-transform: capitalize !important;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 57, smash/styles/_header.scss */
#masthead #primary_menu > li {
  padding: 20px 0;
}
/* line 60, smash/styles/_header.scss */
#masthead #primary_menu > li:hover {
  color: #8EA0B3;
  text-decoration: underline;
}
/* line 70, smash/styles/_header.scss */
#masthead #primary_menu > li ul li  {
  margin-left: -20px;
}
/* line 73, smash/styles/_header.scss */
#masthead #primary_menu > li ul li :hover {
  color: #8EA0B3;
}
/* line 81, smash/styles/_header.scss */
#masthead.lock_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
/* line 89, smash/styles/_header.scss */
#masthead.lock_nav .site-navigation-wrap .main-logo {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  top: 5px;
}
/* line 94, smash/styles/_header.scss */
#masthead.lock_nav .site-navigation-wrap .main-logo .logo-full {
  display: none;
}
/* line 97, smash/styles/_header.scss */
#masthead.lock_nav .site-navigation-wrap .main-logo .logo-icon {
  display: block;
}
/* line 102, smash/styles/_header.scss */
#masthead.lock_nav .site-navigation-wrap #primary_menu {
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 109, smash/styles/_header.scss */
#masthead.lock_nav #header-social {
  top: 100%;
}
/* line 114, smash/styles/_header.scss */
#masthead a {
  color: #000000;
}
/* line 117, smash/styles/_header.scss */
#masthead a:hover {
  color: #4E72A4;
}
/* line 122, smash/styles/_header.scss */
#masthead .site-navigation-wrap {
  position: relative;
  padding: 30px;
}
/* line 128, smash/styles/_header.scss */
#masthead .site-navigation-wrap #primary_menu {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 132, smash/styles/_header.scss */
#masthead .site-navigation-wrap .main-navigation {
  width: 100%;
}
/* line 136, smash/styles/_header.scss */
#masthead .site-navigation-wrap .side-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  text-transform: uppercase;
  font-family: "europa", serif;
  font-size: 11px;
}
/* line 146, smash/styles/_header.scss */
#masthead .site-navigation-wrap .side-menu .menu-suscribe {
  margin-left: 10px;
}
/* line 171, smash/styles/_header.scss */
#masthead .header-block {
  float: none;
}
/* line 174, smash/styles/_header.scss */
#masthead .header-block .menu-container {
  width: 100%;
}
/* line 182, smash/styles/_header.scss */
#masthead .header-block.header-left #logo-wrap {
  max-width: 380px;
}
@media screen and (max-width: 1310px) {
  /* line 187, smash/styles/_header.scss */
  #masthead .header-block.header-left #logo-wrap {
    max-width: 250px;
  }
}
@media screen and (max-width: 600px) {
  /* line 192, smash/styles/_header.scss */
  #masthead .header-block.header-left #logo-wrap {
    max-width: 180px;
  }
}
/* line 197, smash/styles/_header.scss */
#masthead .header-block.header-middle {
  position: relative;
  width: 60%;
  margin: 0 auto;
  flex: 4;
}
/* line 206, smash/styles/_header.scss */
#masthead .header-block.header-middle #primary_menu .menu-item-has-children svg.icon {
  display: none;
}
/* line 216, smash/styles/_header.scss */
#masthead .header-block.header-right #cd-menu-trigger {
  margin-left: 10px;
  display: none;
}
/* line 221, smash/styles/_header.scss */
#masthead .header-block.header-right .icon {
  cursor: pointer;
  margin-right: 20px;
}
/* line 225, smash/styles/_header.scss */
#masthead .header-block.header-right .icon:hover {
  fill: #4E72A4;
}
@media screen and (max-width: 1200px) {
  /* line 212, smash/styles/_header.scss */
  #masthead .header-block.header-right {
    flex: 0;
  }
}
@media screen and (max-width: 960px) {
  /* line 235, smash/styles/_header.scss */
  #masthead .header-block.header-right #cd-menu-trigger {
    display: block;
  }
}
/* line 242, smash/styles/_header.scss */
#masthead .subscribe-link {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  text-transform: uppercase;
}
/* line 250, smash/styles/_header.scss */
#masthead .fab {
  font-size: 13px;
  padding: 0;
}
/* line 255, smash/styles/_header.scss */
#masthead .menu-mobile-container {
  display: none;
}
@media screen and (max-width: 600px) {
  /* line 255, smash/styles/_header.scss */
  #masthead .menu-mobile-container {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100000;
    background: white;
  }
  /* line 269, smash/styles/_header.scss */
  #masthead .menu-mobile-container .menu li {
    display: block;
    float: none;
    text-align: center;
    padding: 10px 0;
  }
}
/* line 279, smash/styles/_header.scss */
#masthead .header-social-inner {
  position: relative;
}
/* line 282, smash/styles/_header.scss */
#masthead .header-social-inner > * {
  margin-left: 12px;
}
/* line 286, smash/styles/_header.scss */
#masthead .header-social-inner .icon {
  position: relative;
  width: 13px;
  height: 13px;
  top: 1px;
  cursor: pointer;
}
/* line 293, smash/styles/_header.scss */
#masthead .header-social-inner .icon:hover {
  fill: #4E72A4;
}
@media screen and (max-width: 1024px) {
  /* line 10, smash/styles/_header.scss */
  #masthead {
    padding: 0 2%;
  }
  /* line 302, smash/styles/_header.scss */
  #masthead.lock_nav {
    margin-top: 0;
  }
  /* line 306, smash/styles/_header.scss */
  #masthead .fab {
    padding: 0px;
  }
}
@media screen and (max-width: 960px) {
  /* line 313, smash/styles/_header.scss */
  #masthead .header-block .menu-container {
    display: none;
  }
  /* line 317, smash/styles/_header.scss */
  #masthead .header-block .header-left #logo-wrap {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  /* line 331, smash/styles/_header.scss */
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container {
    display: block;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: white;
  }
  /* line 341, smash/styles/_header.scss */
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container #primary_menu {
    display: block;
  }
  /* line 344, smash/styles/_header.scss */
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container #primary_menu li {
    padding: 8px 10px;
  }
  /* line 347, smash/styles/_header.scss */
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container #primary_menu li .posts-drop {
    display: none;
  }
  /* line 356, smash/styles/_header.scss */
  #masthead .site-navigation-wrap .main-logo {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
  }
}

@media screen and (max-width: 768px) {
  /* line 374, smash/styles/_header.scss */
  body.customize-support header#masthead.lock_nav {
    top: 0;
    padding: 30px 0;
  }
  /* line 380, smash/styles/_header.scss */
  body.customize-support #site-navigation.toggled .menu-container {
    top: 90px !important;
  }
  /* line 389, smash/styles/_header.scss */
  body.customize-support.lock_nav #site-navigation.toggled .menu-container {
    top: 45px !important;
  }
}
/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
/* line 1, smash/styles/_front-page.scss */
#posts_by_category_wrapper {
  padding: 80px 50px;
  border-top: 10px solid #9fb4b3;
}
/* line 5, smash/styles/_front-page.scss */
#posts_by_category_wrapper .posts-by-category-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  max-width: 1350px;
  width: 100%;
  margin: 0px auto 0;
}
/* line 12, smash/styles/_front-page.scss */
#posts_by_category_wrapper #posts_by_category {
  width: 70%;
}
/* line 15, smash/styles/_front-page.scss */
#posts_by_category_wrapper #posts_by_category h2.posts-by-category-title {
  font-size: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  /* line 12, smash/styles/_front-page.scss */
  #posts_by_category_wrapper #posts_by_category {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  /* line 12, smash/styles/_front-page.scss */
  #posts_by_category_wrapper #posts_by_category {
    width: 100%;
  }
}
/* line 28, smash/styles/_front-page.scss */
#posts_by_category_wrapper #secondary {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  /* line 28, smash/styles/_front-page.scss */
  #posts_by_category_wrapper #secondary {
    width: 20%;
  }
}
@media screen and (max-width: 960px) {
  /* line 28, smash/styles/_front-page.scss */
  #posts_by_category_wrapper #secondary {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: 100%;
    margin-top: 50px;
  }
}

/* line 43, smash/styles/_front-page.scss */
.banner-ad {
  width: 100%;
  margin: 50px auto !important;
}

/* line 48, smash/styles/_front-page.scss */
.home-post {
  padding: 50px 0;
}
/* line 51, smash/styles/_front-page.scss */
.home-post .post-inner {
  max-width: 1065px;
  margin: 0 auto;
}
/* line 55, smash/styles/_front-page.scss */
.home-post .post-inner .home-post-left {
  width: 63%;
}
/* line 58, smash/styles/_front-page.scss */
.home-post .post-inner .home-post-left .photo-left {
  position: relative;
  z-index: 1;
  width: 40%;
}
/* line 64, smash/styles/_front-page.scss */
.home-post .post-inner .home-post-left .photo-right {
  position: relative;
  z-index: 0;
  width: 100%;
}
/* line 69, smash/styles/_front-page.scss */
.home-post .post-inner .home-post-left .photo-right .post-meta-vertical {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  left: -20px;
  left: -30px;
  transform: translate(-100%, 0) rotate(-90deg);
  transform-origin: right center;
  color: #99B5B9;
  font-family: "europa", sans-serif;
}
/* line 84, smash/styles/_front-page.scss */
.home-post .post-inner .home-post-left .photo-right .post-meta-vertical a {
  color: #99B5B9;
}
/* line 91, smash/styles/_front-page.scss */
.home-post .post-inner .home-post-right {
  width: 37%;
  padding: 30px;
}
/* line 95, smash/styles/_front-page.scss */
.home-post .post-inner .home-post-right h3.post-title {
  font-size: 20px !important;
}
/* line 99, smash/styles/_front-page.scss */
.home-post .post-inner .home-post-right span {
  color: #4E72A4;
  text-transform: uppercase;
  font-family: "europa", sans-serif;
  letter-spacing: 1px;
}
/* line 109, smash/styles/_front-page.scss */
.home-post.home-post-right .post-inner {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  /* line 115, smash/styles/_front-page.scss */
  .home-post .post-inner {
    padding: 0 50px;
  }
  /* line 118, smash/styles/_front-page.scss */
  .home-post .post-inner .photo-left {
    width: 49% !important;
    padding-left: 30px;
  }
  /* line 122, smash/styles/_front-page.scss */
  .home-post .post-inner .photo-right {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  /* line 129, smash/styles/_front-page.scss */
  .home-post .post-inner {
    flex-direction: column !important;
    padding: 0px;
  }
  /* line 133, smash/styles/_front-page.scss */
  .home-post .post-inner .home-post-left {
    width: 100%;
  }
  /* line 136, smash/styles/_front-page.scss */
  .home-post .post-inner .home-post-left .photo-right {
    width: 81%;
    margin: 0 auto;
    padding-right: 0 !important;
  }
  /* line 141, smash/styles/_front-page.scss */
  .home-post .post-inner .home-post-left .photo-right .post-meta-vertical {
    top: 127px;
    left: -17px;
  }
  /* line 147, smash/styles/_front-page.scss */
  .home-post .post-inner .home-post-right {
    width: 100%;
  }
  /* line 150, smash/styles/_front-page.scss */
  .home-post .post-inner .home-post-right .line-bottom {
    text-align: center;
    width: 100%;
  }
  /* line 155, smash/styles/_front-page.scss */
  .home-post .post-inner .home-post-right .post-inner {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 600px) {
  /* line 163, smash/styles/_front-page.scss */
  .home-post .post-inner {
    flex-direction: column;
  }
  /* line 166, smash/styles/_front-page.scss */
  .home-post .post-inner .home-post-left {
    width: 100%;
  }
  /* line 169, smash/styles/_front-page.scss */
  .home-post .post-inner .home-post-left .photo-left {
    top: -112px;
  }
  /* line 172, smash/styles/_front-page.scss */
  .home-post .post-inner .home-post-left .photo-right {
    width: 81%;
    margin: 0 auto;
    padding-right: 0 !important;
  }
  /* line 177, smash/styles/_front-page.scss */
  .home-post .post-inner .home-post-left .photo-right .post-meta-vertical {
    top: 127px;
    left: -17px;
  }
  /* line 183, smash/styles/_front-page.scss */
  .home-post .post-inner .home-post-right {
    width: 100%;
  }
}

/* line 195, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .stacked-images {
  width: 49%;
  height: 665px;
}
/* line 199, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .stacked-images .stacked-half {
  max-width: 325px;
  margin-right: -15%;
}
/* line 205, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .loop-main-content {
  width: 42%;
  padding: 30px;
}
/* line 209, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta {
  letter-spacing: 1px;
  font-family: "europa", sans-serif;
  margin-bottom: 10px;
}
/* line 214, 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 219, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .loop-main-content .loop-main-meta .post-date {
  font-family: "big-caslon-fb", sans-serif;
  font-style: italic;
}
/* line 225, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .loop-main-content .exceprt {
  font-family: "big-caslon-fb", serif;
  margin-bottom: 20px;
  line-height: 28px;
}
/* line 231, 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: "europa", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 239, smash/styles/_front-page.scss */
.loop-main .loop-main-inner .loop-main-post .loop-main-content a.view-post span {
  padding-right: 10px;
}
/* line 243, 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 249, 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 263, 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 276, smash/styles/_front-page.scss */
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 30px;
    width: 44%;
  }
  /* line 281, smash/styles/_front-page.scss */
  .loop-main .loop-main-inner .loop-main-post .stacked-images {
    width: 55%;
    height: 465px;
  }
  /* line 285, 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 297, smash/styles/_front-page.scss */
  .loop-main .loop-main-inner .loop-main-post {
    flex-direction: column;
  }
  /* line 300, smash/styles/_front-page.scss */
  .loop-main .loop-main-inner .loop-main-post .loop-main-content {
    padding: 20px;
    width: 100%;
  }
  /* line 305, smash/styles/_front-page.scss */
  .loop-main .loop-main-inner .loop-main-post .stacked-images {
    width: 90%;
    height: 300px;
  }
}

/* line 316, smash/styles/_front-page.scss */
#home_posts_grid {
  position: relative;
  padding: 50px 0;
}
/* line 321, smash/styles/_front-page.scss */
#home_posts_grid .home-posts-grid-header h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 20px 0 65px;
}
/* line 328, smash/styles/_front-page.scss */
#home_posts_grid .home-posts-grid-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 331, smash/styles/_front-page.scss */
#home_posts_grid .home-posts-grid-wrapper .highlight-post {
  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;
  width: 33%;
  padding: 20px;
  text-align: center;
}
/* line 337, smash/styles/_front-page.scss */
#home_posts_grid .home-posts-grid-wrapper .highlight-post .highlight-post-image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
/* line 343, smash/styles/_front-page.scss */
#home_posts_grid .home-posts-grid-wrapper .highlight-post .highlight-post-body {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  flex-grow: 1;
}
/* line 348, smash/styles/_front-page.scss */
#home_posts_grid .home-posts-grid-wrapper .highlight-post .highlight-post-body .highlight-post-title {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-transform: uppercase;
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 15px;
}
/* line 357, smash/styles/_front-page.scss */
#home_posts_grid .home-posts-grid-wrapper .highlight-post .highlight-post-body .highlight-post-title::after {
  content: '';
  display: block;
  position: relative;
  width: 70px;
  height: 3px;
  margin: 10px auto 0;
  background: #99B5BA;
}
/* line 369, smash/styles/_front-page.scss */
#home_posts_grid .home-posts-grid-wrapper .highlight-post .highlight-post-body .highlight-post-author {
  flex: 1;
}
@media screen and (max-width: 768px) {
  /* line 328, smash/styles/_front-page.scss */
  #home_posts_grid .home-posts-grid-wrapper {
    flex-direction: column;
  }
  /* line 379, smash/styles/_front-page.scss */
  #home_posts_grid .home-posts-grid-wrapper .highlight-post {
    width: 100%;
  }
}

/* line 386, smash/styles/_front-page.scss */
.post-read-more {
  position: relative;
  color: #4E72A4;
  text-transform: uppercase;
  font-family: "europa", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 12px;
}
/* line 395, smash/styles/_front-page.scss */
.post-read-more::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0px;
  height: 2px;
  background: #4E72A4;
}
/* line 408, smash/styles/_front-page.scss */
.post-read-more:hover::after {
  width: 150px;
}

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

/*--------------------------------------------------------------
# ARCHIVE PAGE
--------------------------------------------------------------*/
/* line 1, smash/styles/_archive.scss */
.archive-bg {
  padding-top: 30px;
  margin-top: 50px;
}

/* line 6, smash/styles/_archive.scss */
.archive-item {
  background: white;
  display: inline-block;
  width: 23%;
  position: relative;
  margin: 0% 1% 3%;
  overflow: hidden;
}
/* line 14, smash/styles/_archive.scss */
.archive-item .archive-item-image {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 425px;
  max-height: 425px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 28, smash/styles/_archive.scss */
.archive-item .archive-item-image .sponsored {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25%;
  padding: 5px;
  background: rgba(243, 158, 153, 0.3);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 41, smash/styles/_archive.scss */
.archive-item .archive-item-image img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 53, smash/styles/_archive.scss */
.archive-item .archive-item-meta a.archive-item-title {
  font-family: "big-caslon-fb", sans-serif;
  padding: 0px 20px;
  letter-spacing: 0px;
  font-size: 20px;
}
/* line 61, smash/styles/_archive.scss */
.archive-item .archive-item-meta .archive-links i.fa.fa-circle {
  font-size: 3px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
}
/* line 73, smash/styles/_archive.scss */
.archive-item:hover .archive-item-image .sponsored {
  bottom: 0;
}
/* line 76, smash/styles/_archive.scss */
.archive-item:hover .archive-item-image img {
  opacity: 0.7;
}
/* line 81, smash/styles/_archive.scss */
.archive-item .post_meta {
  text-align: center;
}
/* line 84, smash/styles/_archive.scss */
.archive-item .excerpt {
  text-align: center;
  font-size: 18px;
}
/* line 88, smash/styles/_archive.scss */
.archive-item .separator {
  margin: 50px auto;
  width: 25%;
}

/* line 93, smash/styles/_archive.scss */
.archive-item-meta {
  background-color: #9BBCAD;
  display: block;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  padding: 25px 9px 30px;
}
/* line 109, smash/styles/_archive.scss */
.archive-item-meta:hover {
  color: #9BBCAD;
}

/* line 113, smash/styles/_archive.scss */
.archive-item-cat {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 0px 0px;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "europa", sans-serif;
}
/* line 122, smash/styles/_archive.scss */
.archive-item-cat .fas {
  padding-right: 3px;
}

/* line 126, smash/styles/_archive.scss */
.archive-item-title {
  font-size: 20px;
  font-family: "big-caslon-fb", sans-serif;
  text-transform: none;
}

/* line 133, smash/styles/_archive.scss */
.archive-links {
  display: flex;
  justify-content: center;
  font-family: "europa", sans-serif;
  font-size: 11px;
  margin-top: 26px;
  letter-spacing: 3px;
}
/* line 140, smash/styles/_archive.scss */
.archive-links .icon {
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}

/* line 148, smash/styles/_archive.scss */
.archive-action-block {
  position: absolute;
  background: white;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
}

/* line 160, smash/styles/_archive.scss */
.show-block {
  top: unset;
  bottom: 0;
  opacity: 1;
}

/* line 165, smash/styles/_archive.scss */
.view-link {
  cursor: pointer;
}
/* line 167, smash/styles/_archive.scss */
.view-link:hover {
  color: #9BBCAD;
}

/* line 171, smash/styles/_archive.scss */
.shop-block {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}
/* line 175, smash/styles/_archive.scss */
.shop-block .shopthepost-widget {
  margin-top: 0;
}

/* line 179, smash/styles/_archive.scss */
.share-block {
  padding: 15px;
}
/* line 181, smash/styles/_archive.scss */
.share-block .social-share {
  padding-top: 0;
}

/* line 188, smash/styles/_archive.scss */
body.archive.category #archive_page .archive-header-wrap {
  color: white;
}
/* line 193, smash/styles/_archive.scss */
body.archive.category #archive_page .archive-header-wrap .cat-nav a {
  color: white;
}

/* line 204, smash/styles/_archive.scss */
#archive_page .posts-grid .post-grid-entry .post-grid-body {
  background-color: #f4f4f4;
}
/* line 206, smash/styles/_archive.scss */
#archive_page .posts-grid .post-grid-entry .post-grid-body .post-grid-cat {
  display: none;
}
/* line 209, smash/styles/_archive.scss */
#archive_page .posts-grid .post-grid-entry .post-grid-body .post-grid-title {
  padding: 10px;
}
/* line 212, smash/styles/_archive.scss */
#archive_page .posts-grid .post-grid-entry .post-grid-body .post-grid-title:after {
  display: none;
}

/* line 221, smash/styles/_archive.scss */
.archive-header-wrap {
  background: #9BBCAD;
  padding: 0 30px;
  margin-top: 20px;
}
/* line 226, smash/styles/_archive.scss */
.archive-header-wrap .page-header {
  padding-right: 40px;
  border-right: 1px solid white;
}
/* line 230, smash/styles/_archive.scss */
.archive-header-wrap .page-header .page-title {
  margin-bottom: 0;
  white-space: nowrap;
}
/* line 236, smash/styles/_archive.scss */
.archive-header-wrap .cat-nav {
  padding-left: 30px;
}
/* line 239, smash/styles/_archive.scss */
.archive-header-wrap .cat-nav a {
  padding: 25px 15px;
}
/* line 242, smash/styles/_archive.scss */
.archive-header-wrap .cat-nav a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  /* line 221, smash/styles/_archive.scss */
  .archive-header-wrap {
    flex-direction: column;
  }
  /* line 251, smash/styles/_archive.scss */
  .archive-header-wrap .page-header {
    padding-right: 0px;
    margin-bottom: 30px;
    border-right: none;
  }
  /* line 257, smash/styles/_archive.scss */
  .archive-header-wrap .cat-nav {
    padding-left: 0px;
    flex-direction: column;
    margin-bottom: 5px;
  }
}

/* line 268, smash/styles/_archive.scss */
body.archive .page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: "europa", sans-serif;
  letter-spacing: 1px;
  width: auto;
}
/* line 277, smash/styles/_archive.scss */
body.archive .page-header .page-title {
  margin-bottom: 0;
  font-size: 22px;
}

/* line 284, smash/styles/_archive.scss */
#load-more-from {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
  background: #99B5BA;
  color: white;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 50px 0px 27px;
}
/* line 293, smash/styles/_archive.scss */
#load-more-from a {
  color: white;
}
/* line 297, smash/styles/_archive.scss */
#load-more-from .load-more-title {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 26%;
  text-transform: capitalize;
  font-family: "big-caslon-fb", sans-serif;
  font-size: 25px;
  padding: 50px;
  border-right: 1px solid white;
}
/* line 306, smash/styles/_archive.scss */
#load-more-from .load-more-title .load-more-title-inner {
  position: relative;
  text-transform: uppercase;
  font-size: 33px;
  letter-spacing: 1px;
}
/* line 314, smash/styles/_archive.scss */
#load-more-from #menu_container {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 74%;
  padding: 20px 50px;
  border-left: 1px solid white;
  margin-left: 3px;
}
/* line 321, smash/styles/_archive.scss */
#load-more-from #menu_container #category_menu {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  font-size: 22px;
}
/* line 325, smash/styles/_archive.scss */
#load-more-from #menu_container #category_menu > li {
  width: 48%;
  margin: 12px 1%;
  text-align: left;
  font-size: 28px;
}
/* line 334, smash/styles/_archive.scss */
#load-more-from .cat-nav {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 284, smash/styles/_archive.scss */
  #load-more-from {
    width: 100%;
  }
  /* line 343, smash/styles/_archive.scss */
  #load-more-from .load-more-title .load-more-title-inner {
    font-size: 24px;
  }
  /* line 352, smash/styles/_archive.scss */
  #load-more-from #menu_container #category_menu > li {
    width: 48%;
    margin: 12px 1%;
    text-align: left;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  /* line 363, smash/styles/_archive.scss */
  #load-more-from .load-more-title {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  /* line 284, smash/styles/_archive.scss */
  #load-more-from {
    flex-direction: column !important;
  }
  /* line 371, smash/styles/_archive.scss */
  #load-more-from .load-more-title {
    padding: 30px 30px 0;
    border-right: none;
    width: 100%;
    border-bottom: 1px solid white;
  }
  /* line 378, smash/styles/_archive.scss */
  #load-more-from #menu_container {
    width: 100%;
    padding: 20px;
    border-top: 1px solid white;
    border-left: none;
  }
  /* line 384, smash/styles/_archive.scss */
  #load-more-from #menu_container #category_menu {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  /* line 389, smash/styles/_archive.scss */
  #load-more-from #menu_container #category_menu > li {
    width: 100%;
    text-align: center;
  }
}

/* line 399, smash/styles/_archive.scss */
.cat-nav {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: "big-caslon-fb", sans-serif;
}
/* line 406, smash/styles/_archive.scss */
.cat-nav a {
  padding: 0px 15px;
  font-size: 14px;
  font-family: "europa", sans-serif;
}
/* line 411, smash/styles/_archive.scss */
.cat-nav a.cat-nav-current {
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  /* line 419, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 426, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 350px;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 433, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 315px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 439, smash/styles/_archive.scss */
  .archive-item {
    width: 47%;
  }
  /* line 441, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 275px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 448, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 455, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 350px;
  }
}
@media only screen and (max-width: 667px) {
  /* line 461, smash/styles/_archive.scss */
  .archive-item {
    width: 100%;
  }
  /* line 463, smash/styles/_archive.scss */
  .archive-item .archive-item-image {
    height: 425px;
  }
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
/* line 2, smash/styles/_single-post.scss */
body.single-post #primary {
  padding-top: 0;
  margin-bottom: 30px;
}
/* line 10, smash/styles/_single-post.scss */
body.single-post .post-intro p a::after {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 2px;
  left: 0;
  right: 0;
  background: #F7EAF4;
  display: block;
  z-index: -1;
}
/* line 21, smash/styles/_single-post.scss */
body.single-post .post-intro p a::after:hover {
  top: 0;
}
/* line 26, smash/styles/_single-post.scss */
body.single-post .post-intro p a:hover {
  color: black;
}
/* line 35, smash/styles/_single-post.scss */
body.single-post.lock_nav article.post .article-sidebar {
  position: fixed !important;
  top: 0;
}
/* line 42, smash/styles/_single-post.scss */
body.single-post #featured_post {
  background: white;
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  /* line 52, smash/styles/_single-post.scss */
  body.single-post #primary {
    max-width: 100%;
  }
}

/* line 59, smash/styles/_single-post.scss */
body.post-template-default p {
  width: 68%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 600px) {
  /* line 65, smash/styles/_single-post.scss */
  body.post-template-default p {
    width: 80%;
  }
}

/* line 73, smash/styles/_single-post.scss */
body.post-template-single-guide .entry-title {
  margin-bottom: 50px;
}

/* line 82, smash/styles/_single-post.scss */
body.single-post article p a {
  position: relative;
  color: black;
  font-weight: 900;
}
/* line 87, smash/styles/_single-post.scss */
body.single-post article p a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 82%;
  bottom: 0;
  background: #4E72A4;
  z-index: -1;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
/* line 102, smash/styles/_single-post.scss */
body.single-post article p a:hover {
  color: white;
}
/* line 105, smash/styles/_single-post.scss */
body.single-post article p a:hover::after {
  top: 0;
}

/* line 114, smash/styles/_single-post.scss */
article.post {
  position: relative;
}
/* line 118, smash/styles/_single-post.scss */
article.post .entry-header {
  margin-bottom: 30px;
}
/* line 121, smash/styles/_single-post.scss */
article.post .entry-header .entry-title-wrap {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: "europa", sans-serif;
  padding: 50px;
  background: white;
  border: 1px solide #EDEDED;
  color: #c8c8c8;
}
/* line 131, smash/styles/_single-post.scss */
article.post .entry-header .entry-title-wrap .entry-title {
  border-bottom: none;
  color: black;
  margin: 10px 0;
  padding: 0;
  line-height: 1.25em;
  text-transform: capitalize;
}
/* line 140, smash/styles/_single-post.scss */
article.post .entry-header .entry-title-wrap .entry-author {
  margin-bottom: 20px;
}
/* line 146, smash/styles/_single-post.scss */
article.post .entry-header .entry-title-wrap .social-share .share-title {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 152, smash/styles/_single-post.scss */
article.post .entry-header .entry-title-wrap .social-share button.share {
  font-size: 13px;
  margin: 0 3px;
}
/* line 159, smash/styles/_single-post.scss */
article.post .entry-header .entry-header-inner {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 162, smash/styles/_single-post.scss */
article.post .entry-header .entry-header-inner .header-right {
  position: relative;
  width: 100%;
  max-width: 435px;
  margin-right: -3%;
  z-index: 2;
}
/* line 169, smash/styles/_single-post.scss */
article.post .entry-header .entry-header-inner .header-right .entry-title-wrap {
  position: relative;
  z-index: 2;
}
/* line 174, smash/styles/_single-post.scss */
article.post .entry-header .entry-header-inner .header-right::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: -10px;
  right: 10px;
  bottom: -10px;
  background: #99B5BA;
  z-index: 1;
}
/* line 187, smash/styles/_single-post.scss */
article.post .entry-header .entry-header-inner .photo-right {
  position: relative;
  font-family: "europa", sans-serif;
  width: 51%;
  margin-bottom: 0;
  z-index: 0;
}
/* line 194, smash/styles/_single-post.scss */
article.post .entry-header .entry-header-inner .photo-right .post-thumbnail {
  width: 100%;
}
/* line 198, smash/styles/_single-post.scss */
article.post .entry-header .entry-header-inner .photo-right .post-meta-vertical {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  position: absolute;
  top: 7%;
  left: -20px;
  left: -30px;
  transform: translate(-100%, 0) rotate(-90deg);
  transform-origin: right center;
  color: #99B5B9;
  font-family: "europa", sans-serif;
}
/* line 213, smash/styles/_single-post.scss */
article.post .entry-header .entry-header-inner .photo-right .post-meta-vertical a {
  color: #99B5B9;
}
/* line 216, smash/styles/_single-post.scss */
article.post .entry-header .entry-header-inner .photo-right .post-meta-vertical a:hover {
  color: #4E72A4;
}
@media screen and (max-width: 1024px) {
  /* line 159, smash/styles/_single-post.scss */
  article.post .entry-header .entry-header-inner {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
  }
  /* line 226, smash/styles/_single-post.scss */
  article.post .entry-header .entry-header-inner .photo-right {
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  /* line 159, smash/styles/_single-post.scss */
  article.post .entry-header .entry-header-inner {
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  /* line 233, smash/styles/_single-post.scss */
  article.post .entry-header .entry-header-inner .header-right {
    margin-top: 30px;
    margin-right: unset;
  }
  /* line 237, smash/styles/_single-post.scss */
  article.post .entry-header .entry-header-inner .header-right .entry-title-wrap {
    border: 10px solid #99B5BA;
  }
  /* line 241, smash/styles/_single-post.scss */
  article.post .entry-header .entry-header-inner .header-right::after {
    display: none;
  }
  /* line 245, smash/styles/_single-post.scss */
  article.post .entry-header .entry-header-inner .photo-right {
    width: 100%;
    max-width: 435px;
  }
}
@media screen and (max-width: 768px) {
  /* line 252, smash/styles/_single-post.scss */
  article.post .entry-header .entry-header-inner .header-right .entry-title-wrap {
    padding: 30px;
  }
  /* line 255, smash/styles/_single-post.scss */
  article.post .entry-header .entry-header-inner .header-right .entry-title {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 600px) {
  /* line 262, smash/styles/_single-post.scss */
  article.post .entry-header .entry-header-inner .header-right .entry-title {
    font-size: 24px !important;
  }
}
/* line 270, smash/styles/_single-post.scss */
article.post .quick-links {
  position: absolute;
  top: 50%;
  left: -125px;
  max-width: 250px;
  background: white;
  border: 4px solid #baaeaf;
  padding: 20px 30px;
}
/* line 279, smash/styles/_single-post.scss */
article.post .quick-links a {
  color: #baaeaf;
  font-weight: bold;
}
/* line 284, smash/styles/_single-post.scss */
article.post .quick-links h3 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
/* line 289, smash/styles/_single-post.scss */
article.post .quick-links p {
  font-size: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 2.25em;
}
/* line 297, smash/styles/_single-post.scss */
article.post .entry-header {
  text-align: left;
}
/* line 302, smash/styles/_single-post.scss */
article.post .entry-header .entry-header-inner a.latest-post-cat {
  text-transform: uppercase;
  font-family: "europa", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
/* line 308, smash/styles/_single-post.scss */
article.post .entry-header .entry-header-inner a.latest-post-cat .fas {
  padding-right: 5px;
}
/* line 314, smash/styles/_single-post.scss */
article.post .entry-header .entry-title {
  font-size: 33px;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 50px;
  padding-bottom: 11px;
  display: block;
  text-align: center;
}
/* line 325, smash/styles/_single-post.scss */
article.post .entry-header .post-meta {
  font-family: "europa", sans-serif;
  margin-bottom: 10px;
}
/* line 329, smash/styles/_single-post.scss */
article.post .entry-header .post-meta .meta-sep {
  width: 1px;
  height: 15px;
  background: black;
  margin: 0 10px;
}
/* line 336, smash/styles/_single-post.scss */
article.post .entry-header .post-meta a.category-name {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
/* line 342, smash/styles/_single-post.scss */
article.post .entry-header .post-meta .post-date {
  font-family: "big-caslon-fb", sans-serif;
  font-style: italic;
  letter-spacing: 1px;
}
/* line 351, smash/styles/_single-post.scss */
article.post .entry-content {
  margin-top: 0;
}
/* line 359, smash/styles/_single-post.scss */
article.post .rs-code {
  padding: 50px;
  border-top: 1px solid #868686;
  text-align: center;
  margin-top: 50px !important;
}
/* line 365, smash/styles/_single-post.scss */
article.post .rs-code .rs-code-title {
  display: none;
}
/* line 369, smash/styles/_single-post.scss */
article.post .rs-code .shopthepost-widget,
article.post .rs-code .shopsense-widget {
  width: 100%;
}
/* line 375, smash/styles/_single-post.scss */
article.post .rs-code p {
  display: none !important;
}
/* line 380, smash/styles/_single-post.scss */
article.post .article-sidebar {
  position: absolute;
  top: 0;
  height: 100%;
  right: 17px;
  padding-top: 75px;
  width: 70px;
  text-align: center;
  overflow: hidden;
}
/* line 390, smash/styles/_single-post.scss */
article.post .article-sidebar .article-sidebar-inner {
  position: relative;
  height: 100vh;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 396, smash/styles/_single-post.scss */
article.post .article-sidebar .article-sidebar-inner #progress {
  position: fixed;
  top: 75px;
  width: 1px;
  height: 0;
  background-color: #000;
  z-index: -1;
}
/* line 411, smash/styles/_single-post.scss */
article.post .article-sidebar .article-sidebar-inner .social-share .share-wrap {
  width: 100%;
  height: 38px;
  position: relative;
  margin-bottom: 22px;
}
/* line 417, smash/styles/_single-post.scss */
article.post .article-sidebar .article-sidebar-inner .social-share .share-wrap span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  font-family: "big-caslon-fb", serif;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  margin: auto;
  display: block;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
/* line 435, smash/styles/_single-post.scss */
article.post .article-sidebar .article-sidebar-inner .social-share .share {
  display: block;
  text-align: center;
  margin: 0 auto 22px;
  font-size: 16px;
  line-height: normal;
  position: relative;
}
/* line 447, smash/styles/_single-post.scss */
article.post .post-footer {
  padding: 50px;
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
  text-transform: uppercase;
  font-family: "europa", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}
/* line 456, smash/styles/_single-post.scss */
article.post .post-footer span {
  text-transform: uppercase;
  font-family: "europa", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}
/* line 463, smash/styles/_single-post.scss */
article.post .post-footer .fab, article.post .post-footer .fas {
  padding-right: 5px;
}
/* line 467, smash/styles/_single-post.scss */
article.post .post-footer #comment-btn {
  padding-left: 20px;
}
/* line 470, smash/styles/_single-post.scss */
article.post .post-footer #comment-btn .icon {
  fill: black;
  margin-left: 10px;
}
/* line 476, smash/styles/_single-post.scss */
article.post .post-footer #comment-btn:hover .icon {
  fill: #bcabac;
}
@media screen and (max-width: 768px) {
  /* line 484, smash/styles/_single-post.scss */
  article.post .quick-links {
    position: relative;
    left: 0;
    max-width: 100%;
  }
  /* line 490, smash/styles/_single-post.scss */
  article.post .article-sidebar {
    right: -12px;
  }
  /* line 493, smash/styles/_single-post.scss */
  article.post .article-sidebar #progress {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  /* line 502, smash/styles/_single-post.scss */
  article.post .entry-header h1 {
    font-size: 24px;
  }
}

/* line 509, smash/styles/_single-post.scss */
.fixed-social-share-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 75px;
  z-index: 100;
}
/* line 517, smash/styles/_single-post.scss */
.fixed-social-share-wrap .social-share {
  width: 65px;
  height: 150px;
}
/* line 521, smash/styles/_single-post.scss */
.fixed-social-share-wrap .social-share .share-title {
  text-transform: uppercase;
  transform: translate(0, 0) rotate(-90deg);
  transform-origin: center center;
  min-width: 105px;
  text-align: center;
}
/* line 529, smash/styles/_single-post.scss */
.fixed-social-share-wrap .social-share .share-wrap {
  display: none;
  text-align: center;
}
/* line 533, smash/styles/_single-post.scss */
.fixed-social-share-wrap .social-share .share-wrap > * {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
}
/* line 541, smash/styles/_single-post.scss */
.fixed-social-share-wrap .social-share:hover .share-title {
  display: none;
}
/* line 544, smash/styles/_single-post.scss */
.fixed-social-share-wrap .social-share:hover .share-wrap {
  display: block;
}
@media screen and (max-width: 600px) {
  /* line 509, smash/styles/_single-post.scss */
  .fixed-social-share-wrap {
    display: none;
  }
}

/* line 557, smash/styles/_single-post.scss */
.entry-header .entry-title {
  text-align: center;
  margin-bottom: 5px;
  font-family: "big-caslon-fb", sans-serif;
}
/* line 563, smash/styles/_single-post.scss */
.entry-header .entry-meta {
  text-align: center;
  font-family: "europa", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: black;
  margin-bottom: 30px;
}
/* line 572, smash/styles/_single-post.scss */
.entry-header .entry-meta a {
  color: black;
}

/* line 579, smash/styles/_single-post.scss */
.entry-footer {
  margin: 50px 0px 50px;
}
/* line 582, smash/styles/_single-post.scss */
.entry-footer .post-foot-left {
  display: flex;
  font-family: 'karla';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}
/* line 589, smash/styles/_single-post.scss */
.entry-footer .post-foot-left .btn {
  padding: 10px 20px;
}
/* line 594, smash/styles/_single-post.scss */
.entry-footer .post-foot-right {
  font-family: 'karla';
  text-transform: lowercase;
  letter-spacing: 2px;
}
/* line 599, smash/styles/_single-post.scss */
.entry-footer .post-foot-right .social-share {
  font-size: 14px;
  text-transform: uppercase;
}
/* line 603, smash/styles/_single-post.scss */
.entry-footer .post-foot-right .social-share .share-title {
  margin-right: 10px;
}
/* line 607, smash/styles/_single-post.scss */
.entry-footer .post-foot-right .social-share button {
  padding: 0px 3px;
}

/*--------------------------------------------------------------
# COMMENTS
--------------------------------------------------------------*/
/* line 1, smash/styles/_comments.scss */
#comments {
  max-width: 80%;
  margin: 0 auto;
}
/* line 5, smash/styles/_comments.scss */
#comments .comment-subtitle {
  font-family: "big-caslon-fb", sans-serif;
  letter-spacing: 2px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
/* line 13, smash/styles/_comments.scss */
#comments .container {
  max-width: 685px;
}
/* line 17, smash/styles/_comments.scss */
#comments .comments-title {
  display: none;
}
/* line 21, smash/styles/_comments.scss */
#comments .comment-input-half {
  width: 49%;
}
/* line 25, 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: "europa", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 7px 10px;
  border-radius: 0;
  margin-bottom: 5px;
  width: 100%;
}
/* line 36, smash/styles/_comments.scss */
#comments input#submit {
  width: 100%;
  background: #99B5BA !important;
  color: white !important;
  border: none !important;
}
/* line 42, smash/styles/_comments.scss */
#comments input#submit:hover {
  background: #9BBCAD !important;
  border: none !important;
}
/* line 48, smash/styles/_comments.scss */
#comments div#respond {
  margin-bottom: 50px;
}
/* line 52, smash/styles/_comments.scss */
#comments .comment-list {
  margin: 0;
  padding: 0;
  font-family: "big-caslon-fb", serif;
}
/* line 59, 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 67, smash/styles/_comments.scss */
#comments .comment-list .comment .comment-meta .avatar, #comments .comment-list .comment .comment-meta .says {
  display: none;
}
/* line 71, smash/styles/_comments.scss */
#comments .comment-list .comment .comment-meta .comment-metadata {
  display: none;
}
/* line 76, smash/styles/_comments.scss */
#comments .comment-list .comment .children {
  margin: 40px 0px;
}
/* line 80, smash/styles/_comments.scss */
#comments .comment-list .comment .reply {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
}

/* line 620, smash/styles/_single-post.scss */
#comments {
  margin-top: 50px;
  display: none;
}
/* line 626, smash/styles/_single-post.scss */
#comments .comments-container .comments-title {
  text-align: center;
}
/* line 634, smash/styles/_single-post.scss */
#comments .respond textarea {
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "big-caslon-fb", serif;
}

/* line 3, smash/styles/_single-products.scss */
.single-layout-products .entry-header img {
  max-width: 640px;
  width: 49%;
}
/* line 8, smash/styles/_single-products.scss */
.single-layout-products .entry-header .entry-header-right {
  width: 49%;
  max-width: 450px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  /* line 17, smash/styles/_single-products.scss */
  .single-layout-products .entry-header .entry-header-right {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 25, smash/styles/_single-products.scss */
  .single-layout-products .entry-header {
    flex-direction: column;
  }
  /* line 28, smash/styles/_single-products.scss */
  .single-layout-products .entry-header img {
    width: 100%;
  }
  /* line 31, smash/styles/_single-products.scss */
  .single-layout-products .entry-header .entry-header-right {
    width: 100%;
    padding: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 37, smash/styles/_single-products.scss */
  .single-layout-products .entry-header .entry-header-right h1.entry-title {
    font-size: 25px;
  }
}

/* line 45, smash/styles/_single-products.scss */
#product-blocks {
  position: relative;
}
/* line 48, smash/styles/_single-products.scss */
#product-blocks .product-blocks-wrapper {
  margin: 50px auto;
  max-width: 1065px;
  width: 85%;
}
/* line 53, smash/styles/_single-products.scss */
#product-blocks .product-blocks-wrapper .products-content {
  width: 49%;
}
/* line 56, smash/styles/_single-products.scss */
#product-blocks .product-blocks-wrapper .products-content::after {
  right: unset !important;
}
/* line 61, smash/styles/_single-products.scss */
#product-blocks .product-blocks-wrapper .products-grid {
  width: 49%;
  padding: 50px;
  font-family: "europa", sans-serif;
}
/* line 66, smash/styles/_single-products.scss */
#product-blocks .product-blocks-wrapper .products-grid .product {
  width: 49%;
  text-align: center;
}
/* line 70, smash/styles/_single-products.scss */
#product-blocks .product-blocks-wrapper .products-grid .product .product-image {
  margin: 20px;
  height: 185px;
}
/* line 75, smash/styles/_single-products.scss */
#product-blocks .product-blocks-wrapper .products-grid .product .product-title {
  font-weight: bold;
}
/* line 81, smash/styles/_single-products.scss */
#product-blocks .product-blocks-wrapper:nth-child(2n) {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 768px) {
  /* line 87, smash/styles/_single-products.scss */
  #product-blocks .product-blocks-wrapper {
    flex-direction: column-reverse;
  }
  /* line 89, smash/styles/_single-products.scss */
  #product-blocks .product-blocks-wrapper .products-grid {
    width: 100%;
  }
  /* line 92, smash/styles/_single-products.scss */
  #product-blocks .product-blocks-wrapper .products-content {
    width: 100%;
  }
  /* line 96, smash/styles/_single-products.scss */
  #product-blocks .product-blocks-wrapper:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  /* line 104, smash/styles/_single-products.scss */
  #product-blocks .product-blocks-wrapper .products-grid {
    padding: 0px;
  }
}

/* line 4, smash/styles/_single-rows.scss */
.single-layout-rows article.post .entry-header-wrapper > * {
  width: 48%;
}
/* line 10, smash/styles/_single-rows.scss */
.single-layout-rows .content-row {
  position: relative;
  margin: -50px auto 0 !important;
}
/* line 14, smash/styles/_single-rows.scss */
.single-layout-rows .content-row > * {
  width: 48%;
}
/* line 18, smash/styles/_single-rows.scss */
.single-layout-rows .content-row .content-row-text {
  padding: 50px;
}
/* line 22, smash/styles/_single-rows.scss */
.single-layout-rows .content-row:nth-child(2n+1) {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 27, smash/styles/_single-rows.scss */
.single-layout-rows .entry-content {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1024px) {
  /* line 33, smash/styles/_single-rows.scss */
  .single-layout-rows .content-row {
    margin: 30px auto 0 !important;
  }
  /* line 36, smash/styles/_single-rows.scss */
  .single-layout-rows .content-row .content-row-text {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 768px) {
  /* line 43, smash/styles/_single-rows.scss */
  .single-layout-rows article.post .entry-header-wrapper {
    flex-direction: column;
  }
  /* line 46, smash/styles/_single-rows.scss */
  .single-layout-rows article.post .entry-header-wrapper > * {
    width: 100%;
  }
  /* line 51, smash/styles/_single-rows.scss */
  .single-layout-rows .content-row {
    margin: 30px auto 0 !important;
    flex-direction: column;
  }
  /* line 55, smash/styles/_single-rows.scss */
  .single-layout-rows .content-row > * {
    width: 100%;
  }
  /* line 59, smash/styles/_single-rows.scss */
  .single-layout-rows .content-row .content-row-text {
    padding: 30px 0px 0px;
  }
  /* line 63, smash/styles/_single-rows.scss */
  .single-layout-rows .content-row:nth-child(2n+1) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  /* line 71, smash/styles/_single-rows.scss */
  .single-layout-rows article.post .entry-header .entry-title {
    font-size: 24px;
  }
  /* line 78, smash/styles/_single-rows.scss */
  .single-layout-rows .content-row .content-row-text h2 {
    font-size: 25px;
  }
}

/*--------------------------------------------------------------
# DEFAULT PAGE
--------------------------------------------------------------*/
/* line 3, smash/styles/_page.scss */
.entry-title.line-bottom {
  display: block;
  text-align: center;
}
/* line 7, smash/styles/_page.scss */
.entry-title.line-bottom::after {
  margin: 0 auto;
}

/* line 14, smash/styles/_page.scss */
#wp-quiz {
  max-width: 700px !important;
  margin: 0 auto !important;
}

/* line 19, smash/styles/_page.scss */
.wq_quizCtr {
  max-width: 700px !important;
  margin: 0 auto !important;
}

/* line 24, smash/styles/_page.scss */
.wq-questions.wq_questionsCtr {
  max-width: 700px !important;
  margin: 0 auto !important;
}

/*--------------------------------------------------------------
# ABOUT PAGE
--------------------------------------------------------------*/
/* line 2, smash/styles/_page-about.scss */
body.page-template-page-about #grid_loop {
  padding: 100px 0 50px;
  border-top: 1px solid black;
}
@media screen and (max-width: 1300px) {
  /* line 8, smash/styles/_page-about.scss */
  body.page-template-page-about #grid_loop {
    padding: 50px 0 10px;
  }
}

/* line 17, smash/styles/_page-about.scss */
#about-page .about-header {
  position: relative;
}
/* line 20, smash/styles/_page-about.scss */
#about-page .about-header .about-header-left {
  width: 52%;
  margin-right: -2%;
}
/* line 24, smash/styles/_page-about.scss */
#about-page .about-header .about-header-left .contact-social {
  width: 60%;
  padding: 0;
  margin: 20px auto 0;
  font-family: "europa", sans-serif;
}
/* line 31, smash/styles/_page-about.scss */
#about-page .about-header .about-header-right {
  width: 52%;
  position: relative;
  margin-top: -30px;
}
/* line 36, smash/styles/_page-about.scss */
#about-page .about-header .about-header-right .about-sub-title {
  margin-bottom: 10px;
  font-family: "europa", sans-serif;
}
/* line 41, smash/styles/_page-about.scss */
#about-page .about-header .about-header-right .about-title {
  font-size: 62px;
  margin-bottom: -50px;
  position: relative;
  font-family: "Magical", serif;
}
/* line 49, smash/styles/_page-about.scss */
#about-page .about-header .about-header-image {
  width: 100%;
  height: 720px;
}
@media screen and (max-width: 960px) {
  /* line 58, smash/styles/_page-about.scss */
  #about-page .about-header .about-header-left .contact-social {
    width: 80%;
  }
  /* line 62, smash/styles/_page-about.scss */
  #about-page .about-header .about-header-image {
    height: 520px;
  }
  /* line 66, smash/styles/_page-about.scss */
  #about-page .about-text {
    width: 93%;
  }
}
@media screen and (max-width: 600px) {
  /* line 15, smash/styles/_page-about.scss */
  #about-page {
    padding-top: 0px;
  }
  /* line 73, smash/styles/_page-about.scss */
  #about-page .about-header .about-header-left {
    width: 52%;
    margin-right: -6%;
  }
  /* line 76, smash/styles/_page-about.scss */
  #about-page .about-header .about-header-left .about-header-image {
    height: 320px;
  }
  /* line 79, smash/styles/_page-about.scss */
  #about-page .about-header .about-header-left .contact-social {
    width: 100%;
    margin-top: 70px;
  }
  /* line 84, smash/styles/_page-about.scss */
  #about-page .about-header .about-header-right {
    width: 56%;
    margin-top: -30px;
  }
  /* line 87, smash/styles/_page-about.scss */
  #about-page .about-header .about-header-right .about-title {
    font-size: 37px;
    margin-bottom: 0px;
  }
  /* line 91, smash/styles/_page-about.scss */
  #about-page .about-header .about-header-right .about-header-image {
    height: 320px;
  }
  /* line 96, smash/styles/_page-about.scss */
  #about-page .about-text {
    margin-top: 0px;
  }
}

/* line 102, smash/styles/_page-about.scss */
.about-nav-wrap {
  background: #F2EEEB;
  padding: 30px;
  margin-bottom: 50px;
  font-family: "big-caslon-fb", sans-serif;
  text-transform: capitalize;
  font-size: 18px;
}
/* line 110, smash/styles/_page-about.scss */
.about-nav-wrap .about-nav-title {
  padding-right: 60px;
  padding-left: 40px;
  border-right: 1px solid #cac2bc;
}
/* line 116, smash/styles/_page-about.scss */
.about-nav-wrap .menu-container {
  padding-left: 30px;
}
/* line 120, smash/styles/_page-about.scss */
.about-nav-wrap #about_menu {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  text-transform: capitalize;
  flex-wrap: wrap;
}
/* line 126, smash/styles/_page-about.scss */
.about-nav-wrap #about_menu li {
  margin: 0px 20px;
}
@media screen and (max-width: 600px) {
  /* line 102, smash/styles/_page-about.scss */
  .about-nav-wrap {
    flex-direction: column;
  }
  /* line 134, smash/styles/_page-about.scss */
  .about-nav-wrap .about-nav-title {
    padding-right: 0px;
    padding-left: 0px;
    border-right: 0px;
    font-weight: bold;
  }
  /* line 141, smash/styles/_page-about.scss */
  .about-nav-wrap .menu-container {
    margin-top: 30px;
    padding-left: 0px;
  }
  /* line 146, smash/styles/_page-about.scss */
  .about-nav-wrap #about_menu {
    flex-direction: column;
  }
}

/* line 152, smash/styles/_page-about.scss */
#about-page {
  display: flex;
  flex-direction: column;
}

/* line 157, smash/styles/_page-about.scss */
.about-top {
  margin-bottom: 50px;
}

/* line 161, smash/styles/_page-about.scss */
.about-img1 {
  width: 45%;
  background-size: cover;
}

/* line 166, smash/styles/_page-about.scss */
.about-quote {
  width: 55%;
  padding: 50px;
}
/* line 170, smash/styles/_page-about.scss */
.about-quote h2 {
  font-size: 40px;
  letter-spacing: 0px;
}

/* line 176, smash/styles/_page-about.scss */
.about-text {
  width: 85%;
  max-width: 1000px;
  margin: 0px auto;
  padding: 50px;
}

/* line 183, smash/styles/_page-about.scss */
.about-img2 {
  width: 45%;
  background-size: cover;
  background-position: center;
}

/* line 189, smash/styles/_page-about.scss */
.about-bottom {
  flex-direction: row-reverse;
  margin-bottom: 50px;
}

/* line 194, smash/styles/_page-about.scss */
.back-link {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1300px) {
  /* line 202, smash/styles/_page-about.scss */
  .about-text {
    margin: 20px auto;
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 209, smash/styles/_page-about.scss */
  .about-img1 {
    background-position: center;
  }
}
@media screen and (max-width: 960px) {
  /* line 215, smash/styles/_page-about.scss */
  .about-text {
    font-size: 17px;
  }

  /* line 218, smash/styles/_page-about.scss */
  .about-quote {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  /* line 224, smash/styles/_page-about.scss */
  .about-text {
    padding: 30px;
  }

  /* line 227, smash/styles/_page-about.scss */
  .about-top, .about-bottom {
    flex-direction: column;
  }

  /* line 230, smash/styles/_page-about.scss */
  .about-img1, .about-img2 {
    height: 400px;
    width: 100%;
  }

  /* line 234, smash/styles/_page-about.scss */
  .about-quote, .about-text {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 242, smash/styles/_page-about.scss */
  .about-top, .about-bottom {
    display: flex;
    flex-direction: column;
  }

  /* line 246, smash/styles/_page-about.scss */
  .about-img1, .about-img2 {
    width: 100%;
    height: 430px;
  }

  /* line 250, smash/styles/_page-about.scss */
  .about-quote {
    width: 100%;
  }

  /* line 253, smash/styles/_page-about.scss */
  .about-text {
    width: 100%;
    padding: 30px;
  }

  /* line 257, smash/styles/_page-about.scss */
  .about-text p {
    font-size: 15px;
  }
}
/*--------------------------------------------------------------
# AS SEEN IN PAGE
--------------------------------------------------------------*/
/* line 1, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page {
  position: relative;
}
/* line 4, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-intro {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 7, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-intro > * {
  flex: 1;
}
/* line 11, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-intro .as-seen-in-body {
  padding: 50px;
  text-align: center;
}
/* line 17, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-intro .as-seen-in-body .as-seen-in-social .social-links {
  margin-bottom: 20px;
}
/* line 21, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-intro .as-seen-in-body .as-seen-in-social .social-icon {
  font-size: 32px;
}
/* line 25, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-intro .as-seen-in-body .as-seen-in-social .contact-email {
  position: relative;
  line-height: 1;
}
/* line 30, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-intro .as-seen-in-body .as-seen-in-social .contact-email::after {
  content: '';
  display: block;
  position: absolute;
  top: 78%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F7EAF4;
  z-index: -1;
}
/* line 44, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-intro .as-seen-in-body .as-seen-in-social .contact-email:hover::after {
  top: 0;
}
/* line 51, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-intro .as-seen-in-body .as-seen-in-intro-title {
  font-family: "Magical", serif;
  font-size: 92px;
}
@media screen and (max-width: 768px) {
  /* line 4, smash/styles/_page-as-seen-in.scss */
  #as_seen_in_page .as-seen-in-intro {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  /* line 60, smash/styles/_page-as-seen-in.scss */
  #as_seen_in_page .as-seen-in-intro > * {
    flex: unset;
    width: 100%;
  }
  /* line 65, smash/styles/_page-as-seen-in.scss */
  #as_seen_in_page .as-seen-in-intro .as-seen-in-image {
    min-height: 350px;
  }
}
/* line 73, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-blocks .as-seen-in-blocks-title {
  font-family: "Magical", serif;
  font-size: 92px;
  padding: 50px 8%;
}
@media screen and (max-width: 768px) {
  /* line 73, smash/styles/_page-as-seen-in.scss */
  #as_seen_in_page .as-seen-in-blocks .as-seen-in-blocks-title {
    text-align: center;
  }
}
/* line 83, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-blocks .as-seen-in-blocks-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  /* line 83, smash/styles/_page-as-seen-in.scss */
  #as_seen_in_page .as-seen-in-blocks .as-seen-in-blocks-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 0 50px;
  }
}
/* line 91, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-blocks .as-seen-in-blocks-wrapper .as-seen-in-block {
  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;
  text-align: center;
  width: 33%;
  margin-right: 1%;
}
/* line 97, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-blocks .as-seen-in-blocks-wrapper .as-seen-in-block .as-seen-in-block-image {
  width: 100%;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  /* line 91, smash/styles/_page-as-seen-in.scss */
  #as_seen_in_page .as-seen-in-blocks .as-seen-in-blocks-wrapper .as-seen-in-block {
    width: 100%;
    margin-right: 0;
  }
}
/* line 131, smash/styles/_page-as-seen-in.scss */
#as_seen_in_page .as-seen-in-text {
  padding: 50px;
  text-align: center;
}

/*--------------------------------------------------------------
# CONTACT PAGE
--------------------------------------------------------------*/
/* line 3, smash/styles/_page-contact.scss */
.contact-page .about-nav-wrap {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  /* line 8, smash/styles/_page-contact.scss */
  .contact-page .contact-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  /* line 15, smash/styles/_page-contact.scss */
  .contact-page .entry-content p {
    padding: 0px;
    max-width: 300px;
    text-align: center;
  }
}

/* line 27, smash/styles/_page-contact.scss */
.contact-wrap .contact-image {
  width: 50%;
  height: 730px;
}
@media screen and (max-width: 768px) {
  /* line 27, smash/styles/_page-contact.scss */
  .contact-wrap .contact-image {
    width: 100%;
  }
}
/* line 36, smash/styles/_page-contact.scss */
.contact-wrap .entry-content {
  width: 50%;
  padding: 40px;
}
/* line 40, smash/styles/_page-contact.scss */
.contact-wrap .entry-content .entry-header {
  text-align: center;
  width: 100%;
}
/* line 44, smash/styles/_page-contact.scss */
.contact-wrap .entry-content .entry-header h2 {
  margin-bottom: 0px;
}
@media screen and (max-width: 600px) {
  /* line 36, smash/styles/_page-contact.scss */
  .contact-wrap .entry-content {
    width: 100%;
  }
}

/* line 55, smash/styles/_page-contact.scss */
.contact-social {
  position: relative;
  margin-top: 0px;
  padding: 30px 0px 0px;
}
/* line 60, smash/styles/_page-contact.scss */
.contact-social .contact-email {
  position: relative;
  margin: 20px 0;
  font-family: "europa", sans-serif;
}
/* line 65, smash/styles/_page-contact.scss */
.contact-social .contact-email::after {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 2px;
  left: 0;
  right: 0;
  background: #F7EAF4;
  display: block;
  z-index: -1;
}
/* line 79, smash/styles/_page-contact.scss */
.contact-social .social-links span {
  font-size: 12px;
  margin-right: 20px;
}
/* line 83, smash/styles/_page-contact.scss */
.contact-social .social-links i {
  font-size: 30px;
}

/* line 88, smash/styles/_page-contact.scss */
#contact-form-wrapper {
  text-align: center;
  margin: 40px 0 0;
}
/* line 89, smash/styles/_page-contact.scss */
#contact-form-wrapper input {
  border: 1px solid #afafaf !important;
  border-radius: 0 !important;
}
/* line 97, smash/styles/_page-contact.scss */
#contact-form-wrapper textarea {
  border: 1px solid #afafaf !important;
  border-radius: 0 !important;
}
/* line 101, smash/styles/_page-contact.scss */
#contact-form-wrapper .nf-field-container {
  margin-bottom: 20px;
}
/* line 105, smash/styles/_page-contact.scss */
#contact-form-wrapper nf-field input[value="Submit"][type="button"] {
  background: #8EA0B3;
  border: none !important;
  color: white;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 auto;
  font-family: "big-caslon-fb", serif;
  text-transform: capitalize;
}
/* line 119, smash/styles/_page-contact.scss */
#contact-form-wrapper nf-field input[value="Submit"][type="button"]:hover {
  background: #9BBBAC;
  border: none !important;
  color: white;
}
/* line 125, smash/styles/_page-contact.scss */
#contact-form-wrapper nf-field:nth-child(2) {
  float: right;
  width: 49%;
  clear: right;
}
/* line 130, smash/styles/_page-contact.scss */
#contact-form-wrapper nf-field:nth-child(3) {
  float: right;
  width: 49%;
  clear: right;
}
/* line 135, smash/styles/_page-contact.scss */
#contact-form-wrapper nf-field:nth-child(1) {
  float: left;
  width: 49%;
  clear: left;
}
/* line 140, smash/styles/_page-contact.scss */
#contact-form-wrapper nf-field:nth-child(4) {
  float: left;
  width: 49%;
  clear: left;
}
/* line 145, smash/styles/_page-contact.scss */
#contact-form-wrapper nf-field:nth-child(5) {
  float: left;
  width: 49%;
  clear: left;
}
/* line 150, smash/styles/_page-contact.scss */
#contact-form-wrapper nf-field:nth-child(6) {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  /* line 156, smash/styles/_page-contact.scss */
  #contact-form-wrapper nf-field:nth-child(2) {
    width: 100%;
  }
  /* line 159, smash/styles/_page-contact.scss */
  #contact-form-wrapper nf-field:nth-child(3) {
    width: 100%;
  }
  /* line 162, smash/styles/_page-contact.scss */
  #contact-form-wrapper nf-field:nth-child(1) {
    width: 100%;
  }
  /* line 165, smash/styles/_page-contact.scss */
  #contact-form-wrapper nf-field:nth-child(4) {
    width: 100%;
  }
  /* line 168, smash/styles/_page-contact.scss */
  #contact-form-wrapper nf-field:nth-child(5) {
    width: 100%;
  }
}
/* line 174, smash/styles/_page-contact.scss */
#contact-form-wrapper .nf-field-element textarea {
  height: 106px;
}
/* line 179, smash/styles/_page-contact.scss */
#contact-form-wrapper .label-above .nf-field-label {
  margin: 0;
}
/* line 184, smash/styles/_page-contact.scss */
#contact-form-wrapper .nf-field-label label {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 10px;
  letter-spacing: 1px;
}

/* line 194, smash/styles/_page-contact.scss */
.contact-form {
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
}

/* line 199, smash/styles/_page-contact.scss */
.nf-form-fields-required {
  display: none !important;
}

/* line 202, smash/styles/_page-contact.scss */
#contact-col {
  margin-top: 50px;
}

/* line 206, smash/styles/_page-contact.scss */
#contact_form h4 {
  font-size: 55px;
  color: black;
  letter-spacing: 2.3px;
  text-align: center;
  font-family: "big-caslon-fb", serif;
  text-transform: capitalize;
  margin: 60px;
}
/* line 214, smash/styles/_page-contact.scss */
#contact_form h4 span {
  display: inline-block;
  margin: 0 2.3px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 225, smash/styles/_page-contact.scss */
.col-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
}

/* line 232, smash/styles/_page-contact.scss */
.col-6 {
  width: 48%;
}

/*--------------------------------------------------------------
# INSTAGRAM PAGE
--------------------------------------------------------------*/
/* line 1, smash/styles/_page-instagram.scss */
#instagram_landing {
  background: #F4F4F4;
  padding: 80px 50px;
}
/* line 7, smash/styles/_page-instagram.scss */
#instagram_landing #instagram_intro .instagram-intro-image {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  margin-bottom: 50px;
}
/* line 14, smash/styles/_page-instagram.scss */
#instagram_landing #instagram_intro .instagram-intro-title {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 55px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-top: 10px;
}
/* line 22, smash/styles/_page-instagram.scss */
#instagram_landing #instagram_intro .instagram-intro-text {
  max-width: 650px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
/* line 33, smash/styles/_page-instagram.scss */
#instagram_landing #instagram_links .instagram-links-block-title {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 40px;
}
/* line 40, smash/styles/_page-instagram.scss */
#instagram_landing #instagram_links a.btn.btn-primary {
  background: #eddad0 !important;
  border: 1px solid #eddad0 !important;
  color: #333333 !important;
  max-width: 100%;
  width: 500px;
  margin: 10px;
  font-size: 18px !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
}
/* line 51, smash/styles/_page-instagram.scss */
#instagram_landing #instagram_links a.btn.btn-primary:hover {
  background: white !important;
}
/* line 59, smash/styles/_page-instagram.scss */
#instagram_landing #instagram_social_links .instagram-social-title {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 40px;
}
/* line 66, smash/styles/_page-instagram.scss */
#instagram_landing #instagram_social_links a.social-icon {
  padding: 0px 10px;
}
/* line 69, smash/styles/_page-instagram.scss */
#instagram_landing #instagram_social_links a.social-icon .fab {
  font-size: 19px;
}
@media screen and (max-width: 600px) {
  /* line 77, smash/styles/_page-instagram.scss */
  #instagram_landing #instagram_intro .instagram-intro-title {
    margin-top: -20px;
    font-size: 35px;
  }
  /* line 81, smash/styles/_page-instagram.scss */
  #instagram_landing #instagram_intro .instagram-intro-image {
    width: 280px;
    height: 280px;
  }
  /* line 88, smash/styles/_page-instagram.scss */
  #instagram_landing #instagram_links .instagram-links-block-title {
    font-size: 25px;
    text-align: center;
  }
  /* line 92, smash/styles/_page-instagram.scss */
  #instagram_landing #instagram_links a.btn.btn-primary {
    width: 280px;
  }
}

/* line 101, smash/styles/_page-instagram.scss */
#subscribe_bar .subscribe-section-title {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 30px !important;
  margin-bottom: 20px;
  margin-top: 40px;
}

/*--------------------------------------------------------------
# SHOP PAGE
--------------------------------------------------------------*/
/* line 1, smash/styles/_page-shop.scss */
body.page-template-page-shop #masthead {
  border-bottom: none;
}

/* line 5, smash/styles/_page-shop.scss */
#shop_page {
  padding-top: 0;
}
/* line 8, smash/styles/_page-shop.scss */
#shop_page .archive-header-wrap {
  background: #F2EEEB;
  padding: 0 30px;
}
/* line 12, smash/styles/_page-shop.scss */
#shop_page .archive-header-wrap .page-header {
  padding-right: 60px;
  border-right: 1px solid #cac2bc;
}
/* line 16, smash/styles/_page-shop.scss */
#shop_page .archive-header-wrap .page-header .page-title {
  margin-bottom: 0;
}
/* line 21, smash/styles/_page-shop.scss */
#shop_page .archive-header-wrap .cat-nav {
  padding-left: 20px;
}
/* line 24, smash/styles/_page-shop.scss */
#shop_page .archive-header-wrap .cat-nav a {
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  /* line 8, smash/styles/_page-shop.scss */
  #shop_page .archive-header-wrap {
    flex-direction: column;
  }
  /* line 32, smash/styles/_page-shop.scss */
  #shop_page .archive-header-wrap .page-header {
    padding-right: 0px;
    margin-bottom: 30px;
    border-right: none;
  }
  /* line 38, smash/styles/_page-shop.scss */
  #shop_page .archive-header-wrap .cat-nav {
    padding-left: 0px;
    flex-direction: column;
    margin-bottom: 5px;
  }
}
/* line 48, smash/styles/_page-shop.scss */
#shop_page #shop-menu {
  position: relative;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  margin: 0px;
  list-style: none !important;
  padding: 0;
  margin-left: 45px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "europa", sans-serif;
}
/* line 62, smash/styles/_page-shop.scss */
#shop_page #shop-menu li {
  position: unset !important;
  padding: 25px 15px;
  margin: 0;
  text-align: center;
}
/* line 68, smash/styles/_page-shop.scss */
#shop_page #shop-menu li a {
  position: relative;
  color: gray;
  padding: 0;
}
/* line 73, smash/styles/_page-shop.scss */
#shop_page #shop-menu li a:hover {
  color: black;
}
/* line 78, smash/styles/_page-shop.scss */
#shop_page #shop-menu li.current-menu-item {
  color: black;
}
/* line 81, smash/styles/_page-shop.scss */
#shop_page #shop-menu li.current-menu-item a {
  font-weight: bold;
}
/* line 87, smash/styles/_page-shop.scss */
#shop_page #shop-menu li ul.sub-menu li {
  list-style: none;
  padding: 3px 0px;
}
/* line 91, smash/styles/_page-shop.scss */
#shop_page #shop-menu li ul.sub-menu li a {
  font-weight: normal;
}
/* line 94, smash/styles/_page-shop.scss */
#shop_page #shop-menu li ul.sub-menu li a::after {
  content: '';
  position: absolute;
  top: 125%;
  left: 0;
  right: 0;
  width: 100%;
  height: 0px;
  background: black;
}
/* line 111, smash/styles/_page-shop.scss */
#shop_page .shop-content {
  padding-top: 30px;
}
/* line 116, smash/styles/_page-shop.scss */
#shop_page .shop-content .boutique-widget .bo-garden {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 132, smash/styles/_page-shop.scss */
  #shop_page #shop-menu li {
    padding: 0;
    margin: 0 10px 20px;
  }
  /* line 136, smash/styles/_page-shop.scss */
  #shop_page #shop-menu li a {
    position: relative;
    display: block;
  }
}

/* line 1, smash/styles/_page-collections.scss */
.collections-nav {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  position: relative;
  background: #F2EEEC;
  padding: 0 30px;
}
/* line 7, smash/styles/_page-collections.scss */
.collections-nav .collections-nav-title {
  padding-right: 60px;
  margin: 0;
  border-right: 1px solid #cac2bc;
  white-space: nowrap;
}
/* line 14, smash/styles/_page-collections.scss */
.collections-nav #collections_menu {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  position: relative;
  margin: 0px;
  list-style: none !important;
  padding: 0;
  margin-left: 60px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "europa", sans-serif;
}
/* line 46, smash/styles/_page-collections.scss */
.collections-nav #collections_menu > li {
  position: unset !important;
  padding: 25px 0;
  margin: 0;
  text-align: center;
}
/* line 52, smash/styles/_page-collections.scss */
.collections-nav #collections_menu > li .collections-drop-trigger {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  position: relative;
}
/* line 56, smash/styles/_page-collections.scss */
.collections-nav #collections_menu > li .collections-drop-trigger .icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 138%;
  width: 30px;
  height: 15px;
  color: gray;
  background: #F2EEEC;
  z-index: 2;
}
/* line 72, smash/styles/_page-collections.scss */
.collections-nav #collections_menu > li.hovered .collections-drop-trigger::after {
  content: '';
  display: block;
  position: absolute;
  top: 142%;
  left: 0;
  right: 0;
  background: gray;
  width: 100%;
  height: 1px;
  z-index: 1;
}
/* line 87, smash/styles/_page-collections.scss */
.collections-nav #collections_menu > li > a {
  position: relative;
  color: gray;
}
/* line 92, smash/styles/_page-collections.scss */
.collections-nav #collections_menu > li > a:hover {
  color: black;
}
/* line 97, smash/styles/_page-collections.scss */
.collections-nav #collections_menu > li.current-menu-item {
  color: black;
}
/* line 100, smash/styles/_page-collections.scss */
.collections-nav #collections_menu > li.current-menu-item a {
  font-weight: bold;
}
/* line 106, smash/styles/_page-collections.scss */
.collections-nav #collections_menu > li ul.sub-menu li {
  list-style: none;
  padding: 3px 0px;
}
/* line 110, smash/styles/_page-collections.scss */
.collections-nav #collections_menu > li ul.sub-menu li a {
  font-weight: normal;
}
/* line 113, smash/styles/_page-collections.scss */
.collections-nav #collections_menu > li ul.sub-menu li a::after {
  content: '';
  position: absolute;
  top: 125%;
  left: 0;
  right: 0;
  width: 100%;
  height: 0px;
  background: black;
}
/* line 129, smash/styles/_page-collections.scss */
.collections-nav #collections_menu > li:hover .collections-drop-trigger .icon {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1070px) {
  /* line 14, smash/styles/_page-collections.scss */
  .collections-nav #collections_menu {
    position: unset !important;
  }
}
@media screen and (max-width: 768px) {
  /* line 14, smash/styles/_page-collections.scss */
  .collections-nav #collections_menu {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 1, smash/styles/_page-collections.scss */
  .collections-nav {
    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 149, smash/styles/_page-collections.scss */
  .collections-nav .collections-nav-title {
    padding-right: 0;
    border-right: none;
  }
}

/* line 156, smash/styles/_page-collections.scss */
#collections_page {
  position: relative;
  padding: 50px 0;
}
/* line 161, smash/styles/_page-collections.scss */
#collections_page .collections-title {
  text-align: center;
  margin: 50px 0;
}
/* line 166, smash/styles/_page-collections.scss */
#collections_page .shop-collections {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 169, smash/styles/_page-collections.scss */
#collections_page .shop-collections .shop-collection {
  width: 33%;
  padding: 10px;
}
/* line 173, smash/styles/_page-collections.scss */
#collections_page .shop-collections .shop-collection .shop-collection-inner {
  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;
  position: relative;
  overflow: hidden;
}
/* line 178, smash/styles/_page-collections.scss */
#collections_page .shop-collections .shop-collection .shop-collection-inner .shop-collection-image {
  width: 100%;
  transform-origin: center center;
}
/* line 184, smash/styles/_page-collections.scss */
#collections_page .shop-collections .shop-collection .shop-collection-inner .shop-collection-title {
  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;
  padding: 20px;
  transition: transform 0.5s, background 0.5s ease-in-out, filter 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* line 196, smash/styles/_page-collections.scss */
#collections_page .shop-collections .shop-collection .shop-collection-inner .shop-collection-title .shop-collection-title-inner {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #8EA0B3;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 600px) {
  /* line 196, smash/styles/_page-collections.scss */
  #collections_page .shop-collections .shop-collection .shop-collection-inner .shop-collection-title .shop-collection-title-inner {
    font-size: 15px;
  }
}
/* line 216, smash/styles/_page-collections.scss */
#collections_page .shop-collections .shop-collection:hover .shop-collection-inner .shop-collection-image {
  transform: scale(1.1);
}
/* line 220, smash/styles/_page-collections.scss */
#collections_page .shop-collections .shop-collection:hover .shop-collection-inner .shop-collection-title {
  outline: 1px solid #8EA0B3;
  outline-offset: -10px;
  background: rgba(255, 255, 255, 0);
}
/* line 225, smash/styles/_page-collections.scss */
#collections_page .shop-collections .shop-collection:hover .shop-collection-inner .shop-collection-title .shop-collection-title-inner {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  /* line 169, smash/styles/_page-collections.scss */
  #collections_page .shop-collections .shop-collection {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
/* line 1, smash/styles/_footer.scss */
#instagram_feed {
  position: relative;
}
/* line 4, smash/styles/_footer.scss */
#instagram_feed #sb_instagram .sbi_link {
  background: rgba(102, 150, 158, 0.75) !important;
}
/* line 8, smash/styles/_footer.scss */
#instagram_feed.border-top {
  border-top: 1px solid black;
  padding: 50px;
  margin-top: 50px;
}
/* line 14, smash/styles/_footer.scss */
#instagram_feed .instagram-container {
  max-width: 1126px;
  margin: 0 auto;
}
/* line 19, smash/styles/_footer.scss */
#instagram_feed .instagram-header {
  padding: 0 20px;
  font-family: "europa", sans-serif;
}
/* line 23, smash/styles/_footer.scss */
#instagram_feed .instagram-header .instagram-handle {
  font-size: 16px;
}
/* line 26, smash/styles/_footer.scss */
#instagram_feed .instagram-header .instagram-handle .fa-instagram {
  margin-right: 10px;
  font-size: 24px;
}
/* line 32, smash/styles/_footer.scss */
#instagram_feed .instagram-header a.read-more-arrow {
  color: #000000;
  display: block;
  text-align: center;
  margin: 20px 0;
}
/* line 38, smash/styles/_footer.scss */
#instagram_feed .instagram-header a.read-more-arrow .icon {
  fill: #000000;
  width: 30px;
  margin-left: 5px;
}
/* line 44, smash/styles/_footer.scss */
#instagram_feed .instagram-header a.read-more-arrow:hover {
  color: #4E72A4;
}
/* line 47, smash/styles/_footer.scss */
#instagram_feed .instagram-header a.read-more-arrow:hover .icon {
  fill: #4E72A4;
}

/* line 55, smash/styles/_footer.scss */
#footer_bar {
  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;
  padding: 50px;
}
/* line 59, smash/styles/_footer.scss */
#footer_bar .widget,
#footer_bar .textwidget,
#footer_bar .custom-html-widget {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

/* line 66, smash/styles/_footer.scss */
#footer_columns {
  position: relative;
  padding: 50px;
  background: #99B5B9;
  color: white;
}
/* line 72, smash/styles/_footer.scss */
#footer_columns .footer-columns-inner {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}
/* line 78, smash/styles/_footer.scss */
#footer_columns .footer-column-about {
  width: 50%;
}
/* line 98, smash/styles/_footer.scss */
#footer_columns .footer-column-about .footer-column-about-body {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin: 0 auto;
  padding: 30px 50px 30px 30px;
  font-size: 12px;
}
/* line 104, smash/styles/_footer.scss */
#footer_columns .footer-column-about .footer-column-about-body .footer-about-title {
  font-size: 16px;
  border: 1px solid white;
  padding: 8px 20px;
}
/* line 109, smash/styles/_footer.scss */
#footer_columns .footer-column-about .footer-column-about-body .footer-about-title a {
  color: white;
}
/* line 113, smash/styles/_footer.scss */
#footer_columns .footer-column-about .footer-column-about-body .footer-about-title:hover {
  background: white;
}
/* line 116, smash/styles/_footer.scss */
#footer_columns .footer-column-about .footer-column-about-body .footer-about-title:hover a {
  color: #4E72A4;
}
/* line 123, smash/styles/_footer.scss */
#footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  text-transform: unset;
  font-size: 14px;
  font-family: "europa", sans-serif;
}
/* line 134, smash/styles/_footer.scss */
#footer_columns .footer-column-about .footer-column-about-body .footer-about-menu-container .footer-about-menu > li {
  margin: 0 0 5px;
}
/* line 140, smash/styles/_footer.scss */
#footer_columns .footer-column-about .footer-column-about-body .footer-about-text {
  letter-spacing: 0.4px;
  line-height: 22px;
  font-family: "europa", sans-serif;
}
/* line 148, smash/styles/_footer.scss */
#footer_columns .footer-column-subscribe {
  width: 50%;
  padding: 50px;
  font-size: 12px;
  border-left: 1px solid white;
}
/* line 154, smash/styles/_footer.scss */
#footer_columns .footer-column-subscribe .footer-subscribe-title {
  font-size: 60px;
  font-family: "Magical", serif;
}
/* line 159, smash/styles/_footer.scss */
#footer_columns .footer-column-subscribe .footer-subscribe-text {
  letter-spacing: 0.4px;
  line-height: 22px;
  font-family: "europa", sans-serif;
}
/* line 165, smash/styles/_footer.scss */
#footer_columns .footer-column-subscribe .footer-subscribe-cta {
  letter-spacing: 0.4px;
  line-height: 22px;
  font-family: "europa", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  /* line 66, smash/styles/_footer.scss */
  #footer_columns {
    padding: 50px 30px 10px;
  }
}
@media screen and (max-width: 960px) {
  /* line 66, smash/styles/_footer.scss */
  #footer_columns {
    padding: 50px 0px;
  }
  /* line 182, smash/styles/_footer.scss */
  #footer_columns .footer-columns-inner {
    width: 92%;
  }
  /* line 185, smash/styles/_footer.scss */
  #footer_columns .footer-column-about {
    width: 100%;
  }
  /* line 187, smash/styles/_footer.scss */
  #footer_columns .footer-column-about .footer-column-about-body {
    padding: 0px 20px 30px 25px;
  }
  /* line 191, smash/styles/_footer.scss */
  #footer_columns .footer-column-subscribe {
    width: 31%;
    padding: 30px 30px;
  }
}
@media screen and (max-width: 600px) {
  /* line 66, smash/styles/_footer.scss */
  #footer_columns {
    padding: 50px 0px 0px;
  }
  /* line 200, smash/styles/_footer.scss */
  #footer_columns .footer-columns-inner {
    flex-direction: column;
  }
  /* line 204, smash/styles/_footer.scss */
  #footer_columns .footer-column-about {
    width: 100%;
    display: block;
  }
  /* line 208, smash/styles/_footer.scss */
  #footer_columns .footer-column-about .footer-column-about-images {
    width: 100%;
  }
  /* line 211, smash/styles/_footer.scss */
  #footer_columns .footer-column-about .footer-column-about-images .footer-about-image-one {
    display: none;
  }
  /* line 214, smash/styles/_footer.scss */
  #footer_columns .footer-column-about .footer-column-about-images .footer-about-image-two {
    margin-left: 0px !important;
    width: 100% !important;
  }
  /* line 220, smash/styles/_footer.scss */
  #footer_columns .footer-column-about .footer-column-about-body {
    width: 100%;
  }
  /* line 225, smash/styles/_footer.scss */
  #footer_columns .footer-column-subscribe {
    border-left: 0;
    border-top: 1px solid white;
    padding: 10px 40px;
    width: 84%;
  }
}

/* line 234, smash/styles/_footer.scss */
#colophon {
  position: relative;
  padding: 20px;
  background: #99B5B9;
  color: white;
  border-top: 1px solid white;
}
/* line 241, smash/styles/_footer.scss */
#colophon #footer_menu_container {
  margin: 0 10px;
}
/* line 245, smash/styles/_footer.scss */
#colophon #footer_menu {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 249, smash/styles/_footer.scss */
#colophon #footer_menu li {
  padding: 0 10px;
  margin: 0px;
}
/* line 255, smash/styles/_footer.scss */
#colophon a {
  color: white;
}
/* line 258, smash/styles/_footer.scss */
#colophon a:hover {
  color: #000000;
}
/* line 263, smash/styles/_footer.scss */
#colophon .site-info {
  margin-left: 10px;
  font-family: "europa", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}
/* line 269, smash/styles/_footer.scss */
#colophon .site-info .site-built {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: "Cotoris", serif;
}
/* line 274, smash/styles/_footer.scss */
#colophon .site-info .site-built img {
  width: 50px;
  margin-left: 10px;
}
/* line 281, smash/styles/_footer.scss */
#colophon .site-info .footer-left .site-copy {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  /* line 234, smash/styles/_footer.scss */
  #colophon {
    padding: 20px;
  }
  /* line 290, smash/styles/_footer.scss */
  #colophon #footer_menu_container {
    margin: 20px 10px 10px;
  }
  /* line 294, smash/styles/_footer.scss */
  #colophon .site-info {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  /* line 298, smash/styles/_footer.scss */
  #colophon .site-info .footer-logo {
    margin: 20px 0;
  }
}

/*--------------------------------------------------------------
# MODULES
--------------------------------------------------------------*/
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
/* line 7, smash/modules/slide_nav/_slide_nav_right.scss */
body.customize-support .cd.main-content {
  padding-top: 125px;
}

/* line 13, smash/modules/slide_nav/_slide_nav_right.scss */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* line 20, smash/modules/slide_nav/_slide_nav_right.scss */
.overflow-hidden {
  overflow: hidden;
}

/* -------------------------------- 

Main components 

-------------------------------- */
/* line 30, smash/modules/slide_nav/_slide_nav_right.scss */
body.home .cd-main-content {
  padding-top: 145px;
}
@media screen and (max-width: 768px) {
  /* line 30, smash/modules/slide_nav/_slide_nav_right.scss */
  body.home .cd-main-content {
    padding-top: 92px;
  }
}

/* line 38, smash/modules/slide_nav/_slide_nav_right.scss */
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  position: relative;
  background-color: transparent;
  z-index: 2;
  padding-top: 185px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

/* line 54, smash/modules/slide_nav/_slide_nav_right.scss */
.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-325px);
  -moz-transform: translateX(-325px);
  -ms-transform: translateX(-325px);
  -o-transform: translateX(-325px);
  transform: translateX(-325px);
}

/* line 62, smash/modules/slide_nav/_slide_nav_right.scss */
header#masthead {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

/* line 78, smash/modules/slide_nav/_slide_nav_right.scss */
body.customize-support header#masthead.lock_nav {
  top: 0;
  margin: 0;
  position: fixed;
}

/* line 83, smash/modules/slide_nav/_slide_nav_right.scss */
header#masthead.lock_nav {
  position: fixed;
}

/* line 86, smash/modules/slide_nav/_slide_nav_right.scss */
header#masthead.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-325px);
  -moz-transform: translateX(-325px);
  -ms-transform: translateX(-325px);
  -o-transform: translateX(-325px);
  transform: translateX(-325px);
}

/* line 93, smash/modules/slide_nav/_slide_nav_right.scss */
header#masthead.is-fixed {
  position: fixed;
}

@media only screen and (min-width: 960px) {
  /* line 97, smash/modules/slide_nav/_slide_nav_right.scss */
  header#masthead {
    /*height: 70px; */
  }
}
/* line 102, smash/modules/slide_nav/_slide_nav_right.scss */
.nav-photos {
  max-width: 300px;
  margin: 0 auto 30px;
}
/* line 106, smash/modules/slide_nav/_slide_nav_right.scss */
.nav-photos .nav-image-one {
  width: 180px;
  height: 245px;
  margin-right: -43px;
}
/* line 112, smash/modules/slide_nav/_slide_nav_right.scss */
.nav-photos .nav-image-two {
  position: relative;
  width: 150px;
  height: 150px;
}

/* line 119, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-logo {
  display: block;
  float: left;
  margin: 12px 0 0 20px;
}

/* line 123, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-logo img {
  display: block;
}

@media only screen and (min-width: 960px) {
  /* line 127, smash/modules/slide_nav/_slide_nav_right.scss */
  #cd-logo {
    margin: 22px 0 0 30px;
  }
}
/* line 129, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-top-nav {
  position: absolute;
  top: 0;
  right: 120px;
  height: 100%;
  display: none;
}

/* line 135, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-top-nav ul {
  height: 100%;
  padding-top: 18px;
}

/* line 138, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-top-nav li {
  display: inline-block;
  margin-right: 1em;
}

/* line 141, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-top-nav a {
  display: inline-block;
  padding: .5em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 147, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-top-nav a.current {
  background-color: #242e30;
}

/* line 150, smash/modules/slide_nav/_slide_nav_right.scss */
.no-touch #cd-top-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 960px) {
  /* line 154, smash/modules/slide_nav/_slide_nav_right.scss */
  #cd-top-nav {
    display: block;
  }
}
/* line 156, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-menu-trigger .cd-menu-text {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 600;
  display: none;
  padding: 0 20px 0 30px;
}

/* line 164, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  /* these are the upper and lower lines in the menu menu */
}

@media only screen and (min-width: 960px) {
  /* line 184, smash/modules/slide_nav/_slide_nav_right.scss */
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
  }

  /* line 186, smash/modules/slide_nav/_slide_nav_right.scss */
  #cd-menu-trigger .cd-menu-icon {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 193, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 100000;
  width: 325px;
  background-color: #F6F6F6;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s 0s, visibility 0s .1s;
  -moz-transition: -moz-transform .1s 0s, visibility 0s .1s;
  transition: transform .1s 0s, visibility 0s .1s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(325px);
  -moz-transform: translateX(325px);
  -ms-transform: translateX(325px);
  -o-transform: translateX(325px);
  transform: translateX(325px);
}
/* line 218, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav a {
  color: white;
}

/* line 223, smash/modules/slide_nav/_slide_nav_right.scss */
.social-links-footer {
  margin-top: 30px;
}

/* line 227, smash/modules/slide_nav/_slide_nav_right.scss */
ul#side_bottom_menu {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  font-size: 12px;
  font-family: "europa", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 238, smash/modules/slide_nav/_slide_nav_right.scss */
ul#side_bottom_menu > li {
  margin: 0 5px;
}

/* line 246, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .cd-lateral-nav-top {
  margin-top: 75px;
  margin-bottom: -18px;
  position: relative;
}
/* line 252, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .menu-logo {
  width: 230px;
}
/* line 256, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .cd-nav-ctas {
  margin-bottom: 30px;
}
/* line 259, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .cd-nav-ctas a.btn.btn-primary.cd-nav-cta {
  background-color: #99B5BA !important;
  border: 1px solid #99B5BA !important;
  color: white !important;
}
/* line 264, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .cd-nav-ctas a.btn.btn-primary.cd-nav-cta:hover {
  background-color: #4E72A4 !important;
  border: 1px solid #4E72A4 !important;
  color: white !important;
}
/* line 274, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav #menu_container ul#primary_menu {
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 0;
  font-family: "big-caslon-fb", sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 0 40px;
  text-transform: capitalize;
}
/* line 285, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav #menu_container ul#primary_menu > li {
  border-bottom: 1px solid #BBABAC;
}
/* line 289, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav #menu_container ul#primary_menu li.menu-item {
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: "big-caslon-fb", sans-serif;
  font-size: 15px;
}
/* line 296, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav #menu_container ul#primary_menu li.menu-item:hover {
  color: #4E72A4;
}
/* line 300, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav #menu_container ul#primary_menu li.menu-item.menu-item-has-children {
  position: relative;
}
/* line 303, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav #menu_container ul#primary_menu li.menu-item.menu-item-has-children .arrow {
  position: absolute;
  top: 4px;
  right: 5px;
  fill: black;
  width: 10px;
}
/* line 312, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav #menu_container ul#primary_menu li.menu-item .sub-menu {
  list-style: none;
  padding: 10px 0 0 10px;
  margin: 0;
}

/* line 323, smash/modules/slide_nav/_slide_nav_right.scss */
.cd-nav-highlight {
  background: #8EA0B3;
  margin: 40px;
  /* margin: 0 auto; */
  text-align: center;
  padding: 20px 40px;
}
/* line 330, smash/modules/slide_nav/_slide_nav_right.scss */
.cd-nav-highlight h3.highlight-title {
  margin-bottom: 10px;
}
/* line 334, smash/modules/slide_nav/_slide_nav_right.scss */
.cd-nav-highlight .highlight-text {
  font-family: "big-caslon-fb", serif;
  margin-bottom: 15px;
  font-size: 12px;
}
/* line 340, smash/modules/slide_nav/_slide_nav_right.scss */
.cd-nav-highlight .highlight-link {
  font-family: "europa", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 8px;
}

/* line 348, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .cd-navigation {
  padding: 0;
  padding: 0;
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 357, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav #primary-menu {
  position: relative;
  padding-bottom: 35px;
}

/* line 362, smash/modules/slide_nav/_slide_nav_right.scss */
.menu-contact-form-wrap {
  width: 80%;
  margin: 0 auto;
}
/* line 366, smash/modules/slide_nav/_slide_nav_right.scss */
.menu-contact-form-wrap h3.menu-contact-form-title {
  text-align: center;
  color: white;
  margin-bottom: 36px;
}
/* line 371, smash/modules/slide_nav/_slide_nav_right.scss */
.menu-contact-form-wrap .ninja-forms-form-wrap *, .menu-contact-form-wrap .ninja-forms-form-wrap :after, .menu-contact-form-wrap .ninja-forms-form-wrap :before {
  border: none !important;
  border-radius: 0px !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -8px;
}
/* line 380, smash/modules/slide_nav/_slide_nav_right.scss */
.menu-contact-form-wrap .nf-field-element {
  background-color: white;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px;
  text-align: center;
  margin-top: -8px !important;
  cursor: pointer;
}
/* line 390, smash/modules/slide_nav/_slide_nav_right.scss */
.menu-contact-form-wrap .nf-field-element:hover {
  background-color: #dfdfdf;
}
/* line 396, smash/modules/slide_nav/_slide_nav_right.scss */
.menu-contact-form-wrap input#nf-field-4 {
  font-size: 10px;
  color: gray;
}

/* line 404, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav #primary-menu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 75px;
  height: 1px;
  background: #333333;
}

/* line 413, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav #secondary-menu {
  font-size: 12px;
}

/* line 416, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}

/* line 420, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .cd-lateral-nav-body {
  padding: 20px 0;
  width: 200px;
  margin: 0 auto;
}

/* line 425, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .cd-lateral-nav-body .social-icons a {
  margin: 0 10px  10px;
}

/* line 428, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .cd-lateral-nav-body .search-with-icon {
  position: relative;
}

/* line 431, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .cd-lateral-nav-body .search-with-icon .search-field {
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 437, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .cd-lateral-nav-body .search-with-icon .fa-search {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 1;
}

/* line 443, smash/modules/slide_nav/_slide_nav_right.scss */
.no-touch #cd-lateral-nav a:hover {
  color: white;
}

/* line 446, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav a {
  color: black;
}
/* line 450, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav a:hover {
  color: #4E72A4;
}

/* line 455, smash/modules/slide_nav/_slide_nav_right.scss */
a.social-icon {
  padding: 0px 5px;
}
/* line 458, smash/modules/slide_nav/_slide_nav_right.scss */
a.social-icon:hover {
  color: #BCABAC;
}

/* line 463, smash/modules/slide_nav/_slide_nav_right.scss */
a.btn.btn-primary.cd-nav-cta {
  width: 250px;
  margin: 0 auto;
  margin-top: 5px;
}

/* line 469, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* line 482, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */
}

/* line 488, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("https://shesafullonmonet.com/app/themes/img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

/* line 511, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/* line 518, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .socials {
  padding: 0 32px;
}

/* line 521, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}

/* line 526, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .socials a {
  height: 32px;
  width: 32px;
  float: left;
  padding: 0;
  background-image: url("https://shesafullonmonet.com/app/themes/img/cd-socials.svg");
  background-repeat: no-repeat;
  background-size: 128px 64px;
  background-color: #FFF;
  margin-right: .5em;
  border-radius: 0.25em;
}

/* line 538, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .socials a.cd-twitter {
  background-position: 0 0;
}

/* line 541, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .socials a.cd-github {
  background-position: -32px 0;
}

/* line 544, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .socials a.cd-facebook {
  background-position: -64px 0;
}

/* line 547, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-lateral-nav .socials a.cd-google {
  background-position: -96px 0;
}

/* style menu items which have a submenu  */
/* line 551, smash/modules/slide_nav/_slide_nav_right.scss */
.no-touch #cd-lateral-nav .socials a:hover {
  background-color: black;
}

/* line 553, smash/modules/slide_nav/_slide_nav_right.scss */
.no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
  background-position: 0 -32px;
}

/* line 555, smash/modules/slide_nav/_slide_nav_right.scss */
.no-touch #cd-lateral-nav .socials a:hover.cd-github {
  background-position: -32px -32px;
}

/* line 557, smash/modules/slide_nav/_slide_nav_right.scss */
.no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
  background-position: -64px -32px;
}

/* line 559, smash/modules/slide_nav/_slide_nav_right.scss */
.no-touch #cd-lateral-nav .socials a:hover.cd-google {
  background-position: -96px -32px;
}

/* line 563, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-menu-trigger .open {
  display: block;
}
/* line 566, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-menu-trigger .close {
  display: none;
}
/* line 571, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-menu-trigger.is-clicked .open {
  display: none;
}
/* line 574, smash/modules/slide_nav/_slide_nav_right.scss */
#cd-menu-trigger.is-clicked .close {
  display: block;
}

/* line 580, smash/modules/slide_nav/_slide_nav_right.scss */
#footer_menu li {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

/* line 585, smash/modules/slide_nav/_slide_nav_right.scss */
ul#footer_menu {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 40px;
  font-family: "europa", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}
/* line 595, smash/modules/slide_nav/_slide_nav_right.scss */
ul#footer_menu:hover {
  color: #4E72A4;
}

@media screen and (max-width: 1024px) {
  /* line 601, smash/modules/slide_nav/_slide_nav_right.scss */
  .cd-main-content {
    padding-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  /* line 607, smash/modules/slide_nav/_slide_nav_right.scss */
  #cd-lateral-nav {
    width: 325px;
  }

  /* line 610, smash/modules/slide_nav/_slide_nav_right.scss */
  .cd-main-content {
    padding-top: 160px;
  }
}
/* line 1, smash/modules/back_to_top/_back_to_top.scss */
#back_to_top {
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 100%;
  text-align: center;
  margin-top: 20px;
}
/* line 10, smash/modules/back_to_top/_back_to_top.scss */
#back_to_top:after {
  position: absolute;
  content: 'Back To Top';
  top: 140%;
  width: 100px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 1, smash/modules/flex_row/_flex_row.scss */
.flex_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 6, smash/modules/flex_row/_flex_row.scss */
.flex_row .flex_row_block, .flex_row > * {
  width: 49%;
}
/* line 11, smash/modules/flex_row/_flex_row.scss */
.flex_row img {
  display: block;
  max-width: 49%;
  margin: 2% 0;
}
/* line 16, smash/modules/flex_row/_flex_row.scss */
.flex_row img:nth-of-type(2n) {
  margin-left: 1%;
}
/* line 20, smash/modules/flex_row/_flex_row.scss */
.flex_row img:nth-of-type(2n+1) {
  margin-right: 1%;
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/flex_row/_flex_row.scss */
  .flex_row {
    flex-direction: column;
    justify-content: flex-start;
  }
  /* line 35, smash/modules/flex_row/_flex_row.scss */
  .flex_row > * {
    width: 100%;
  }
  /* line 39, smash/modules/flex_row/_flex_row.scss */
  .flex_row img {
    max-width: 100%;
    margin: 20px 0;
  }
}

/* line 3, smash/modules/cat_posts_drop/_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop {
  opacity: 0;
  visibility: hidden;
  padding: 50px;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  box-shadow: 2px 2px 5px #444;
}
/* line 19, smash/modules/cat_posts_drop/_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/cat_posts_drop/_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/cat_posts_drop/_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/cat_posts_drop/_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  border-right: 2px solid #dedede;
  margin-right: 4%;
  width: 22%;
  position: relative;
}
/* line 50, smash/modules/cat_posts_drop/_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  font-size: 14px;
  width: 50%;
  text-align: left;
}
/* line 56, smash/modules/cat_posts_drop/_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: "big-caslon-fb", sans-serif;
  display: block;
  margin: 20px 0;
  letter-spacing: 2px;
  color: black;
  margin-bottom: 30px;
}
/* line 66, smash/modules/cat_posts_drop/_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: "europa", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0px;
  color: #9BBCAD;
}
/* line 74, smash/modules/cat_posts_drop/_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats a.cat-item:hover {
  color: #4E72A4;
}
/* line 79, smash/modules/cat_posts_drop/_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 82, smash/modules/cat_posts_drop/_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 86, smash/modules/cat_posts_drop/_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 99, smash/modules/cat_posts_drop/_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 107, smash/modules/cat_posts_drop/_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: "big-caslon-fb", sans-serif;
  margin-left: 5px;
}
/* line 124, smash/modules/cat_posts_drop/_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 131, smash/modules/cat_posts_drop/_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right {
  width: 78%;
}
/* line 134, smash/modules/cat_posts_drop/_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post {
  display: block;
  position: relative;
  width: 16%;
  padding: 0px 8px;
}
/* line 140, smash/modules/cat_posts_drop/_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-image {
  width: 100%;
}
/* line 143, smash/modules/cat_posts_drop/_cat_posts_drop.scss */
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-image:hover {
  opacity: 0.8;
}
/* line 148, smash/modules/cat_posts_drop/_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 153, smash/modules/cat_posts_drop/_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 156, smash/modules/cat_posts_drop/_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: 10px 0 0;
  width: 100%;
  font-family: "big-caslon-fb", sans-serif;
  white-space: normal;
}
/* line 164, smash/modules/cat_posts_drop/_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: 12px;
  font-family: "big-caslon-fb", sans-serif;
  letter-spacing: 2px;
  word-break: break-word;
}
/* line 170, smash/modules/cat_posts_drop/_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 181, smash/modules/cat_posts_drop/_cat_posts_drop.scss */
.menu-has-drop-posts:hover .posts-drop {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
## RECENT POST
--------------------------------------------------------------*/
/* line 4, smash/modules/featured_posts/_featured_posts.scss */
#featured_post {
  position: relative;
}
/* line 7, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .slick-list {
  overflow: hidden;
}
/* line 10, smash/modules/featured_posts/_featured_posts.scss */
html {
  overflow-x: hidden;
}
/* line 15, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .featured-posts-header {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
/* line 20, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .featured-posts-header span {
  position: relative;
  background: white;
  padding: 20px;
  z-index: 1;
}
/* line 27, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .featured-posts-header .bar {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #999999;
  z-index: 0;
}
/* line 38, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .featured-posts-slider {
  width: 100%;
}
/* line 42, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .featured-post-wrap {
  position: relative;
}
/* line 48, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .featured-post .featured-post-image {
  width: 72%;
  height: 580px;
  padding: 20px;
}
/* line 54, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .featured-post .featured-post-content {
  text-align: left;
  background: #F4F4F4;
  padding: 65px 50px;
  width: 28%;
}
/* line 60, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .featured-post .featured-post-content .featured-post-cat {
  font-family: "europa", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  margin-bottom: 15px;
}
/* line 69, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .featured-post .featured-post-title {
  font-family: "big-caslon-fb", sans-serif;
  margin-bottom: 18px;
  font-size: 29px;
}
/* line 75, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .featured-post .featured-post-excerpt {
  font-family: "big-caslon-fb", serif;
  margin-bottom: 26px;
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 25px;
}
/* line 83, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .featured-post .read-post {
  font-family: "europa", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  margin-bottom: 15px;
  padding-right: 5px;
}
/* line 92, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .featured-post #slider_count {
  font-family: "europa", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  margin-bottom: 15px;
  padding-right: 5px;
}
/* line 102, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .slider-arrow {
  position: absolute;
  bottom: 20px;
  right: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  width: 14px;
  height: 50px;
  z-index: 1000;
}
/* line 114, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .slider-arrow.slick-prev {
  right: 23%;
}
@media screen and (max-width: 1024px) {
  /* line 114, smash/modules/featured_posts/_featured_posts.scss */
  #featured_post .slider-arrow.slick-prev {
    right: 31%;
  }
}
@media screen and (max-width: 768px) {
  /* line 114, smash/modules/featured_posts/_featured_posts.scss */
  #featured_post .slider-arrow.slick-prev {
    right: 115px;
  }
}
/* line 125, smash/modules/featured_posts/_featured_posts.scss */
#featured_post .slider-arrow.slick-next {
  right: 20%;
}
@media screen and (max-width: 1024px) {
  /* line 125, smash/modules/featured_posts/_featured_posts.scss */
  #featured_post .slider-arrow.slick-next {
    right: 27%;
  }
}
@media screen and (max-width: 768px) {
  /* line 125, smash/modules/featured_posts/_featured_posts.scss */
  #featured_post .slider-arrow.slick-next {
    right: 82px;
  }
}
/* line 137, smash/modules/featured_posts/_featured_posts.scss */
#featured_post #slider_count {
  position: absolute;
  bottom: 34px;
  right: 17%;
  font-size: 12px;
}
/* line 143, smash/modules/featured_posts/_featured_posts.scss */
#featured_post #slider_count .slide-text {
  margin: 0 2px;
}
@media screen and (max-width: 1024px) {
  /* line 137, smash/modules/featured_posts/_featured_posts.scss */
  #featured_post #slider_count {
    right: 22%;
  }
}
@media screen and (max-width: 768px) {
  /* line 137, smash/modules/featured_posts/_featured_posts.scss */
  #featured_post #slider_count {
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 160, smash/modules/featured_posts/_featured_posts.scss */
  #featured_post .featured-post .featured-post-image {
    width: 63%;
    height: 550px;
    padding: 20px;
  }
  /* line 166, smash/modules/featured_posts/_featured_posts.scss */
  #featured_post .featured-post .featured-post-content {
    text-align: left;
    background: #F4F4F4;
    padding: 65px 50px;
    width: 37%;
  }
}
@media screen and (max-width: 960px) {
  /* line 177, smash/modules/featured_posts/_featured_posts.scss */
  #featured_post .featured-post .featured-post-content {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  /* line 183, smash/modules/featured_posts/_featured_posts.scss */
  #featured_post .featured-post {
    height: auto;
    flex-direction: column;
  }
  /* line 187, smash/modules/featured_posts/_featured_posts.scss */
  #featured_post .featured-post .featured-post-image {
    width: 100%;
    height: 450px;
  }
  /* line 192, smash/modules/featured_posts/_featured_posts.scss */
  #featured_post .featured-post .featured-post-content {
    padding: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  /* line 200, smash/modules/featured_posts/_featured_posts.scss */
  #featured_post .featured-post .featured-post-image {
    height: 250px;
  }
}

/* line 1, smash/modules/featured_posts_product/_featured_posts_product.scss */
#featured_posts_products {
  margin: 50px 0;
}
/* line 4, smash/modules/featured_posts_product/_featured_posts_product.scss */
#featured_posts_products .featured-posts-products-container {
  max-width: 1110px;
  margin: 0 auto;
}
/* line 9, smash/modules/featured_posts_product/_featured_posts_product.scss */
#featured_posts_products .featured-posts-products-header {
  position: relative;
  width: 12%;
  margin-right: -4%;
  z-index: 1;
}
/* line 15, smash/modules/featured_posts_product/_featured_posts_product.scss */
#featured_posts_products .featured-posts-products-header .sep {
  width: 100%;
  height: 2px;
  background: black;
  margin: 20px 0;
}
/* line 23, smash/modules/featured_posts_product/_featured_posts_product.scss */
#featured_posts_products .featured-posts-products-wrap {
  width: 100%;
}
/* line 26, smash/modules/featured_posts_product/_featured_posts_product.scss */
#featured_posts_products .featured-posts-products-wrap .featured-posts-product {
  display: block;
  position: relative;
  width: 100%;
  height: 435px;
  margin: 0 1%;
}
/* line 33, smash/modules/featured_posts_product/_featured_posts_product.scss */
#featured_posts_products .featured-posts-products-wrap .featured-posts-product .featured-product {
  visibility: hidden;
  opacity: 0;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* line 45, smash/modules/featured_posts_product/_featured_posts_product.scss */
#featured_posts_products .featured-posts-products-wrap .featured-posts-product .featured-product .sep {
  width: 150px;
  height: 2px;
  background: black;
  margin: 10px 0;
}
/* line 52, smash/modules/featured_posts_product/_featured_posts_product.scss */
#featured_posts_products .featured-posts-products-wrap .featured-posts-product .featured-product img {
  max-width: 120px;
  max-height: 200px;
}
/* line 59, smash/modules/featured_posts_product/_featured_posts_product.scss */
#featured_posts_products .featured-posts-products-wrap .featured-posts-product:hover .featured-product {
  visibility: visible;
  opacity: 1;
}

/* line 1, smash/modules/featured_products/_featured_products.scss */
#featured_products {
  border-bottom: 10px solid #95cdcc;
  margin-bottom: 10px;
}
/* line 7, smash/modules/featured_products/_featured_products.scss */
#featured_products .products-container .products-header {
  margin-bottom: 20px;
}
/* line 10, smash/modules/featured_products/_featured_products.scss */
#featured_products .products-container .products-header a.products-link {
  font-family: "europa", serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
/* line 17, smash/modules/featured_products/_featured_products.scss */
#featured_products .products-container .products-header .products-title {
  font-size: 23px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
/* line 22, smash/modules/featured_products/_featured_products.scss */
#featured_products .products-container .products-header .products-title span {
  display: block;
  text-transform: uppercase;
  color: #99B5BA;
}
/* line 31, smash/modules/featured_products/_featured_products.scss */
#featured_products .products-container .products-items a.featured-product {
  width: 100%;
  padding: 20px;
}
/* line 35, smash/modules/featured_products/_featured_products.scss */
#featured_products .products-container .products-items a.featured-product .product-image {
  width: 100%;
  height: 245px;
  padding: 20px;
}
/* line 41, smash/modules/featured_products/_featured_products.scss */
#featured_products .products-container .products-items a.featured-product .product-image img {
  width: auto;
  max-height: 100% !important;
}
/* line 48, smash/modules/featured_products/_featured_products.scss */
#featured_products .products-container .products-items a.featured-product:hover .product-image {
  opacity: 0.8;
}
/* line 56, smash/modules/featured_products/_featured_products.scss */
#featured_products .products-container .products-items .product-body .product-brand {
  font-family: "europa", sans-serif;
}
/* line 60, smash/modules/featured_products/_featured_products.scss */
#featured_products .products-container .products-items .product-body .product-title {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  /* line 73, smash/modules/featured_products/_featured_products.scss */
  #featured_products .products-container .products-header a.products-link {
    position: relative;
    top: -20px;
  }
  /* line 77, smash/modules/featured_products/_featured_products.scss */
  #featured_products .products-container .products-header h2.products-title {
    position: relative;
    top: 20px;
  }
  /* line 83, smash/modules/featured_products/_featured_products.scss */
  #featured_products .products-container .products-items a.featured-product {
    width: 50%;
    margin: 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  /* line 96, smash/modules/featured_products/_featured_products.scss */
  #featured_products .products-container .products-items a.featured-product .product-body .product-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  /* line 110, smash/modules/featured_products/_featured_products.scss */
  #featured_products .products-container .products-items a.featured-product {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 20px auto;
  }
  /* line 117, smash/modules/featured_products/_featured_products.scss */
  #featured_products .products-container .products-items a.featured-product .product-body .product-title {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
## Featured Categories
--------------------------------------------------------------*/
/* line 8, smash/modules/featured_cats/_featured_cats.scss */
#featured_cats .featured-cats-container .featured-cat {
  width: 23%;
  max-width: 350px;
  padding: 200px 0;
  margin: 1%;
  position: relative;
}
/* line 15, smash/modules/featured_cats/_featured_cats.scss */
#featured_cats .featured-cats-container .featured-cat .featured-cat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
/* line 26, smash/modules/featured_cats/_featured_cats.scss */
#featured_cats .featured-cats-container .featured-cat:hover .featured-cat-overlay {
  background: rgba(0, 0, 0, 0.3);
}
/* line 30, smash/modules/featured_cats/_featured_cats.scss */
#featured_cats .featured-cats-container .featured-cat .featured-cat-inner {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid white;
  text-align: center;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "europa", sans-serif;
}
/* line 43, smash/modules/featured_cats/_featured_cats.scss */
#featured_cats .featured-cats-container .featured-cat .featured-cat-inner .featured-cat-title {
  font-size: 22px;
}
/* line 47, smash/modules/featured_cats/_featured_cats.scss */
#featured_cats .featured-cats-container .featured-cat .featured-cat-inner a.btn.btn-primary {
  display: block;
  width: 150px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 59, smash/modules/featured_cats/_featured_cats.scss */
  #featured_cats .featured-cats-container .featured-cat {
    padding: 150px 0;
  }
}
@media screen and (max-width: 960px) {
  /* line 67, smash/modules/featured_cats/_featured_cats.scss */
  #featured_cats .featured-cats-container .featured-cat {
    padding: 145px 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 74, smash/modules/featured_cats/_featured_cats.scss */
  #featured_cats .featured-cats-container .featured-cat {
    padding: 110px 0;
  }
  /* line 77, smash/modules/featured_cats/_featured_cats.scss */
  #featured_cats .featured-cats-container .featured-cat .featured-cat-inner {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  /* line 87, smash/modules/featured_cats/_featured_cats.scss */
  #featured_cats .featured-cats-container {
    flex-direction: column !important;
  }
  /* line 90, smash/modules/featured_cats/_featured_cats.scss */
  #featured_cats .featured-cats-container .featured-cat {
    width: 85%;
  }
}

/* line 3, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item {
  background: white;
  display: inline-block;
  width: 23%;
  position: relative;
  margin: 0% 1% 3%;
  overflow: hidden;
}
/* line 11, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item .grid-item-image {
  display: block;
  width: 100%;
  height: 415px;
  max-height: 415px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 24, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item .grid-item-image:hover {
  opacity: 0.8;
}
/* line 28, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item .grid-item-image .sponsored {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25%;
  padding: 5px;
  background: rgba(243, 158, 153, 0.3);
  color: #9BBCAD;
  font-family: "europa", sans-serif;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 43, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item .grid-item-image img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 55, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item .grid-item-meta a.grid-item-title {
  font-family: "big-caslon-fb", sans-serif;
  padding: 0;
  letter-spacing: 0px;
  margin-top: 10px;
  font-size: 19px;
}
/* line 63, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item .grid-item-meta .grid-item-cat {
  font-family: "europa", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  margin-bottom: 10px;
  margin-top: 20px;
}
/* line 73, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item .grid-item-meta .grid-links i.fa.fa-circle {
  font-size: 3px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
}
/* line 81, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item .grid-item-meta a.post-read-more {
  color: #4E72A4;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 20px;
  font-family: "europa", sans-serif;
}
/* line 94, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item:hover .grid-item-image .sponsored {
  bottom: 0;
}
/* line 97, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item:hover .grid-item-image img {
  opacity: 0.7;
}
/* line 102, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item .post_meta {
  text-align: center;
}
/* line 105, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item .excerpt {
  text-align: center;
  font-size: 18px;
}
/* line 109, smash/modules/posts_grid/posts_grid.scss */
#grid_loop .grid-item .separator {
  margin: 50px auto;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  /* line 117, smash/modules/posts_grid/posts_grid.scss */
  #grid_loop .grid-item .grid-item-image {
    height: 300px;
  }
}
@media screen and (max-width: 960px) {
  /* line 124, smash/modules/posts_grid/posts_grid.scss */
  #grid_loop .grid-item {
    width: 31%;
    margin-bottom: 40px;
  }
  /* line 128, smash/modules/posts_grid/posts_grid.scss */
  #grid_loop .grid-item .grid-item-image {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  /* line 137, smash/modules/posts_grid/posts_grid.scss */
  #grid_loop .grid-item .grid-item-image {
    height: 290px;
  }
}
@media screen and (max-width: 600px) {
  /* line 143, smash/modules/posts_grid/posts_grid.scss */
  #grid_loop .grid-item {
    width: 100%;
  }
  /* line 146, smash/modules/posts_grid/posts_grid.scss */
  #grid_loop .grid-item .grid-item-image {
    height: 320px;
  }
}

/* line 2, smash/modules/posts_loop/posts_loop.scss */
.home-loop h2 {
  font-size: 32px;
  max-width: 1095px;
  margin: 0 auto;
  margin-top: 50px;
  letter-spacing: 0px;
}
@media screen and (max-width: 960px) {
  /* line 11, smash/modules/posts_loop/posts_loop.scss */
  .home-loop h2 {
    margin-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  /* line 17, smash/modules/posts_loop/posts_loop.scss */
  .home-loop h2 {
    text-align: center;
    margin-left: 0px;
  }
}
/* line 23, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post {
  margin: 30px auto !important;
}
/* line 28, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content {
  width: 49%;
  padding: 120px 50px 0px;
  height: 700px;
  overflow: hidden;
}
/* line 36, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-title {
  letter-spacing: 0px;
  font-family: "big-caslon-fb", sans-serif;
  font-size: 27px;
  position: relative;
  text-align: center;
}
/* line 44, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta {
  font-family: "europa", sans-serif;
  margin-bottom: 10px;
  justify-content: center;
}
/* line 49, smash/modules/posts_loop/posts_loop.scss */
.home-loop .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 55, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta i.fas.fa-tag {
  font-size: 11px;
  padding-right: 5px;
}
/* line 61, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-excerpt {
  margin-top: 15px;
  font-family: "europa", sans-serif;
  line-height: 28px;
  margin-bottom: 40px;
}
/* line 68, smash/modules/posts_loop/posts_loop.scss */
.home-loop .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 74, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner .rs-code {
  display: block;
  width: 100%;
  margin-top: 50px;
}
/* line 80, smash/modules/posts_loop/posts_loop.scss */
.home-loop .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: "europa", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 55px;
}
/* line 89, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post span {
  padding-right: 10px;
}
/* line 93, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post .icon {
  width: 10px;
  fill: black;
}
/* line 99, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post:hover .icon {
  margin-left: 5px;
}
/* line 105, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner .latest-post-actions {
  position: relative;
  padding-bottom: 50px;
  text-transform: uppercase;
  font-family: "europa", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  justify-content: center;
  margin-top: 40px;
}
/* line 115, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner .latest-post-actions > * {
  margin-right: 20px;
}
/* line 118, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner .latest-post-actions > * span {
  margin-left: 5px;
}
/* line 127, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner .latest-post-actions .shop-action-wrap:hover .rs-code {
  margin-bottom: 0;
}
/* line 133, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-content .home-post-content-inner .latest-post-actions .rs-code {
  background: white;
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: -300px;
}
/* line 147, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-image {
  position: relative;
  width: 51%;
  height: 700px;
}
/* line 152, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-image .social-share {
  position: absolute;
  top: 4%;
  left: -20px;
  z-index: 1;
}
/* line 158, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-image .social-share button {
  width: 45px;
  height: 45px;
  background: #8EA0B3;
  color: #333333;
  border-radius: 0;
  font-size: 22px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 170, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-image .social-share button:hover {
  background: #9BBCAD;
  color: #F0E7E8;
}
/* line 175, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-image .social-share button .fab {
  color: white;
}
/* line 180, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-image .social-share a {
  color: white;
}
/* line 183, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-image .social-share .icon {
  fill: white;
  width: 20px;
  height: 20px;
}
/* line 189, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-image .social-share .share-title {
  background: rgba(0, 0, 0, 0.5);
  padding: 11px 20px 7px;
}
/* line 194, smash/modules/posts_loop/posts_loop.scss */
.home-loop .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 201, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-image .social-share .share-actions button {
  font-size: 14px;
  padding: 10px;
  color: white;
  cursor: pointer;
}
/* line 207, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-image .social-share .share-actions button:hover {
  color: #000;
}
/* line 214, smash/modules/posts_loop/posts_loop.scss */
.home-loop .home-post .home-post-inner .home-post-image .social-share:hover .share-actions {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  /* line 227, smash/modules/posts_loop/posts_loop.scss */
  .home-loop .home-post .home-post-inner {
    padding: 30px 0px;
  }
  /* line 230, smash/modules/posts_loop/posts_loop.scss */
  .home-loop .home-post .home-post-inner .home-post-content {
    width: 100%;
    padding: 30px 0px 30px 30px;
    height: 600px;
  }
  /* line 236, smash/modules/posts_loop/posts_loop.scss */
  .home-loop .home-post .home-post-inner .home-post-image {
    width: 100%;
    height: 600px;
  }
  /* line 243, smash/modules/posts_loop/posts_loop.scss */
  .home-loop .home-post .home-post-inner .latest-post-actions > * {
    margin-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  /* line 23, smash/modules/posts_loop/posts_loop.scss */
  .home-loop .home-post {
    margin: 0px auto !important;
  }
  /* line 253, smash/modules/posts_loop/posts_loop.scss */
  .home-loop .home-post .home-post-inner {
    flex-direction: column;
  }
  /* line 256, smash/modules/posts_loop/posts_loop.scss */
  .home-loop .home-post .home-post-inner .home-post-content {
    width: 100%;
    padding: 20px 0px 0px;
    height: auto;
  }
  /* line 262, smash/modules/posts_loop/posts_loop.scss */
  .home-loop .home-post .home-post-inner .home-post-image {
    width: 100%;
    height: 300px;
  }
  /* line 267, smash/modules/posts_loop/posts_loop.scss */
  .home-loop .home-post .home-post-inner .latest-post-actions {
    flex-direction: column;
  }
  /* line 270, smash/modules/posts_loop/posts_loop.scss */
  .home-loop .home-post .home-post-inner .latest-post-actions > * {
    padding: 5px 0px;
  }
}

/* line 1, smash/modules/loop_by_category/_loop_by_category.scss */
#posts_by_category {
  width: 100%;
}
/* line 4, smash/modules/loop_by_category/_loop_by_category.scss */
#posts_by_category .posts-by-category {
  padding: 50px;
}
/* line 7, smash/modules/loop_by_category/_loop_by_category.scss */
#posts_by_category .posts-by-category:first-child {
  padding-top: 0;
}
/* line 10, smash/modules/loop_by_category/_loop_by_category.scss */
#posts_by_category .posts-by-category:last-child {
  padding-bottom: 0;
}
/* line 14, smash/modules/loop_by_category/_loop_by_category.scss */
#posts_by_category .posts-by-category .posts-by-category-loop {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 17, smash/modules/loop_by_category/_loop_by_category.scss */
#posts_by_category .posts-by-category .posts-by-category-loop .category-post {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  width: 31%;
}
/* line 21, smash/modules/loop_by_category/_loop_by_category.scss */
#posts_by_category .posts-by-category .posts-by-category-loop .category-post .category-post-title-wrap {
  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;
  width: 100%;
  padding: 10px;
  text-align: center;
  flex: 1;
}
/* line 28, smash/modules/loop_by_category/_loop_by_category.scss */
#posts_by_category .posts-by-category .posts-by-category-loop .category-post .category-post-title-wrap .category-post-title {
  text-transform: uppercase;
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}
/* line 35, smash/modules/loop_by_category/_loop_by_category.scss */
#posts_by_category .posts-by-category .posts-by-category-loop .category-post .category-post-title-wrap .category-post-title::after {
  content: '';
  display: block;
  position: relative;
  width: 70px;
  height: 3px;
  margin: 10px auto 0;
  background: #99B5BA;
}
/* line 48, smash/modules/loop_by_category/_loop_by_category.scss */
#posts_by_category .posts-by-category .posts-by-category-loop .category-post .category-post-image {
  width: 100%;
}
/* line 54, smash/modules/loop_by_category/_loop_by_category.scss */
#posts_by_category .posts-by-category .posts-by-category-loop .category-post:hover .category-post-image {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  /* line 17, smash/modules/loop_by_category/_loop_by_category.scss */
  #posts_by_category .posts-by-category .posts-by-category-loop .category-post {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 14, smash/modules/loop_by_category/_loop_by_category.scss */
  #posts_by_category .posts-by-category .posts-by-category-loop {
    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;
  }
}
@media screen and (max-width: 768px) {
  /* line 4, smash/modules/loop_by_category/_loop_by_category.scss */
  #posts_by_category .posts-by-category {
    padding: 0;
  }
}

/* line 1, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop {
  position: relative;
  padding: 50px;
}
/* line 5, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop-container {
  max-width: 1350px;
  width: 100%;
}
/* line 9, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop-container h2.latest-title {
  text-transform: uppercase;
}
/* line 15, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 18, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop .latest-post {
  width: 18%;
  margin-top: 30px;
  margin-bottom: 50px;
}
/* line 23, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop .latest-post .latest-post-inner {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  position: relative;
}
/* line 27, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop .latest-post .latest-post-inner .latest-post-image {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: 100%;
}
/* line 32, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop .latest-post .latest-post-inner .latest-post-title {
  position: relative;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}
/* line 41, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop .latest-post .latest-post-inner .latest-post-title::after {
  content: '';
  display: block;
  position: relative;
  width: 70px;
  height: 3px;
  margin: 10px auto 0;
  background: #99B5BA;
}
/* line 54, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop .latest-post .latest-post-inner:hover .latest-post-image {
  opacity: 0.8;
}
/* line 60, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop .latest-post .latest-post-inner:hover .latest-post-title > a {
  color: #4E72A4;
}
/* line 64, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop .latest-post .latest-post-inner:hover .latest-post-title::after {
  width: 100%;
}
/* line 71, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop .latest-post:nth-child(4), #latest_loop .latest-loop .latest-post:nth-child(5) {
  width: 30%;
  margin-top: 0;
}
/* line 77, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop .latest-post:nth-child(4) .latest-post-inner .latest-post-title, #latest_loop .latest-loop .latest-post:nth-child(5) .latest-post-inner .latest-post-title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #ececec;
  padding: 20px;
  text-align: center;
}
/* line 86, smash/modules/loop_latest/_loop_latest.scss */
#latest_loop .latest-loop .latest-post:nth-child(4) .latest-post-inner .latest-post-title::after, #latest_loop .latest-loop .latest-post:nth-child(5) .latest-post-inner .latest-post-title::after {
  display: none;
}
@media screen and (max-width: 960px) {
  /* line 77, smash/modules/loop_latest/_loop_latest.scss */
  #latest_loop .latest-loop .latest-post:nth-child(4) .latest-post-inner .latest-post-title, #latest_loop .latest-loop .latest-post:nth-child(5) .latest-post-inner .latest-post-title {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    background: unset;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  /* line 71, smash/modules/loop_latest/_loop_latest.scss */
  #latest_loop .latest-loop .latest-post:nth-child(4), #latest_loop .latest-loop .latest-post:nth-child(5) {
    width: 22%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 71, smash/modules/loop_latest/_loop_latest.scss */
  #latest_loop .latest-loop .latest-post:nth-child(4), #latest_loop .latest-loop .latest-post:nth-child(5) {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  /* line 71, smash/modules/loop_latest/_loop_latest.scss */
  #latest_loop .latest-loop .latest-post:nth-child(4), #latest_loop .latest-loop .latest-post:nth-child(5) {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  /* line 18, smash/modules/loop_latest/_loop_latest.scss */
  #latest_loop .latest-loop .latest-post {
    width: 22%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 18, smash/modules/loop_latest/_loop_latest.scss */
  #latest_loop .latest-loop .latest-post {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  /* line 18, smash/modules/loop_latest/_loop_latest.scss */
  #latest_loop .latest-loop .latest-post {
    width: 100%;
  }
}

/* line 1, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  margin-bottom: 50px;
}
/* line 6, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider .slick-dots {
  position: absolute;
  top: 105%;
  margin: 0 auto;
  width: 100%;
}
/* line 13, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider .featured-posts-text-slider {
  position: absolute;
  left: 21%;
  width: 85%;
  max-width: 340px;
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
  font-style: italic;
  font-family: "europa", sans-serif;
  line-height: 34px;
  margin-top: 20px;
}
/* line 26, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider .featured-posts-text-slider span {
  text-transform: uppercase;
  font-style: normal;
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  /* line 13, smash/modules/slider_posts/_slider_posts.scss */
  #featured_posts_slider .featured-posts-text-slider {
    left: 5%;
    right: 5%;
    width: auto;
    max-width: unset;
  }
}
/* line 40, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider .featured-posts-text-slider .slick-list {
  z-index: 1;
}
/* line 44, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider .featured-posts-text-slider .featured-posts-text-slide {
  background: white;
  padding: 30px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  /* line 50, smash/modules/slider_posts/_slider_posts.scss */
  #featured_posts_slider .featured-posts-text-slider .featured-posts-text-slide .featured-posts-text-inner .featured-post-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  /* line 50, smash/modules/slider_posts/_slider_posts.scss */
  #featured_posts_slider .featured-posts-text-slider .featured-posts-text-slide .featured-posts-text-inner .featured-post-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  /* line 44, smash/modules/slider_posts/_slider_posts.scss */
  #featured_posts_slider .featured-posts-text-slider .featured-posts-text-slide {
    background: rgba(255, 255, 255, 0.85);
  }
}
/* line 65, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider .featured-posts-text-slider .featured-posts-nav {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 68, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider .featured-posts-text-slider .featured-posts-nav .featured-post-date {
  margin: 0 20px;
  font-family: "europa", sans-serif;
}
/* line 74, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider .featured-posts-text-slider::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: -10px;
  right: 10px;
  bottom: -10px;
  background: #99B5BA;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  /* line 74, smash/modules/slider_posts/_slider_posts.scss */
  #featured_posts_slider .featured-posts-text-slider::after {
    display: none;
  }
}
/* line 91, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider .featured-posts-image-slider {
  width: 100%;
}
/* line 94, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider .featured-posts-image-slider .slick-list {
  padding: 0 15% !important;
}
/* line 100, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider .featured-posts-image-slider .featured-posts-image-slide .featured-posts-image-inner {
  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 104, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider .featured-posts-image-slider .featured-posts-image-slide .featured-post-image {
  width: 90%;
}
/* line 111, smash/modules/slider_posts/_slider_posts.scss */
#featured_posts_slider .featured-posts-image-slider .featured-posts-image-slide.slick-current .featured-post-image {
  width: 100%;
}

/* line 1, smash/modules/subscribe_bar/_subscribe_bar.scss */
#subscribe_bar {
  padding: 50px;
  background: white;
}
/* line 5, smash/modules/subscribe_bar/_subscribe_bar.scss */
#subscribe_bar .subscribe-section-title {
  font-size: 24px;
}

/* line 3, smash/modules/subscribe_section/_subscribe_section.scss */
#subscribe_section .subscribe-section-header {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 32px;
  line-height: normal;
  z-index: 1;
}
/* line 14, smash/modules/subscribe_section/_subscribe_section.scss */
#subscribe_section .subscribe-section-wrapper {
  background: white;
}
/* line 17, smash/modules/subscribe_section/_subscribe_section.scss */
#subscribe_section .subscribe-section-wrapper .subscribe-section-image {
  width: 55%;
  height: 400px;
}
/* line 21, smash/modules/subscribe_section/_subscribe_section.scss */
#subscribe_section .subscribe-section-wrapper .subscribe-section-content {
  position: relative;
  width: 45%;
  text-align: center;
  padding: 20px 8%;
}
/* line 27, smash/modules/subscribe_section/_subscribe_section.scss */
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-title {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
/* line 35, smash/modules/subscribe_section/_subscribe_section.scss */
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-text {
  font-family: "big-caslon-fb", serif;
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 45, smash/modules/subscribe_section/_subscribe_section.scss */
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup input#mce-EMAIL {
  border-radius: 0px !important;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px;
  border: none;
  width: 250px;
  font-family: "big-caslon-fb", sans-serif;
}
/* line 56, smash/modules/subscribe_section/_subscribe_section.scss */
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup .subscribe {
  background-color: #000000;
  border: 2px solid #000000;
}
/* line 60, smash/modules/subscribe_section/_subscribe_section.scss */
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup .subscribe input[type="submit"] {
  color: white;
  text-transform: uppercase;
  font-family: "big-caslon-fb", sans-serif;
  letter-spacing: 1px;
  padding: 14px 30px 10px;
}
/* line 67, smash/modules/subscribe_section/_subscribe_section.scss */
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup .subscribe input[type="submit"]:hover {
  color: black;
}
/* line 72, smash/modules/subscribe_section/_subscribe_section.scss */
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup .subscribe:hover {
  background-color: white;
  color: #000000;
  border: 2px solid #000000;
}
@media screen and (max-width: 1024px) {
  /* line 90, smash/modules/subscribe_section/_subscribe_section.scss */
  #subscribe_section .subscribe-section-wrapper .subscribe-section-image {
    width: 47%;
  }
}
@media screen and (max-width: 960px) {
  /* line 100, smash/modules/subscribe_section/_subscribe_section.scss */
  #subscribe_section .subscribe-section-wrapper .subscribe-section-image {
    width: 38%;
  }
}
@media screen and (max-width: 600px) {
  /* line 110, smash/modules/subscribe_section/_subscribe_section.scss */
  #subscribe_section .subscribe-section-wrapper {
    flex-direction: column;
  }
  /* line 113, smash/modules/subscribe_section/_subscribe_section.scss */
  #subscribe_section .subscribe-section-wrapper .subscribe-section-image {
    width: 100%;
    height: 250px;
  }
  /* line 118, smash/modules/subscribe_section/_subscribe_section.scss */
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content {
    width: 85%;
  }
  /* line 123, smash/modules/subscribe_section/_subscribe_section.scss */
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup input#mce-EMAIL {
    width: 150px;
  }
}

/* line 3, smash/modules/more_posts/_more_posts.scss */
#grid_loop.more-posts-wrapper .container-lg {
  position: relative;
}
/* line 7, smash/modules/more_posts/_more_posts.scss */
#grid_loop.more-posts-wrapper .post-grid-title {
  position: absolute;
  left: 0;
  top: 15%;
  transform: translate(-100%, 0) rotate(-90deg);
  transform-origin: right bottom;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 17, smash/modules/more_posts/_more_posts.scss */
#grid_loop.more-posts-wrapper .grid-item {
  width: 32%;
  margin: 0;
  padding: 0 30px;
}
/* line 24, smash/modules/more_posts/_more_posts.scss */
#grid_loop.more-posts-wrapper .slick-slider .slick-arrow {
  width: 22px;
  height: 22px;
}
/* line 28, smash/modules/more_posts/_more_posts.scss */
#grid_loop.more-posts-wrapper .slick-slider .slick-arrow.slick-prev {
  top: 31%;
  left: unset;
  right: -2%;
}
/* line 34, smash/modules/more_posts/_more_posts.scss */
#grid_loop.more-posts-wrapper .slick-slider .slick-arrow.slick-next {
  top: 38%;
  right: -2%;
}

/* line 45, smash/modules/more_posts/_more_posts.scss */
#more_posts .post-grid-title, #load_more_posts .post-grid-title {
  text-align: center;
  letter-spacing: 2px;
  font-size: 30px;
  margin-bottom: 50px;
  font-family: "big-caslon-fb", sans-serif;
  text-transform: uppercase;
}
/* line 56, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post, #load_more_posts .next-up-posts .next-up-post {
  position: relative;
  width: 32%;
  max-width: 370px;
  margin: 0 1% 30px;
}
/* line 71, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-image, #load_more_posts .next-up-posts .next-up-post .next-up-post-image {
  position: relative;
  width: 100%;
  height: 230px;
}
/* line 76, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-image .btn, #load_more_posts .next-up-posts .next-up-post .next-up-post-image .btn {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
/* line 84, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post:nth-child(3n+1), #load_more_posts .next-up-posts .next-up-post:nth-child(3n+1) {
  margin-left: 0;
}
/* line 88, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post:nth-child(3n), #load_more_posts .next-up-posts .next-up-post:nth-child(3n) {
  margin-right: 0;
}
/* line 92, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post img, #load_more_posts .next-up-posts .next-up-post img {
  display: block;
  width: 100%;
}
/* line 101, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post:hover .next-up-post-image .btn, #load_more_posts .next-up-posts .next-up-post:hover .next-up-post-image .btn {
  visibility: visible;
  opacity: 1;
}
/* line 105, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post:hover .next-up-post-image .btn:hover, #load_more_posts .next-up-posts .next-up-post:hover .next-up-post-image .btn:hover {
  color: black;
}
/* line 111, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post:hover img, #load_more_posts .next-up-posts .next-up-post:hover img {
  opacity: 0.8;
}
/* line 118, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-body a, #load_more_posts .next-up-posts .next-up-post .next-up-post-body a {
  display: block;
  padding: 0px 10px;
  text-align: center;
}
/* line 123, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-body a.btn, #load_more_posts .next-up-posts .next-up-post .next-up-post-body a.btn {
  display: inline-block;
}
/* line 128, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta {
  letter-spacing: 1px;
  font-family: "europa", sans-serif;
  justify-content: center;
  margin: 30px 0px 20px;
}
/* line 134, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .category-name, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .category-name {
  text-transform: uppercase;
  padding-right: 20px;
}
/* line 138, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .category-name:hover, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .category-name:hover {
  color: #999999;
}
/* line 143, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .post-date, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .post-date {
  font-family: "big-caslon-fb", sans-serif;
  font-style: italic;
  letter-spacing: 2px;
}
/* line 150, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-body .btn-wrap, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .btn-wrap {
  text-align: center;
}
/* line 153, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-body .btn-wrap a, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .btn-wrap a {
  padding: 5px 12px;
}
/* line 158, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title {
  font-family: "big-caslon-fb", sans-serif;
  letter-spacing: 1px;
  font-size: 27px;
  margin: 0px 0;
}
/* line 165, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title a:hover, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title a:hover {
  color: #999999;
}
/* line 171, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-body .post-line, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .post-line {
  width: 140px;
  height: 1px;
  background-color: #d5cce4;
  margin: 0 auto;
  margin-bottom: 11px;
  margin-top: 10px;
}
/* line 180, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post .next-up-post-body .post-next-excerpt, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .post-next-excerpt {
  font-size: 14px;
  text-align: left;
  line-height: 28px;
  padding: 0px 10px;
  margin-bottom: 20px;
  font-family: "big-caslon-fb", serif;
}
/* line 190, smash/modules/more_posts/_more_posts.scss */
#more_posts .next-up-posts .next-up-post:hover .next-up-post-body, #load_more_posts .next-up-posts .next-up-post:hover .next-up-post-body {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  /* line 204, smash/modules/more_posts/_more_posts.scss */
  #more_posts .next-up-posts .next-up-post, #load_more_posts .next-up-posts .next-up-post {
    padding: 0px 0;
  }
  /* line 207, smash/modules/more_posts/_more_posts.scss */
  #more_posts .next-up-posts .next-up-post .next-up-post-body, #load_more_posts .next-up-posts .next-up-post .next-up-post-body {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 600px) {
  /* line 215, smash/modules/more_posts/_more_posts.scss */
  #more_posts .next-up-posts .next-up-post, #load_more_posts .next-up-posts .next-up-post {
    width: 100%;
  }
}

/* line 1, smash/modules/search/_search.scss */
#search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(153, 181, 186, 0.4);
  z-index: 150000;
  display: none;
  cursor: pointer;
}
/* line 12, smash/modules/search/_search.scss */
#search-modal .modal-box {
  width: 50%;
  position: absolute;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: auto;
}
/* line 27, smash/modules/search/_search.scss */
#search-modal .modal-box #search-close {
  position: absolute;
  top: -28px;
  right: -10px;
  width: 22px;
  height: 22px;
}
/* line 34, smash/modules/search/_search.scss */
#search-modal .modal-box #search-close::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 22px;
  border-top: solid 2px black;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
/* line 46, smash/modules/search/_search.scss */
#search-modal .modal-box #search-close::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 22px;
  border-top: solid 2px black;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
/* line 58, smash/modules/search/_search.scss */
#search-modal .modal-box #search-close:hover {
  cursor: pointer;
}
/* line 62, smash/modules/search/_search.scss */
#search-modal .modal-box #search-close img {
  display: none;
  width: 22px;
  height: auto;
}
/* line 69, smash/modules/search/_search.scss */
#search-modal .modal-box .widget {
  margin: 0;
}
/* line 73, smash/modules/search/_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 81, smash/modules/search/_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 90, smash/modules/search/_search.scss */
#search-modal .modal-box .modal-inner label {
  width: 100%;
}
/* line 96, smash/modules/search/_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 108, smash/modules/search/_search.scss */
#search-modal .modal-box .modal-inner #searchsubmit {
  background: url(https://shesafullonmonet.com/app/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 124, smash/modules/search/_search.scss */
#search-modal .modal-box .modal-inner #searchsubmit:hover {
  background-color: #eaeaea;
}
@media screen and (max-width: 600px) {
  /* line 132, smash/modules/search/_search.scss */
  #search-modal .modal-box {
    width: 80%;
  }
}

/* line 1, smash/modules/popups/_popups.scss */
#popup-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/popups/_popups.scss */
#popup-modal a {
  color: white;
}
/* line 16, smash/modules/popups/_popups.scss */
#popup-modal .modal-box {
  background: #F6F6F6;
  color: #000000;
  padding: 0;
  position: relative;
  width: 90%;
  max-width: 500px !important;
  top: 57%;
  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/popups/_popups.scss */
#popup-modal .modal-box #popup-close {
  position: absolute;
  top: 19px;
  right: 16px;
  max-width: 16px;
  z-index: 50;
  cursor: pointer;
}
/* line 42, smash/modules/popups/_popups.scss */
#popup-modal .modal-box #popup-close .icon {
  width: 20px;
  height: 20px;
  fill: black;
}
/* line 49, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
/* line 57, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner .footer-subscribe {
  padding: 50px;
}
/* line 60, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner .footer-subscribe .footer-social {
  padding: 0px 0px 30px;
}
/* line 64, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner .footer-subscribe .subscribe-title {
  font-family: "Magical", serif;
  font-size: 70px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 72, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner .footer-subscribe .subscribe-text {
  font-family: "big-caslon-fb", serif;
}
/* line 77, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner .popup-image-wrap {
  position: relative;
}
/* line 80, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner .popup-image-wrap .vertical-title {
  position: absolute;
  top: 84px;
  left: 50px;
  transform: translate(-100%, 0) rotate(-90deg);
  transform-origin: right center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-family: "europa", sans-serif;
}
/* line 92, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner .popup-image-wrap .popup-image {
  width: 70%;
  margin-top: 30px;
}
/* line 98, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner .popup-text {
  width: 100%;
  padding: 0px 10% 30px;
}
/* line 102, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner .popup-text h2 {
  margin-bottom: -20px;
  font-family: "Magical", serif;
  font-size: 70px;
}
/* line 108, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner .popup-text h3 {
  font-weight: normal;
  font-family: "big-caslon-fb", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 117, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner .popup-text p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 24px;
  font-family: "europa", sans-serif;
}
/* line 127, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner .popup-text #mc_embed_signup_scroll p {
  margin-bottom: -20px;
}
/* line 133, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  font-size: 28px;
  padding: 0px 40px;
  letter-spacing: 1px;
}
/* line 144, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner nf-field:nth-child(1) {
  float: left;
  width: 48%;
}
/* line 149, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner nf-field:nth-child(2) {
  float: right;
  width: 48%;
}
/* line 156, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner nf-field:nth-child(3) .nf-field-container {
  margin-bottom: 0;
}
/* line 162, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner input {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "big-caslon-fb", sans-serif, "big-caslon-fb", sans-serif;
  font-size: 11px;
  line-height: 13px;
}
/* line 175, smash/modules/popups/_popups.scss */
#popup-modal .modal-box .modal-inner textarea {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "big-caslon-fb", sans-serif, "big-caslon-fb", sans-serif;
  font-size: 11px;
  line-height: 13px;
}
@media screen and (max-width: 600px) {
  /* line 190, smash/modules/popups/_popups.scss */
  #popup-modal .modal-box .modal-inner .popup-image-wrap .popup-image {
    width: 90%;
  }
  /* line 197, smash/modules/popups/_popups.scss */
  #popup-modal .modal-box .modal-inner .popup-text #mc_embed_signup .mc-field-group {
    flex-direction: column;
    padding-bottom: 0;
  }
}
/* line 208, smash/modules/popups/_popups.scss */
#popup-modal #mc-embedded-subscribe-form {
  position: relative;
  padding: 0 !important;
}
/* line 212, smash/modules/popups/_popups.scss */
#popup-modal #mc-embedded-subscribe-form input {
  border-radius: unset !important;
  display: block;
  width: 100%;
  padding: 10px 10px;
  margin: 1%;
  font-family: "europa", serif;
  text-transform: uppercase;
}
/* line 224, smash/modules/popups/_popups.scss */
#popup-modal #mc-embedded-subscribe-form button {
  margin: 10px auto 0;
}
/* line 227, smash/modules/popups/_popups.scss */
#popup-modal #mc-embedded-subscribe-form button.read-more-arrow-white {
  color: black;
  text-align: center;
}
/* line 231, smash/modules/popups/_popups.scss */
#popup-modal #mc-embedded-subscribe-form button.read-more-arrow-white .icon {
  fill: black;
}
/* line 237, smash/modules/popups/_popups.scss */
#popup-modal #mc-embedded-subscribe-form .fa-envelope-o {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 14px;
  z-index: 50;
}
/* line 248, smash/modules/popups/_popups.scss */
#popup-modal #mc_embed_signup .mc-field-group {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-align: left;
  min-height: unset;
}
/* line 255, smash/modules/popups/_popups.scss */
#popup-modal #mc_embed_signup .mc-field-group label {
  font-size: 10px;
  margin-bottom: 5px;
}
/* line 265, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner {
  text-align: center;
  margin: 50px 0;
}
/* line 269, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h1, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h2, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h3, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h4, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h5, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h6 {
  position: relative;
}
/* line 272, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h1::after, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h2::after, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h3::after, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h4::after, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h5::after, #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner h6::after {
  content: '';
  position: relative;
  display: block;
  width: 115px;
  height: 1px;
  background: #000000;
  margin: 10px auto 20px;
}
/* line 283, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form {
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
}
/* line 288, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form .nf-form-fields-required {
  display: none !important;
}
/* line 294, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container {
  margin-bottom: 20px;
}
/* line 299, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container .nf-field-label label {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
/* line 310, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container.label-above .nf-field-label {
  margin: 0;
}
/* line 315, smash/modules/popups/_popups.scss */
#popup-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 321, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field .nf-field-container input {
  border: 2px solid #F4F4F4;
  border-radius: 0;
}
/* line 331, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field:nth-child(2), #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field:nth-child(3) {
  float: right;
  width: 49%;
  clear: right;
}
/* line 338, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field:nth-child(1), #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field:nth-child(4), #popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field:nth-child(5) {
  float: left;
  width: 49%;
  clear: left;
}
/* line 346, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="contact-popup"] .modal-box .modal-inner form nf-field:nth-child(6) {
  display: block;
  width: 100%;
}
/* line 358, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="subscribe-popup"] .modal-box {
  padding: 0;
  max-width: 820px;
}
/* line 362, smash/modules/popups/_popups.scss */
#popup-modal[data-trigger="subscribe-popup"] .modal-box .modal-inner {
  flex-wrap: nowrap;
  padding-right: 5%;
}

/* line 1, smash/modules/download/_download.scss */
#download {
  position: relative;
}
/* line 4, smash/modules/download/_download.scss */
#download .download-container {
  max-width: 1135px;
}
/* line 8, smash/modules/download/_download.scss */
#download .download-container .download-image {
  width: 32%;
  height: 365px;
  margin-right: 2%;
}
/* line 14, smash/modules/download/_download.scss */
#download .download-container .download-body {
  width: 66%;
  text-align: center;
}
/* line 18, smash/modules/download/_download.scss */
#download .download-container .download-body .download-title {
  margin-bottom: 10px;
}
/* line 22, smash/modules/download/_download.scss */
#download .download-container .download-body .download-text {
  width: 72%;
  margin: 20px auto;
  font-family: "big-caslon-fb", serif;
}
/* line 30, smash/modules/download/_download.scss */
#download .download-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
/* line 38, smash/modules/download/_download.scss */
#download .download-bg .download-bg-inner {
  height: 75%;
  width: 100%;
  background: #F7F4EF;
}
@media screen and (max-width: 768px) {
  /* line 47, smash/modules/download/_download.scss */
  #download .download-container {
    flex-direction: column;
  }
  /* line 50, smash/modules/download/_download.scss */
  #download .download-container .download-image {
    width: 80%;
  }
  /* line 54, smash/modules/download/_download.scss */
  #download .download-container .download-body {
    width: 90%;
    margin-top: 30px;
  }
}

/* line 1, smash/modules/post_guide/_post_guide.scss */
.post-guide-row {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
/* line 6, smash/modules/post_guide/_post_guide.scss */
.post-guide-row > * {
  width: 32%;
}
/* line 10, smash/modules/post_guide/_post_guide.scss */
.post-guide-row:nth-child(2n) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
/* line 15, smash/modules/post_guide/_post_guide.scss */
.post-guide-row img {
  width: auto;
  max-height: 420px;
}
/* line 20, smash/modules/post_guide/_post_guide.scss */
.post-guide-row .sep {
  width: 90px;
  height: 2px;
  margin: 0 15%;
  background: black;
}
/* line 27, smash/modules/post_guide/_post_guide.scss */
.post-guide-row .guide-body {
  text-align: center;
  margin-bottom: 30px;
}
/* line 31, smash/modules/post_guide/_post_guide.scss */
.post-guide-row .guide-body .guide-count {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 40px;
}
/* line 36, smash/modules/post_guide/_post_guide.scss */
.post-guide-row .guide-body .guide-title {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}
/* line 42, smash/modules/post_guide/_post_guide.scss */
.post-guide-row .guide-body .guide-text {
  font-family: "big-caslon-fb", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/post_guide/_post_guide.scss */
  .post-guide-row {
    flex-direction: column;
  }
  /* line 51, smash/modules/post_guide/_post_guide.scss */
  .post-guide-row .sep {
    display: none;
  }
  /* line 55, smash/modules/post_guide/_post_guide.scss */
  .post-guide-row .guide-body {
    width: 100%;
  }
  /* line 58, smash/modules/post_guide/_post_guide.scss */
  .post-guide-row .guide-body .guide-count {
    font-size: 29px;
  }
  /* line 61, smash/modules/post_guide/_post_guide.scss */
  .post-guide-row .guide-body .guide-title {
    font-size: 20px;
  }
  /* line 66, smash/modules/post_guide/_post_guide.scss */
  .post-guide-row:nth-child(2n) {
    flex-direction: column;
  }
}

/* line 1, smash/modules/section_faq/_section_faq.scss */
#faq-module {
  background: #F7F4EF;
  padding: 50px 0;
  margin: 30px 0px;
}
/* line 6, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-wrapper {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}
/* line 12, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-wrapper .page-faq-title {
  text-align: center;
}
/* line 15, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-wrapper .page-faq-title h3 {
  font-family: 25px;
}
/* line 20, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-wrapper .faq-col {
  width: 100%;
  text-align: center;
}
/* line 26, 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;
  margin-bottom: 23px;
  font-size: 16px;
  font-family: "big-caslon-fb", serif;
}
/* line 34, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title span {
  width: 90%;
}
/* line 38, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title .icon {
  border: 1px solid black;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  padding: 5px;
  cursor: pointer;
}
/* line 46, smash/modules/section_faq/_section_faq.scss */
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title .icon:hover {
  background: black;
  fill: white;
}
/* 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;
}
@media screen and (max-width: 1024px) {
  /* line 65, smash/modules/section_faq/_section_faq.scss */
  #faq-module .page-faq-wrapper {
    width: 76%;
    justify-content: space-around;
  }
  /* line 69, smash/modules/section_faq/_section_faq.scss */
  #faq-module .page-faq-wrapper .faq-col {
    width: 43%;
  }
}
@media screen and (max-width: 768px) {
  /* line 78, smash/modules/section_faq/_section_faq.scss */
  #faq-module .page-faq-wrapper {
    flex-wrap: wrap;
  }
  /* line 81, smash/modules/section_faq/_section_faq.scss */
  #faq-module .page-faq-wrapper .page-faq-title {
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  /* line 92, smash/modules/section_faq/_section_faq.scss */
  #faq-module .page-faq-wrapper .faq-col {
    width: 100%;
    margin-bottom: -12px;
  }
  /* line 98, smash/modules/section_faq/_section_faq.scss */
  #faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
    margin-bottom: 21px;
    font-size: 14px;
  }
}

/* line 1, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap {
  max-width: 800px;
  width: 100%;
  padding: 30px;
  border: 4px solid #F4F4F4;
}
/* line 8, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap .contact-form-title {
  text-align: center;
}
/* line 12, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap .contact-form-text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-family: "big-caslon-fb", serif;
}
/* line 19, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper {
  text-align: center;
}
/* line 22, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .form-btn-row {
  margin: 20px 0;
}
/* line 25, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .form-btn-row .btn {
  margin: 0 5px;
}
/* line 28, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .form-btn-row .btn.active {
  position: relative;
}
/* line 31, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .form-btn-row .btn.active::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000000;
}
/* line 48, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .contact-form {
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
  display: none;
}
/* line 54, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .contact-form.show-form {
  display: block;
}
/* line 58, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .contact-form .nf-form-fields-required {
  display: none !important;
}
/* line 64, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container {
  margin-bottom: 20px;
}
/* line 69, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container .nf-field-label label {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "big-caslon-fb", sans-serif;
}
/* line 81, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container.label-above .nf-field-label {
  margin: 0;
}
/* line 86, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container textarea {
  border: 2px solid #F4F4F4;
  border-radius: 0;
  height: 106px;
}
/* line 92, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input {
  border: 2px solid #F4F4F4;
  border-radius: 0;
}
/* line 102, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(2), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(3) {
  float: right;
  width: 49%;
  clear: right;
}
/* line 109, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(1), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(4), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(5) {
  float: left;
  width: 49%;
  clear: left;
}
/* line 117, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(6) {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  /* line 124, smash/modules/contact_forms/_contact_forms.scss */
  .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(2), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(3) {
    width: 100%;
  }
  /* line 129, smash/modules/contact_forms/_contact_forms.scss */
  .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(1), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(4), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(5) {
    width: 100%;
  }
}
/* line 141, smash/modules/contact_forms/_contact_forms.scss */
.contact-form-wrap .contact-social {
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/contact_forms/_contact_forms.scss */
  .contact-form-wrap {
    padding: 20px;
  }
}

/* line 154, smash/modules/contact_forms/_contact_forms.scss */
#popup-modal.popup-has-forms .modal-box {
  max-width: 800px;
}

/* line 3, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container {
  max-width: 1060px;
  width: 100%;
  margin: 50px auto;
  padding: 30px 50px;
  background: #f5f4ef;
}
/* line 10, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-body {
  text-align: center;
  width: 45%;
  padding: 30px;
  background: white;
}
/* line 17, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products {
  width: 45%;
  background: white;
}
/* line 21, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products .slick-arrow {
  position: absolute;
  border-radius: unset;
  font-size: 0;
  top: 50%;
  width: 60px;
  height: 43px;
  background: black;
  border: 1px solid black;
  z-index: 1;
}
/* line 32, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products .slick-arrow:focus {
  outline: none;
}
/* line 36, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products .slick-arrow span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  background: white;
}
/* line 46, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-prev {
  left: -25px;
}
/* line 50, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-prev span::before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: -3px;
  width: 16px;
  height: 1px;
  background: white;
  transform: rotate(-45deg);
}
/* line 61, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-prev span::after {
  content: '';
  position: absolute;
  top: 5px;
  left: -3px;
  width: 16px;
  height: 1px;
  background: white;
  transform: rotate(45deg);
}
/* line 74, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-next {
  right: -25px;
}
/* line 78, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-next span::after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: -3px;
  width: 16px;
  height: 1px;
  background: white;
  transform: rotate(45deg);
}
/* line 89, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-next span::before {
  content: '';
  position: absolute;
  top: 6px;
  right: -3px;
  width: 16px;
  height: 1px;
  background: white;
  transform: rotate(-45deg);
}
/* line 102, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products .slick-arrow:hover {
  background: white;
  cursor: pointer;
}
/* line 106, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products .slick-arrow:hover span {
  background: black;
}
/* line 109, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products .slick-arrow:hover span::before {
  background: black;
}
/* line 112, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-products .slick-arrow:hover span::after {
  background: black;
}
/* line 122, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-product .product-thumb-wrap {
  position: relative;
}
/* line 125, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-product .product-thumb-wrap img {
  max-width: 250px;
  max-height: 250px;
}
/* line 130, smash/modules/trend_report/_trend_report.scss */
.trend_report .trend-report-container .trend-post-product .product-thumb-wrap .btn {
  position: absolute;
}

/* line 1, smash/modules/external_posts/_external_posts.scss */
#external_posts {
  position: relative;
  background: #F2EEEB;
  padding: 30px 75px;
}
/* line 6, smash/modules/external_posts/_external_posts.scss */
#external_posts .external-posts-slider {
  max-width: 1060px;
  margin: 0 auto;
}
/* line 11, smash/modules/external_posts/_external_posts.scss */
#external_posts .slider-arrow {
  position: absolute;
  top: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  width: 14px;
  height: 50px;
  z-index: 1000;
}
/* line 22, smash/modules/external_posts/_external_posts.scss */
#external_posts .slider-arrow.slick-prev {
  left: -50px;
}
/* line 26, smash/modules/external_posts/_external_posts.scss */
#external_posts .slider-arrow.slick-next {
  right: -50px;
}

/* line 32, smash/modules/external_posts/_external_posts.scss */
.external-post {
  width: 32%;
  padding: 0 20px;
}
/* line 36, smash/modules/external_posts/_external_posts.scss */
.external-post .external-post-image {
  width: 135px;
  height: 135px;
  border-radius: 100%;
  margin-right: 30px;
}
/* line 42, smash/modules/external_posts/_external_posts.scss */
.external-post .external-post-image:hover {
  opacity: 0.85;
}
/* line 47, smash/modules/external_posts/_external_posts.scss */
.external-post .external-post-content {
  width: 49%;
}
/* line 50, smash/modules/external_posts/_external_posts.scss */
.external-post .external-post-content .external-post-website {
  font-family: "europa", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  margin-bottom: 15px;
  padding-right: 5px;
}
/* line 59, smash/modules/external_posts/_external_posts.scss */
.external-post .external-post-content .external-post-title {
  font-size: 20px;
  letter-spacing: 0px;
}
@media screen and (max-width: 960px) {
  /* line 32, smash/modules/external_posts/_external_posts.scss */
  .external-post {
    width: 49%;
  }
  /* line 68, smash/modules/external_posts/_external_posts.scss */
  .external-post .external-post-inner {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  /* line 77, smash/modules/external_posts/_external_posts.scss */
  .external-post .external-post-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* line 82, smash/modules/external_posts/_external_posts.scss */
  .external-post .external-post-content {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  /* line 32, smash/modules/external_posts/_external_posts.scss */
  .external-post {
    width: 100%;
    padding: 0;
  }
}

/* line 1, smash/modules/social_blocks/_social_blocks.scss */
#social_blocks {
  background: #99B5BA;
  padding: 50px;
  position: relative;
  margin: 100px 0 50px;
}
/* line 7, smash/modules/social_blocks/_social_blocks.scss */
#social_blocks .social-blocks-title {
  left: 65px;
  font-size: 30px;
  font-family: "big-caslon-fb", sans-serif;
  margin-bottom: 20px;
}
/* line 15, smash/modules/social_blocks/_social_blocks.scss */
#social_blocks .social-block {
  width: 18%;
}
/* line 18, smash/modules/social_blocks/_social_blocks.scss */
#social_blocks .social-block.social-image-block {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 32%;
}
/* line 22, smash/modules/social_blocks/_social_blocks.scss */
#social_blocks .social-block.social-image-block .social-block-image {
  width: 100%;
  height: 91%;
}
/* line 28, smash/modules/social_blocks/_social_blocks.scss */
#social_blocks .social-block .social-block-name {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "europa", sans-serif;
  padding-left: 5px;
}
/* line 36, smash/modules/social_blocks/_social_blocks.scss */
#social_blocks .social-block.social-feed-block {
  max-width: 220px;
  padding: 0px 5px;
}
/* line 40, smash/modules/social_blocks/_social_blocks.scss */
#social_blocks .social-block.social-feed-block .rs-ltk-content-frame-wrapper {
  padding: 0 !important;
}
/* line 45, smash/modules/social_blocks/_social_blocks.scss */
#social_blocks .social-block .flex {
  margin-top: 5px;
}
/* line 49, smash/modules/social_blocks/_social_blocks.scss */
#social_blocks .social-block .flex a {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  /* line 1, smash/modules/social_blocks/_social_blocks.scss */
  #social_blocks {
    padding: 40px 30px;
  }
  /* line 59, smash/modules/social_blocks/_social_blocks.scss */
  #social_blocks .social-block .social-block-name {
    font-size: 9px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, smash/modules/social_blocks/_social_blocks.scss */
  #social_blocks {
    margin: 30px 0 50px;
    padding: 40px 30px;
  }
  /* line 69, smash/modules/social_blocks/_social_blocks.scss */
  #social_blocks .social-block {
    width: 100%;
    margin-top: 10px;
  }
  /* line 73, smash/modules/social_blocks/_social_blocks.scss */
  #social_blocks .social-block.social-feed-block {
    max-width: 100%;
  }
  /* line 79, smash/modules/social_blocks/_social_blocks.scss */
  #social_blocks .social-image-block {
    width: 100% !important;
  }
  /* line 82, smash/modules/social_blocks/_social_blocks.scss */
  #social_blocks .social-image-block .social-block-image {
    height: 180px !important;
  }
  /* line 86, smash/modules/social_blocks/_social_blocks.scss */
  #social_blocks .social-image-block .social-blocks-title {
    top: -48px;
    left: 38px;
    font-size: 50px;
  }
}

/* line 1, smash/modules/featured_videos/_featured_videos.scss */
#featured-videos {
  padding: 50px 50px 70px;
  background: #99B5BA;
  margin: 0;
  position: relative;
}

/* line 8, smash/modules/featured_videos/_featured_videos.scss */
a.featured-videos-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'proxima-nova-condensed';
}

/* line 14, smash/modules/featured_videos/_featured_videos.scss */
.featured-videos-main {
  width: 66%;
}

/* line 18, smash/modules/featured_videos/_featured_videos.scss */
.featured-videos-sub {
  width: 32%;
}

/* line 22, smash/modules/featured_videos/_featured_videos.scss */
.featured-videos-header {
  font-size: 30px;
  font-family: "big-caslon-fb", sans-serif;
  margin-bottom: 20px;
}

/* line 28, smash/modules/featured_videos/_featured_videos.scss */
.featured-videos-title {
  position: absolute;
  left: 0px;
  color: white;
  font-family: "europa", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  transform: rotate(-90deg);
  top: 50%;
}

/* line 40, smash/modules/featured_videos/_featured_videos.scss */
a.youtube-link {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "europa", sans-serif;
  padding-left: 5px;
  color: white;
  text-align: right;
  width: 100%;
  float: right;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  /* line 54, smash/modules/featured_videos/_featured_videos.scss */
  #featured-videos {
    padding: 30px 0px;
  }

  /* line 58, smash/modules/featured_videos/_featured_videos.scss */
  .featured-videos-main, .featured-videos-sub {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 643px) {
  /* line 67, smash/modules/featured_videos/_featured_videos.scss */
  .featured-videos-header.flex.align-center.justify-between {
    flex-direction: column;
  }

  /* line 70, smash/modules/featured_videos/_featured_videos.scss */
  .vid-item {
    width: 49% !important;
  }

  /* line 73, smash/modules/featured_videos/_featured_videos.scss */
  .featured-videos-header {
    font-size: 40px;
  }

  /* line 76, smash/modules/featured_videos/_featured_videos.scss */
  #featured-videos {
    padding: 30px;
  }
}
/* line 1, smash/modules/nav_drop_collections/_nav_drop_collections.scss */
.posts-drop.collections-drop {
  position: absolute;
  min-width: 845px;
  top: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  transform: translate(-45px, 0);
}
/* line 10, smash/modules/nav_drop_collections/_nav_drop_collections.scss */
.posts-drop.collections-drop .dropdown-banner-wrapper .dropdown-block-right {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}
/* line 14, smash/modules/nav_drop_collections/_nav_drop_collections.scss */
.posts-drop.collections-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: 25%;
  padding: 10px;
}
/* line 19, smash/modules/nav_drop_collections/_nav_drop_collections.scss */
.posts-drop.collections-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 14, smash/modules/nav_drop_collections/_nav_drop_collections.scss */
  .posts-drop.collections-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post {
    width: 33%;
  }
  /* line 26, smash/modules/nav_drop_collections/_nav_drop_collections.scss */
  .posts-drop.collections-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  /* line 14, smash/modules/nav_drop_collections/_nav_drop_collections.scss */
  .posts-drop.collections-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post {
    width: 50%;
  }
  /* line 33, smash/modules/nav_drop_collections/_nav_drop_collections.scss */
  .posts-drop.collections-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 1070px) {
  /* line 1, smash/modules/nav_drop_collections/_nav_drop_collections.scss */
  .posts-drop.collections-drop {
    margin: 0 auto;
    transform: none !important;
  }
}
@media screen and (max-width: 845px) {
  /* line 1, smash/modules/nav_drop_collections/_nav_drop_collections.scss */
  .posts-drop.collections-drop {
    min-width: unset;
    width: 100%;
  }
}

/* line 1, smash/modules/slider_trending/_slider_trending.scss */
.trending-posts {
  position: relative;
}
/* line 4, smash/modules/slider_trending/_slider_trending.scss */
.trending-posts .trending-posts-inner {
  background: #99B5BA;
  padding: 50px;
  margin-bottom: 50px;
}
/* line 9, smash/modules/slider_trending/_slider_trending.scss */
.trending-posts .trending-posts-inner .trending-posts-container {
  width: 100%;
}
/* line 12, smash/modules/slider_trending/_slider_trending.scss */
.trending-posts .trending-posts-inner .trending-posts-container .trending-post {
  width: 33%;
  padding: 10px;
}
/* line 16, smash/modules/slider_trending/_slider_trending.scss */
.trending-posts .trending-posts-inner .trending-posts-container .trending-post .trending-post-inner {
  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;
  position: relative;
  overflow: hidden;
}
/* line 21, smash/modules/slider_trending/_slider_trending.scss */
.trending-posts .trending-posts-inner .trending-posts-container .trending-post .trending-post-inner .trending-post-image {
  width: 100%;
  transform-origin: center center;
}
/* line 27, smash/modules/slider_trending/_slider_trending.scss */
.trending-posts .trending-posts-inner .trending-posts-container .trending-post .trending-post-inner .trending-post-title {
  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;
  padding: 20px;
  transition: transform 0.5s, background 0.5s ease-in-out, filter 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* line 39, smash/modules/slider_trending/_slider_trending.scss */
.trending-posts .trending-posts-inner .trending-posts-container .trending-post .trending-post-inner .trending-post-title .trending-post-title-inner {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #8EA0B3;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 600px) {
  /* line 39, smash/modules/slider_trending/_slider_trending.scss */
  .trending-posts .trending-posts-inner .trending-posts-container .trending-post .trending-post-inner .trending-post-title .trending-post-title-inner {
    font-size: 15px;
  }
}
/* line 59, smash/modules/slider_trending/_slider_trending.scss */
.trending-posts .trending-posts-inner .trending-posts-container .trending-post:hover .trending-post-inner .trending-post-image {
  transform: scale(1.1);
}
/* line 63, smash/modules/slider_trending/_slider_trending.scss */
.trending-posts .trending-posts-inner .trending-posts-container .trending-post:hover .trending-post-inner .trending-post-title {
  outline: 1px solid #8EA0B3;
  outline-offset: -10px;
  background: rgba(255, 255, 255, 0);
}
/* line 68, smash/modules/slider_trending/_slider_trending.scss */
.trending-posts .trending-posts-inner .trending-posts-container .trending-post:hover .trending-post-inner .trending-post-title .trending-post-title-inner {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  /* line 12, smash/modules/slider_trending/_slider_trending.scss */
  .trending-posts .trending-posts-inner .trending-posts-container .trending-post {
    width: 50%;
  }
}

/* line 1, smash/modules/loop_grid/_loop_grid.scss */
.posts-grid {
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 5, smash/modules/loop_grid/_loop_grid.scss */
.posts-grid .post-grid-entry {
  width: 25%;
  padding: 20px;
}
@media screen and (max-width: 960px) {
  /* line 5, smash/modules/loop_grid/_loop_grid.scss */
  .posts-grid .post-grid-entry {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  /* line 5, smash/modules/loop_grid/_loop_grid.scss */
  .posts-grid .post-grid-entry {
    width: 100%;
  }
}

/* line 1, smash/modules/block_post/_block_post.scss */
.post-grid-entry {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 4, smash/modules/block_post/_block_post.scss */
.post-grid-entry .post-grid-image {
  width: 100%;
}
/* line 8, smash/modules/block_post/_block_post.scss */
.post-grid-entry .post-grid-body {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  text-align: center;
  flex: 1;
}
/* line 13, smash/modules/block_post/_block_post.scss */
.post-grid-entry .post-grid-body .post-grid-cat {
  margin-top: 10px;
}
/* line 17, smash/modules/block_post/_block_post.scss */
.post-grid-entry .post-grid-body .post-grid-title {
  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;
  flex: 1;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
}
/* line 24, smash/modules/block_post/_block_post.scss */
.post-grid-entry .post-grid-body .post-grid-title::after {
  content: '';
  display: block;
  position: relative;
  width: 70px;
  height: 3px;
  margin: 10px auto 0;
  background: #99B5BA;
}

/* line 1, smash/modules/section_series/_section_series.scss */
#featured_series {
  position: relative;
  margin: 50px 0;
  padding-bottom: 50px;
  border-bottom: 10px solid #9BBCAD;
}
/* line 7, smash/modules/section_series/_section_series.scss */
#featured_series .featured-series-header {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 50px;
}
/* line 11, smash/modules/section_series/_section_series.scss */
#featured_series .featured-series-header .featured-series-title {
  padding-right: 20px;
  margin: 0;
}
/* line 15, smash/modules/section_series/_section_series.scss */
#featured_series .featured-series-header .featured-series-bar {
  width: 100%;
  height: 10px;
  background: #9BBCAD;
}
/* line 22, smash/modules/section_series/_section_series.scss */
#featured_series .featured-series-inner {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 25, smash/modules/section_series/_section_series.scss */
#featured_series .featured-series-inner .featured-series-posts {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 64%;
}
/* line 29, smash/modules/section_series/_section_series.scss */
#featured_series .featured-series-inner .featured-series-posts .series-post {
  width: 48%;
}
/* line 32, smash/modules/section_series/_section_series.scss */
#featured_series .featured-series-inner .featured-series-posts .series-post .series-post-image {
  width: 100%;
  margin-bottom: 10px;
}
/* line 37, smash/modules/section_series/_section_series.scss */
#featured_series .featured-series-inner .featured-series-posts .series-post .series-post-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
}
/* line 45, smash/modules/section_series/_section_series.scss */
#featured_series .featured-series-inner .featured-series-cats {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  width: 28%;
}
/* line 49, smash/modules/section_series/_section_series.scss */
#featured_series .featured-series-inner .featured-series-cats .series-cat {
  position: relative;
  display: block;
  padding-bottom: 28px;
  margin-bottom: 28px;
  text-transform: uppercase;
  font-size: 19px;
}
/* line 57, smash/modules/section_series/_section_series.scss */
#featured_series .featured-series-inner .featured-series-cats .series-cat::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url("smash/images/line.png") no-repeat center/contain;
  width: 165px;
  height: 28px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  /* line 22, smash/modules/section_series/_section_series.scss */
  #featured_series .featured-series-inner {
    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 74, smash/modules/section_series/_section_series.scss */
  #featured_series .featured-series-inner .featured-series-posts {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 79, smash/modules/section_series/_section_series.scss */
  #featured_series .featured-series-inner .featured-series-cats {
    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;
    width: 100%;
  }
  /* line 83, smash/modules/section_series/_section_series.scss */
  #featured_series .featured-series-inner .featured-series-cats .series-cat {
    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 86, smash/modules/section_series/_section_series.scss */
  #featured_series .featured-series-inner .featured-series-cats .series-cat::after {
    left: unset;
  }
}

/* line 1, smash/modules/section_subscribe_home/_section_subscribe_home.scss */
#home_subscribe {
  position: relative;
  padding: 50px;
}
/* line 5, smash/modules/section_subscribe_home/_section_subscribe_home.scss */
#home_subscribe .home-subscribe-wrapper {
  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;
  text-align: center;
}
/* line 9, smash/modules/section_subscribe_home/_section_subscribe_home.scss */
#home_subscribe .home-subscribe-wrapper .home-subscribe-title {
  position: relative;
  text-transform: uppercase;
}
/* line 13, smash/modules/section_subscribe_home/_section_subscribe_home.scss */
#home_subscribe .home-subscribe-wrapper .home-subscribe-title span {
  position: relative;
  z-index: 2;
}
/* line 18, smash/modules/section_subscribe_home/_section_subscribe_home.scss */
#home_subscribe .home-subscribe-wrapper .home-subscribe-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  bottom: 8px;
  background: #FBEAE0;
  z-index: 1;
}