/*!
Theme Name: Audrey
Theme URI: http://underscores.me/
Author: Smash Creative
Author URI: https://smashcreative.com/
Description: Smash Creative essentials theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: audrey
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.

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

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

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

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

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

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

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

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# SMASH
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# SMASH VARS
--------------------------------------------------------------*/
.shop-section .shop-container .shop-title, h1, h2, h3, h4, h5, h6 {
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#secondary #categories_widget .categories-widget-wrap .image-link::after, #secondary #categories_widget .categories-widget-wrap .image-link span, .shop-highlights-image .shop-dot-wrapper .shop-dot-product, .home-loop .home-grid .home-post-inner .home-post-image .social-share .share-actions, .home-loop-full .home-post-full .home-post-inner .home-post-image .social-share .share-actions, #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, .home-post .home-post-inner .home-post-image .social-share .share-actions, #featured_cats .featured-cats-container .featured-cat .featured-cat-overlay, #featured_posts_products .featured-posts-products-wrap .featured-posts-product .featured-product, .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content, .product .product-wrap .product-image-wrap > .fade, .product .product-wrap .product-image > .fade {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

a {
  color: black;
  outline: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
a:focus, a:active, a:visited {
  color: black;
}
a:hover {
  color: #F8E1D9;
}

.home-loop .home-grid .home-post-inner .home-post-content .full-post-footer .social-share button, .entry-footer .entry-footer-actions .social-share button, a.alt-link {
  color: black;
  outline: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
d .home-loop .home-grid .home-post-inner .home-post-content .full-post-footer .social-share button:hover, .home-loop .home-grid .home-post-inner .home-post-content .full-post-footer .social-share d button:hover, d .entry-footer .entry-footer-actions .social-share button:hover, .entry-footer .entry-footer-actions .social-share d button:hover, d a.alt-link:hover, .home-loop .home-grid .home-post-inner .home-post-content .full-post-footer .social-share button a:focus, .entry-footer .entry-footer-actions .social-share button a:focus, a.alt-link a:focus, .home-loop .home-grid .home-post-inner .home-post-content .full-post-footer .social-share button a:active, .entry-footer .entry-footer-actions .social-share button a:active, a.alt-link a:active {
  color: #D29D8B;
}

#colophon .footer-nav #secondary-menu, #shop_page #shop-menu, #masthead #primary-menu {
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
#colophon .footer-nav #secondary-menu li, #shop_page #shop-menu li, #masthead #primary-menu li {
  position: relative;
  float: none;
  margin: 0 1.2%;
  white-space: nowrap;
}
#colophon .footer-nav #secondary-menu li.menu-item-has-children .icon, #shop_page #shop-menu li.menu-item-has-children .icon, #masthead #primary-menu li.menu-item-has-children .icon {
  display: none;
}
@media screen and (max-width: 768px) {
  #colophon .footer-nav #secondary-menu li.menu-item-has-children > a, #shop_page #shop-menu li.menu-item-has-children > a, #masthead #primary-menu li.menu-item-has-children > a {
    float: left;
  }
  #colophon .footer-nav #secondary-menu li.menu-item-has-children .icon, #shop_page #shop-menu li.menu-item-has-children .icon, #masthead #primary-menu li.menu-item-has-children .icon {
    display: block;
    float: left;
    margin-left: 10px;
    top: 3px;
  }
}
#colophon .footer-nav #secondary-menu li.menu-item-has-children > .sub-menu, #shop_page #shop-menu li.menu-item-has-children > .sub-menu, #masthead #primary-menu li.menu-item-has-children > .sub-menu {
  list-style: none;
  opacity: 0;
  visibility: hidden;
  padding: 16px 0 20px 0;
  background-color: #FCF2EF;
  white-space: nowrap;
  text-align: center;
  /* This is for the text when box is dropped down, centered isnt always totally in the middle so best to have on the left */
  position: absolute;
  /* This is for the drop down annimation */
  top: 150%;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  -webkit-transition: all 0.3s 0.1s;
  -moz-transition: all 0.3s 0.1s;
  -o-transition: all 0.3s 0.1s;
  transition: all 0.3s 0.1s;
  box-shadow: unset;
}
#colophon .footer-nav #secondary-menu li.menu-item-has-children > .sub-menu a, #shop_page #shop-menu li.menu-item-has-children > .sub-menu a, #masthead #primary-menu li.menu-item-has-children > .sub-menu a {
  width: auto;
  color: black;
}
#colophon .footer-nav #secondary-menu li.menu-item-has-children > .sub-menu a:hover, #shop_page #shop-menu li.menu-item-has-children > .sub-menu a:hover, #masthead #primary-menu li.menu-item-has-children > .sub-menu a:hover {
  color: #D29D8B;
}
@media screen and (max-width: 768px) {
  #colophon .footer-nav #secondary-menu li.menu-item-has-children > .sub-menu, #shop_page #shop-menu li.menu-item-has-children > .sub-menu, #masthead #primary-menu li.menu-item-has-children > .sub-menu {
    position: relative;
    display: none;
    left: unset;
    margin-left: unset;
    width: auto;
  }
  #colophon .footer-nav #secondary-menu li.menu-item-has-children > .sub-menu.show-sub, #shop_page #shop-menu li.menu-item-has-children > .sub-menu.show-sub, #masthead #primary-menu li.menu-item-has-children > .sub-menu.show-sub {
    display: block;
    clear: both;
    padding: 8px 10px 0;
  }
}
#colophon .footer-nav #secondary-menu li.menu-item-has-children:hover > .sub-menu, #shop_page #shop-menu li.menu-item-has-children:hover > .sub-menu, #masthead #primary-menu li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  top: 150%;
  /* This is how far from the top the drop down annimation will go  */
  visibility: visible;
}
#colophon .footer-nav #secondary-menu li .icon, #shop_page #shop-menu li .icon, #masthead #primary-menu li .icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}

.contact-form-wrap, #download .download-container, .container {
  width: 85%;
  max-width: 925px;
  margin: 0 auto !important;
}

.guides-grid, .guides-basic .guide-basic, hr.front-page-rule, .container-lg {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto !important;
}
@media screen and (max-width: 1300px) {
  .guides-grid, .guides-basic .guide-basic, hr.front-page-rule, .container-lg {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .guides-grid, .guides-basic .guide-basic, hr.front-page-rule, .container-lg {
    width: 92%;
  }
}

.grid-loop .grid-loop-container, .grid-loop .alm-listing .alm-reveal, .smash-tabbed-wrapper .smash-tabbed-tabs, .smash-tabbed-wrapper .smash-tabbed-title, .container-xl {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto !important;
}
@media screen and (max-width: 1300px) {
  .grid-loop .grid-loop-container, .grid-loop .alm-listing .alm-reveal, .smash-tabbed-wrapper .smash-tabbed-tabs, .smash-tabbed-wrapper .smash-tabbed-title, .container-xl {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .grid-loop .grid-loop-container, .grid-loop .alm-listing .alm-reveal, .smash-tabbed-wrapper .smash-tabbed-tabs, .smash-tabbed-wrapper .smash-tabbed-title, .container-xl {
    width: 92%;
  }
}

#contact_page .contact-form-wrapper .contact-form nf-field .nf-field-container .nf-field-element input[value=Submit][type=button], .btn-secondary, #featured_products_slider .featured-products-inner .all-products-link, .snapshot .snapshot-body a.snapshot-link, .snapshot .snapshot-body .title-box .snapshot-category, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][type=button], #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button], #popup-modal #mc-embedded-subscribe-form input[type=submit], #popup-modal .modal-box .modal-inner input[type=button], .btn-primary {
  display: inline-block;
  padding: 11px 5%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 100;
  text-align: center !important;
}

#featured_products_slider .featured-products-inner .all-products-link, .snapshot .snapshot-body a.snapshot-link, .snapshot .snapshot-body .title-box .snapshot-category, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][type=button], #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button], #popup-modal #mc-embedded-subscribe-form input[type=submit], #popup-modal .modal-box .modal-inner input[type=button], .btn-primary {
  background: #FCF2EF;
  border: 2px solid #FCF2EF;
  color: black !important;
}
#featured_products_slider .featured-products-inner .all-products-link:hover, .snapshot .snapshot-body a.snapshot-link:hover, .snapshot .snapshot-body .title-box .snapshot-category:hover, .contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][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, #popup-modal #mc-embedded-subscribe-form input[type=submit]:hover, #popup-modal .modal-box .modal-inner input[type=button]:hover, .btn-primary:hover {
  background: #F8E1D9;
  color: black;
  border: 2px solid #F8E1D9;
}

#contact_page .contact-form-wrapper .contact-form nf-field .nf-field-container .nf-field-element input[value=Submit][type=button], .btn-secondary {
  background: #FCF2EF;
  border: 2px solid #FCF2EF;
  color: #D29D8B;
}
#contact_page .contact-form-wrapper .contact-form nf-field .nf-field-container .nf-field-element input[value=Submit][type=button]:hover, .btn-secondary:hover {
  background: #F8E1D9;
  color: black;
  border: 2px solid #F8E1D9;
}

#comments .comment-list .comment .comment-meta {
  display: -webkit-flex;
  display: flex;
}
#comments .comment-list .comment .flex-wrap.comment-meta {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#comments .comment-list .comment .flex-row-rev.comment-meta {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
#comments .comment-list .comment .flex-col.comment-meta {
  flex-direction: column;
  -webkit-flex-direction: column;
}
#comments .comment-list .comment .flex-col-rev.comment-meta {
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
#comments .comment-list .comment .align-start.comment-meta {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#comments .comment-list .comment .align-center.comment-meta {
  align-items: center;
  -webkit-align-items: center;
}
#comments .comment-list .comment .align-end.comment-meta {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
#comments .comment-list .comment .justify-start.comment-meta {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
#comments .comment-list .comment .justify-end.comment-meta {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#comments .comment-list .comment .justify-around.comment-meta {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
#comments .comment-list .comment .justify-center.comment-meta {
  justify-content: center;
  -webkit-justify-content: center;
}
#comments .comment-list .comment .justify-between.comment-meta {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.product .product-wrap .product-image-wrap > .fade, .product .product-wrap .product-image > .fade {
  opacity: 0;
  visibility: hidden;
}
.product .product-wrap .product-image-wrap:hover > .fade, .product .product-wrap .product-image:hover > .fade {
  opacity: 1;
  visibility: visible;
}

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

.grid-loop .grid-loop-container .grid-post .grid-post-inner .grid-link, .grid-loop .alm-listing .alm-reveal .grid-post .grid-post-inner .grid-link {
  text-transform: uppercase;
  font-size: 11px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  letter-spacing: 0.8px;
  border-bottom: 1px solid;
}

/*--------------------------------------------------------------
# GENERAL STYLES
--------------------------------------------------------------*/
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
}

body, button, input, select, optgroup, textarea {
  font-family: "proxima-nova", sans-serif;
}

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

h2 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  line-height: 31px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 13px;
    line-height: 1.7;
  }
}

button, input[type=button], input[type=reset], input[type=submit] {
  box-shadow: unset;
  background: unset;
  border: unset;
  padding: unset;
  font-size: 0.9rem;
}
button:focus, button:active, input[type=button]:focus, input[type=button]:active, input[type=reset]:focus, input[type=reset]:active, input[type=submit]:focus, input[type=submit]:active {
  outline: none !important;
}

.block-full {
  width: 100%;
}

.block-half {
  width: 49%;
}

.block-fourth {
  width: 23%;
}

.block-third {
  width: 32%;
}

.block-fifth {
  width: 19%;
}

.pad-section {
  padding: 80px;
}

#content {
  position: relative;
  padding: 0px 0px 80px;
}
#content .site-branding {
  padding: 50px 0 50px;
  margin-top: 56px;
}
#content .site-branding #logo {
  display: block;
  margin: 0 auto;
  width: 60vw;
  max-width: 700px;
}
@media only screen and (max-width: 768px) {
  #content {
    padding: 0;
  }
  #content .site-branding {
    padding: 35px 0 15px;
  }
  #content .site-branding #logo {
    max-width: 480px;
  }
}
@media only screen and (max-width: 643px) {
  #content .site-branding {
    padding: 50px 0 50px;
  }
  #content .site-branding #logo {
    width: 70vw;
  }
}

