@charset "UTF-8";
/*!
Theme Name: Kristen Nassif
Theme URI: http://underscores.me/
Author: Smash Creative
Author URI: https://smashcreative.com/
Description: Smash Creative Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kristen_nassif
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.

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Smash Styles
--------------------------------------------------------------*/
@font-face {
  font-family: "BodegaScript";
  src: url("fonts/BodegaScript.eot"); /* IE9 Compat Modes */
  src: url("fonts/BodegaScript.eot?#iefix") format("embedded-opentype"), url("fonts/BodegaScript.woff") format("woff"), url("fonts/BodegaScript.ttf") format("truetype"), url("fonts/BodegaScript.svg#svgFontName") format("svg"); /* Legacy iOS */
}
h1, h2, h3, h4, h5, h6 {
  font-family: "big-caslon-fb", sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 18px;
}

#circle_links .circle-links-slider, #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, .home-post .home-post-inner .home-post-image .social-share .share-actions, #featured_cats .featured-cats-container .featured-cat .featured-cat-overlay, #cta_blocks .cta-block .cta-wrap, #masthead #primary-menu li, #masthead, .alm-btn-wrap .alm-load-more-btn span, .linklist-widget .linklist-widget-links a, #shop_page .about-nav-wrap .menu-container a, .contact-social a, .about-nav #about_menu a, #comments .comment-list .comment .comment-meta .comment-metadata a, .social-share button, .social-share a, .entry-footer .post-foot-right .social-share button, article.post .entry-footer .post-actions .share, article.post .entry-footer .post-actions a, a.alt-link, a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

a {
  color: rgba(92, 119, 147, 0.85);
  outline: none;
  text-decoration: none;
}
a:focus, a:active, a:visited {
  color: rgba(92, 119, 147, 0.85);
}
a:hover {
  cursor: pointer;
  color: #5C7793;
}

.linklist-widget .linklist-widget-links a, #shop_page .about-nav-wrap .menu-container a, .contact-social a, .about-nav #about_menu a, #comments .comment-list .comment .comment-meta .comment-metadata a, .social-share button, .social-share a, .entry-footer .post-foot-right .social-share button, article.post .entry-footer .post-actions .share, article.post .entry-footer .post-actions a, a.alt-link {
  color: #293A4D;
  outline: none;
  text-decoration: none;
}
.linklist-widget .linklist-widget-links a:hover, #shop_page .about-nav-wrap .menu-container a:hover, .contact-social a:hover, .about-nav #about_menu a:hover, #comments .comment-list .comment .comment-meta .comment-metadata a:hover, .social-share button:hover, .social-share a:hover, .entry-footer .post-foot-right .social-share button:hover, article.post .entry-footer .post-actions .share:hover, article.post .entry-footer .post-actions a:hover, a.alt-link:hover, .linklist-widget .linklist-widget-links a a:focus, #shop_page .about-nav-wrap .menu-container a a:focus, .contact-social a a:focus, .about-nav #about_menu a a:focus, #comments .comment-list .comment .comment-meta .comment-metadata a a:focus, .social-share button a:focus, .social-share a a:focus, .entry-footer .post-foot-right .social-share button a:focus, article.post .entry-footer .post-actions .share a:focus, article.post .entry-footer .post-actions a a:focus, a.alt-link a:focus, .linklist-widget .linklist-widget-links a a:active, #shop_page .about-nav-wrap .menu-container a a:active, .contact-social a a:active, .about-nav #about_menu a a:active, #comments .comment-list .comment .comment-meta .comment-metadata a a:active, .social-share button a:active, .social-share a a:active, .entry-footer .post-foot-right .social-share button a:active, article.post .entry-footer .post-actions .share a:active, article.post .entry-footer .post-actions a a:active, a.alt-link a:active, .linklist-widget .linklist-widget-links a a:visited, #shop_page .about-nav-wrap .menu-container a a:visited, .contact-social a a:visited, .about-nav #about_menu a a:visited, #comments .comment-list .comment .comment-meta .comment-metadata a a:visited, .social-share button a:visited, .social-share a a:visited, .entry-footer .post-foot-right .social-share button a:visited, article.post .entry-footer .post-actions .share a:visited, article.post .entry-footer .post-actions a a:visited, a.alt-link a:visited {
  color: #5C7793;
}

#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu, #more_menu_bar #category_menu, #colophon #footer_menu, #shop_page .about-nav-wrap .menu-container, .about-nav #about_menu, #masthead #primary-menu, #masthead .site-navigation-wrap #primary_menu, #masthead.lock_nav .site-navigation-wrap #primary-menu, #masthead #primary_left_menu {
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li, #more_menu_bar #category_menu li, #colophon #footer_menu li, #shop_page .about-nav-wrap .menu-container li, .about-nav #about_menu li, #masthead #primary-menu li, #masthead .site-navigation-wrap #primary_menu li, #masthead.lock_nav .site-navigation-wrap #primary-menu li, #masthead #primary_left_menu li {
  position: relative;
  float: none;
  margin: 0;
  padding: 0 17px;
  white-space: nowrap;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu, #more_menu_bar #category_menu li .sub-menu, #colophon #footer_menu li .sub-menu, #shop_page .about-nav-wrap .menu-container li .sub-menu, .about-nav #about_menu li .sub-menu, #masthead #primary-menu li .sub-menu, #masthead .site-navigation-wrap #primary_menu li .sub-menu, #masthead.lock_nav .site-navigation-wrap #primary-menu li .sub-menu, #masthead #primary_left_menu li .sub-menu {
  top: 100%;
  text-align: left;
  padding: 15px 30px;
  background: white;
  white-space: nowrap;
  box-shadow: unset;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .sub-menu a, #more_menu_bar #category_menu li .sub-menu a, #colophon #footer_menu li .sub-menu a, #shop_page .about-nav-wrap .menu-container li .sub-menu a, .about-nav #about_menu li .sub-menu a, #masthead #primary-menu li .sub-menu a, #masthead .site-navigation-wrap #primary_menu li .sub-menu a, #masthead.lock_nav .site-navigation-wrap #primary-menu li .sub-menu a, #masthead #primary_left_menu li .sub-menu a {
  width: auto;
  color: #293A4D;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu li .icon, #more_menu_bar #category_menu li .icon, #colophon #footer_menu li .icon, #shop_page .about-nav-wrap .menu-container li .icon, .about-nav #about_menu li .icon, #masthead #primary-menu li .icon, #masthead .site-navigation-wrap #primary_menu li .icon, #masthead.lock_nav .site-navigation-wrap #primary-menu li .icon, #masthead #primary_left_menu li .icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}

.contact-form-wrap, #download .download-container, .container-xl, .container-lg, .container-md, .container {
  width: 90%;
  max-width: 955px;
  margin: 0 auto !important;
}

a.btn, .btn, a.btn-opp, .btn-opp, a.btn-tertiary, .btn-tertiary, #shop_page .archive-item .archive-item-image .product-btn, a.btn-secondary, .btn-secondary, .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], #contact-form-wrapper nf-field input[value=Submit], a.btn-primary, .btn-primary {
  display: inline-block !important;
  padding: 10px 25px !important;
  font-family: "brandon-grotesque", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 12px !important;
  text-align: center !important;
}

.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], #contact-form-wrapper nf-field input[value=Submit], a.btn-primary, .btn-primary {
  background: #5C7793 !important;
  border: 2px solid #5C7793 !important;
  color: white !important;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][type=button] a, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button] a, #popup-modal #mc-embedded-subscribe-form input[type=submit] a, #popup-modal .modal-box .modal-inner input[type=button] a, #contact-form-wrapper nf-field input[value=Submit] a, .btn-primary a {
  color: white !important;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][type=button] .icon, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button] .icon, #popup-modal #mc-embedded-subscribe-form input[type=submit] .icon, #popup-modal .modal-box .modal-inner input[type=button] .icon, #contact-form-wrapper nf-field input[value=Submit] .icon, .btn-primary .icon {
  fill: white !important;
}
.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, #contact-form-wrapper nf-field input[value=Submit]:hover, .btn-primary:hover {
  background: white !important;
  color: #293A4D !important;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][type=button]:hover a, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button]:hover a, #popup-modal #mc-embedded-subscribe-form input[type=submit]:hover a, #popup-modal .modal-box .modal-inner input[type=button]:hover a, #contact-form-wrapper nf-field input[value=Submit]:hover a, .btn-primary:hover a {
  color: white !important;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input[value=Submit][type=button]:hover .icon, #popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button]:hover .icon, #popup-modal #mc-embedded-subscribe-form input[type=submit]:hover .icon, #popup-modal .modal-box .modal-inner input[type=button]:hover .icon, #contact-form-wrapper nf-field input[value=Submit]:hover .icon, .btn-primary:hover .icon {
  fill: #293A4D !important;
}