.page-title {
  position: relative;
  text-align: center;
}
.page-title.has-bar:after {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  width: 80px;
  height: 2px;
  background: #D29D8B;
  margin: 0 auto;
}

.flex {
  display: -webkit-flex;
  display: flex;
}

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

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

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

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

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

.align-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

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

.align-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.justify-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.justify-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.justify-center {
  justify-content: center;
  -webkit-justify-content: center;
}

.justify-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.alm-btn-wrap .alm-load-more-btn {
  height: auto !important;
  background: unset !important;
  color: black !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  font-weight: 100 !important;
}
.alm-btn-wrap .alm-load-more-btn:hover {
  color: #d8bca9 !important;
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 20px;
  color: black;
}
.slick-slider .slick-arrow.slick-prev {
  left: -10px;
}
.slick-slider .slick-arrow.slick-next {
  right: -10px;
}
.slick-slider .slick-arrow:hover {
  cursor: pointer;
  color: #D29D8B;
}
@media screen and (max-width: 600px) {
  .slick-slider .slick-arrow:hover {
    color: black;
  }
}
.slick-slider .slick-slide:focus {
  outline: none;
}
.slick-slider .slick-dots {
  padding: 0;
  margin: 20px 0 40px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.slick-slider .slick-dots li.slick-active button {
  padding: 0;
  background: #E7E7E7 !important;
}
.slick-slider .slick-dots li button {
  position: relative;
  color: transparent !important;
  width: 15px;
  height: 15px;
  background: white !important;
  border: 2px solid #E7E7E7;
  border-radius: 100%;
  margin: 0 10px;
  padding: 0;
}
.slick-slider .slick-dots li button:hover {
  background: #E7E7E7 !important;
}
.slick-slider .slick-dots li button:hover::after {
  background: unset !important;
}
.slick-slider .slick-dots li button::after {
  background: unset !important;
}
.slick-slider .slick-dots li button::focus {
  outline: none !important;
}
.smash-tabbed-wrapper {
  position: relative;
  margin-bottom: 50px;
  padding: 0 50px;
}
.smash-tabbed-wrapper .smash-tabbed-title {
  border-top: 1px solid #c4c1c1;
  padding-top: 10px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs {
  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;
  border-bottom: 1px solid #c4c1c1;
  column-gap: 30px;
  cursor: pointer;
  padding-bottom: 5px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs .smash-tab {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.smash-tabbed-wrapper .smash-tabbed-tabs .smash-tab.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 5px;
  background: #BF9F8E;
  z-index: 1;
}
.smash-tabbed-wrapper .smash-tabbed-tabs .smash-tab:hover {
  color: #D29D8B;
}
.smash-tabbed-wrapper .smash-tabbed-content {
  position: relative;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content:nth-child(1) {
  position: relative;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  border-bottom: 1px solid #c4c1c1;
  padding-top: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner > * {
  width: 25%;
  padding: 0;
  text-align: center;
}
.smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .smash-tabbed-wrapper {
    padding: 0 50px 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner {
    flex-wrap: wrap;
  }
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product {
    width: 50%;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .smash-tabbed-wrapper {
    padding: 0 20px 30px 20px;
  }
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner {
    padding-bottom: 30px;
  }
  .smash-tabbed-wrapper .smash-tabbed-content .smash-tab-content .smash-tab-content-inner .product {
    width: 50%;
    padding: 20px 10px 0;
  }
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
#masthead {
  position: relative;
  padding: 20px 0;
  background: #FCF2EF;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1.5px;
  font-size: 11px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #masthead > .subscribe-link {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #masthead .mobile-menu-item {
    display: none;
  }
}
#masthead.lock_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
#masthead a {
  color: black;
}
#masthead a:hover {
  color: #D29D8B;
}
#masthead .subscribe-link {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #masthead .subscribe-link {
    right: 101px;
    left: auto;
  }
}
#masthead a#search-wrapper-nav {
  left: 105px;
  position: absolute;
  text-transform: uppercase;
  top: 22px;
}
#masthead a#search-wrapper-nav i.fa.fa-search {
  padding-right: 5px;
}
@media screen and (max-width: 600px) {
  #masthead a#search-wrapper-nav {
    left: 63px;
    right: auto;
  }
}
#masthead .fab {
  font-size: 13px;
  padding: 0px 5px;
}
#masthead .menu-toggle {
  position: relative;
  left: 20px;
  padding: 0;
  background: unset;
  border: none;
}
#masthead .menu-toggle .icon {
  width: 24px;
  height: 24px;
}
#masthead .menu-toggle:focus {
  outline: none;
}
#masthead #primary-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;
}
@media screen and (max-width: 768px) {
  #masthead #primary-menu {
    position: absolute;
    z-index: 100;
    background: #FCF2EF;
    padding: 20px;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    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;
  }
  #masthead #primary-menu li {
    margin-bottom: 10px;
  }
  #masthead.nav-open #primary-menu {
    opacity: 1;
    visibility: visible;
  }
}
#masthead .social-profiles {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  font-size: 18px;
}
#masthead .social-profiles .social-profile {
  margin: 0 8px;
}
#masthead .social-profiles .social-profile:last-child {
  margin-right: 0;
}
#masthead .social-profiles .social-profile i.fas.fa-heart {
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  #masthead .fab {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  #masthead {
    padding: 15px 0;
  }
  #masthead a#search-wrapper-nav {
    top: unset;
  }
}

@media screen and (max-width: 768px) {
  .insta-header {
    display: none;
  }
}
/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## SHOP SECTIONS
--------------------------------------------------------------*/
.shop-section {
  background: #FCF2EF;
  padding: 30px;
}
.shop-section .shop-container {
  padding: 0px 40px;
  background: white;
}
.shop-section .shop-container .shop-title {
  text-transform: none;
  font-size: 30px;
  text-align: left;
  width: 21%;
  padding-left: 30px;
}
.shop-section .shop-container .shop-code {
  width: 90%;
}
.shop-section .shop-container .shopthepost-widget .stp-outer {
  max-width: 750px !important;
}
@media only screen and (max-width: 768px) {
  .shop-section .shop-container {
    padding: 0px;
    flex-direction: column;
  }
  .shop-section .shop-container .shop-title {
    font-size: 27px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
  }
}

/*--------------------------------------------------------------
## LOOP POSTS
--------------------------------------------------------------*/
.entry-header {
  text-align: center;
}

.loop-section:nth-child(2n) .post-entry:nth-of-type(2n) .post-blocks {
  flex-direction: row-reverse;
}

.loop-section:nth-child(2n+1) .post-entry:nth-of-type(2n+1) .post-blocks {
  flex-direction: row-reverse;
}

.loop-section:nth-child(2n) .post-entry:nth-of-type(2n) .post-blocks .featured-image .social-share {
  right: -39px;
  left: auto;
}

.loop-section:nth-child(2n+1) .post-entry:nth-of-type(2n+1) .post-blocks .featured-image .social-share {
  right: -39px;
  left: auto;
}

.post-blocks {
  display: flex;
}

.featured-image {
  width: 70%;
  position: relative;
}

.featured-image .social-share {
  position: absolute;
  top: 4%;
  left: -20px;
  z-index: 1;
}

.post-block {
  width: 50%;
  padding: 40px;
}

.post-block .btn {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
}

.post-meta-home {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "europa";
  letter-spacing: 1px;
  font-size: 11px;
}

.post-meta-home span {
  padding: 0px 10px;
}

.post-category {
  text-transform: lowercase;
  font-size: 13px;
  letter-spacing: 2px;
  position: absolute;
  background-color: #7AC4C9;
  padding: 8px 25px;
  left: -41px;
  top: 60px;
  color: white;
  font-family: "Anglecia-med";
  font-style: italic;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  outline: 1px solid white;
  outline-offset: -8px;
}

.post-category.cat-indent {
  left: -30px;
}

.post-entry {
  padding: 50px 0px;
}

/*--------------------------------------------------------------
## LOAD MORE
--------------------------------------------------------------*/
.alm-btn-wrap .alm-load-more-btn {
  font-family: "linotype-didot", serif !important;
}

#popular-posts-strip {
  margin: 0px 0 90px;
}

#popular-posts-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popular-post-block {
  position: relative;
  width: 19.5%;
}

.popular-post-block img {
  display: block;
}

.popular-post-title {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  color: #1d1d1d;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 20px;
  font-family: "linotype-didot", serif;
}

.popular-post-block:hover .popular-post-title {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #popular-posts-strip {
    margin-bottom: 50px;
  }
  #popular-posts-strip #popular-posts-wrapper {
    flex-wrap: wrap;
    margin-left: 2%;
    margin-right: 2%;
  }
  #popular-posts-strip #popular-posts-wrapper .popular-post-block {
    width: 49%;
    margin-bottom: 2%;
  }
  #popular-posts-strip #popular-posts-wrapper .popular-post-block:nth-child(4n+2) {
    display: none;
  }
}
hr.front-page-rule {
  height: 1px;
  background-color: #c4c1c1;
}

/*--------------------------------------------------------------
# ARCHIVE PAGE
--------------------------------------------------------------*/
.archive-item {
  position: relative;
  width: 31%;
  margin-bottom: 80px;
}
.archive-item .archive-item-image img {
  display: block;
}
.archive-item .archive-item-meta {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  background: white;
  padding: 20px 20px;
  text-align: center;
}
.archive-item .archive-item-meta .archive-item-cat {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", sans-serif;
  font-size: 11px;
  padding: 7px 0px;
}
.archive-item .archive-item-meta .archive-item-cat a {
  color: black;
}
.archive-item .archive-item-meta .archive-item-title {
  font-size: 23px;
  font-family: "linotype-didot", serif;
  letter-spacing: 1px;
}