#shop_page .archive-item .archive-item-image .product-btn, a.btn-secondary, .btn-secondary {
  background: white !important;
  border: 2px solid white !important;
  color: #293A4D !important;
}
#shop_page .archive-item .archive-item-image .product-btn a, .btn-secondary a {
  color: #293A4D !important;
}
#shop_page .archive-item .archive-item-image .product-btn .icon, .btn-secondary .icon {
  fill: #293A4D !important;
}
#shop_page .archive-item .archive-item-image .product-btn:hover, .btn-secondary:hover {
  background: #293A4D !important;
  color: white !important;
}
#shop_page .archive-item .archive-item-image .product-btn:hover a, .btn-secondary:hover a {
  color: white !important;
}
#shop_page .archive-item .archive-item-image .product-btn:hover .icon, .btn-secondary:hover .icon {
  fill: white !important;
}

a.btn-tertiary, .btn-tertiary {
  background: #aba9a3 !important;
  border: 2px solid #aba9a3 !important;
  color: #293A4D !important;
}
.btn-tertiary:hover {
  background: #293A4D !important;
  color: white !important;
}

a.btn-opp, .btn-opp {
  background: rgba(92, 119, 147, 0.85) !important;
  border: 2px solid rgba(92, 119, 147, 0.85) !important;
  color: white !important;
}
.btn-opp a {
  color: white !important;
}
.btn-opp .icon {
  fill: white !important;
}
.btn-opp:hover {
  background: rgba(255, 255, 255, 0.85) !important;
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  color: #5C7793 !important;
}
.btn-opp:hover a {
  color: #5C7793 !important;
}
.btn-opp:hover .icon {
  fill: #5C7793 !important;
}

body {
  color: #161616;
}
body.lock_nav #content {
  margin-top: 62px;
}

#page {
  position: relative;
}

body {
  font-size: 14px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

a:focus {
  outline: none;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #5d5d5d;
  font-family: "brandon-grotesque", serif;
}

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

.script-font {
  font-family: "BodegaScript", serif;
}

.lazy {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lazy-contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.dot-sep {
  position: relative;
}
.dot-sep::before {
  content: "·";
  font-size: 25px;
  color: #293A4D;
  margin: 0 10px;
}

.show {
  display: block !important;
}

.social-icon {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0;
}

.block-full {
  width: 100%;
}

.block-half {
  width: 49%;
}

.block-fourth {
  width: 23%;
}

.block-third {
  width: 32%;
}

.block-fifth {
  width: 19%;
}

.pad-section {
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-md {
  max-width: 900px;
}

.container-lg {
  max-width: 1090px;
}

.container-xl {
  max-width: 1200px;
}

#content {
  position: relative;
  padding: 0;
}
#content .site-branding {
  padding: 65px 0;
}
#content .site-branding #logo {
  display: block;
  margin: 0 auto;
  max-width: 380px;
}
@media screen and (max-width: 820px) {
  #content {
    padding-top: 30px;
  }
}

.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: white;
  margin: 0 auto;
}

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

.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 {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

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

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

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

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

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

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

.justify-between {
  display: -webkit-flex;
  display: flex;
  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: #5C7793 !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  font-weight: 100 !important;
  margin-bottom: 0px !important;
  margin-top: 50px !important;
  font-family: "big-caslon-fb", sans-serif !important;
}
.alm-btn-wrap .alm-load-more-btn:hover {
  color: #D5B299 !important;
}
.alm-btn-wrap .alm-load-more-btn:hover span {
  margin-left: 10px;
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 35%;
  font-size: 20px;
  color: #293A4D;
}
.slick-slider .slick-arrow.slick-prev {
  left: -1%;
}
.slick-slider .slick-arrow.slick-next {
  right: -1%;
}
.slick-slider .slick-arrow:hover {
  cursor: pointer;
  color: white;
}
.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;
}
.animate-right {
  position: relative;
}
.animate-right .icon {
  margin-left: 5px;
}
.animate-right:hover .icon {
  margin-left: 10px;
}

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

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

#masthead {
  position: relative;
  padding: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: white;
  border-bottom: 1px solid #b9b9b9 !important;
}
#masthead.lock_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
#masthead.lock_nav .site-navigation-wrap .main-logo {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  top: 5px;
}
#masthead.lock_nav .site-navigation-wrap .main-logo .logo-full {
  display: none;
}
#masthead.lock_nav .site-navigation-wrap .main-logo .logo-icon {
  display: block;
}
#masthead.lock_nav .site-navigation-wrap #primary-menu {
  justify-content: center;
  -webkit-justify-content: center;
}
#masthead.lock_nav .site-navigation-wrap #primary-menu li {
  padding: 20px 0;
}
#masthead.lock_nav #header-social {
  top: 100%;
}
#masthead a {
  color: #293A4D;
}
#masthead a:hover {
  color: #5C7793;
  text-decoration: underline;
}
#masthead .site-navigation-wrap {
  position: relative;
}
#masthead .site-navigation-wrap .mobile-logo {
  display: none;
}
#masthead .site-navigation-wrap #primary_menu {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
#masthead .site-navigation-wrap .main-logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  z-index: 1000000;
}
#masthead .site-navigation-wrap .main-logo img {
  width: 100%;
  display: block;
}
#masthead .site-navigation-wrap .main-logo .logo-full {
  max-width: 180px;
  display: block;
}
#masthead .site-navigation-wrap .main-logo .logo-icon {
  max-width: 80px;
  display: none;
}
#masthead .site-navigation-wrap .main-navigation {
  width: unset;
}
#masthead .site-navigation-wrap .side-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20%;
  text-transform: uppercase;
  font-family: "brandon-grotesque", serif;
  font-size: 11px;
}
#masthead .site-navigation-wrap .side-menu .menu-suscribe {
  margin-left: 10px;
}
#masthead .site-navigation-wrap .header-left .header-block-inner a {
  background: #5C7793 !important;
  border: 2px solid #5C7793 !important;
}
#masthead .site-navigation-wrap .header-left .header-block-inner a:hover {
  background: #fdf6f0 !important;
  border: 2px solid #fdf6f0 !important;
  text-decoration: none;
}
#masthead .header-block {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  float: none;
  flex: 1;
}
#masthead .header-block.header-left .header-block-inner {
  margin-right: auto;
}
#masthead .header-block.header-middle {
  flex: 2;
}
#masthead .header-block.header-right .header-block-inner {
  margin-left: auto;
}
#masthead .header-block.header-right .header-block-inner .icon.search-modal-link {
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  #masthead .header-block.header-right {
    display: none;
  }
}
#masthead .subscribe-link {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  text-transform: uppercase;
}
#masthead .fab {
  font-size: 13px;
  padding: 0;
}
#masthead #primary-menu {
  justify-content: center;
  -webkit-justify-content: center;
}
#masthead #primary-menu li {
  padding: 65px 0;
}
#masthead .menu-mobile-container {
  display: none;
}
@media screen and (max-width: 600px) {
  #masthead .menu-mobile-container {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100000;
    background: white;
  }
  #masthead .menu-mobile-container .menu li {
    display: block;
    float: none;
    text-align: center;
    padding: 10px 0;
  }
}
#masthead .header-social-inner {
  position: relative;
}
#masthead .header-social-inner > * {
  margin-left: 7px;
}
#masthead .header-social-inner .icon {
  position: relative;
  width: 13px;
  height: 13px;
  top: 1px;
}
@media screen and (max-width: 1024px) {
  #masthead {
    padding: 0 2%;
  }
  #masthead .fab {
    padding: 0px;
  }
}
@media screen and (max-width: 820px) {
  #masthead .site-navigation-wrap {
    height: 45px;
  }
  #masthead .site-navigation-wrap .header-left {
    margin-right: 20px;
  }
  #masthead .site-navigation-wrap .mobile-logo {
    display: flex;
    flex: 2;
  }
  #masthead .site-navigation-wrap .mobile-logo img {
    width: auto;
    max-height: 40px;
  }
  #masthead .site-navigation-wrap #site-navigation {
    display: none;
  }
  #masthead .site-navigation-wrap #site-navigation .menu-container {
    display: none;
  }
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container {
    display: block;
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: white;
  }
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container #primary-menu {
    display: block;
  }
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container #primary-menu li {
    padding: 8px 10px;
  }
  #masthead .site-navigation-wrap #site-navigation.toggled .menu-container #primary-menu li .posts-drop {
    display: none;
  }
  #masthead .site-navigation-wrap .main-logo {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
  }
}
@media screen and (max-width: 600px) {
  #masthead {
    padding: 10px 20px;
  }
  #masthead .site-navigation-wrap .header-left {
    display: none !important;
  }
  #masthead .site-navigation-wrap .mobile-logo {
    justify-content: flex-start;
  }
}
#logo-wrap {
  max-width: 425px;
  margin: 50px auto;
}
@media screen and (max-width: 820px) {
  #logo-wrap {
    max-width: 300px;
    display: none !important;
  }
}