.tax-snapshot_category #archive_page .archive-items.container-lg,
.tax-snapshot_category #archive_page .archive-items .alm-reveal {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.tax-snapshot_category #archive_page .archive-items.container-lg .snapshot.archive-item,
.tax-snapshot_category #archive_page .archive-items .alm-reveal .snapshot.archive-item {
  padding: 10px;
}
@media only screen and (max-width: 769px) {
  .archive-item {
    width: 48%;
  }
}
@media only screen and (max-width: 643px) {
  .archive-item {
    width: 100%;
  }
  .archive-item .archive-item-meta {
    padding: 10px;
  }
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
.post-wrap {
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -ms-transform: translateX(120px);
  -o-transform: translateX(120px);
  transform: translateX(120px);
}
.post-wrap.post-wrap-guide {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
.post-wrap.post-wrap-guide .post-sidebar {
  width: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  padding-left: 20px;
}
.post-wrap.post-wrap-guide article.post {
  width: auto;
}
.post-wrap article.post {
  width: 76%;
}
.post-wrap .post-sidebar {
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.entry-header .entry-title {
  text-align: center;
  margin-bottom: 5px;
}
.entry-header .entry-meta {
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8a8a8a;
  margin-bottom: 30px;
}
.entry-header .entry-meta a {
  color: #8a8a8a;
}
.entry-header .entry-meta a:hover {
  color: #D29D8B;
}
.entry-header .entry-meta span {
  padding: 0px 5px;
}
@media only screen and (max-width: 643px) {
  .entry-header h1.entry-title {
    font-size: 24px;
  }
}

.entry-content a {
  color: #D29D8B;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h4, .entry-content h5 {
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1px;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 10px;
}
.entry-content ul, .entry-content li {
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  line-height: 31px;
  letter-spacing: 0.5px;
}
.entry-content h2 {
  font-size: 23px;
}
.entry-content h3 {
  font-size: 19px;
}
.entry-content .boutique-widget {
  width: 100% !important;
}
.entry-content .boutique-widget .bo-garden {
  width: 100% !important;
  margin: 0 auto !important;
}

.entry-footer .post-shop-wrapper {
  text-align: center;
  padding: 60px;
}
.entry-footer .post-shop-wrapper .post-shop-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
}
.entry-footer .entry-footer-actions {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.entry-footer .entry-footer-actions .comments {
  text-transform: lowercase;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0px;
}
.entry-footer .entry-footer-actions .social-share button {
  text-transform: uppercase;
  font-family: "GothamLight";
  font-size: 14px;
  letter-spacing: 1px;
  background: unset;
  border: none;
  padding: 0;
}
.entry-footer .entry-footer-actions .social-share button.share {
  margin: 0 0 0 8px;
  cursor: pointer;
}
.entry-footer .entry-footer-actions .social-share button.share:hover {
  color: #F8E1D9;
}

.post-nav-links .post-nav-link {
  width: 49%;
}
.post-nav-links .post-nav-link .post-nav-thumb {
  width: 100%;
  height: 300px;
}
.post-nav-links .post-nav-link .post-nav-meta {
  margin-top: -70px;
  text-align: center;
  background: white;
  padding: 20px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.post-nav-links .post-nav-link .post-nav-meta .post-nav-meta-title {
  margin: 0;
}
@media only screen and (max-width: 643px) {
  .post-nav-links .post-nav-link {
    width: 100%;
  }
  .post-nav-links .post-nav-link h3.post-nav-meta-title {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# COMMENTS
--------------------------------------------------------------*/
#comments .container {
  max-width: 685px;
}
#comments .container .comments-title {
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
}
#comments .comment-list {
  margin: 0;
  padding: 0;
}
#comments .comment-list li {
  list-style: none;
}
#comments .comment-list .comment .comment-body {
  padding: 20px 0px;
}
#comments .comment-list .comment .comment-body .comment-meta {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-author {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  padding-right: 10px;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-metadata {
  font-size: 11px;
  color: #c8c8c8;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1px;
}
#comments .comment-list .comment .comment-meta .avatar, #comments .comment-list .comment .comment-meta .says {
  display: none;
}
#comments .comment-list .comment .reply {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1px;
  font-weight: 900;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3px;
}
#comments input[type=text], #comments input[type=email], #comments textarea {
  width: 100%;
  border-radius: 0px;
  margin: 3px 0px;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  padding: 5px;
}
#comments input[type=submit] {
  padding: 13px 5%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px;
  font-size: 10px;
  text-align: center !important;
  background: #FCF2EF;
  border: 2px solid #FCF2EF;
  color: #D29D8B;
  border-radius: 0px;
  width: 100%;
  cursor: pointer;
}
#comments input[type=submit]:hover {
  background: #F8E1D9;
  color: #D29D8B;
  border: 2px solid #F8E1D9;
}

#comments {
  margin-top: 50px;
}
#comments .comments-container .comments-title {
  text-align: center;
}
#comments .respond textarea {
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "proxima-nova", sans-serif;
}

.snapshot-post-wrapper {
  padding: 50px;
}
.snapshot-post-wrapper .snapshot-post-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;
  position: relative;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-image {
  width: 50%;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
  position: relative;
  width: 50%;
  padding: 20px 50px;
  z-index: 1;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body h5.snapshot-label {
  display: inline-block;
  font-family: "linotype-didot", serif;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 0;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products {
  padding-top: 10%;
  width: 100%;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .slick-list {
  max-width: 90%;
  margin: 0 auto;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-image {
  max-height: 150px;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-brand {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-family: "proxima-nova", sans-serif;
}
.snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .product .product-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
}
.snapshot-post-wrapper .snapshot-products-large {
  width: 100%;
  padding: 50px 0;
  margin: 50px auto !important;
  border-top: 1px solid #c4c1c1;
  border-bottom: 1px solid #c4c1c1;
}
.snapshot-post-wrapper .snapshot-products-large .product {
  padding: 30px;
}
.snapshot-post-wrapper .snapshot-products-large .product.slick-active {
  border-right: 1px solid #c4c1c1;
  margin-right: -1px;
}
.snapshot-post-wrapper .snapshot-products-large .slick-arrow.slick-next {
  right: -2%;
}
@media screen and (max-width: 1024px) {
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .snapshot-post-wrapper {
    padding: 50px 30px;
  }
  .snapshot-post-wrapper .snapshot-post-inner {
    flex-direction: column !important;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 0 30px;
    width: 100%;
    margin-left: 0;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .snapshot-post-wrapper {
    padding: 0 30px;
  }
  .snapshot-post-wrapper .snapshot-post-inner {
    flex-direction: column !important;
    width: 100% !important;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body {
    padding: 0 5px;
    width: 100%;
    margin-left: 0;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body h2.snapshot-title {
    line-height: 33px;
    margin-bottom: 15px;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .snapshot-product .snapshot-product-wrapper {
    text-align: center;
  }
  .snapshot-post-wrapper .snapshot-post-inner .snapshot-body .snapshot-products .snapshot-product .snapshot-product-wrapper .snapshot-product-brand h3 {
    font-size: 28px;
    text-align: center;
  }
  .snapshot-post-wrapper .snapshot-products-large {
    width: 100% !important;
  }
}

/*--------------------------------------------------------------
# ABOUT PAGE
--------------------------------------------------------------*/
#about_page .about-title {
  text-align: center;
}
#about_page .about-text {
  margin: 30px 0;
}
#about_page .about-block:last-child {
  padding: 2%;
}
#about_page .btn {
  margin: 0 2%;
  width: 40%;
  display: block;
}

.pad-section {
  padding: 0px;
}

@media only screen and (max-width: 1024px) {
  #about_page .about-text {
    margin: 0;
  }
}
@media only screen and (max-width: 769px) {
  .about-container {
    flex-direction: column;
  }
  .about-container .block-half {
    width: 90%;
  }
}
/*--------------------------------------------------------------
# CONTACT PAGE
--------------------------------------------------------------*/
#contact_page .contact-form-wrapper {
  text-align: center;
  margin: 50px 0;
}
#contact_page .contact-form-wrapper .contact-form {
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
}
#contact_page .contact-form-wrapper .contact-form .nf-form-fields-required {
  display: none !important;
}
#contact_page .contact-form-wrapper .contact-form nf-field .nf-field-container {
  margin-bottom: 20px;
}
#contact_page .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;
}
#contact_page .contact-form-wrapper .contact-form nf-field .nf-field-container .nf-field-element textarea {
  height: 115px;
  border: none;
  border-radius: 0 !important;
  background: #f8f8f8;
}
#contact_page .contact-form-wrapper .contact-form nf-field .nf-field-container .nf-field-element input {
  border: none;
  border-radius: 0 !important;
  background: #f8f8f8;
}
#contact_page .contact-form-wrapper .contact-form nf-field .nf-field-container .nf-field-element input[value=Submit][type=button] {
  border: none;
  display: block;
  float: right;
  color: black !important;
}
#contact_page .contact-form-wrapper .contact-form nf-field .nf-field-container .nf-field-element input[value=Submit][type=button]:hover {
  border: none;
}
#contact_page .contact-form-wrapper .contact-form nf-field:nth-child(2), #contact_page .contact-form-wrapper .contact-form nf-field:nth-child(3) {
  float: right;
  width: 49%;
  clear: right;
}
#contact_page .contact-form-wrapper .contact-form nf-field:nth-child(1), #contact_page .contact-form-wrapper .contact-form nf-field:nth-child(4), #contact_page .contact-form-wrapper .contact-form nf-field:nth-child(5) {
  float: left;
  width: 49%;
  clear: left;
}
#contact_page .contact-form-wrapper .contact-form nf-field:nth-child(6) {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #contact_page .contact-form-wrapper .contact-form nf-field:nth-child(2), #contact_page .contact-form-wrapper .contact-form nf-field:nth-child(3) {
    width: 100%;
  }
  #contact_page .contact-form-wrapper .contact-form nf-field:nth-child(1), #contact_page .contact-form-wrapper .contact-form nf-field:nth-child(4), #contact_page .contact-form-wrapper .contact-form nf-field:nth-child(5) {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# SHOP PAGE
--------------------------------------------------------------*/
#shop_page {
  padding-top: 0;
}
#shop_page #shop-menu {
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  justify-content: center;
}
#shop_page .shop-content {
  padding-top: 80px;
}
#shop_page .shop-content .boutique-widget .bo-garden {
  margin: 0 auto;
  max-width: 925px;
}
@media screen and (max-width: 768px) {
  #shop_page #shop-menu {
    flex-direction: column;
  }
  #shop_page #shop-menu li {
    padding: 2px;
  }
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
#colophon {
  padding: 20px 40px;
  background: #FCF2EF;
}
#colophon a {
  color: black;
}
#colophon a:hover {
  color: #D29D8B;
}
#colophon .footer-nav {
  width: 100%;
}
#colophon .footer-nav #secondary-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;
  padding: 25px 0px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1px;
  font-size: 11px;
}
#colophon .footer-branding #logo {
  display: block;
  max-width: 200px;
}
#colophon .footer-container {
  position: relative;
}
#colophon .footer-container .footer-left {
  width: 23%;
}
#colophon .footer-container .footer-left .footer-subscribe h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
}
#colophon .footer-container .footer-left .footer-subscribe #mc_embed_signup input#mce-EMAIL {
  background: #FCF2EF;
  border: none;
  border-bottom: 1.5px solid #383838;
  border-radius: 0px;
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-size: 10px;
  text-transform: lowercase;
  padding: 8px 8px 2px;
  margin-bottom: 10px;
  width: 200px;
}
#colophon .footer-container .footer-left .footer-subscribe #mc_embed_signup input[type=submit] {
  border-radius: 0px;
  background: #383838;
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 10px;
  border: none;
  cursor: pointer;
}
#colophon .footer-container .footer-left .footer-subscribe #mc_embed_signup input[type=submit]:hover {
  background: #FCF2EF;
  color: #383838;
}
#colophon .footer-container .footer-middle {
  position: relative;
  width: 56%;
  z-index: 1;
}
#colophon .footer-container .footer-right {
  width: 23%;
}
#colophon .site-info {
  margin-left: 10px;
  font-family: "%font_title";
  font-style: italic;
  font-size: 11px;
  letter-spacing: 1px;
}
#colophon .site-info .site-built {
  font-family: "%font_title";
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  #colophon {
    padding: 20px 40px 20px;
  }
  #colophon .footer-container {
    flex-direction: column;
    justify-content: center;
  }
  #colophon .footer-container .footer-left {
    display: none;
  }
  #colophon .footer-container .footer-middle {
    width: 100%;
  }
  #colophon .footer-container .site-info {
    flex-direction: column;
  }
  #colophon .footer-container .footer-right {
    display: none;
  }
}

.insta-mobile {
  display: none;
}

@media only screen and (max-width: 643px) {
  .insta-mobile {
    display: block;
  }
  .insta-desktop {
    display: none;
  }
}
/*--------------------------------------------------------------
# MODULES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# BACK TO TOP
--------------------------------------------------------------*/
#back_to_top {
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid black;
  border-radius: 100%;
  text-align: center;
  margin-top: 20px;
}
#back_to_top:after {
  position: absolute;
  content: "Back To Top";
  top: 140%;
  width: 100px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*--------------------------------------------------------------
# flex_row
--------------------------------------------------------------*/
.flex_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_row .flex_row_block, .flex_row > * {
  width: 49%;
}
.flex_row img {
  display: block;
  max-width: 49%;
  margin: 2% 0;
}
.flex_row img:nth-of-type(2n) {
  margin-left: 1%;
}
.flex_row img:nth-of-type(2n+1) {
  margin-right: 1%;
}
@media screen and (max-width: 768px) {
  .flex_row {
    flex-direction: column;
    justify-content: flex-start;
  }
  .flex_row > * {
    width: 100%;
  }
  .flex_row img {
    max-width: 100%;
    margin: 20px 0;
  }
}
/*--------------------------------------------------------------
# cat_posts_drop
--------------------------------------------------------------*/
.menu-has-drop-posts .posts-drop {
  opacity: 0;
  visibility: hidden;
  padding: 50px;
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  box-shadow: 2px 2px 5px #444;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper p {
  display: inline-block;
  margin: 0 10px;
  font-size: 13px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper input.search-field {
  border: 0px;
  border-bottom: 1px solid #eee;
  text-transform: lowercase;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left {
  border-right: 2px solid #dedede;
  margin-right: 4%;
  width: 30%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats {
  font-size: 14px;
  width: 50%;
  text-align: left;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .drop-nav-header {
  font-size: 25px;
  font-family: "linotype-didot", serif;
  display: block;
  margin: 20px 0;
  letter-spacing: 2px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats a.cat-item {
  list-style: none;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search {
  margin-top: 30px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search form.search-form {
  border-bottom: 1px solid #888888;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search .search-with-icon {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
  width: 52%;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search .search-with-icon.seach-icon-left i.fa-search {
  position: relative;
  z-index: 1;
  font-size: 11px;
  margin-left: -20px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats .dropdown-search .search-with-icon .search-field {
  min-width: 165px;
  padding-left: 4px;
  margin-left: -15px;
  font-style: italic;
  text-align: left;
  border: none;
  text-transform: lowercase;
  font-size: 14px;
  font-family: "linotype-didot", serif;
  margin-left: 5px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .vertical-sep {
  width: 3px;
  background: #EADCDC;
  margin: 0 10%;
  display: block;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right {
  width: 70%;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post {
  display: block;
  position: relative;
  width: 34%;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post img {
  display: block;
  padding: 0px 8px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer {
  align-items: center;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title-inner {
  background: white;
  padding: 25px;
  width: 100%;
  font-family: "linotype-didot", serif;
  white-space: normal;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title {
  font-size: 14px;
  font-family: "linotype-didot", serif;
  letter-spacing: 2px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title:hover {
  color: #c8c8c8;
}
.menu-has-drop-posts:hover .posts-drop {
  opacity: 1;
  visibility: visible;
}
body.customize-support .posts-drop {
  top: 179px;
}
body.customize-support.lock_nav .posts-drop {
  top: 57px;
}
/*--------------------------------------------------------------
# featured_posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## RECENT POST
--------------------------------------------------------------*/
#featured_post {
  margin-bottom: 150px;
}
#featured_post .slick-list {
  overflow: visible;
}
html {
  overflow-x: hidden;
}

#featured_post .featured-posts-header {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
#featured_post .featured-posts-header span {
  position: relative;
  background: white;
  padding: 20px;
  z-index: 1;
}
#featured_post .featured-posts-header .bar {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #999999;
  z-index: 0;
}
#featured_post .featured-post-wrap {
  padding: 5px;
  position: relative;
}
#featured_post .featured-post {
  max-width: 345px;
  height: 550px;
  padding: 20px;
}
#featured_post .featured-post .featured-post-content {
  text-align: center;
  background: white;
  padding: 30px;
  max-width: 450px;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  margin: 0 auto;
}
#featured_post .featured-post .featured-post-title {
  text-transform: uppercase;
  font-family: "linotype-didot", serif;
  margin-bottom: 14px;
  font-size: 19px;
  letter-spacing: 1px;
}
#featured_post .featured-post .featured-post-excerpt {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 26px;
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 25px;
}
#featured_post .slider-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 1000;
  width: 15%;
}
#featured_post .slider-arrow::before {
  content: "";
}
#featured_post .slider-arrow.slick-prev {
  left: -15%;
}
#featured_post .slider-arrow.slick-next {
  right: -15%;
}
@media screen and (max-width: 768px) {
  #featured_post .featured-post {
    height: 400px;
  }
}
/*--------------------------------------------------------------
# featured_posts_product
--------------------------------------------------------------*/
#featured_posts_products {
  margin: 50px 0;
}
#featured_posts_products .featured-posts-products-container {
  max-width: 1110px;
  margin: 0 auto;
}
#featured_posts_products .featured-posts-products-header {
  position: relative;
  width: 12%;
  margin-right: -4%;
  z-index: 1;
}
#featured_posts_products .featured-posts-products-header .sep {
  width: 100%;
  height: 2px;
  background: black;
  margin: 20px 0;
}
#featured_posts_products .featured-posts-products-wrap {
  width: 100%;
}
#featured_posts_products .featured-posts-products-wrap .featured-posts-product {
  display: block;
  position: relative;
  width: 100%;
  height: 435px;
  margin: 0 1%;
}
#featured_posts_products .featured-posts-products-wrap .featured-posts-product .featured-product {
  visibility: hidden;
  opacity: 0;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#featured_posts_products .featured-posts-products-wrap .featured-posts-product .featured-product .sep {
  width: 150px;
  height: 2px;
  background: black;
  margin: 10px 0;
}
#featured_posts_products .featured-posts-products-wrap .featured-posts-product .featured-product img {
  max-width: 120px;
  max-height: 200px;
}
#featured_posts_products .featured-posts-products-wrap .featured-posts-product:hover .featured-product {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# featured_products
--------------------------------------------------------------*/
#featured_products {
  position: relative;
  padding: 20px 0px 20px;
  margin: 0px 0px 30px;
  background: #FCF2EF;
}
#featured_products .products-container {
  position: relative;
}
#featured_products .products-container .products-header {
  margin-bottom: 20px;
}
#featured_products .products-container .products-header a.products-link {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
#featured_products .products-container .products-header h2.products-title {
  position: relative;
  font-family: "adobe-garamond-pro", serif;
  color: black;
  font-size: 32px;
  line-height: 1em;
  text-transform: none;
  padding-left: 20px;
}
#featured_products .products-container .products-header .product-labels {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  cursor: pointer;
}
#featured_products .products-container .products-header .product-labels .product-label {
  padding: 0px 10px;
}
#featured_products .products-container .products-header .product-labels .product-label:hover {
  text-decoration: underline;
}
#featured_products .products-container .products-items a.featured-product {
  width: 25%;
  padding: 20px;
  color: black;
}
#featured_products .products-container .products-items a.featured-product .product-thumb-wrap {
  width: 100%;
  padding: 20px;
  background-color: white !important;
}
#featured_products .products-container .products-items a.featured-product .product-thumb-wrap .product-thumb {
  width: 100%;
  height: 225px;
}
#featured_products .products-container .products-items a.featured-product .product-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
  margin-top: 30px;
}
#featured_products .products-container .products-items a.featured-product .product-brand {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  margin-top: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  #featured_products .products-container .products-header {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  #featured_products .products-container .products-header h2.products-title {
    font-size: 42px;
    width: 100%;
    max-width: 100%;
  }
  #featured_products .products-container .products-header .product-labels {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
# featured_cats
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Featured Categories
--------------------------------------------------------------*/
#featured_cats .featured-cats-container .featured-cat {
  width: 23%;
  max-width: 350px;
  padding: 200px 0;
  margin: 1%;
  position: relative;
}
#featured_cats .featured-cats-container .featured-cat .featured-cat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#featured_cats .featured-cats-container .featured-cat:hover .featured-cat-overlay {
  background: rgba(0, 0, 0, 0.3);
}
#featured_cats .featured-cats-container .featured-cat .featured-cat-inner {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid white;
  text-align: center;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "proxima-nova", sans-serif;
}
#featured_cats .featured-cats-container .featured-cat .featured-cat-inner .featured-cat-title {
  font-size: 22px;
}
#featured_cats .featured-cats-container .featured-cat .featured-cat-inner a.btn.btn-primary {
  display: block;
  width: 150px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #featured_cats .featured-cats-container .featured-cat {
    padding: 150px 0;
  }
}
@media screen and (max-width: 960px) {
  #featured_cats .featured-cats-container .featured-cat {
    padding: 145px 0;
  }
}
@media screen and (max-width: 768px) {
  #featured_cats .featured-cats-container .featured-cat {
    padding: 110px 0;
  }
  #featured_cats .featured-cats-container .featured-cat .featured-cat-inner {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  #featured_cats .featured-cats-container {
    flex-direction: column !important;
  }
  #featured_cats .featured-cats-container .featured-cat {
    width: 85%;
  }
}
/*--------------------------------------------------------------
# posts_loop
--------------------------------------------------------------*/
.home-post {
  margin: 80px auto !important;
}
.home-post:nth-child(2n) .home-post-inner {
  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;
}
@media screen and (max-width: 600px) {
  .home-post:nth-child(2n) .home-post-inner {
    flex-direction: column;
  }
}
.home-post .home-post-inner .home-post-content {
  width: 49%;
  padding: 50px 50px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-title {
  letter-spacing: 2px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-title:hover {
  color: #D29D8B;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 10px;
  font-size: 10px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta .meta-sep {
  width: 1px;
  height: 15px;
  background: black;
  margin: 0 10px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta a.category-name {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta .post-date {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-excerpt {
  margin-top: 15px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.btn.btn-primary {
  display: block !important;
  width: 200px;
  margin: 20px auto 0 !important;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.btn.btn-primary:hover {
  color: #F8E1D9;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .rs-code {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 55px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post span {
  padding-right: 10px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post .icon {
  width: 10px;
  fill: black;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post:hover .icon {
  margin-left: 5px;
}
.home-post .home-post-inner .home-post-image {
  position: relative;
  width: 51%;
  height: 700px;
  overflow: hidden;
}
.home-post .home-post-inner .home-post-image .social-share {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 18px;
}
.home-post .home-post-inner .home-post-image .social-share a {
  color: white;
}
.home-post .home-post-inner .home-post-image .social-share .icon {
  fill: white;
  width: 20px;
  height: 20px;
}
.home-post .home-post-inner .home-post-image .social-share .share-title {
  background: rgba(0, 0, 0, 0.5);
  padding: 11px 20px 7px;
}
.home-post .home-post-inner .home-post-image .social-share .share-actions {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  padding: 4px 7px 7px;
}
.home-post .home-post-inner .home-post-image .social-share .share-actions button {
  font-size: 14px;
  padding: 10px;
  color: white;
  cursor: pointer;
}
.home-post .home-post-inner .home-post-image .social-share .share-actions button:hover {
  color: #000;
}
.home-post .home-post-inner .home-post-image .social-share:hover .share-actions {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .home-post .home-post .home-post-inner .home-post-content {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .home-post .home-post .home-post-inner {
    flex-direction: column;
  }
  .home-post .home-post .home-post-inner .home-post-content {
    padding: 30px 30px;
    width: 100%;
    border: none;
    border-bottom: 4px solid #f4f4f4;
    border-right: 4px solid #f4f4f4;
    border-left: 4px solid #f4f4f4;
  }
  .home-post .home-post .home-post-inner .home-post-image {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .home-post .home-post-inner {
    display: block;
  }
  .home-post .home-post-inner .home-post-image {
    width: 100%;
    height: 400px;
  }
  .home-post .home-post-inner .home-post-content {
    width: 100%;
    padding: 0;
  }
}
/*--------------------------------------------------------------
# subscribe_section
--------------------------------------------------------------*/
#subscribe_section .subscribe-section-header {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 32px;
  line-height: normal;
  z-index: 1;
}
#subscribe_section .subscribe-section-wrapper {
  background: #D29D8B;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-image {
  width: 55%;
  height: 400px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content {
  position: relative;
  width: 45%;
  text-align: center;
  padding: 20px 8%;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-title {
  font-family: "linotype-didot", serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-text {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup input#mce-EMAIL {
  border-radius: 0px !important;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px;
  border: none;
  width: 250px;
  font-family: "linotype-didot", serif;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup .subscribe {
  background-color: black;
  border: 2px solid black;
}
#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: "linotype-didot", serif;
  letter-spacing: 1px;
  padding: 14px 30px 10px;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup .subscribe input[type=submit]:hover {
  color: black;
}
#subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup .subscribe:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}
@media screen and (max-width: 1024px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-image {
    width: 47%;
  }
}
@media screen and (max-width: 960px) {
  #subscribe_section .subscribe-section-wrapper .subscribe-section-image {
    width: 38%;
  }
}
@media screen and (max-width: 600px) {
  #subscribe_section .subscribe-section-wrapper {
    flex-direction: column;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-image {
    width: 100%;
    height: 250px;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content {
    width: 85%;
  }
  #subscribe_section .subscribe-section-wrapper .subscribe-section-content .subscribe-section-form #mc_embed_signup input#mce-EMAIL {
    width: 150px;
  }
}
/*--------------------------------------------------------------
# more_posts
--------------------------------------------------------------*/
#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: "linotype-didot", serif;
  text-transform: uppercase;
}
#more_posts .next-up-posts .next-up-post, #load_more_posts .next-up-posts .next-up-post {
  position: relative;
  width: 32%;
  max-width: 370px;
  margin: 0 1% 30px;
}
#more_posts .next-up-posts .next-up-post .next-up-post-image, #load_more_posts .next-up-posts .next-up-post .next-up-post-image {
  position: relative;
  width: 100%;
  height: 230px;
}
#more_posts .next-up-posts .next-up-post .next-up-post-image .btn, #load_more_posts .next-up-posts .next-up-post .next-up-post-image .btn {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
#more_posts .next-up-posts .next-up-post:nth-child(3n+1), #load_more_posts .next-up-posts .next-up-post:nth-child(3n+1) {
  margin-left: 0;
}
#more_posts .next-up-posts .next-up-post:nth-child(3n), #load_more_posts .next-up-posts .next-up-post:nth-child(3n) {
  margin-right: 0;
}
#more_posts .next-up-posts .next-up-post img, #load_more_posts .next-up-posts .next-up-post img {
  display: block;
  width: 100%;
}
#more_posts .next-up-posts .next-up-post:hover .next-up-post-image .btn, #load_more_posts .next-up-posts .next-up-post:hover .next-up-post-image .btn {
  visibility: visible;
  opacity: 1;
}
#more_posts .next-up-posts .next-up-post:hover .next-up-post-image .btn:hover, #load_more_posts .next-up-posts .next-up-post:hover .next-up-post-image .btn:hover {
  color: black;
}
#more_posts .next-up-posts .next-up-post:hover img, #load_more_posts .next-up-posts .next-up-post:hover img {
  opacity: 0.8;
}
#more_posts .next-up-posts .next-up-post .next-up-post-body a, #load_more_posts .next-up-posts .next-up-post .next-up-post-body a {
  display: block;
  padding: 0px 10px;
  text-align: center;
}
#more_posts .next-up-posts .next-up-post .next-up-post-body a.btn, #load_more_posts .next-up-posts .next-up-post .next-up-post-body a.btn {
  display: inline-block;
}
#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta {
  letter-spacing: 1px;
  font-family: "proxima-nova", sans-serif;
  justify-content: center;
  margin: 30px 0px 20px;
}
#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .category-name, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .category-name {
  text-transform: uppercase;
  padding-right: 20px;
}
#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .category-name:hover, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .category-name:hover {
  color: #999999;
}
#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .post-date, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-meta .post-date {
  font-family: "linotype-didot", serif;
  font-style: italic;
  letter-spacing: 2px;
}
#more_posts .next-up-posts .next-up-post .next-up-post-body .btn-wrap, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .btn-wrap {
  text-align: center;
}
#more_posts .next-up-posts .next-up-post .next-up-post-body .btn-wrap a, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .btn-wrap a {
  padding: 5px 12px;
}
#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title {
  font-family: "linotype-didot", serif;
  letter-spacing: 1px;
  font-size: 27px;
  margin: 0px 0;
}
#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title a:hover, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title a:hover {
  color: #999999;
}
#more_posts .next-up-posts .next-up-post .next-up-post-body .post-line, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .post-line {
  width: 140px;
  height: 1px;
  background-color: #d5cce4;
  margin: 0 auto;
  margin-bottom: 11px;
  margin-top: 10px;
}
#more_posts .next-up-posts .next-up-post .next-up-post-body .post-next-excerpt, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .post-next-excerpt {
  font-size: 14px;
  text-align: left;
  line-height: 28px;
  padding: 0px 10px;
  margin-bottom: 20px;
  font-family: "proxima-nova", sans-serif;
}
#more_posts .next-up-posts .next-up-post:hover .next-up-post-body, #load_more_posts .next-up-posts .next-up-post:hover .next-up-post-body {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #more_posts .next-up-posts .next-up-post, #load_more_posts .next-up-posts .next-up-post {
    padding: 0px 0;
  }
  #more_posts .next-up-posts .next-up-post .next-up-post-body, #load_more_posts .next-up-posts .next-up-post .next-up-post-body {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 600px) {
  #more_posts .next-up-posts .next-up-post, #load_more_posts .next-up-posts .next-up-post {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# search