@media screen and (max-width: 820px) {
  body.customize-support #site-navigation.toggled .menu-container {
    top: 90px !important;
  }
  body.customize-support.lock_nav #site-navigation.toggled .menu-container {
    top: 45px !important;
  }
}
.test-container {
  display: flex;
}

.box {
  flex: 1;
  display: flex;
  justify-content: center;
}

.box:first-child > span {
  margin-right: auto;
}

.box:last-child > span {
  margin-left: auto;
}

/* non-essential */
.box {
  align-items: center;
  border: 1px solid #ccc;
  background-color: lightgreen;
  height: 40px;
}

p {
  text-align: center;
  margin: 5px 0 0 0;
}

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

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

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

.archive-item {
  background: white;
  display: inline-block;
  width: 29%;
  position: relative;
  margin: 0% 1% 3%;
  overflow: hidden;
}
.archive-item .archive-item-image {
  display: block;
  width: 100%;
  height: 425px;
  max-height: 425px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.archive-item .archive-item-image .sponsored {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25%;
  padding: 5px;
  background: rgba(243, 158, 153, 0.3);
  color: black;
  font-family: "lindage";
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.archive-item .archive-item-image img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.archive-item .archive-item-meta a.archive-item-title {
  font-family: "big-caslon-fb", sans-serif;
  padding: 0px 20px;
  letter-spacing: 0px;
  font-size: 20px;
}
.archive-item .archive-item-meta .archive-links i.fa.fa-circle {
  font-size: 3px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
}
.archive-item:hover .archive-item-image .sponsored {
  bottom: 0;
}
.archive-item:hover .archive-item-image img {
  opacity: 0.7;
}
.archive-item .post_meta {
  text-align: center;
}
.archive-item .excerpt {
  text-align: center;
  font-size: 18px;
}
.archive-item .separator {
  margin: 50px auto;
  width: 25%;
}

.archive-item-meta {
  color: #2C3554;
  background-color: white;
  display: block;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  padding: 25px 9px 30px;
}
.archive-item-meta:hover {
  color: #1d1d1d;
}

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

.archive-item-title {
  font-size: 17px;
  font-family: "chronicle";
  text-transform: none;
  max-width: 60%;
  margin: 0 auto;
}
.archive-item-title a {
  color: #c8c8c8;
}

.archive-links {
  display: flex;
  justify-content: center;
  font-family: "europa";
  font-size: 11px;
  margin-top: 26px;
  letter-spacing: 3px;
}
.archive-links .icon {
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}

.archive-action-block {
  position: absolute;
  background: white;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
}

.show-block {
  top: unset;
  bottom: 0;
  opacity: 1;
}

.view-link {
  cursor: pointer;
}
.view-link:hover {
  color: #f2e6e8;
}

.shop-block {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}
.shop-block .shopthepost-widget {
  margin-top: 0;
}

.share-block {
  padding: 15px;
}
.share-block .social-share {
  padding-top: 0;
}

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

#load-more-from {
  padding: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 50px 0px 27px;
}
#load-more-from .load-more-title {
  text-transform: uppercase;
  font-family: "big-caslon-fb", sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
}
#load-more-from .cat-nav {
  margin: 0 auto;
}

.cat-nav {
  margin: 0 auto 50px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "brandon-grotesque", sans-serif;
}
.cat-nav a {
  padding: 0px 15px;
}
@media screen and (max-width: 820px) {
  .cat-nav {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .archive-item .archive-item-image {
    height: 400px;
  }
}
@media only screen and (max-width: 1100px) {
  .archive-item .archive-item-image {
    height: 350px;
  }
}
@media only screen and (max-width: 1000px) {
  .archive-item .archive-item-image {
    height: 315px;
  }
}
@media only screen and (max-width: 900px) {
  .archive-item {
    width: 47%;
  }
  .archive-item .archive-item-image {
    height: 275px;
  }
}
@media only screen and (max-width: 800px) {
  .archive-item .archive-item-image {
    height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .archive-item .archive-item-image {
    height: 350px;
  }
}
@media only screen and (max-width: 667px) {
  .archive-item {
    width: 100%;
  }
  .archive-item .archive-item-image {
    height: 425px;
  }
}
body.single-post #primary {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body.single-post.lock_nav article.post .article-sidebar {
  position: fixed !important;
  top: 0;
}
body.single-post #featured_post {
  background: white;
  margin-bottom: 70px;
}
@media screen and (max-width: 820px) {
  body.single-post #primary {
    max-width: 100%;
  }
}