--------------------------------------------------------------*/
#search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.75);
  z-index: 150000;
  display: none;
  cursor: pointer;
}
#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;
}
#search-modal .modal-box #search-close {
  position: absolute;
  top: -28px;
  right: -10px;
  width: 22px;
  height: 22px;
}
#search-modal .modal-box #search-close::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 22px;
  border-top: solid 2px white;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
#search-modal .modal-box #search-close::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 22px;
  border-top: solid 2px white;
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
#search-modal .modal-box #search-close:hover {
  cursor: pointer;
}
#search-modal .modal-box #search-close img {
  display: none;
  width: 22px;
  height: auto;
}
#search-modal .modal-box .widget {
  margin: 0;
}
#search-modal .modal-box .modal-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
#search-modal .modal-box .modal-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ECD4C9;
  color: #fff;
  font-size: 38px;
  padding: 20px 38px;
}
#search-modal .modal-box .modal-inner label {
  width: 100%;
}
#search-modal .modal-box .modal-inner input.search-field {
  width: 100%;
  padding: 24px;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  box-shadow: none;
  border: solid 1px #999999;
  border-radius: 0;
}
#search-modal .modal-box .modal-inner #searchsubmit {
  background: url(../../images/search.png) center center no-repeat;
  background-color: white;
  font-size: 20px;
  color: black;
  box-shadow: none;
  border: none;
  border-radius: 0;
  vertical-align: top;
  float: left;
  padding: 20px 20px 30px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#search-modal .modal-box .modal-inner #searchsubmit:hover {
  background-color: #eaeaea;
}

/*--------------------------------------------------------------
# popups
--------------------------------------------------------------*/
#popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.75);
  z-index: 99999999;
  display: none;
  cursor: pointer;
}
#popup-modal a {
  color: white;
}
#popup-modal .modal-box {
  background: #FCF2EF;
  color: black;
  padding: 0;
  position: relative;
  width: 90%;
  max-width: 500px !important;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
  cursor: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#popup-modal .modal-box #popup-close {
  position: absolute;
  top: 6px;
  right: 10px;
  max-width: 16px;
  z-index: 50;
}
#popup-modal .modal-box #popup-close .icon {
  width: 25px;
  height: 25px;
  fill: black;
}
#popup-modal .modal-box .modal-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
#popup-modal .modal-box .modal-inner .footer-subscribe {
  padding: 50px;
}
#popup-modal .modal-box .modal-inner .footer-subscribe .footer-social {
  padding: 0px 0px 30px;
}
#popup-modal .modal-box .modal-inner .footer-subscribe .subscribe-title {
  font-family: "linotype-didot", serif;
  font-size: 70px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#popup-modal .modal-box .modal-inner .footer-subscribe .subscribe-text {
  font-family: "proxima-nova", sans-serif;
}
#popup-modal .modal-box .modal-inner .popup-image {
  width: 100%;
}
#popup-modal .modal-box .modal-inner .popup-text {
  width: 80%;
  margin: 0 auto;
}
#popup-modal .modal-box .modal-inner .popup-text h3 {
  font-weight: normal;
  font-family: "linotype-didot", serif;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#popup-modal .modal-box .modal-inner .popup-text p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 34px;
}
#popup-modal .modal-box .modal-inner .popup-text #mc_embed_signup_scroll p {
  margin-bottom: -20px;
}
#popup-modal .modal-box .modal-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  font-size: 28px;
  padding: 0px 40px;
  letter-spacing: 1px;
}
#popup-modal .modal-box .modal-inner nf-field:nth-child(1) {
  float: left;
  width: 48%;
}
#popup-modal .modal-box .modal-inner nf-field:nth-child(2) {
  float: right;
  width: 48%;
}
#popup-modal .modal-box .modal-inner nf-field:nth-child(3) .nf-field-container {
  margin-bottom: 0;
}
#popup-modal .modal-box .modal-inner input {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "linotype-didot", serif;
  font-size: 11px;
  line-height: 13px;
}
#popup-modal .modal-box .modal-inner input[type=button] {
  padding: 7px 5%;
  margin-bottom: 30px;
}
#popup-modal .modal-box .modal-inner textarea {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "linotype-didot", serif;
  font-size: 11px;
  line-height: 13px;
}
#popup-modal #mc-embedded-subscribe-form {
  position: relative;
  padding: 0 !important;
}
#popup-modal #mc-embedded-subscribe-form input {
  border-radius: unset !important;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
}
#popup-modal #mc-embedded-subscribe-form input[type=submit] {
  padding: 7px 5%;
  margin-bottom: 30px;
}
#popup-modal #mc-embedded-subscribe-form input[type=submit]:hover {
  background: #efdcd0;
  border: 2px solid #efdcd0;
}
#popup-modal #mc-embedded-subscribe-form .fa-envelope-o {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 14px;
  z-index: 50;
}
#popup-modal #mc_embed_signup .mc-field-group {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-align: left;
  min-height: unset;
}
#popup-modal #mc_embed_signup .mc-field-group label {
  font-size: 10px;
  margin-bottom: 5px;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner {
  text-align: center;
  margin: 50px 0;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner h1, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner h2, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner h3, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner h4, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner h5, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner h6 {
  position: relative;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner h1::after, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner h2::after, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner h3::after, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner h4::after, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner h5::after, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner h6::after {
  content: "";
  position: relative;
  display: block;
  width: 115px;
  height: 1px;
  background: black;
  margin: 10px auto 20px;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form {
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form .nf-form-fields-required {
  display: none !important;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container {
  margin-bottom: 20px;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container .nf-field-label label {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container.label-above .nf-field-label {
  margin: 0;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container textarea {
  border: 2px solid #F4F4F4;
  border-radius: 0;
  height: 106px;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input {
  border: 2px solid #F4F4F4;
  border-radius: 0;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(2), #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(3) {
  float: right;
  width: 49%;
  clear: right;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(1), #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(4), #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(5) {
  float: left;
  width: 49%;
  clear: left;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field:nth-child(6) {
  display: block;
  width: 100%;
}
#popup-modal[data-trigger=subscribe-popup] .modal-box {
  padding: 0;
  max-width: 820px;
}
#popup-modal[data-trigger=subscribe-popup] .modal-box .modal-inner {
  flex-wrap: nowrap;
  padding-right: 5%;
}
#popup-modal[data-trigger=subscribe-popup] .modal-box .modal-inner .popup-image {
  width: 50%;
}
/*--------------------------------------------------------------
# download
--------------------------------------------------------------*/
#download {
  position: relative;
}
#download .download-container {
  max-width: 1135px;
}
#download .download-container .download-image {
  width: 32%;
  height: 365px;
  margin-right: 2%;
}
#download .download-container .download-body {
  width: 66%;
  text-align: center;
}
#download .download-container .download-body .download-title {
  margin-bottom: 10px;
}
#download .download-container .download-body .download-text {
  width: 72%;
  margin: 20px auto;
  font-family: "proxima-nova", sans-serif;
}
#download .download-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#download .download-bg .download-bg-inner {
  height: 75%;
  width: 100%;
  background: #F7F4EF;
}
@media screen and (max-width: 768px) {
  #download .download-container {
    flex-direction: column;
  }
  #download .download-container .download-image {
    width: 80%;
  }
  #download .download-container .download-body {
    width: 90%;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# post_guide