article.post .entry-header {
  text-align: center;
}
article.post .entry-header .post-meta {
  font-family: "brandon-grotesque", sans-serif;
  margin-bottom: 10px;
}
article.post .entry-header .post-meta .meta-sep {
  width: 1px;
  height: 15px;
  background: black;
  margin: 0 10px;
}
article.post .entry-header .post-meta a.category-name {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
article.post .entry-header .post-meta .post-date {
  font-family: "big-caslon-fb", sans-serif;
  font-style: italic;
  letter-spacing: 1px;
}
article.post .entry-content {
  padding-bottom: 30px;
}
article.post .entry-content a {
  color: #aba9a3;
}
article.post .entry-content .rs-code {
  text-align: center;
  margin-top: 50px;
}
article.post .entry-footer {
  position: relative;
  border-bottom: 1px solid #aba9a3;
  text-align: center;
  padding: 10px;
}
article.post .entry-footer .post-actions {
  font-size: 12px;
  letter-spacing: 1px;
}
article.post .entry-footer .post-actions span {
  margin-right: 10px;
}
article.post .entry-footer .post-actions .share {
  margin: 0 8px;
  font-size: 12px;
}
article.post .article-sidebar {
  position: absolute;
  top: 0;
  height: 100%;
  right: 17px;
  padding-top: 75px;
  width: 70px;
  text-align: center;
  overflow: hidden;
}
article.post .article-sidebar .article-sidebar-inner {
  position: relative;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
article.post .article-sidebar .article-sidebar-inner #progress {
  position: fixed;
  top: 75px;
  width: 1px;
  height: 0;
  background-color: #000;
  z-index: -1;
}
article.post .article-sidebar .article-sidebar-inner .social-share .share-wrap {
  width: 100%;
  height: 38px;
  position: relative;
  margin-bottom: 22px;
}
article.post .article-sidebar .article-sidebar-inner .social-share .share-wrap span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  font-family: "brandon-grotesque", serif;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  margin: auto;
  display: block;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
article.post .article-sidebar .article-sidebar-inner .social-share .share {
  display: block;
  text-align: center;
  margin: 0 auto 22px;
  font-size: 16px;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 600px) {
  article.post .article-sidebar {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  article.post h1.entry-title {
    font-size: 24px;
  }
  article.post .entry-content h2 {
    font-size: 20px;
  }
  article.post .entry-content p {
    text-align: left;
  }
  article.post .entry-content li, article.post .entry-content ul {
    margin: 0px;
  }
  article.post .entry-content ul {
    margin: 15px 0px;
  }
  article.post .article-sidebar {
    display: none;
  }
  article.post .article-sidebar #progress {
    display: none;
  }
  article.post .article-sidebar .article-sidebar-inner .social-share .share-wrap span {
    display: none;
  }
}

.entry-header .entry-title {
  text-align: center;
  margin-bottom: 5px;
  color: #293A4D;
}
.entry-header .entry-meta {
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c8c8c8;
  margin-bottom: 30px;
}
.entry-header .entry-meta a {
  color: #c8c8c8;
}

.entry-content {
  position: relative;
}
.entry-content .single-waypoint {
  position: relative;
  top: -500px;
}
.entry-content a {
  color: #5C7793 !important;
  font-weight: 600;
}
.entry-content a:hover {
  color: #D5B299 !important;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 20px;
}
.entry-content li, .entry-content ul {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #5d5d5d;
  font-family: "brandon-grotesque", serif;
}

.entry-footer {
  margin: 50px 0px 50px;
}
.entry-footer .signature {
  font-family: "BodegaScript", serif;
  font-size: 40px;
  color: #293A4D;
}
.entry-footer .entry-footer-inner {
  font-family: "brandon-grotesque", serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.entry-footer .post-foot-left {
  display: flex;
  letter-spacing: 1px;
  font-size: 18px;
}
.entry-footer .post-foot-left .btn {
  padding: 10px 20px;
}
.entry-footer .post-foot-right {
  font-family: "karla";
  text-transform: lowercase;
  letter-spacing: 2px;
}
.entry-footer .post-foot-right .social-share {
  font-size: 14px;
  text-transform: uppercase;
}
.entry-footer .post-foot-right .social-share .share-title {
  margin-right: 10px;
}
.entry-footer .post-foot-right .social-share button {
  padding: 0px 3px;
}
@media screen and (max-width: 600px) {
  .entry-footer .entry-footer-inner {
    flex-direction: column;
  }
  .entry-footer a.comment-btn {
    margin: 10px 0px 20px;
  }
}

.social-share button:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# COMMENTS
--------------------------------------------------------------*/
#comments {
  max-width: 80%;
  margin: 0 auto;
}
#comments .comment-subtitle {
  font-family: "big-caslon-fb", sans-serif;
  letter-spacing: 2px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
#comments .container {
  max-width: 685px;
}
#comments .comments-title {
  display: none;
}
#comments .comment-input-half {
  width: 49%;
}
#comments input[type=text], #comments input[type=email], #comments input[type=url], #comments input[type=password], #comments input[type=search], #comments input[type=number], #comments input[type=tel], #comments input[type=range], #comments input[type=date], #comments input[type=month], #comments input[type=week], #comments input[type=time], #comments input[type=datetime], #comments input[type=datetime-local], #comments input[type=color], #comments textarea {
  font-family: "brandon-grotesque", serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 7px 10px;
  border-radius: 0;
  margin-bottom: 5px;
  width: 100%;
}
#comments input#submit {
  width: 100%;
  background: #5C7793 !important;
  color: white !important;
  border: 1px solid #5C7793 !important;
  cursor: pointer;
  border-radius: 0;
}
#comments input#submit:hover {
  background: white !important;
  color: #5C7793 !important;
}
#comments div#respond {
  margin-bottom: 50px;
}
#comments .comment-list {
  margin: 0;
  padding: 0;
  font-family: "brandon-grotesque", serif;
}
#comments .comment-list .comment .comment-meta {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding-bottom: 20px;
}
#comments .comment-list .comment .comment-meta .comment-author {
  line-height: normal;
}
#comments .comment-list .comment .comment-meta .avatar, #comments .comment-list .comment .comment-meta .says {
  display: none;
}
#comments .comment-list .comment .comment-meta .comment-metadata {
  margin-left: 10px;
  font-size: 10px;
}
#comments .comment-list .comment .children {
  margin: 40px 0px;
}
#comments .comment-list .comment .reply {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #comments {
    max-width: 100%;
    padding: 0px;
  }
}
#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: "brandon-grotesque", serif;
}

.about-nav {
  position: relative;
  padding: 25px;
  margin-bottom: 50px;
  background: #F4F4F4;
}
.about-nav #about_menu {
  font-family: "brandon-grotesque", serif;
  letter-spacing: 1px;
}
.about-nav #about_menu a {
  padding: 0px 25px;
}
.about-nav #about_menu .current-menu-item {
  font-weight: 800;
}
@media screen and (max-width: 600px) {
  .about-nav {
    padding: 6px;
  }
  .about-nav h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .about-nav #about_menu li {
    padding: 0px;
    margin-bottom: 10px;
  }
}

#about_page #about_main .stacked-images {
  width: 49%;
  height: 750px;
}
#about_page #about_main .stacked-images .stacked-half {
  max-width: 325px;
  margin-right: -15%;
}
#about_page #about_main .loop-main-content {
  width: 49%;
  padding: 0px 90px 0px 60px;
}
#about_page #about_main .loop-main-content h2.loop-main-title {
  font-size: 46px;
  margin-bottom: 10px;
}
#about_page #about_main .loop-main-content .social-icons {
  margin-top: 40px;
  border-top: 1px solid #c8c8c8;
  width: 100%;
  padding-top: 40px;
}
#about_page #about_main .loop-main-content .social-icons .social-icons-header {
  font-family: "brandon-grotesque", serif;
}
@media screen and (max-width: 820px) {
  #about_page #about_main {
    flex-direction: column;
  }
  #about_page #about_main .stacked-images {
    width: 75%;
    height: 565px;
  }
  #about_page #about_main .stacked-images .stacked-half {
    display: none;
  }
  #about_page #about_main .loop-main-content {
    width: 80%;
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  #about_page #about_main {
    max-width: 85%;
    margin: 0 auto;
  }
  #about_page #about_main .stacked-images {
    width: 100%;
    height: 365px;
  }
  #about_page #about_main .loop-main-content {
    width: 100%;
    padding: 30px 0;
  }
  #about_page #about_main .loop-main-content h2.loop-main-title {
    font-size: 42px;
  }
}

.contact-wrap .about-nav-wrap {
  margin-bottom: 0px;
}
.contact-wrap .entry-header h2 {
  position: relative;
  font-size: 60px;
  margin-bottom: 0px;
  font-family: "BodegaScript", serif;
  color: #293A4D;
}
.contact-wrap .entry-header h2::after {
  content: "";
  background: white;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: -1;
  max-width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .contact-wrap .entry-header h2::after {
    max-width: 100%;
  }
}
.contact-wrap .entry-content {
  width: 50%;
  padding: 50px;
}
.contact-wrap .entry-content p {
  padding: 0px 40px 30px;
}
.contact-wrap .entry-content #contact-form-wrapper {
  margin: 0px 0 0;
}
.contact-wrap .entry-content #contact-form-wrapper .social-links {
  text-transform: uppercase;
}
.contact-wrap .entry-content #contact-form-wrapper .social-links .social-icon {
  padding: 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 820px) {
  .contact-wrap {
    flex-direction: column;
  }
  .contact-wrap .entry-content {
    width: 100%;
    padding-top: 0;
  }
  .contact-wrap .contact-image {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .contact-wrap .entry-content p {
    padding: 0px;
    max-width: 300px;
    text-align: center;
  }
}

.entry-header {
  text-align: center;
}
.entry-header h2 {
  font-family: "BodegaScript", serif;
}

.contact-banner {
  height: 490px;
  margin-bottom: 50px;
}

.contact-image {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .contact-image {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .contact-image {
    width: 100%;
    height: 200px;
  }
}

.contact-social {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #afafaf;
}
.contact-social span {
  margin-right: 10px;
  font-family: "brandon-grotesque", serif;
  font-size: 12px;
  text-transform: uppercase;
}
#contact-form-wrapper {
  text-align: center;
  margin: 40px 0 0;
}
#contact-form-wrapper input {
  border: 1px solid #afafaf !important;
  border-radius: 0 !important;
}
#contact-form-wrapper textarea {
  border: 1px solid #afafaf !important;
  border-radius: 0 !important;
}
#contact-form-wrapper .nf-field-container {
  margin-bottom: 20px;
}
#contact-form-wrapper nf-field input[value=Submit] {
  color: white;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px 20px;
  font-size: 11px;
  letter-spacing: 2px;
  margin: 0 auto;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #contact-form-wrapper nf-field:nth-child(2) {
    width: 100%;
  }
  #contact-form-wrapper nf-field:nth-child(3) {
    width: 100%;
  }
  #contact-form-wrapper nf-field:nth-child(1) {
    width: 100%;
  }
  #contact-form-wrapper nf-field:nth-child(4) {
    width: 100%;
  }
  #contact-form-wrapper nf-field:nth-child(5) {
    width: 100%;
  }
}
#contact-form-wrapper .nf-field-element textarea {
  height: 106px;
}
#contact-form-wrapper .label-above .nf-field-label {
  margin: 0;
}
#contact-form-wrapper .nf-field-label label {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "brandon-grotesque", sans-serif;
}

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