--------------------------------------------------------------*/
.post-guide-row {
  width: 100%;
  position: relative;
}
.post-guide-row > * {
  width: 32%;
}
.post-guide-row:nth-child(2n) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.post-guide-row img {
  width: auto;
  max-height: 420px;
}
.post-guide-row .sep {
  width: 90px;
  height: 2px;
  margin: 0 2%;
  background: black;
}
.post-guide-row .guide-body {
  text-align: center;
  margin-bottom: 30px;
}
.post-guide-row .guide-body .guide-count {
  font-family: "linotype-didot", serif;
  font-size: 80px;
}
.post-guide-row .guide-body .guide-title {
  font-family: "linotype-didot", serif;
  font-size: 30px;
  margin-bottom: 20px;
}
.post-guide-row .guide-body .guide-text {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .post-guide-row {
    flex-direction: column;
  }
  .post-guide-row .sep {
    display: none;
  }
  .post-guide-row .guide-body {
    width: 100%;
  }
  .post-guide-row:nth-child(2n) {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
# faq
--------------------------------------------------------------*/
#faq-module {
  background: #F7F4EF;
  padding: 50px 0;
  margin: 80px 0px;
}
#faq-module .page-faq-wrapper {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}
#faq-module .page-faq-wrapper .page-faq-title {
  text-align: center;
}
#faq-module .page-faq-wrapper .page-faq-title h3 {
  font-family: 25px;
}
#faq-module .page-faq-wrapper .faq-col {
  width: 100%;
  text-align: center;
}
#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: "proxima-nova", sans-serif;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title span {
  width: 90%;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title .icon {
  border: 1px solid black;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  padding: 5px;
  cursor: pointer;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title .icon:hover {
  background: black;
  fill: white;
}
#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) {
  #faq-module .page-faq-wrapper {
    width: 76%;
    justify-content: space-around;
  }
  #faq-module .page-faq-wrapper .faq-col {
    width: 43%;
  }
}
@media screen and (max-width: 768px) {
  #faq-module .page-faq-wrapper {
    flex-wrap: wrap;
  }
  #faq-module .page-faq-wrapper .page-faq-title {
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  #faq-module .page-faq-wrapper .faq-col {
    width: 100%;
    margin-bottom: -12px;
  }
  #faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
    margin-bottom: 21px;
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# contact_forms
--------------------------------------------------------------*/
.contact-form-wrap {
  max-width: 800px;
  width: 100%;
  padding: 80px;
  border: 4px solid #F4F4F4;
}
.contact-form-wrap .contact-form-title {
  text-align: center;
}
.contact-form-wrap .contact-form-text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
}
.contact-form-wrap #contact-form-wrapper {
  text-align: center;
}
.contact-form-wrap #contact-form-wrapper .form-btn-row {
  margin: 20px 0;
}
.contact-form-wrap #contact-form-wrapper .form-btn-row .btn {
  margin: 0 5px;
}
.contact-form-wrap #contact-form-wrapper .form-btn-row .btn.active {
  position: relative;
}
.contact-form-wrap #contact-form-wrapper .form-btn-row .btn.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
}
.contact-form-wrap #contact-form-wrapper .contact-form {
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
  display: none;
}
.contact-form-wrap #contact-form-wrapper .contact-form.show-form {
  display: block;
}
.contact-form-wrap #contact-form-wrapper .contact-form .nf-form-fields-required {
  display: none !important;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container {
  margin-bottom: 20px;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container .nf-field-label label {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "linotype-didot", serif;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container.label-above .nf-field-label {
  margin: 0;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container textarea {
  border: 2px solid #F4F4F4;
  border-radius: 0;
  height: 106px;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input {
  border: 2px solid #F4F4F4;
  border-radius: 0;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(2), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(3) {
  float: right;
  width: 49%;
  clear: right;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(1), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(4), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(5) {
  float: left;
  width: 49%;
  clear: left;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(6) {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(2), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(3) {
    width: 100%;
  }
  .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(1), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(4), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(5) {
    width: 100%;
  }
}
.contact-form-wrap .contact-social {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-form-wrap {
    padding: 20px;
  }
}

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

/*--------------------------------------------------------------
# trend_report
--------------------------------------------------------------*/
.trend_report .trend-report-container {
  max-width: 1060px;
  width: 100%;
  margin: 50px auto;
  padding: 30px 50px;
  background: #f5f4ef;
}
.trend_report .trend-report-container .trend-post-body {
  text-align: center;
  width: 45%;
  padding: 30px;
  background: white;
}
.trend_report .trend-report-container .trend-post-products {
  width: 45%;
  background: white;
}
.trend_report .trend-report-container .trend-post-products .slick-arrow {
  position: absolute;
  border-radius: unset;
  font-size: 0;
  top: 50%;
  width: 60px;
  height: 43px;
  background: black;
  border: 1px solid black;
  z-index: 1;
}
.trend_report .trend-report-container .trend-post-products .slick-arrow:focus {
  outline: none;
}
.trend_report .trend-report-container .trend-post-products .slick-arrow span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  background: white;
}
.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-prev {
  left: -25px;
}
.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-prev span::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: -3px;
  width: 16px;
  height: 1px;
  background: white;
  transform: rotate(-45deg);
}
.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-prev span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -3px;
  width: 16px;
  height: 1px;
  background: white;
  transform: rotate(45deg);
}
.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-next {
  right: -25px;
}
.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-next span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -3px;
  width: 16px;
  height: 1px;
  background: white;
  transform: rotate(45deg);
}
.trend_report .trend-report-container .trend-post-products .slick-arrow.slick-next span::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -3px;
  width: 16px;
  height: 1px;
  background: white;
  transform: rotate(-45deg);
}
.trend_report .trend-report-container .trend-post-products .slick-arrow:hover {
  background: white;
  cursor: pointer;
}
.trend_report .trend-report-container .trend-post-products .slick-arrow:hover span {
  background: black;
}
.trend_report .trend-report-container .trend-post-products .slick-arrow:hover span::before {
  background: black;
}
.trend_report .trend-report-container .trend-post-products .slick-arrow:hover span::after {
  background: black;
}
.trend_report .trend-report-container .trend-post-product .product-thumb-wrap {
  position: relative;
}
.trend_report .trend-report-container .trend-post-product .product-thumb-wrap img {
  max-width: 250px;
  max-height: 250px;
}
.trend_report .trend-report-container .trend-post-product .product-thumb-wrap .btn {
  position: absolute;
}

/*--------------------------------------------------------------
# post_full
--------------------------------------------------------------*/
.home-loop-full {
  width: 75%;
}
.home-loop-full .home-post-full .home-post-inner:nth-child(2n) {
  flex-direction: row-reverse;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content {
  width: 100%;
  padding: 0px 30px 0px 0px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner {
  padding-right: 50px;
  margin-bottom: 100px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner .home-post-title {
  letter-spacing: 2px;
  font-family: "linotype-didot", serif;
  font-size: 24px;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner .home-post-meta {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 10px;
  font-size: 10px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner .home-post-meta .meta-sep {
  width: 1px;
  height: 15px;
  background: black;
  margin: 0 10px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner .home-post-meta a.category-name {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner .home-post-meta .post-date {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner .home-post-excerpt {
  margin-top: 15px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner a.btn.btn-primary {
  display: block !important;
  width: 100%;
  margin: 20px auto 0 !important;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner .rs-code {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner a.view-post {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 55px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner a.view-post span {
  padding-right: 10px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner a.view-post .icon {
  width: 10px;
  fill: black;
}
.home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner a.view-post:hover .icon {
  margin-left: 5px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-image {
  position: relative;
  width: 51%;
  height: 700px;
  overflow: hidden;
}
.home-loop-full .home-post-full .home-post-inner .home-post-image .social-share {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 18px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-image .social-share a {
  color: white;
}
.home-loop-full .home-post-full .home-post-inner .home-post-image .social-share .icon {
  fill: white;
  width: 20px;
  height: 20px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-image .social-share .share-title {
  background: rgba(0, 0, 0, 0.5);
  padding: 11px 20px 7px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-image .social-share .share-actions {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  padding: 4px 7px 7px;
}
.home-loop-full .home-post-full .home-post-inner .home-post-image .social-share .share-actions button {
  font-size: 14px;
  padding: 10px;
  color: white;
  cursor: pointer;
}
.home-loop-full .home-post-full .home-post-inner .home-post-image .social-share .share-actions button:hover {
  color: #000;
}
.home-loop-full .home-post-full .home-post-inner .home-post-image .social-share:hover .share-actions {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .home-loop-full .home-post-full .home-post .home-post-inner .home-post-content {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .home-loop-full .home-post-full .home-post .home-post-inner {
    flex-direction: column;
  }
  .home-loop-full .home-post-full .home-post .home-post-inner .home-post-content {
    padding: 30px 30px;
    width: 100%;
    border: none;
    border-bottom: 4px solid #f4f4f4;
    border-right: 4px solid #f4f4f4;
    border-left: 4px solid #f4f4f4;
  }
  .home-loop-full .home-post-full .home-post .home-post-inner .home-post-image {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .home-loop-full {
    width: 100%;
  }
  .home-loop-full .home-post-full .home-post-inner .home-post-content {
    padding: 0px;
  }
  .home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner {
    padding: 0px;
  }
  .home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner .home-post-title {
    text-align: center;
  }
  .home-loop-full .home-post-full .home-post-inner .home-post-content .home-post-content-inner .home-post-meta {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# posts_grid
--------------------------------------------------------------*/
.home-loop .home-grid {
  margin: 80px auto !important;
  width: 47%;
}
.home-loop .home-grid .home-post-inner .home-post-content {
  width: 100%;
}
.home-loop .home-grid .home-post-inner .home-post-content .home-post-header .home-post-title {
  font-family: "linotype-didot", serif;
  font-size: 24px;
}
.home-loop .home-grid .home-post-inner .home-post-content .home-post-header .home-post-title:hover {
  color: #D29D8B;
}
.home-loop .home-grid .home-post-inner .home-post-content .home-post-header .home-post-meta {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #FCF2EF;
  padding: 5px 21px;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
}
.home-loop .home-grid .home-post-inner .home-post-content a.btn.btn-primary {
  display: block !important;
  width: 100%;
  margin: 20px auto 0 !important;
}
.home-loop .home-grid .home-post-inner .home-post-content a.btn.btn-primary:hover {
  color: #F8E1D9;
}
.home-loop .home-grid .home-post-inner .home-post-content .rs-code {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.home-loop .home-grid .home-post-inner .home-post-content a.view-post {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 55px;
}
.home-loop .home-grid .home-post-inner .home-post-content a.view-post span {
  padding-right: 10px;
}
.home-loop .home-grid .home-post-inner .home-post-content a.view-post .icon {
  width: 10px;
  fill: black;
}
.home-loop .home-grid .home-post-inner .home-post-content a.view-post:hover .icon {
  margin-left: 5px;
}
.home-loop .home-grid .home-post-inner .home-post-content .full-post-footer .comments {
  font-family: "linotype-didot", serif;
  font-style: italic;
  font-size: 11px;
}
.home-loop .home-grid .home-post-inner .home-post-content .full-post-footer .comments a:hover {
  color: #D29D8B;
}
.home-loop .home-grid .home-post-inner .home-post-content .full-post-footer .social-share .share-title {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}
.home-loop .home-grid .home-post-inner .home-post-content .full-post-footer .social-share button {
  font-size: 14px;
  letter-spacing: 1px;
  background: unset;
  border: none;
  padding: 0;
}
.home-loop .home-grid .home-post-inner .home-post-content .full-post-footer .social-share button.share {
  margin: 0 0 0 8px;
  cursor: pointer;
}
.home-loop .home-grid .home-post-inner .home-post-content .full-post-footer .social-share button.share:hover {
  color: #D29D8B;
}
.home-loop .home-grid .home-post-inner .home-post-image {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.home-loop .home-grid .home-post-inner .home-post-image .social-share {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 18px;
}
.home-loop .home-grid .home-post-inner .home-post-image .social-share a {
  color: white;
}
.home-loop .home-grid .home-post-inner .home-post-image .social-share .icon {
  fill: white;
  width: 20px;
  height: 20px;
}
.home-loop .home-grid .home-post-inner .home-post-image .social-share .share-title {
  background: rgba(0, 0, 0, 0.5);
  padding: 11px 20px 7px;
}
.home-loop .home-grid .home-post-inner .home-post-image .social-share .share-actions {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  padding: 4px 7px 7px;
}
.home-loop .home-grid .home-post-inner .home-post-image .social-share .share-actions button {
  font-size: 14px;
  padding: 10px;
  color: white;
  cursor: pointer;
}
.home-loop .home-grid .home-post-inner .home-post-image .social-share .share-actions button:hover {
  color: #000;
}
.home-loop .home-grid .home-post-inner .home-post-image .social-share:hover .share-actions {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .home-loop .home-post .home-post-inner .home-post-content {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .home-loop .home-post .home-post-inner {
    flex-direction: column;
  }
  .home-loop .home-post .home-post-inner .home-post-content {
    padding: 30px 30px;
    width: 100%;
    border: none;
    border-bottom: 4px solid #f4f4f4;
    border-right: 4px solid #f4f4f4;
    border-left: 4px solid #f4f4f4;
  }
  .home-loop .home-post .home-post-inner .home-post-image {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .home-loop {
    flex-direction: column;
  }
  .home-loop .home-grid {
    margin: 40px auto !important;
    width: 100%;
  }
  .home-loop .home-grid .home-post-inner {
    display: block;
  }
  .home-loop .home-grid .home-post-inner .home-post-image {
    width: 100%;
    height: 400px;
  }
  .home-loop .home-grid .home-post-inner .home-post-content {
    width: 100%;
    padding: 0;
  }
  .home-loop .home-grid .home-post-inner .home-post-content .home-post-header {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .home-loop .home-grid .home-post-inner .home-post-content .home-post-header .home-post-title {
    margin-top: 10px;
  }
}
/*--------------------------------------------------------------
# section_featured_snapshots
--------------------------------------------------------------*/
.featured-snapshots {
  background: #FCF2EF;
  padding: 50px;
  text-align: center;
}
.featured-snapshots .featured-snapshots-title {
  border-top: none !important;
  text-transform: none;
}
.featured-snapshots .featured-snapshots-text {
  margin: 10px auto 20px;
  max-width: 450px;
}
@media screen and (max-width: 600px) {
  .featured-snapshots .featured-snapshots-text {
    font-size: 14px;
    margin-bottom: 44px;
  }
}
.featured-snapshots .smash-tabbed-tabs {
  position: relative;
}
.featured-snapshots .smash-tabbed-tabs .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.featured-snapshots .smash-tab-content-inner {
  border-bottom: none !important;
}
.featured-snapshots .smash-tab-content-inner .snapshot {
  margin-bottom: 0;
  padding: 35px 10px;
}
@media screen and (max-width: 600px) {
  .featured-snapshots {
    padding: 50px 20px 20px;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .featured-snapshots .smash-tab-content-inner {
    margin-top: 20px;
  }
  .featured-snapshots .smash-tab-content-inner .snapshot.archive-item {
    width: 50%;
  }
  .featured-snapshots .smash-tabbed-tabs .btn {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# section_shop_highlights
--------------------------------------------------------------*/
#shop_highlights {
  position: relative;
  padding: 5px 40px 100px;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper {
  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;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
  position: relative;
  width: 48%;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
  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: 55%;
  margin-right: -20px;
  padding-left: 45px;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-title {
  text-align: center;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products {
  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;
  margin-bottom: 20px;
}
#shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product {
  width: 33%;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
    width: 50%;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    width: 50%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #shop_highlights {
    padding: 30px 0;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    padding-left: 20px;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product {
    padding: 2px;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product .product-body .product-title {
    font-size: 13px !important;
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  #shop_highlights {
    padding: 40px 0 20px;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper {
    flex-direction: column !important;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-image {
    width: 100%;
    margin-bottom: 40px;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body {
    padding-left: 0px;
    width: 100%;
    margin-right: 0px;
  }
  #shop_highlights .shop-highlights-inner .shop-highlights-wrapper .shop-highlights-body .shop-highlights-products .product {
    width: 50%;
    padding: 10px;
  }
}

body.post-template-smash-guide-single #shop_highlights {
  padding: 5px 0 100px;
}

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

/*--------------------------------------------------------------
# block_product
--------------------------------------------------------------*/
.product .product-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;
}
.product .product-wrap .product-image {
  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;
  width: 100%;
  max-height: 155px;
  min-height: auto;
  text-align: center;
}
.product .product-wrap .product-body {
  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-bottom: 10px;
}
.product .product-wrap .product-body .product-brand {
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  font-size: 10px;
  color: gray;
  padding-bottom: 5px;
}
.product .product-wrap .product-body .product-title {
  font-family: "linotype-didot", serif !important;
  font-size: 14px !important;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.product .product-wrap .product-body .product-arrow-link {
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 12px !important;
  text-decoration: none;
  border-bottom: unset !important;
  color: #e07b58;
}
.product .product-wrap .product-link-wrap {
  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;
}
.product .product-wrap .product-link-wrap .product-link {
  text-transform: uppercase;
}
.product.product-row .product-wrap {
  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;
}
.product.product-row .product-wrap .product-image-wrap {
  width: auto;
}
.product.product-row .product-wrap .product-image-wrap .product-image {
  max-height: 100px;
}
.product.product-row .product-wrap .product-body {
  display: -webkit-flex;
  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;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .product .product-wrap .product-body .product-title {
    font-size: 10px;
  }
}

.product-2 .product-wrap .product-arrow-link {
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 10px !important;
  text-decoration: none;
  border-bottom: unset !important;
  color: black;
  background-color: #FCF2EF;
  position: relative;
  margin-top: 0;
  bottom: -14px;
  padding: 7px 16px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1px;
}
.product-2 .product-wrap .product-arrow-link .icon {
  display: none;
}
.product-2 .product-wrap .product-arrow-link:hover {
  background-color: #f7ddd5;
}

/*--------------------------------------------------------------
# block_snapshot
--------------------------------------------------------------*/
.snapshot .post-item-image-wrap {
  position: relative;
  width: 100%;
}
.snapshot .post-item-image-wrap .post-item-image {
  display: block;
  width: 100%;
  height: 350px;
}
.snapshot .snapshot-body {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}
.snapshot .snapshot-body .title-box {
  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;
}
.snapshot .snapshot-body .title-box .snapshot-category {
  align-self: flex-start;
  padding: 7px 12px !important;
  margin: 5px 0;
}
.snapshot .snapshot-body .title-box .snapshot-title {
  align-self: flex-start;
  margin: 0;
  font-size: 16px;
  padding-right: 10px;
}
.snapshot .snapshot-body .snapshot-text {
  padding: 15px 0 30px;
}
.snapshot .snapshot-body a.snapshot-link {
  text-align: center;
  background-color: #FCF2EF;
  width: 100% !important;
}

/*--------------------------------------------------------------
# single_guides
--------------------------------------------------------------*/
.all-guides-title {
  font-family: "linotype-didot", serif !important;
  text-align: center;
  padding-bottom: 30px;
}

.guide-text, .guide-grid-text {
  font-family: "proxima-nova", sans-serif;
}

.guides-basic .guide-basic {
  position: relative;
  padding: 50px 0;
  margin-top: 50px;
  border-top: 1px solid #c4c1c1;
  text-align: center;
}
.guides-basic .guide-basic h3.guide-title {
  margin-bottom: 30px;
}
.guides-basic .guide-basic .guide-text {
  line-height: 31px;
  letter-spacing: 0.5px;
}
.guides-basic .guide-basic .guide-products {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 30px;
}
.guides-basic .guide-basic .guide-products .product {
  width: auto;
  max-width: 285px;
  padding: 20px;
}
.guides-basic .guide-basic .guide-products .product .product-wrap .product-image {
  max-height: 146px;
  min-height: 145px;
}
@media screen and (max-width: 768px) {
  .guides-basic .guide-basic .guide-products .product {
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .guides-basic .guide-basic {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .guides-basic .guide-basic .guide-text {
    line-height: 1.45;
    text-align: left;
  }
  .guides-basic .guide-basic .guide-products {
    padding-top: 10px;
  }
  .guides-basic .guide-basic .guide-products .product {
    padding: 10px 20px;
    max-width: 140px;
  }
}

.guides-rows .post-guide-row {
  width: 100%;
  position: relative;
  max-width: 840px;
  margin: 50px auto;
}
.guides-rows .post-guide-row > * {
  width: 32%;
}
.guides-rows .post-guide-row:nth-child(2n+1) {
  display: -webkit-flex;
  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;
}
.guides-rows .post-guide-row:nth-child(2n) {
  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;
}
.guides-rows .post-guide-row img {
  width: 28%;
}
.guides-rows .post-guide-row .sep {
  width: 90px;
  height: 2px;
  margin: 0 2%;
  background: black;
}
.guides-rows .post-guide-row .guide-body {
  display: -webkit-flex;
  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: 60%;
}
.guides-rows .post-guide-row .guide-body .guide-count {
  font-family: "linotype-didot", serif;
  font-size: 80px;
}
.guides-rows .post-guide-row .guide-body .guide-title {
  font-family: "linotype-didot", serif;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 100;
}
.guides-rows .post-guide-row .guide-body .guide-text {
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 30px;
  line-height: 28px;
}
.guides-rows .post-guide-row .guide-body .guide-text a {
  color: #D29D8B;
  font-weight: 100;
  font-size: 14px;
  text-transform: none;
  border-bottom: none;
  padding-bottom: 0;
}
.guides-rows .post-guide-row .guide-body a {
  padding-bottom: 5px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .guides-rows .post-guide-row {
    flex-direction: column;
  }
  .guides-rows .post-guide-row .sep {
    display: none;
  }
  .guides-rows .post-guide-row .guide-products {
    width: 30%;
  }
  .guides-rows .post-guide-row .guide-body {
    width: 65%;
    text-align: right;
  }
  .guides-rows .post-guide-row .guide-body .guide-title {
    font-size: 23px;
  }
  .guides-rows .post-guide-row .guide-body .guide-text {
    line-height: 1.45;
  }
  .guides-rows .post-guide-row img {
    width: 70%;
    margin-bottom: 20px;
  }
  .guides-rows .post-guide-row:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .guides-rows .post-guide-row:nth-child(2n) .guide-body {
    text-align: left;
  }
  .guides-rows .post-guide-row:nth-child(2n) .guide-products {
    width: 35%;
  }
}
@media screen and (max-width: 600px) {
  .guides-rows .post-guide-row {
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .guides-rows .post-guide-row .guide-body {
    text-align: center;
    width: 100%;
    order: 1;
  }
  .guides-rows .post-guide-row .guide-body .guide-title {
    margin-top: 0;
  }
  .guides-rows .post-guide-row .guide-body .guide-text {
    margin-bottom: 0;
  }
  .guides-rows .post-guide-row .guide-products {
    width: 70%;
    order: 2;
  }
  .guides-rows .post-guide-row:nth-child(2n) .guide-body {
    text-align: center;
  }
  .guides-rows .post-guide-row:nth-child(2n) .guide-products {
    width: 70%;
  }
  .guides-rows .post-guide-row img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .guides-rows {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.guides-grid {
  max-width: 1025px;
  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;
}
.guides-grid .guide-grid.vertical {
  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: 50%;
  padding: 30px 7px;
}
.guides-grid .guide-grid.vertical .guide-count {
  font-family: "linotype-didot", serif;
  font-size: 100px;
  color: #D29D8B;
}
.guides-grid .guide-grid.vertical h3.guide-grid-title {
  margin-bottom: 20px;
}
.guides-grid .guide-grid.vertical .guide-grid-text {
  line-height: 1.45;
  letter-spacing: 0.5px;
}
.guides-grid .guide-grid.vertical .guide-grid-products {
  width: 100%;
  padding-top: 20px;
}
.guides-grid .guide-grid.horizontal {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  padding: 30px 0;
  margin: 30px 0;
  border-top: 1px solid #c4c1c1;
  border-bottom: 1px solid #c4c1c1;
}
.guides-grid .guide-grid.horizontal .guide-grid-body {
  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: 52%;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #c4c1c1;
}
.guides-grid .guide-grid.horizontal .guide-grid-body .guide-count {
  font-family: "linotype-didot", serif;
  font-size: 100px;
  color: #D29D8B;
}
.guides-grid .guide-grid.horizontal .guide-grid-body h3.guide-grid-title {
  margin-bottom: 20px;
}
.guides-grid .guide-grid.horizontal .guide-grid-body .guide-grid-text {
  line-height: 1.45;
  letter-spacing: 0.5px;
}
.guides-grid .guide-grid.horizontal .guide-grid-products {
  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: 38%;
}
.guides-grid .guide-grid.horizontal .guide-grid-products .post-product-slider-wrap {
  width: 100%;
}
.guides-grid .guide-grid .entry-products-slider {
  width: 100%;
}
.guides-grid .guide-grid .entry-products-slider .slick-arrow.slick-prev {
  left: unset;
  right: 2%;
  top: 48%;
}
.guides-grid .guide-grid .entry-products-slider .slick-arrow.slick-next {
  left: unset;
  right: 2%;
  top: 39%;
}
@media screen and (max-width: 1300px) {
  .guides-grid {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .guides-grid {
    flex-direction: column !important;
  }
  .guides-grid .guide-grid {
    width: 100%;
    padding: 30px 0;
    padding-bottom: 0 !important;
  }
  .guides-grid .guide-grid.vertical {
    width: 100%;
  }
  .guides-grid .guide-grid.horizontal {
    flex-direction: column !important;
    border-top: none;
    border-bottom: none;
    margin-top: 0;
  }
  .guides-grid .guide-grid.horizontal .guide-grid-body {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    width: 100%;
  }
  .guides-grid .guide-grid.horizontal .guide-grid-products {
    width: 100%;
    margin-top: 30px;
  }
}

body.post-template-smash-guide-single .product {
  padding: 12px;
}
body.post-template-smash-guide-single .product .product-wrap .product-body {
  padding-top: 5px;
}
body.post-template-smash-guide-single .product .product-wrap .product-body .product-title {
  font-size: 16px !important;
  line-height: 1.4;
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 400;
}

/*--------------------------------------------------------------
# single_products
--------------------------------------------------------------*/
.post-product-slider-wrap {
  text-align: center;
}
.post-product-slider-wrap .slick-arrow.slick-prev {
  left: unset;
  right: -4%;
  top: 48%;
}
.post-product-slider-wrap .slick-arrow.slick-next {
  left: unset;
  right: -4%;
  top: 39%;
}
.post-product-slider-wrap .post-product-slider img {
  margin: 0 auto;
}
.post-product-slider-wrap .post-product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: #000000;
}
.post-product-slider-wrap .post-product-slider .slick-arrow.slick-prev {
  left: -10%;
}
.post-product-slider-wrap .post-product-slider .slick-arrow.slick-next {
  right: -10%;
}

/*--------------------------------------------------------------
# slider_featured_products
--------------------------------------------------------------*/
#featured_products_slider {
  position: relative;
  padding: 20px 50px 60px;
}
#featured_products_slider .featured-products-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;
}
#featured_products_slider .featured-products-inner .featured-products-header-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;
}
#featured_products_slider .featured-products-inner .featured-products-header-wrap .featured-products-header {
  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;
}
#featured_products_slider .featured-products-inner .featured-products-header-wrap .featured-products-header h2.featured-products-title {
  text-transform: none;
  font-size: 38px;
}
#featured_products_slider .featured-products-inner .all-products-link {
  margin: 40px auto;
}
#featured_products_slider .featured-products-inner .featured-products-slider {
  width: 100%;
}
#featured_products_slider .featured-products-inner .featured-products-slider .slick-track {
  margin-bottom: 20px;
}
#featured_products_slider .featured-products-inner .featured-products-slider .slick-arrow.slick-prev {
  left: -20px;
}
#featured_products_slider .featured-products-inner .featured-products-slider .slick-arrow.slick-next {
  right: -20px;
}
#featured_products_slider .featured-products-inner .featured-products-slider .product {
  padding: 30px 5px 0;
  border: 1px solid #c4c1c1;
  margin: 10px;
}
#featured_products_slider .featured-products-inner .featured-products-slider .product .product-body {
  min-height: 110px;
}
#featured_products_slider .featured-products-inner .featured-products-slider .product .product-brand {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  #featured_products_slider .featured-products-inner .product .product-wrap .product-body .product-title {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 600px) {
  #featured_products_slider {
    padding: 10px 20px;
  }
  #featured_products_slider .featured-products-inner .featured-products-header-wrap {
    flex-direction: column;
  }
  #featured_products_slider .featured-products-inner .featured-products-header-wrap .featured-products-header h2.featured-products-title {
    text-align: center;
    font-size: 30px;
  }
  #featured_products_slider .featured-products-inner .featured-products-slider .product {
    padding-top: 10px;
    margin: 4px;
  }
  #featured_products_slider .featured-products-inner .featured-products-slider .product .product-wrap .product-image {
    max-height: 85px;
  }
  #featured_products_slider .featured-products-inner .featured-products-slider .product .product-wrap .product-body {
    padding: 2px;
  }
  #featured_products_slider .featured-products-inner .featured-products-slider .product .product-wrap .product-body .product-brand {
    padding-top: 0;
    font-size: 11px;
  }
  #featured_products_slider .featured-products-inner .featured-products-slider .product .product-wrap .product-body .product-title {
    font-size: 15px !important;
    line-height: 1.4;
  }
}

.product .product-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;
}
.product .product-wrap .product-body .product-brand {
  text-transform: uppercase;
  font-size: 12px;
  color: #c4c1c1 !important;
}
.product .product-wrap .product-body .product-title {
  font-size: 21px !important;
  font-family: "proxima-nova", sans-serif;
}
.product .product-wrap .product-image-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;
  position: relative;
  width: 100%;
  text-align: center;
}
.product .product-wrap .product-image-wrap .shop-btn {
  position: absolute;
}
.product .product-wrap .product-link-wrap {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.product .product-wrap .product-link-wrap .product-link {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# loop_grid
--------------------------------------------------------------*/
.grid-loop {
  position: relative;
  padding: 50px 50px 10px;
}
.grid-loop .grid-section-title {
  text-align: center;
  font-size: 40px;
  text-transform: unset;
}
.grid-loop .grid-loop-container, .grid-loop .alm-listing .alm-reveal {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.grid-loop .grid-loop-container .grid-post, .grid-loop .alm-listing .alm-reveal .grid-post {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 33%;
  padding: 20px 20px 50px;
}
.grid-loop .grid-loop-container .grid-post .grid-post-inner, .grid-loop .alm-listing .alm-reveal .grid-post .grid-post-inner {
  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;
  width: 100%;
}
.grid-loop .grid-loop-container .grid-post .grid-post-inner .grid-post-image, .grid-loop .alm-listing .alm-reveal .grid-post .grid-post-inner .grid-post-image {
  width: 100%;
  height: 400px;
}
.grid-loop .grid-loop-container .grid-post .grid-post-inner .grid-post-image:hover, .grid-loop .alm-listing .alm-reveal .grid-post .grid-post-inner .grid-post-image:hover {
  opacity: 0.8;
}
.grid-loop .grid-loop-container .grid-post .grid-post-inner .grid-post-cat, .grid-loop .alm-listing .alm-reveal .grid-post .grid-post-inner .grid-post-cat {
  position: relative;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  background-color: #FCF2EF;
  color: black;
  padding: 7px 14px;
  margin-bottom: 20px;
  margin-top: -15px;
  letter-spacing: 1.5px;
  font-size: 11px;
  border: 1px solid #FCF2EF;
}
.grid-loop .grid-loop-container .grid-post .grid-post-inner .grid-post-cat:hover, .grid-loop .alm-listing .alm-reveal .grid-post .grid-post-inner .grid-post-cat:hover {
  background-color: white;
}
.grid-loop .grid-loop-container .grid-post .grid-post-inner .title-container, .grid-loop .alm-listing .alm-reveal .grid-post .grid-post-inner .title-container {
  width: 100%;
  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;
  min-height: 120px;
}
.grid-loop .grid-loop-container .grid-post .grid-post-inner .grid-post-title, .grid-loop .alm-listing .alm-reveal .grid-post .grid-post-inner .grid-post-title {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0;
  min-height: 70px;
  font-family: "linotype-didot", serif;
  font-size: 18px;
}
.grid-loop .grid-loop-container .grid-post .grid-post-inner p, .grid-loop .alm-listing .alm-reveal .grid-post .grid-post-inner p {
  line-height: 1.4;
  text-align: justify;
}
.grid-loop .grid-loop-container .grid-post .grid-post-inner .grid-link, .grid-loop .alm-listing .alm-reveal .grid-post .grid-post-inner .grid-link {
  padding: 10px;
  color: black;
  border-bottom: none;
  background-color: #FCF2EF;
  width: 100%;
}
.grid-loop .alm-btn-wrap {
  padding-bottom: 0;
}
.grid-loop .alm-btn-wrap .alm-load-more-btn.more, .grid-loop .alm-btn-wrap .loop-btn.btn-primary {
  color: black !important;
  font-size: 24px !important;
  font-family: "linotype-didot", serif !important;
  padding: 20px 0 0 !important;
}
.grid-loop .loop-btn-wrap {
  width: 100%;
  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: 30px 0;
}
.grid-loop .loop-btn-wrap .loop-btn {
  padding: 15px 50px !important;
  color: #D29D8B !important;
  font-weight: 500 !important;
}
.grid-loop .loop-btn-wrap .loop-btn:hover {
  background-color: white !important;
}
@media screen and (max-width: 768px) {
  .grid-loop {
    padding: 50px 30px 0;
    width: 100% !important;
  }
  .grid-loop .grid-loop-container, .grid-loop .alm-listing .alm-reveal {
    width: 100% !important;
  }
  .grid-loop .grid-loop-container .grid-post, .grid-loop .alm-listing .alm-reveal .grid-post {
    width: 50%;
  }
  .grid-loop .alm-listing .alm-reveal {
    padding: 0 1vw;
  }
}
@media screen and (max-width: 600px) {
  .grid-loop {
    padding: 20px;
    padding-top: 0;
  }
  .grid-loop .grid-section-title {
    font-size: 32px;
  }
  .grid-loop .grid-loop-container .grid-post, .grid-loop .alm-listing .alm-reveal .grid-post {
    width: 100%;
    padding: 0 10px 50px;
  }
}

/*--------------------------------------------------------------
# SIDEAR
--------------------------------------------------------------*/
#secondary {
  width: 25%;
}
#secondary .widget h2.widget-title {
  font-size: 16px;
}
#secondary .widget ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
}
#secondary #subscribe_widget {
  text-align: center;
  border: 1px solid lightgray;
  padding: 20px 20px 0px;
}
#secondary #subscribe_widget .subs-widget-title {
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
}
#secondary #subscribe_widget input#mce-EMAIL {
  width: 100%;
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid black;
  font-size: 11px;
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 1px;
  padding-left: 0px;
  margin-bottom: 14px;
}
#secondary #subscribe_widget .subscribe {
  text-align: left;
}
#secondary #subscribe_widget .subscribe input#mc-embedded-subscribe {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 9px;
  border-radius: 0px;
  padding: 7px 10px;
  border: none;
  background: #FCF2EF;
  color: black;
  cursor: pointer;
}
#secondary #subscribe_widget .subscribe input#mc-embedded-subscribe:hover {
  background: #D29D8B !important;
}
#secondary #categories_widget .categories-widget-wrap .image-link {
  position: relative;
  width: 100%;
  height: 210px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
#secondary #categories_widget .categories-widget-wrap .image-link span {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "proxima-nova", sans-serif;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 30px;
}
#secondary #categories_widget .categories-widget-wrap .image-link span:hover {
  background: rgba(0, 0, 0, 0.35);
}
#secondary #categories_widget .categories-widget-wrap .image-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#secondary #categories_widget .categories-widget-wrap .image-link:hover::after {
  opacity: 0;
  background: rgba(255, 255, 255, 0.35);
}
#secondary #categories_widget .categories-widget-wrap .image-link:hover span {
  background: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
  #secondary {
    display: none;
  }
}