#contact-col {
  margin-top: 50px;
}

#contact_form h4 {
  font-size: 55px;
  color: black;
  letter-spacing: 2.3px;
  text-align: center;
  font-family: "brandon-grotesque", serif;
  text-transform: capitalize;
  margin: 60px;
}
#contact_form h4 span {
  display: inline-block;
  margin: 0 2.3px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.col-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
}

.col-6 {
  width: 48%;
}

.home-link .icon {
  position: relative;
  top: 3px;
  margin-right: 10px;
}

#influence_slides .influence-slide {
  width: 100%;
  height: 550px;
}

#cta_blocks {
  padding: 50px;
}
#cta_blocks .cta-block {
  position: relative;
  background: #E4C7D5;
  color: white;
  width: 32%;
  margin-bottom: 2%;
  padding: 30px;
}
#cta_blocks .cta-block .cta-title-wrap {
  position: relative;
}
#cta_blocks .cta-block .cta-title-wrap .cta-block-index {
  position: relative;
  font-size: 105px;
  opacity: 0.4;
  z-index: 0;
}
#cta_blocks .cta-block .cta-title-wrap .cta-title {
  position: absolute;
  font-size: 18px;
  z-index: 1;
}
#cta_blocks .cta-block .cta-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
#cta_blocks .cta-block:hover .cta-wrap {
  visibility: visible;
  opacity: 1;
}

#influence_testimonials .testimonials-container {
  max-width: 950px;
  width: 85%;
  margin: 0 auto;
}
#influence_testimonials .testimonial {
  margin-bottom: 50px;
}
#influence_testimonials .testimonial .testimonial-photo {
  min-width: 250px;
  min-height: 250px;
  border-radius: 100%;
}
#influence_testimonials .testimonial .testimonial-content {
  width: 80%;
}

#shop_page .shop-menu {
  list-style: none;
}
#shop_page .about-nav-wrap {
  position: relative;
  padding: 25px;
  margin-bottom: 50px;
  background: #F4F4F4;
}
#shop_page .about-nav-wrap .about-nav-title {
  font-family: "big-caslon-fb", sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 32px;
}
#shop_page .about-nav-wrap .menu-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: "brandon-grotesque", serif;
  letter-spacing: 1px;
}
#shop_page .about-nav-wrap .menu-container a {
  padding: 0px 25px;
}
#shop_page .about-nav-wrap .menu-container .current-menu-item {
  font-weight: 800;
}
@media screen and (max-width: 600px) {
  #shop_page .about-nav-wrap {
    padding: 10px 20px 20px;
  }
  #shop_page .about-nav-wrap .about-nav-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #shop_page .about-nav-wrap #about_menu li {
    padding: 0px;
    margin-bottom: 10px;
  }
}
#shop_page .archive-bg {
  margin: 0;
  padding: 30px 0;
}
#shop_page .archive-items {
  max-width: 968px;
  margin: 0 auto;
  display: none;
}
#shop_page .archive-items.show-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;
}
#shop_page .archive-items .where-i-shop-links {
  width: 32%;
  text-align: center;
}
#shop_page .archive-items .where-i-shop-links .title {
  font-weight: bold;
}
#shop_page .featured-product {
  width: 24%;
  padding: 30px 20px;
  text-align: left;
}
#shop_page .featured-product .product-thumb-wrap {
  position: relative;
  width: 100%;
}
#shop_page .featured-product .product-brand {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 13px;
  margin-top: 30px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 900;
}
#shop_page .featured-product .product-title {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 15px;
  text-align: left;
  margin-top: 5px;
}
#shop_page .cat-title {
  margin-bottom: 0;
}
#shop_page .archive-item {
  text-align: left;
}
#shop_page .archive-item .archive-item-image {
  position: relative;
}
#shop_page .archive-item .archive-item-image .product-btn {
  position: absolute;
  opacity: 0;
}
#shop_page .archive-item .archive-item-image .product-btn:hover {
  border: 1px solid #edd9cf !important;
}
#shop_page .archive-item:hover .archive-item-image .product-btn {
  opacity: 1;
}
#shop_page .shop-content {
  padding-top: 30px;
}
#shop_page .shop-content .boutique-widget .bo-garden {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 820px) {
  #shop_page .featured-product {
    width: 32%;
  }
}
@media screen and (max-width: 600px) {
  #shop_page .featured-product {
    width: 50%;
  }
}

#instagram_feed {
  position: relative;
}
#instagram_feed .instagram-header {
  position: absolute;
  top: 46%;
  left: 15%;
  z-index: 1000;
}
#instagram_feed .instagram-header:hover {
  background: #EBD1D0 !important;
  border: 2px solid #EBD1D0 !important;
}

#colophon {
  position: relative;
  padding: 30px 20px;
  background: #293A4D;
  color: white;
  border-top: 1px solid white;
}
#colophon #footer_menu_container {
  margin: 0 10px;
}
#colophon #footer_menu {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-left: 1px solid white;
}
#colophon #footer_menu li {
  padding: 0 10px;
  border-right: 1px solid white;
  margin: 0px;
}
#colophon a {
  color: white;
}
#colophon a:hover {
  color: gray;
}
#colophon .site-info {
  margin-left: 10px;
  font-family: "brandon-grotesque", serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #B7B7B7;
  text-transform: uppercase;
}
#colophon .site-info .site-built {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#colophon .site-info .site-built img {
  width: 80px;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  #colophon {
    padding: 20px;
  }
  #colophon .site-info {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #colophon .site-info .footer-logo {
    margin: 20px 0;
  }
}

#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 .icon {
  position: relative;
  left: 1px;
}
#back_to_top:after {
  position: absolute;
  content: "Back To Top";
  top: 140%;
  width: 100px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.block-post {
  text-align: center;
}
.block-post .block-post-thumb {
  width: 100%;
}

.social-icons {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  column-gap: 5px;
  row-gap: 5px;
}
.social-icons .social-icons-header {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.social-icons .social-icon {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 12px;
  column-gap: 5px;
  margin: 0 5px;
}
.social-icons .social-icon span {
  text-transform: uppercase;
  letter-spacing: 1px;
}

#more_menu_bar {
  position: relative;
  background: white;
  padding: 40px 0px;
}
#more_menu_bar .more-menu-bar-title {
  margin-bottom: 0;
  font-size: 50px;
  color: #293A4D;
  font-family: "BodegaScript", serif;
  margin-right: 50px;
}
#more_menu_bar #category_menu {
  text-transform: uppercase;
  margin: 0 15px;
  font-family: "brandon-grotesque", serif;
}
#more_menu_bar #category_menu li {
  padding: 0 20px;
}
#more_menu_bar #category_menu li a:hover {
  color: #D5B299;
}
#more_menu_bar #category_menu .italic-menu-item {
  font-family: "big-caslon-fb", sans-serif;
  text-transform: capitalize;
}
@media screen and (max-width: 820px) {
  #more_menu_bar .container-xl {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  #more_menu_bar .more-menu-bar-title {
    margin-right: 0px;
  }
  #more_menu_bar ul#category_menu {
    flex-direction: column;
  }
  #more_menu_bar ul#category_menu li {
    padding: 5px 0px;
  }
}

.flex_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_row .flex_row_block, .flex_row > * {
  width: 49%;
}
.flex_row img {
  display: block;
  max-width: 49%;
  margin: 2% 0;
}
.flex_row img:nth-of-type(2n) {
  margin-left: 1%;
}
.flex_row img:nth-of-type(2n+1) {
  margin-right: 1%;
}
@media screen and (max-width: 820px) {
  .flex_row {
    flex-direction: column;
    justify-content: flex-start;
  }
  .flex_row > * {
    width: 100%;
  }
  .flex_row img {
    max-width: 100%;
    margin: 20px 0;
  }
}
.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: "big-caslon-fb", sans-serif;
  display: block;
  margin: 20px 0;
  letter-spacing: 2px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-left .drop-sub-cats a.cat-item {
  list-style: none;
  font-family: "brandon-grotesque", 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: "big-caslon-fb", sans-serif;
  margin-left: 5px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .vertical-sep {
  width: 3px;
  background: #EADCDC;
  margin: 0 10%;
  display: block;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right {
  width: 70%;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post {
  display: block;
  position: relative;
  width: 34%;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post img {
  display: block;
  padding: 0px 8px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer {
  align-items: center;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title-inner {
  background: white;
  padding: 25px;
  width: 100%;
  font-family: "big-caslon-fb", sans-serif;
  white-space: normal;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title {
  font-size: 14px;
  font-family: "big-caslon-fb", sans-serif;
  letter-spacing: 2px;
}
.menu-has-drop-posts .posts-drop .dropdown-banner-wrapper .dropdown-block-right .drop-post .drop-post-title-outer .drop-post-title:hover {
  color: #c8c8c8;
}
.menu-has-drop-posts:hover .posts-drop {
  opacity: 1;
  visibility: visible;
}
body.customize-support .posts-drop {
  top: 179px;
}
body.customize-support.lock_nav .posts-drop {
  top: 57px;
}
/*--------------------------------------------------------------
## 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: "brandon-grotesque", 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: 820px) {
  #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%;
  }
}
.home-post {
  margin: 30px auto !important;
}
.home-post .home-post-inner .home-post-content {
  width: 49%;
  padding: 50px 50px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-title {
  letter-spacing: 2px;
  font-family: "big-caslon-fb", sans-serif;
  font-size: 24px;
  position: relative;
  margin-left: -200px;
  background: #F5F4EF;
  padding: 20px;
  text-align: center;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta {
  font-family: "brandon-grotesque", sans-serif;
  margin-bottom: 10px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta .meta-sep {
  width: 1px;
  height: 15px;
  background: black;
  margin: 0 10px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta a.category-name {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-meta .post-date {
  font-family: "big-caslon-fb", sans-serif;
  font-style: italic;
  letter-spacing: 1px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .home-post-excerpt {
  margin-top: 15px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.btn.btn-primary {
  display: block !important;
  width: 200px;
  margin: 20px auto 0 !important;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner .rs-code {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.home-post .home-post-inner .home-post-content .home-post-content-inner a.view-post {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "brandon-grotesque", 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: 820px) {
  .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;
  }
}
#featured_post {
  position: relative;
}
#featured_post .featured-post-title {
  text-align: center;
  color: white;
  background: rgba(92, 119, 147, 0.85);
  padding: 50px;
  font-size: 24px;
  font-family: "big-caslon-fb", sans-serif;
  letter-spacing: 1px;
  max-width: 425px;
}
#featured_post .featured-post-title:hover {
  background: rgba(255, 255, 255, 0.85);
  color: rgba(92, 119, 147, 0.85);
}
@media screen and (max-width: 820px) {
  #featured_post .featured-post-title {
    padding: 36px;
    font-size: 22px;
    max-width: 325px;
  }
}
@media screen and (max-width: 600px) {
  #featured_post .featured-post-title {
    padding: 22px;
    font-size: 17px;
    max-width: 225px;
  }
}

#link_circles {
  position: relative;
  margin: 70px 0px 60px;
}
#link_circles .link-circle {
  width: 32%;
  padding: 5px;
}
#link_circles .link-circle .link-circle-image {
  border-radius: 100%;
}
#link_circles .link-circle .link-circle-image:hover {
  opacity: 0.8;
}
#link_circles .link-circle .link-circle-image .btn-opp {
  color: white !important;
  font-size: 14px !important;
  padding: 17px 40px !important;
}
#link_circles .link-circle .link-circle-image .btn-opp:hover {
  color: #293A4D !important;
}
@media screen and (max-width: 820px) {
  #link_circles {
    margin: 40px 0px 30px;
  }
  #link_circles .link-circle .link-circle-image .btn-opp {
    padding: 11px 21px !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 600px) {
  #link_circles .flex {
    flex-direction: column;
  }
  #link_circles .flex .link-circle {
    padding: 5px;
    width: 80%;
  }
}

#featured_links {
  position: relative;
  padding: 40px;
  background: #F4F4F4;
  margin: 40px 0px 70px;
}
#featured_links .featured-links-header h2.featured-links-title {
  font-family: "BodegaScript", serif;
  font-size: 60px;
  margin-bottom: 0px;
  color: #293A4D;
}
#featured_links .featured-links-header .featured-links-labels .featured-links-label {
  text-transform: uppercase;
  font-family: "brandon-grotesque", serif;
  padding-left: 29px;
  letter-spacing: 1px;
  font-size: 11px;
}
#featured_links .featured-links .featured-link {
  width: 25%;
  padding: 10px;
  text-align: center;
}
#featured_links .featured-links .featured-link .featured-link-image-wrap {
  width: 100%;
  padding: 10px;
  background: white;
}
#featured_links .featured-links .featured-link .featured-link-image-wrap img {
  display: block;
}
#featured_links .featured-links .featured-link .featured-link-image-wrap img:hover {
  opacity: 0.8;
}
#featured_links .featured-links .featured-link .featured-link-title {
  text-transform: uppercase;
  font-family: "brandon-grotesque", serif;
  letter-spacing: 1px;
  font-size: 11px;
  margin-top: 20px;
  color: #293A4D;
}
#featured_links .featured-links .featured-link .featured-link-title:hover {
  color: #D5B299;
}
@media screen and (max-width: 820px) {
  #featured_links {
    padding: 40px 0px;
  }
  #featured_links .featured-links-header h2.featured-links-title {
    font-size: 40px;
  }
  #featured_links .featured-links-wrap .featured-links {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
  }
  #featured_links .featured-links-wrap .featured-links .featured-link {
    flex: 1;
  }
}
@media screen and (max-width: 600px) {
  #featured_links .featured-links-header {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

#subscribe_section {
  position: relative;
  padding: 30px 50px;
  background: #F4F4F4;
  margin-top: 70px;
}
#subscribe_section .subscribe-images {
  width: 50%;
}
#subscribe_section .subscribe-images .subscribe-image-left {
  position: relative;
  z-index: 0;
  width: 69%;
}
#subscribe_section .subscribe-images .subscribe-image-right {
  position: relative;
  z-index: 1;
  margin-left: -20%;
  width: 66%;
  border: 10px solid white;
}
#subscribe_section .subscribe-body {
  width: 50%;
  padding: 0 30px;
  row-gap: 2em;
}
#subscribe_section .subscribe-body .subscribe-title {
  width: 100%;
  text-align: center;
  font-family: "BodegaScript", serif;
  font-size: 60px;
  margin-bottom: 0px;
  color: #293A4D;
}
#subscribe_section .subscribe-body .subscribe-text {
  width: 85%;
}
#subscribe_section .subscribe-body .subscribe-text p {
  font-family: "brandon-grotesque", serif;
  font-size: 18px;
  font-weight: 100;
  color: #293A4D;
  margin: 30px 0px;
}
#subscribe_section .subscribe-body .subscribe-text #mc_embed_signup #mc_embed_signup_scroll p {
  margin: 0px;
}
#subscribe_section .subscribe-body .subscribe-text #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
  width: 50%;
  padding: 0 7px;
}
#subscribe_section .subscribe-body .subscribe-text #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
  margin-right: 5px;
  font-family: "brandon-grotesque", serif;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 0px;
  padding: 9px;
  width: 100%;
  margin-bottom: 5px;
}
#subscribe_section .subscribe-body .subscribe-text #mc_embed_signup #mc_embed_signup_scroll .clear {
  display: block;
  width: 100%;
  text-align: right;
  float: none;
  margin-right: 7px;
}
#subscribe_section .subscribe-body .subscribe-text #mc_embed_signup #mc_embed_signup_scroll .clear .button {
  background-color: #5C7793;
  border: 1px solid #5C7793;
  font-family: "brandon-grotesque", serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0px;
}
#subscribe_section .subscribe-body .subscribe-text #mc_embed_signup #mc_embed_signup_scroll .clear .button:hover {
  background-color: white;
  color: #293A4D;
  border: 1px solid #5C7793;
}
#subscribe_section [data-ff-el=root].ff-689e207f209e11b1a769b01f .ff-689e207f209e11b1a769b01f__form {
  padding: 0 !important;
}
#subscribe_section [data-ff-el=root].ff-689e207f209e11b1a769b01f .ff-689e207f209e11b1a769b01f__title, #subscribe_section [data-ff-el=root].ff-689e207f209e11b1a769b01f .ff-689e207f209e11b1a769b01f__subtitle {
  display: none !important;
}
#subscribe_section [data-ff-el=root].ff-689e207f209e11b1a769b01f .ff-689e207f209e11b1a769b01f__button {
  width: 100%;
}
#subscribe_section [data-ff-el=root].ff-689e207f209e11b1a769b01f .ff-689e207f209e11b1a769b01f__footer, #subscribe_section [data-ff-el=root].ff-689e207f209e11b1a769b01f .ff-689e207f209e11b1a769b01f__field {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#subscribe_section [data-ff-el=root].ff-689e207f209e11b1a769b01f .ff-689e207f209e11b1a769b01f__fields {
  width: 100%;
  column-gap: 10px;
}
@media screen and (max-width: 960px) {
  #subscribe_section [data-ff-el=root].ff-689e207f209e11b1a769b01f .ff-689e207f209e11b1a769b01f__field {
    max-width: none;
  }
}
@media screen and (max-width: 820px) {
  #subscribe_section {
    padding: 50px 50px 30px;
  }
  #subscribe_section .subscribe-body {
    padding-right: 0;
  }
  #subscribe_section .subscribe-body .subscribe-title {
    font-size: 50px;
  }
  #subscribe_section .container-lg {
    flex-direction: column;
  }
  #subscribe_section .container-lg .subscribe-images {
    width: 100%;
  }
  #subscribe_section .container-lg .subscribe-body {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  #subscribe_section {
    padding: 50px 10px 20px;
  }
  #subscribe_section .subscribe-body {
    padding: 0;
  }
  #subscribe_section .subscribe-body .subscribe-title {
    font-size: 40px;
  }
  #subscribe_section .subscribe-body .subscribe-text #subscribe-text #mc_embed_signup form .flex {
    flex-direction: column;
  }
}

.loop-grid {
  position: relative;
}
.loop-grid .block-post {
  width: 33%;
  padding: 12px;
}
.loop-grid .block-post a.block-post-cat {
  font-family: "brandon-grotesque", serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #D5B299;
  letter-spacing: 1.56px;
  margin: 15px 0px 10px;
}
.loop-grid .block-post a.block-post-cat:hover {
  color: #5C7793;
}
.loop-grid .block-post h3.block-post-title a {
  color: #293A4D;
  font-size: 24px;
}
.loop-grid .block-post h3.block-post-title a:hover {
  color: #5C7793;
}
.loop-grid .block-post .block-post-thumb:hover {
  opacity: 0.8;
}
@media screen and (max-width: 820px) {
  .loop-grid .block-post {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .loop-grid .block-post h3.block-post-title {
    line-height: 22px;
  }
  .loop-grid .block-post h3.block-post-title a {
    font-size: 20px;
  }
}

#more_posts, #load_more_posts {
  position: relative;
  background: #F4F4F4;
}
#more_posts .post-grid-title, #load_more_posts .post-grid-title {
  text-align: center;
  letter-spacing: 2px;
  font-size: 30px;
  margin-bottom: 50px;
  font-family: "big-caslon-fb", sans-serif;
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 50px;
}
#more_posts .next-up-posts, #load_more_posts .next-up-posts {
  padding: 0 50px 50px;
}
#more_posts .next-up-posts .next-up-post, #load_more_posts .next-up-posts .next-up-post {
  position: relative;
  width: 33%;
  padding: 10px;
  max-width: 370px;
  text-align: center;
}
#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%;
  border: 10px solid white;
}
#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, #load_more_posts .next-up-posts .next-up-post:hover .next-up-post-image {
  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: "brandon-grotesque", 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: "big-caslon-fb", sans-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: "big-caslon-fb", sans-serif;
  letter-spacing: 1px;
  font-size: 23px;
  margin: 11px 0;
  color: #293A4D !important;
}
#more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title:hover, #load_more_posts .next-up-posts .next-up-post .next-up-post-body .next-up-post-title:hover {
  color: #5C7793;
}
#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: "brandon-grotesque", 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: 820px) {
  #more_posts .next-up-posts, #load_more_posts .next-up-posts {
    padding: 0 40px 50px;
  }
  #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, #load_more_posts .next-up-posts {
    padding: 0 30px 50px;
  }
  #more_posts .next-up-posts .next-up-post, #load_more_posts .next-up-posts .next-up-post {
    width: 100%;
  }
}
#mobile_nav_wrap {
  display: none;
}
#mobile_nav_wrap .mobile-nav-trigger-open {
  display: block;
  width: 25px;
  height: 25px;
}
#mobile_nav_wrap .mobile-nav-trigger-close {
  display: none;
  width: 25px;
  height: 25px;
}
#mobile_nav_wrap.toggled .mobile-nav-trigger-open {
  display: none;
}
#mobile_nav_wrap.toggled .mobile-nav-trigger-close {
  display: block;
}
#mobile_nav_wrap .mobile-nav-outer {
  display: none;
  position: fixed;
  top: 46px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F4F4F4;
  overflow: scroll;
  z-index: 1000;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-image {
  width: 100%;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body {
  width: 100%;
  padding: 30px;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body > * {
  width: 100%;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_logo {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_logo img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container {
  width: auto;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu {
  display: block !important;
  -webkit-columns: 120px 3;
  -moz-columns: 120px 3;
  columns: 120px 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  text-align: left;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item {
  font-weight: bold;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item a {
  display: block;
  margin-bottom: 20px;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_menu_container #mobile_menu .menu-item.light-menu-item {
  font-weight: 100;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body .social-icons {
  margin: 35px 0;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_search {
  margin-bottom: 35px;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_search .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_search .widget {
  margin: 0;
  width: 100%;
}
#mobile_nav_wrap .mobile-nav-outer .mobile-nav-body #mobile_search .widget input {
  width: 100%;
}
@media screen and (max-width: 820px) {
  #mobile_nav_wrap {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex: 1;
  }
  body.customize-support #mobile_nav_wrap .mobile-nav-outer {
    top: 92px;
  }
  body.customize-support #site-navigation {
    display: none !important;
  }
  body.customize-support.lock_nav #mobile_nav_wrap .mobile-nav-outer {
    top: 46px;
  }
}

#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: -20px;
  right: -15px;
  z-index: 50;
}
#search-modal .modal-box #search-close .icon {
  width: 20px;
  height: 20px;
  padding: 3px;
  fill: white;
  background: black;
  border-radius: 100%;
}
#search-modal .modal-box .widget {
  margin: 0;
}
#search-modal .modal-box .modal-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
#search-modal .modal-box .modal-inner 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;
}

#popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.75);
  z-index: 150;
  display: none;
  cursor: pointer;
}
#popup-modal a {
  color: white;
}
#popup-modal .modal-box {
  background: #F4F4F4;
  color: white;
  padding: 0px;
  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: 20px;
  height: 20px;
  padding: 3px;
  fill: white;
  background: black;
  border-radius: 100%;
}
#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: "BodegaScript", 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: "brandon-grotesque", serif;
}
#popup-modal .modal-box .modal-inner .popup-image {
  width: 100%;
}
#popup-modal .modal-box .modal-inner .popup-text {
  width: 100%;
  padding: 20px 40px !important;
}
#popup-modal .modal-box .modal-inner .popup-text h3 {
  font-weight: normal;
  font-family: "big-caslon-fb", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #293A4D;
}
#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: "big-caslon-fb", sans-serif, "big-caslon-fb", sans-serif;
  font-size: 11px;
  line-height: 13px;
}
#popup-modal .modal-box .modal-inner textarea {
  border: none;
  padding: 8px;
  letter-spacing: 2px;
  font-family: "big-caslon-fb", sans-serif, "big-caslon-fb", sans-serif;
  font-size: 11px;
  line-height: 13px;
}
#popup-modal #mc-embedded-subscribe-form {
  position: relative;
  padding: 0;
}
#popup-modal #mc-embedded-subscribe-form input {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-family: "brandon-grotesque", serif;
  text-transform: uppercase;
  margin-right: 10px;
}
#popup-modal #mc-embedded-subscribe-form input[type=submit] {
  padding: 0px !important;
  border-radius: 0px;
}
#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: #293A4D;
  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-radius: 0;
  height: 106px;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input {
  border-radius: 0;
}
#popup-modal[data-trigger=contact-popup] .modal-box .modal-inner form nf-field .nf-field-container input[value=Submit][type=button] {
  padding: 0px;
}
#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 {
  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: "brandon-grotesque", serif;
}
#download .download-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#download .download-bg .download-bg-inner {
  height: 75%;
  width: 100%;
  background: #F7F4EF;
}
@media screen and (max-width: 820px) {
  #download .download-container {
    flex-direction: column;
  }
  #download .download-container .download-image {
    width: 80%;
  }
  #download .download-container .download-body {
    width: 90%;
    margin-top: 30px;
  }
}

.post-guide-row {
  width: 100%;
  position: relative;
  margin: 40px 0px;
}
.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: 1px;
  margin: 0 2%;
  background: #5c7793;
}
.post-guide-row .guide-body {
  text-align: center;
  margin-bottom: 30px;
}
.post-guide-row .guide-body .guide-count {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 42px;
  margin-bottom: -20px;
  color: #293A4D;
}
.post-guide-row .guide-body .guide-title {
  font-family: "big-caslon-fb", sans-serif;
  font-size: 30px;
}
.post-guide-row .guide-body .guide-sub-title {
  font-family: "brandon-grotesque", serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
  color: #293A4D;
}
.post-guide-row .guide-body .guide-text {
  font-family: "brandon-grotesque", serif;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 20px;
}
.post-guide-row .guide-body a.btn.btn-primary {
  color: white !important;
}
.post-guide-row .guide-body a.btn.btn-primary:hover {
  color: #5C7793 !important;
}
@media screen and (max-width: 820px) {
  .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-module {
  padding: 50px 0;
  margin: 30px 0px;
}
#faq-module .page-faq-wrapper {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
#faq-module .page-faq-wrapper h3.page-faq-title {
  text-align: center;
  font-family: 25px;
}
#faq-module .page-faq-wrapper .faq-col {
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title {
  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;
  position: relative;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-family: "brandon-grotesque", serif;
  border: 1px solid #293A4D;
  padding: 5px 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
#faq-module .page-faq-wrapper .faq-col .faq-item .faq-title .icon {
  width: 10px;
  height: 10px;
  cursor: pointer;
}
#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;
  }
}
@media screen and (max-width: 820px) {
  #faq-module .page-faq-wrapper {
    flex-wrap: wrap;
  }
  #faq-module .page-faq-wrapper .page-faq-title {
    position: relative;
    top: 0px;
    left: 0px;
  }
  #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;
  }
}
@media screen and (max-width: 600px) {
  #faq-module {
    margin: 0px;
  }
  #faq-module .page-faq-wrapper h3.section-title {
    font-size: 35px;
    margin-top: 0px;
  }
  #faq-module .page-faq-wrapper .faq-blocks {
    flex-direction: column;
  }
}

.contact-form-wrap {
  max-width: 800px;
  width: 100%;
  padding: 30px;
  border: 4px solid #F4F4F4;
}
.contact-form-wrap .contact-form-title {
  text-align: center;
}
.contact-form-wrap .contact-form-text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-family: "brandon-grotesque", 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 #293A4D;
}
.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: "big-caslon-fb", sans-serif;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container.label-above .nf-field-label {
  margin: 0;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container textarea {
  border: 2px solid #F4F4F4;
  border-radius: 0;
  height: 106px;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field .nf-field-container input {
  border: 2px solid #F4F4F4;
  border-radius: 0;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(2), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(3) {
  float: right;
  width: 49%;
  clear: right;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(1), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(4), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(5) {
  float: left;
  width: 49%;
  clear: left;
}
.contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(6) {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(2), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(3) {
    width: 100%;
  }
  .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(1), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(4), .contact-form-wrap #contact-form-wrapper .contact-form nf-field:nth-child(5) {
    width: 100%;
  }
}
.contact-form-wrap .contact-social {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .contact-form-wrap {
    padding: 20px;
  }
}

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

.social-icons {
  position: relative;
}
.social-icons .social-icons-header {
  font-size: 12px;
  letter-spacing: 1px;
  margin-right: 10px;
  text-transform: uppercase;
}

.social-icon {
  font-size: 12px;
  margin: 0 10px;
}
.social-icon span {
  margin-left: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#circle_links {
  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;
  row-gap: 2em;
  position: relative;
  margin: 0;
  margin: 70px auto 60px !important;
}
#circle_links .circle-links-header {
  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;
}
#circle_links .circle-links-header.has-cta {
  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;
}
#circle_links .circle-links-header .circle-links-title {
  margin: 0;
}
#circle_links .circle-links-header .circle-links-cta {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
#circle_links .circle-links-container {
  width: 100%;
  text-align: center;
}
#circle_links .circle-links-container a.circle-links-cta {
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 5px;
}
#circle_links .circle-links-slider {
  visibility: hidden;
  opacity: 0;
}
#circle_links .circle-links-slider.slick-initialized.show-slider {
  visibility: visible;
  opacity: 1;
}
#circle_links .circle-links-slider .slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
}
#circle_links .circle-links-slider .slick-arrow:hover {
  color: #D5B299;
}
#circle_links .circle-links-slider .circle-slide {
  width: 100%;
  text-align: center;
  padding: 5px;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-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;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-image {
  width: 100%;
  max-width: 250px;
  border-radius: 100%;
  border: 8px solid white;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-image:hover {
  opacity: 0.8;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-text {
  text-transform: uppercase;
  font-family: "brandon-grotesque", serif;
  letter-spacing: 1px;
  font-size: 14px !important;
  padding: 17px 40px !important;
}
#circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-text:hover {
  color: #5C7793;
}
@media screen and (max-width: 600px) {
  #circle_links .circle-links-slider .circle-slide .circle-slide-inner .circle-slide-text {
    font-size: 12px !important;
    padding: 10px 20px !important;
  }
}
#circle_links.has-bg {
  background: #F4F4F4;
  padding: 50px;
}
#circle_links.has-bg .circle-links-header {
  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;
}
#circle_links.has-bg .circle-links-header .circle-links-title {
  font-size: 34px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  #circle_links.has-bg {
    padding: 0;
  }
  #circle_links.has-bg .circle-links-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;
  }
  #circle_links.has-bg .circle-links-header .circle-links-cta {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #circle_links {
    margin: 40px auto 30px !important;
  }
  #circle_links .circle-links-slider .circle-slide {
    padding: 0px 10px;
  }
}

.about-widget {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 50px;
  position: relative;
}
.about-widget .about-widget-image {
  position: relative;
  margin-top: -75px;
  width: 100%;
}
.about-widget .about-widget-title {
  font-size: 18px;
}
.about-widget .about-widget-sub-title {
  font-size: 28px;
}
.about-widget .about-widget-text {
  margin: 20px 0 -10px;
}
.about-widget .about-widget-cta {
  position: relative;
  bottom: -50px;
  margin-top: -50px;
}

.shop-widget {
  position: relative;
  background: rgba(92, 119, 147, 0.85);
  padding: 20px;
  text-align: center;
}
.shop-widget .shop-widget-title {
  font-size: 32px;
}
.shop-widget .shop-widget-title span {
  font-style: italic;
  text-transform: lowercase;
}
.shop-widget .shop-widget-body {
  background: white;
  padding: 20px;
}
.shop-widget .shop-widget-body .shop-widget-image {
  width: 100%;
}
.shop-widget .shop-widget-body .shop-widget-text {
  width: 100%;
  margin-top: 20px;
}
.shop-widget .shop-widget-cta {
  width: 100%;
  margin-top: 20px;
}

.linklist-widget {
  position: relative;
  text-align: center;
}
.linklist-widget .linklist-widget-title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  background: white;
  padding: 0 10px;
  top: -45px;
}
.linklist-widget .linklist-widget-title span {
  font-style: italic;
  text-transform: lowercase;
}
.linklist-widget .linklist-widget-links {
  margin-top: -30px;
}
.subscribe-widget {
  position: relative;
  background: rgba(92, 119, 147, 0.85);
  padding: 20px;
  text-align: center;
}
.subscribe-widget .subscribe-widget-title {
  font-size: 24px;
}
.subscribe-widget .subscribe-widget-text {
  margin-top: 20px;
}