/*
	Theme Name: Captivating Theme
	Theme URI: http://restored316designs.com/themes
	Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework by Lauren Gaige of Restored 316.
	Author: Restored 316 Designs // Lauren Gaige
	Author URI: http://www.restored316designs.com/
	Copyright: Copyright (c) 2015, Restored 316 LLC, Released 08/09/2017
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Convert Kit
	- Genesis eNews Extended
	- Genesis Responsive Slider
	- Gravity Forms
	- Instagram Feed
	- RewardStyle
	- Social Warfare
	- Soliloquy
	- Simply Instagram
	- WooCommerce
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- After Entry Widget Area
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0 !important;
}
.site-container {
  padding: 0 10px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #666;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #f3f3f3;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 2;
  margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

a {
  color: #8891ab;
  text-decoration: none;
}

a:hover {
  color: #333;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin: 40px;
}

blockquote::before {
  background: #fff;
  color: #eee;
  content: "\201C";
  display: table;
  font-size: 60px;
  margin: -55px auto;
  padding: 10px;
}

.screen-reader-text {
  display: none;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 0 0 25px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

.single-post .entry-content h1,
.page .entry-content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #8891ab;
}

.single-post article .entry-content h2:first-of-type,
.page article .entry-content h2:first-of-type {
  border-left: 2px solid #eee;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.6;
  padding-left: 30px;
  text-transform: none;
}

.single-post article .entry-content h2,
.page article .entry-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.single-post article h3,
.page article h3 {
  color: #8891ab;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.single-post article h4,
.page article h4 {
  color: #8891ab;
  font-size: 22px;
  font-style: italic;
}

.single-post article h5,
.page article h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.featured-content img.entry-image,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}

.gallery img:hover {
  border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #eee;
  color: #333;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background: transparent;
  border: 1px solid #333;
  color: #333;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 14px 44px;
  text-transform: uppercase;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #8891ab;
  border-color: #8891ab;
  color: #fff;
}

.button {
  display: inline-block;
}

a.more-link {
  border-bottom: 1px solid #8891ab;
  color: #8891ab;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  margin: 20px auto;
  padding-right: 30px;
  text-align: left;
  text-transform: uppercase;
}

a.more-link:hover {
  border-color: #333;
  color: #333;
}

.more-from-category a,
.posts-link a {
  border-bottom: 1px solid #ffc933;
  color: #8891ab;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0 5px 30px;
  text-align: right;
  text-transform: uppercase;
}

.more-from-category a:hover,
.posts-link a:hover,
.more-from-category:hover,
.posts-link:hover {
  border-color: #333;
  color: #333;
}

.more-from-category a,
.posts-link a {
  color: #ffc933;
}

.more-from-category a:after,
.posts-link a:after,
a.more-link:after {
  content: "\f139";
  font-family: "dashicons";
  vertical-align: middle;
}

.content .widget:nth-of-type(3n + 2) .more-from-category a,
.content .widget:nth-of-type(3n + 2) .posts-link a {
  color: #f6748e;
  border-color: #f6748e;
}

.content .widget:nth-of-type(3n + 3) .more-from-category a,
.content .widget:nth-of-type(3n + 3) .posts-link a {
  color: #8891ab;
  border-color: #8891ab;
}

.content .widget:nth-of-type(3n + 2) .more-from-category a:hover,
.content .widget:nth-of-type(3n + 2) .posts-link a:hover,
.content .widget:nth-of-type(3n + 3) .more-from-category a:hover,
.content .widget:nth-of-type(3n + 3) .posts-link a:hover {
  color: #333;
  border-color: #333;
}

a.wprm-jump-to-recipe-shortcode {
  background: #fff;
  border-radius: 100px;
  border: 1px solid #8891ab;
  display: inline-block;
  float: right;
  font-size: 10px;
  font-weight: bold;
  height: 70px;
  line-height: 1.2;
  margin: 10px 0 10px 10px;
  padding-top: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 70px;
}

a.wprm-jump-to-recipe-shortcode:hover {
  border-color: #333;
}

a.wprm-jump-to-recipe-shortcode:after {
  content: "\f347";
  display: block;
  font-family: "dashicons";
  font-size: 18px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

/* ## Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #faf9f7;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #faf9f7;
  padding: 10px 0;
}

th {
  font-weight: 400;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1280px;
}

.site-inner {
  clear: both;
  margin: 30px auto 30px;
}

.captivating-landing .site-inner {
  width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */

.content {
  background: #fff;
  float: right;
  padding: 30px;
  width: 860px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 580px;
}

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 392px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
  float: left;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 5px 10px;
  text-align: center;
}

.author-box {
  background: #f7f9fc;
  margin-bottom: 30px;
  padding: 30px;
}

.archive-description {
  margin-bottom: 30px;
}

.archive-description h1 {
  margin-bottom: 20px;
}

.author-box-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
  font-size: 20px;
}

.entry-title,
.page-title {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 15px;
}

.archive .entry-title {
  font-size: 20px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

.entry-title a:hover {
  color: #8891ab;
}

.widget-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: left;
  text-transform: uppercase;
}

.sidebar-primary .widgettitle {
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.sidebar-primary .widgettitle::after {
  background: #fff7e1;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  right: 0;
  top: 60%;
  z-index: -1;
}

.sidebar-primary .widget:nth-of-type(3n + 2) .widgettitle::after {
  background: #fff4f0;
}

.sidebar-primary .widget:nth-of-type(3n + 3) .widgettitle::after {
  background: #f7f9fc;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.sticky {
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
}

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Announcement Widget
------------------------------------------------------ */

.announcement-widget {
  background: #f7f9fc;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}

.announcement-widget p {
  margin: 0;
}

.announcement-widget .button {
  padding: 5px 20px;
}

.woocommerce .announcement-widget .button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #333;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 10px 20px;
  text-transform: uppercase;
  width: auto;
}

.admin-bar .announcement-widget.fixed {
  top: 32px;
}

.announcement-widget.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.announcement-widget.fixed .wrap {
  margin: 0 auto;
}

.announcement-widget.fixed + div {
  border-top: 74px solid transparent;
}

.announcement-widget .widget-title {
  display: none;
}

.announcement-widget .enews-widget p {
  background: transparent;
  float: left;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  width: 30%;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}

.announcement-widget form {
  float: right;
  margin: 0 auto;
  padding: 0 30px;
  width: 70%;
}

.announcement-widget .enews-widget input {
  float: left;
  width: 27%;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 12px;
}

.announcement-widget .enews-widget input[type="submit"] {
  background: #8891ab;
  border-color: #8891ab;
  color: #fff;
  width: auto;
  padding: 12px 34px;
  margin-right: 0;
}

.announcement-widget .enews-widget input[type="submit"]:hover {
  background: transparent;
  border-color: #333;
  color: #333;
}

/* Widget Above Custom Blog
------------------------------------------------------ */

.above-blog-content {
  background: #f7f9fc;
  margin-bottom: 30px;
}

.above-blog-content .wrap {
  padding: 30px;
}

.above-blog-content .entry {
  background: transparent;
  float: left;
  margin-right: 2%;
  width: 32%;
}

.above-blog-content .entry:nth-of-type(3n + 3),
.above-blog-content .widget:nth-of-type(3n + 3) .entry {
  margin-right: 0;
}

.above-blog-content .featured-content .entry {
  margin-bottom: 0;
  padding: 0;
}

.above-blog-content .entry-title {
  font-size: 20px;
  text-align: center;
}

.captivating-custom-blog .content .entry {
  float: left;
  width: 48.7179%;
}

.captivating-custom-blog .content .entry:nth-of-type(2n + 3) {
  margin-left: 2.5641%;
}

.captivating-custom-blog .content .entry:nth-of-type(1) {
  width: 100%;
}

/* Site Wide CTA
------------------------------------------------------ */

.site-wide-cta {
  background: #f7f9fc;
  border: none;
  font-family: "Poppins", sans-serif;
  padding: 30px;
}

.site-wide-cta .enews-widget {
  color: #333;
}

.site-wide-cta .enews-widget p {
  background: transparent;
  float: left;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}

.site-wide-cta .enews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.site-wide-cta .widget-title {
  margin-bottom: 0;
  font-size: 20px;
  margin-right: 20px;
}

.site-wide-cta form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; /* grow this item to fill the available space */
  padding: 0 20px;
}

.site-wide-cta .enews-widget input {
  margin-bottom: 0;
  width: auto;
  margin-right: 10px;
  padding: 15px;
  line-height: 1;
  font-size: 10px;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.site-wide-cta .enews-widget input[type="submit"] {
  margin-right: 0;
  padding: 10px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Widget below footer
------------------------------------------------------ */

.widget-below-footer {
  background: #fff;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
  margin-bottom: 20px;
  padding: 0 0 24px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Convert Kit
--------------------------------------------- */

div.ck_form {
  background: #f7f9fc;
  border: none;
  box-shadow: none;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

div.ck_form_content h3,
div.ck_label {
  color: #8891ab;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

div.ck_form_content p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

div.ck_label {
  font-family: "Montserrat", sans-serif;
}

div.ck_form .ck_subscribe_button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #333;
  border-radius: 0;
  color: #333;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 14px 44px;
  text-transform: uppercase;
}

div.ck_form .ck_subscribe_button:hover {
  background-color: #8891ab;
  border-color: #8891ab;
  color: #fff;
}

div.ck_form input[type="text"],
div.ck_form input[type="email"] {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 15px 10px;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
  font-size: 10px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.front-page #genesis-responsive-slider {
  border: 0;
  margin: 0 auto 50px;
  padding: 0;
  position: relative;
}

.front-page .slide-excerpt {
  background: transparent;
  margin: 0 0 20%;
  opacity: 1;
  width: 100%;
}

.front-page .slide-excerpt-border {
  border: 0;
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.front-page .slide-excerpt-border h2 {
  margin: 29% 0;
  text-align: center;
  width: 100%;
}

.front-page #genesis-responsive-slider h2 a {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 20px;
  margin: 0;
  overflow: visible;
  padding: 15px;
  text-align: center;
  width: 100%;
}

.front-page .genesis_responsive_slider .flex-direction-nav li a {
  background: url(images/icon-direction-nav.png) no-repeat -44px 0;
  background-size: 88px 96px;
  height: 48px;
  right: 10px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 44px;
}

.front-page .genesis_responsive_slider .flex-direction-nav li a:hover {
  background-position: -44px -48px;
}

.front-page .genesis_responsive_slider .flex-direction-nav li a.prev {
  background-position: 0 0;
  left: 10px;
}

.front-page .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
  background-position: 0 -48px;
}

.front-page .genesis_responsive_slider .flexslider .slides > li {
  overflow: hidden;
}

.front-page .genesis_responsive_slider .flex-control-nav {
  margin: 15px 0 0;
  text-align: center;
  width: 100%;
  height: 5px;
}

.front-page .genesis_responsive_slider .flex-control-nav li a {
  background: url(images/icon-control-nav.png) no-repeat 0 0;
  background-size: 13px 39px;
}

.front-page .genesis_responsive_slider .flex-control-nav li a:hover {
  background-position: 0 -13px;
}

.front-page .genesis_responsive_slider .flex-control-nav li a.active {
  background-position: 0 -26px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
  font-size: 16px;
  padding: 16px;
}

div.gform_wrapper .ginput_complex label {
  font-size: 12px;
  font-style: italic;
  padding: 0;
}

div.gform_wrapper .top_label .gfield_label {
  font-weight: 300;
  text-transform: uppercase;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 10px;
}

.ninja-forms-req-symbol,
.nf-error-msg {
  color: #8891ab !important;
}

/* Instagram Feed
--------------------------------------------- */

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  border-radius: 0 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 9px !important;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 10px 25px;
  text-transform: uppercase;
  width: auto;
}

/* RewardStyle
--------------------------------------------- */

.shopthepost-widget {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 30px;
}

div.amzn-native-product {
  border: none !important;
}

/* Social Warfare
--------------------------------------------- */

.nc_socialPanel.swp_flatFresh.swp_d_fullColor .googlePlus,
body
  .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover
  .googlePlus:not(:hover),
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .googlePlus:hover,
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .twitter,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .twitter:not(:hover),
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .twitter:hover,
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_fb,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_fb:not(:hover),
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_fb:hover,
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .linkedIn,
body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .linkedIn:not(:hover),
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .linkedIn:hover,
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .nc_pinterest,
body
  .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover
  .nc_pinterest:not(:hover),
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .nc_pinterest:hover,
.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_stumbleupon,
body
  .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover
  .swp_stumbleupon:not(:hover),
html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_stumbleupon:hover {
  border: none !important;
}

.nc_socialPanel.swp_d_fullColor .googlePlus,
body .nc_socialPanel.swp_o_fullColor:hover .googlePlus,
html body .nc_socialPanel.swp_i_fullColor .googlePlus:hover,
.nc_socialPanel.swp_d_fullColor .twitter,
body .nc_socialPanel.swp_o_fullColor:hover .twitter,
html body .nc_socialPanel.swp_i_fullColor .twitter:hover,
.nc_socialPanel.swp_d_fullColor .swp_fb,
body .nc_socialPanel.swp_o_fullColor:hover .swp_fb,
html body .nc_socialPanel.swp_i_fullColor .swp_fb:hover,
.nc_socialPanel.swp_d_fullColor .linkedIn,
body .nc_socialPanel.swp_o_fullColor:hover .linkedIn,
html body .nc_socialPanel.swp_i_fullColor .linkedIn:hover,
.nc_socialPanel.swp_d_fullColor .nc_pinterest,
body .nc_socialPanel.swp_o_fullColor:hover .nc_pinterest,
html body .nc_socialPanel.swp_i_fullColor .nc_pinterest:hover,
.nc_socialPanel.swp_d_fullColor .swp_stumbleupon,
body .nc_socialPanel.swp_o_fullColor:hover .swp_stumbleupon,
html body .nc_socialPanel.swp_i_fullColor .swp_stumbleupon:hover {
  background-color: #8891ab !important;
}

div.nc_socialPanel {
  margin-bottom: 40px !important;
}

/* Simple Social Icons
--------------------------------------------- */

.genesis-nav-menu .simple-social-icons ul li a,
.genesis-nav-menu .simple-social-icons ul li a:hover,
.announcement-widget .simple-social-icons ul li a,
.announcement-widget .simple-social-icons ul li a:hover {
  background: transparent !important;
}

.genesis-nav-menu .simple-social-icons ul li {
  margin: 0 6px 0px !important;
}

/* Soliloquy
--------------------------------------------- */

div.soliloquy-container {
  margin-bottom: -24px;
}

div.soliloquy-container .soliloquy-next,
div.soliloquy-container .soliloquy-prev {
  background-color: transparent;
}

/* WP Recipe Maker
--------------------------------------------- */

.wprm-recipe-print {
  background: #fff4f0;
  padding: 10px 50px;
}

.wprm-recipe-print:hover {
  background: #f7f9fc;
}

.wprm-recipe-simple {
  border: 2px solid #eee !important;
  padding: 30px !important;
}

.single-post article .entry-content .wprm-recipe-simple h2:first-of-type {
  border: medium none;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 30px;
  padding: 0;
  text-transform: uppercase;
}

.wprm-recipe-simple h3.wprm-recipe-header {
  margin: 20px 0 !important;
}

/* WooCommerce
--------------------------------------------- */

/* WooCommerce Content
-------------------------- */

.woocommerce .content {
  background: #fff;
  padding: 30px;
}

/* WooCommerce Buttons
-------------------------- */

.woocommerce .site-inner #respond input#submit,
.woocommerce .site-inner a.button,
.woocommerce .site-inner button.button,
.woocommerce .site-inner input.button {
  background-color: transparent !important;
  border-bottom: 1px solid #8891ab !important;
  border-radius: 0px !important;
  color: #8891ab !important;
  cursor: pointer;
  font-size: 10px !important;
  font-weight: 400 !important;
  padding: 15px 20px 5px 0 !important;
  text-align: left;
  text-transform: uppercase !important;
  width: auto !important;
}

.woocommerce .site-inner #respond input#submit:hover,
.woocommerce .site-inner a.button:hover,
.woocommerce .site-inner button.button:hover,
.woocommerce .site-inner input.button:hover {
  background-color: transparent !important;
  border-color: #333 !important;
  color: #333 !important;
}

.woocommerce .site-inner #respond input#submit:after,
.woocommerce .site-inner a.button:after,
.woocommerce .site-inner button.button:after,
.woocommerce .site-inner input.button:after {
  content: "\f139";
  font-family: "dashicons";
  vertical-align: middle;
}

/* WooCommerce Tabs
-------------------------- */

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: #eee !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #eee !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #fff !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #333 !important;
  padding: 0.5em 1em !important;
  font-weight: 300 !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #8891ab !important;
}

/* WooCommerce Titles
-------------------------- */

.woocommerce ul.products li.product h3 {
  font-size: 20px !important;
}

.woocommerce .product-title {
  color: #333;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 20px;
}

.woocommerce .product-title:hover {
  color: #8891ab;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 20px !important;
}

/* WooCommerce Widget
-------------------------- */

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  float: left;
  margin-right: 2% !important;
  width: 32%;
}

.woocommerce ul.cart_list li:nth-of-type(3n + 3),
.woocommerce ul.product_list_widget li:nth-of-type(3n + 3),
.woocommerce-page ul.cart_list li:nth-of-type(3n + 3),
.woocommerce-page ul.product_list_widget li:nth-of-type(3n + 3) {
  margin-right: 0 !important;
}

.sidebar .woocommerce ul.cart_list li,
.sidebar .woocommerce ul.product_list_widget li,
.sidebar .woocommerce-page ul.cart_list li,
.sidebar .woocommerce-page ul.product_list_widget li {
  float: left;
  padding: 1% !important;
  width: 50%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 30.6% !important;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 100% !important;
}

/* WooCommerce Cart
-------------------------- */

.woocommerce-cart table.cart img {
  width: 100px !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
  width: auto;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  display: inline !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 17px 5px !important;
}

.woocommerce-checkout #payment {
  background-color: #f7f9fc !important;
}

.woocommerce form .form-row textarea {
  height: 50px !important;
}

/* WooCommerce Other
-------------------------- */

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce form .form-row .required {
  color: #8891ab !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  border-top-color: #8891ab !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  text-align: left;
}

.woocommerce span.onsale {
  background-color: #8891ab !important;
  border-radius: 0 !important;
  font-size: 10px !important;
  left: 0 !important;
  letter-spacing: 2px;
  margin: 0 !important;
  padding: 5px 10px !important;
  text-transform: uppercase !important;
  top: 0 !important;
}

.woocommerce .up-sells {
  clear: both;
}

.woocommerce .quantity .qty {
  padding: 13px 0px !important;
}

figure.woocommerce-product-gallery__wrapper {
  margin: 0px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  background: #fff;
  min-height: 150px;
}

.site-header .wrap {
  padding: 25px 30px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
  float: left;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  width: 400px;
}

.header-full-width .title-area {
  float: none;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  width: 30%;
}

.header-image .title-area {
  background: none;
  padding: 0;
}

.site-title {
  font-family: "Playfair Display", serif;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
  color: #333;
}

.header-image .site-title > a {
  background-position: center center !important;
  background-size: contain !important;
  display: block;
  height: 125px;
  margin: 0 auto;
}

.site-description {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
  float: right;
  padding: 25px 0 0;
  text-align: right;
  width: 800px;
}

.header-image .site-header .widget-area {
  padding: 25px 0 0;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
}

.genesis-nav-menu li {
  float: none;
  list-style-type: none;
}

.genesis-nav-menu li li {
  margin-left: 0;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: center;
}

.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 20px;
  text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
  color: #8891ab;
}

.genesis-nav-menu .sub-menu {
  background: #f8fafc;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu::after,
.genesis-nav-menu .sub-menu::before {
  border: medium solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.genesis-nav-menu .sub-menu::after {
  border-bottom-color: #f8fafc;
}

.genesis-nav-menu .sub-menu::after {
  border-width: 8px;
  margin-left: -10px;
}

.genesis-nav-menu .sub-menu a {
  font-size: 9px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -50px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: 50%;
  margin-left: -100px;
  opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
  left: 199px;
  margin-left: 0px;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 15px 0;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .right-menu-item,
.genesis-nav-menu > .login,
.genesis-nav-menu > .logout {
  float: right;
  list-style-type: none;
}

.genesis-nav-menu > .login a,
.genesis-nav-menu > .logout a {
}

.genesis-nav-menu > .logout > a,
.genesis-nav-menu > .logout > a:hover {
  color: #333;
  text-decoration: none;
  padding-left: 2em;
  padding-right: 2em;
}

.genesis-nav-menu > .login > a,
.genesis-nav-menu > .login > a:hover {
  background-color: #8891ab;
  color: #fff;
  text-decoration: none;
  padding-left: 2em;
  padding-right: 2em;
}

.genesis-nav-menu > .logout > a,
.genesis-nav-menu > .logout > a:hover {
  background-color: #eeeeee;
  color: #333;
  text-decoration: none;
  padding-left: 2em;
  padding-right: 2em;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  float: right;
  padding: 0;
  width: 13%;
}

.genesis-nav-menu > .search input {
  background: transparent;
  border: none;
  font-size: 9px;
  letter-spacing: 2px;
  padding: 15px 15px 11px;
  text-transform: uppercase;
}

.genesis-nav-menu .widget-area {
  float: right;
  padding: 8px 0;
  width: auto;
}

/* ## Site Header Navigation
--------------------------------------------- */

.nav-header {
  background-color: transparent;
}

.site-header .sub-menu .sub-menu {
  margin-top: -51px;
}

.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.nav-primary .wrap {
  padding: 0 30px;
}

.nav-primary a {
  font-size: 10px;
  padding: 15px 10px;
}

.admin-bar .nav-primary.fixed {
  top: 32px;
}

.nav-primary.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.nav-primary.fixed .wrap {
  margin: 0 auto;
}

.nav-primary.fixed + div {
  border-top: 74px solid transparent;
}

/* ## Secondary & Footer Navigation
--------------------------------------------- */

.nav-secondary,
.nav-footer {
  background: #fff;
  text-align: center;
}

.nav-footer {
  border-bottom: 1px solid #eee;
}

.nav-secondary {
  padding-bottom: 5px;
}

.nav-secondary .wrap {
  border-bottom: 1px solid #eee;
  padding: 0 30px;
}

.nav-secondary .wrap {
  margin: 0 auto;
  width: 1280px;
}

/* ## Header Left & Right Navigation
--------------------------------------------- */

.nav-header-left,
.nav-header-right {
  margin-top: 25px;
}

.nav-header-left a,
.nav-header-right a {
  padding: 20px 18px;
}

.nav-header-left {
  float: left;
  text-align: center;
  width: 35%;
}

.nav-header-right {
  float: right;
  text-align: center;
  width: 35%;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
  display: none;
  visibility: hidden;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* Category Index
--------------------------------------------- */

.category-index .featured-content .entry {
  border: none;
  float: left;
  min-height: 310px;
  padding: 0px 5px;
  width: 33%;
}

.category-index .widget {
  margin-bottom: 30px;
  padding: 20px 0px;
}

.category-index ul li {
  float: left;
  font-size: 13px;
  padding: 1%;
  width: 32%;
}

.category-index ul li:before {
  content: "\f139";
  font-family: "dashicons";
  vertical-align: middle;
}

.category-index ul li ul li {
  width: 100%;
}

.category-index ul li a {
  color: #333;
}

.category-index ul li a:hover {
  color: #8891ab;
}

.category-index .widget_categories {
  background: #f7f9fc;
  overflow: hidden;
  padding: 30px;
}

.category-index .widget_categories .widget-title {
  border: none;
  padding: 0;
  text-align: center;
}

.category-index .entry-title {
  font-size: 20px;
}

.category-index .widget-title {
  border-left: 12px solid #fff7e1;
  font-size: 16px;
  padding-left: 30px;
}

.category-index .widget:nth-of-type(3n + 2) .widget-title {
  border-color: #fff4f0;
}

.category-index .widget:nth-of-type(3n + 3) .widget-title {
  border-color: #f7f9fc;
}

.category-index .widget-wrap {
  overflow: hidden;
  position: relative;
}

.category-index .widget-wrap .more-from-category {
  position: absolute;
  right: 0;
  top: 0;
}

/* ## Entries
--------------------------------------------- */

.entry {
  background: #fff;
  margin-bottom: 30px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
  margin-bottom: 0;
}

.entry-header {
  margin-bottom: 40px;
}

.entry-header .entry-meta {
  color: #ccc;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.entry-time:before {
  content: "\f469";
  font-family: "dashicons";
  vertical-align: middle;
}

.entry-comments-link a {
  color: #ccc;
}

.entry-comments-link:before {
  content: "\f101";
  font-family: "dashicons";
  vertical-align: middle;
}

.entry-footer {
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
}

/* Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  text-align: center;
  margin-bottom: 15px;
}

.adjacent-entry-pagination {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 30px;
  padding: 10px 20px;
}

.single-post .pagination-previous {
  float: left;
  width: 45%;
}

.single-post .pagination-next {
  float: right;
  width: 45%;
}

.adjacent-entry-pagination a {
  font-size: 13px;
  font-style: italic;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  color: #8891ab;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  padding: 8px 15px;
  text-transform: uppercase;
}

.archive-pagination li a:hover {
  border-bottom: 1px solid #8891ab;
}

.archive-pagination .active a {
  border-bottom: 1px solid #8891ab;
}

/* After Entry Widget Area
------------------------------------------------------------- */

.after-entry {
  background: #fff;
  margin: 30px 0;
  text-align: center;
}

.after-entry .widget {
  margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
  margin: 0;
}

.after-entry li {
  list-style-type: none;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  background: #fff;
  margin-bottom: 40px;
}

.entry-comments h3,
.entry-pings h3,
.comment-respond h3 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.comment-header,
.comment-meta {
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
}

.comment-header a,
.comment-meta a {
  font-style: normal;
  text-transform: uppercase;
}

.comment-content {
  clear: both;
}

.comment-list li {
  margin-top: 24px;
}

.comment-list li li {
  margin-left: 50px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.bypostauthor {
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar li {
  margin-bottom: 5px;
  padding: 5px;
}

.sidebar li a {
  color: #333;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 30px;
}

.sidebar .enews-widget {
  background: #f7f9fc;
  border: 30px solid #fff;
  text-align: center;
  padding: 50px;
}

.sidebar-primary .enews-widget .widgettitle {
  text-align: center;
}

.sidebar-primary .enews-widget .widgettitle::after {
  background: none !important;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  padding: 40px;
}
.footer-widgets-1 {
  width: 25%;
}
.footer-widgets-2 {
  width: 20%;
}
.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}
.footer-widgets-3 {
  border-left: 1px solid #eee;
  float: right;
  width: 55%;
}
.footer-widgets .widget-title {
  font-size: 1.4rem;
  text-align: center;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background: #f7f9fc;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 9px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
}

.site-footer a {
  color: #333;
}

.site-footer p {
  margin-bottom: 0;
}

/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
  opacity: 0;
  overflow: hidden;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
  .site-header .widget-area {
    width: 60%;
  }

  .content {
    padding: 20px;
    width: 795px;
  }

  .sidebar .widget {
    padding: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }

  .content {
    width: 675px;
  }

  .sidebar-primary {
    width: 250px;
  }

  .title-area,
  .site-header .widget-area {
    width: 100%;
  }

  .site-header .widget-area {
    text-align: center;
  }

  .nav-secondary .wrap {
    width: 100%;
  }

  .site-wide-cta .enews-widget input,
  .announcement-widget .enews-widget input {
    width: 27%;
  }

  .site-wide-cta form,
  .announcement-widget form {
    float: none;
    width: 100%;
  }

  .nav-header-left a,
  .nav-header-right a {
    padding: 20px 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .nav-header-left,
  .nav-header-right {
    float: none;
    margin: 0;
    width: 100%;
  }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center;
  }

  .genesis-nav-menu > .search,
  .genesis-nav-menu .widget-area {
    float: none;
    width: 100%;
  }

  /* ### Genesis Responsive Menus */

  .genesis-responsive-menu .wrap {
    padding: 0;
  }

  .genesis-responsive-menu {
    display: none;
    position: relative;
  }

  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
  }

  .menu-toggle,
  .sub-menu-toggle {
    background-color: #fff;
    border-width: 0;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }

  .menu-toggle:focus,
  .menu-toggle:hover,
  .sub-menu-toggle:focus,
  .sub-menu-toggle:hover {
    background-color: #fff;
    border-width: 0;
    color: #8891ab;
  }

  .menu-toggle {
    line-height: 22px;
    position: relative;
    width: 100%;
    z-index: 1000;
  }

  .menu-toggle::before {
    font-size: 1.5em;
    margin-right: 10px;
    text-rendering: auto;
  }

  .sub-menu-toggle {
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }

  .sub-menu .sub-menu-toggle {
    padding: 12px 10px;
  }

  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }

  .sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 1px;
    padding: 15px 20px;
    text-transform: uppercase;
    width: 100%;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: none;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
    margin-left: 0px;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-responsive-menu
    .genesis-nav-menu
    .menu-item
    > a:focus
    ul.sub-menu
    .sub-menu {
    left: 0;
    margin-left: 0;
  }

  .genesis-responsive-menu
    .genesis-nav-menu
    > .menu-item-has-children
    > a::after {
    content: none;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
}

@media only screen and (max-width: 960px) {
  .site-inner,
  .wrap {
    max-width: 800px;
  }

  .site-inner,
  .footer-widgets {
    padding: 20px;
  }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area,
  .captivating-landing .site-inner {
    width: 100%;
  }

  .site-header .wrap {
    padding: 20px 5%;
  }

  .header-image .title-area {
    background-position: center top;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .footer-widgets-1 {
    margin-right: 0;
  }

  .site-wide-cta {
    width: 100%;
  }

  .header-full-width .title-area {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .entry-footer .entry-meta {
    padding: 20px;
  }

  .site-wide-cta .enews-widget input,
  .site-wide-cta .enews-widget input[type="submit"],
  .announcement-widget .enews-widget input,
  .announcement-widget .enews-widget input[type="submit"] {
    float: left;
    margin: 5px 0;
    padding: 8px;
    width: 100%;
  }

  .announcement-widget {
    padding: 5px 0;
  }

  .simple-social-icons ul li a,
  .simple-social-icons ul li a:hover {
    padding: 7px !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 47% !important;
  }

  .site-wide-cta .enews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-wide-cta form {
    width: 100%;
  }

  .home-above-content .widget-wrap .more-from-category,
  .home-below-content .widget-wrap .more-from-category {
    clear: both;
    position: relative;
    text-align: right;
  }
}

@media only screen and (max-width: 500px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .site-title {
    font-size: 10vw;
  }

  .category-index .featured-content .entry,
  .captivating-custom-blog .content .entry {
    float: none;
    width: 100%;
  }

  .captivating-blog .entry:nth-of-type(2n + 3) {
    margin-left: 0;
  }

  .site-header .wrap {
    padding: 0 5%;
  }

  .woocommerce ul.cart_list li,
  .woocommerce ul.product_list_widget li,
  .woocommerce-page ul.cart_list li,
  .woocommerce-page ul.product_list_widget li {
    width: 100%;
  }

  .site-wide-cta form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .site-wide-cta .enews-widget input {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .site-wide-cta .enews-widget input:last-child {
    margin-bottom: 10px;
  }

  .site-inner,
  .footer-widgets {
    padding: 0px;
  }

  .sidebar .widget.enews-widget {
    margin: 0;
    padding: 30px;
  }

  .category-index ul li,
  .above-blog-content .featured-content .entry {
    float: none;
    width: 100%;
  }

  .category-index .widget-wrap .more-from-category {
    clear: both;
    position: relative;
    text-align: right;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce-page[class*="columns-"] ul.products li.product,
  .woocommerce[class*="columns-"] ul.products li.product {
    width: 100% !important;
  }

  .wprm-recipe-simple {
    border: none !important;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 350px) {
  .content,
  .sidebar .widget,
  .above-blog-content,
  .sidebar .widget {
    padding: 10px;
  }
}

/* Custom css starts here */
@charset "UTF-8";
.mfp-bg,
svg:not(:root) {
  overflow: hidden;
}
.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}
.mfp-wrap,
.owl-carousel .owl-item,
.owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}
.mfp-container:before,
.mfp-figure:after {
  content: "";
}
.mfp-close,
a {
  text-decoration: none;
}
.masthead:after,
.site-content:after {
  clear: both;
}
.category-carousel .owl-dots,
.mfp-arrow,
.owl-carousel,
.owl-carousel .owl-item,
.rstyle-carousel .owl-dots {
  -webkit-tap-highlight-color: transparent;
}
.mfp-bg {
  z-index: 1042;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
}
.mfp-container {
  text-align: center;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-close,
.mfp-preloader {
  text-align: center;
  position: absolute;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  top: 50%;
  width: auto;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-close,
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 0;
  top: 0;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
img,
legend {
  border: 0;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  margin-left: 39px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-image-holder .mfp-content,
img,
img.mfp-img {
  max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}
img.mfp-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure:after {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
#menu-social-media,
.copyright,
.email-callout,
.footer-categories,
.footer-widgets .widget-area.footer-widgets-4,
.footer-widgets-4 .widget-title,
.right-rail,
.social-mobile {
  text-align: center;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
body,
figure {
  margin: 0;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
legend,
td,
th {
  padding: 0;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.show-on-mobile,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
.hide-on-mobile,
[hidden],
template {
  display: none;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.button,
a.button,
body,
button,
h1,
h2,
h3,
h4,
h5,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media (min-width: 64.06em) {
  .show-on-mobile {
    display: none;
  }
  .hide-on-mobile {
    display: block;
  }
}
.show-on-tablet-up {
  display: none;
}
@media (min-width: 48em) {
  .show-on-tablet-up {
    display: block;
  }
}
.button,
a.button {
  /*font-size:13px;font-size:.81rem;background-color:#C58C74;border:none;box-shadow:none;color:#663828;font-weight:700;padding:.5em 1em;text-transform:uppercase;display:inline-block*/
}
.button:hover,
a.button:hover {
  background-color: #663828;
  color: #fff;
}
a,
a:active,
a:visited {
  color: #d4a692;
}
html {
  font-size: 16px;
  box-sizing: border-box;
}
body,
button,
input,
select,
textarea {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
  font-size: 28px;
  font-size: 1.75rem;
}
h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
h3 {
  font-size: 22px;
  font-size: 1.38rem;
}
h4 {
  font-size: 17px;
  font-size: 1.06rem;
}
h5 {
  font-size: 16px;
  font-size: 1rem;
}
a:hover {
  color: #d4a692;
}
@font-face {
  font-family: gws;
  src: url(../fonts/gws.eot?ent03a);
  src: url(../fonts/gws.eot?ent03a#iefix) format("embedded-opentype"),
    url(../fonts/gws.woff2?ent03a) format("woff2"),
    url(../fonts/gws.ttf?ent03a) format("truetype"),
    url(../fonts/gws.woff?ent03a) format("woff"),
    url(../fonts/gws.svg?ent03a#gws) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: gws;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tag:before {
  content: "\e918";
}
.icon-link:before {
  content: "\e916";
}
.icon-camera:before {
  content: "\e917";
}
.icon-whatsapp:before {
  content: "\e915";
}
.icon-feed:before {
  content: "\e913";
}
.icon-liketoknowit:before {
  content: "\e90d";
}
.icon-close:before {
  content: "\e90a";
}
.icon-pinterest:before {
  content: "\e901";
}
.icon-palette:before {
  content: "\e919";
}
.icon-chevron-right-small:before {
  content: "\e90f";
}
.icon-chevron-left-small:before {
  content: "\e910";
}
.icon-chevron-down-small:before {
  content: "\e911";
}
.icon-chevron-up-small:before {
  content: "\e912";
}
.icon-comment:before {
  content: "\e90e";
}
.icon-mail:before {
  content: "\e906";
}
.icon-caret-down:before {
  content: "\e91a";
}
.icon-text:before {
  content: "\e914";
}
.icon-chevron-right:before {
  content: "\e90b";
}
.icon-chevron-left:before {
  content: "\e90c";
}
.icon-long-arrow-right:before {
  content: "\e909";
}
.icon-angle-double-right:before {
  content: "\e907";
}
.icon-angle-double-left:before {
  content: "\e908";
}
.icon-instagram:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-tumblr:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e905";
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
table td,
table th {
  border: 1px solid #ccc;
  font-weight: 400;
}
table thead > tr {
  background-color: #bfbfbf;
}
table thead > tr > th,
table tr > td {
  padding: 0.5em;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}
table a {
  color: #000;
}
table img {
  display: block;
  margin: 0 auto;
}
blockquote {
  background: #fff;
  border-left: 0.5em solid #f9f0ec;
  margin: 1.5em 0.5em;
  padding: 0.5em 1em;
  quotes: "“" "”" "‘" "’";
}
blockquote:before {
  color: #f9f0ec;
  content: "\201C";
  font-size: 4em;
  line-height: 0.2em;
  margin-right: 0.5em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
blockquote cite {
  font-style: italic;
}
a > img {
  opacity: 1;
}
a > img:hover {
  opacity: 0.7;
}
.fluid-width-video-wrapper {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-canvas,
.site-wrap {
  position: relative;
  width: 100%;
}
.entry-content a:hover {
  color: #666;
}
.entry-content li,
.entry-content p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5em;
  letter-spacing: 1.25px;
}
#menu-social-media a:before,
.menu-search-action:after,
.social-mobile a:before {
  font-family: gws;
  speak: none;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-title.callout {
  font-size: 13px !important;
  font-size: 0.81rem !important;
  margin-top: -0.2em;
}
.post-meta {
  font-size: 14px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.5em;
  margin-top: -0.15em;
}
.post-category {
  color: #c58c74;
  text-transform: uppercase;
}
.post-category a {
  color: #c58c74;
}
.post-date {
  color: #ccc;
  padding-left: 0.25em;
}
.site-wrap {
  padding-top: 0.5em;
  overflow-x: hidden;
}
@media (min-width: 64.06em) {
  .site-wrap {
    padding-top: 0;
  }
}
.site-canvas {
  transform: translate3d(0);
  transition: all 0.3s cubic-bezier(0.32, 1.25, 0.38, 1.15);
  height: 100%;
}
.off-canvas {
  position: absolute;
  top: 0;
  left: -20em;
  padding: 4em 0.5em 0.5em;
  height: 100%;
  width: 20em;
}
.home .off-canvas,
.single-post .off-canvas {
  padding-top: 0.5em;
}
.site-wrap.show-nav .site-canvas {
  transform: translate3d(320px, 0, 0);
}
.site-wrap.show-nav .site-canvas:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.site-content {
  max-width: 61em;
  margin: 0 auto;
  padding: 6em 0.5em 0;
}
.site-content:after,
.site-content:before {
  content: " ";
  display: table;
}
.admin-bar .masthead {
  top: 3em;
}
@media (min-width: 64.06em) {
  .site-content {
    padding: 2em 0 0;
  }
  .main-content {
    float: left;
    width: 40.625em;
  }
  .admin-bar .masthead {
    top: auto;
  }
}
.admin-bar .site-content {
  padding-top: 9em;
}
@media (min-width: 64.06em) {
  .admin-bar .site-content {
    padding-top: 2em;
  }
}
.admin-bar .mfp-container {
  top: 2em;
}
@media (min-width: 48em) {
  .admin-bar .mfp-container {
    top: 0;
  }
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: static !important;
  width: auto;
}
.masthead {
  display: none;
  max-width: 61em;
  margin: 0 auto 3em;
  padding: 0.5em;
  background-color: #fff;
  border-bottom: 3px solid #d4a692;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
@media (min-width: 64.06em) {
  .masthead {
    display: block;
    border: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
}
.masthead:after,
.masthead:before {
  content: " ";
  display: table;
}
.mobile-search,
.social-mobile {
  border-bottom: 1px solid #d4a692;
}
.masthead.mobile {
  display: block;
  margin-bottom: 0;
  padding: 0 0.5em;
}
.gws-logo {
  float: left;
  position: relative;
  top: 0.25em;
  width: 3.125em;
}
@media (min-width: 64.06em) {
  .masthead.mobile {
    display: none;
  }
  .gws-logo {
    float: none;
    margin: 2em auto;
    top: 0;
    width: 100%;
  }
}
.header-ad {
  display: none;
  margin: 0.5em auto;
  width: 728px;
}
.secondary-logo {
  display: block;
  margin: 5.25em auto 0;
  width: 50%;
}
@media (min-width: 64.06em) {
  .header-ad {
    display: block;
  }
  .secondary-logo {
    display: none;
  }
}
.mobile-search {
  display: block;
  clear: left;
  padding-bottom: 0.25em;
}
@media (min-width: 64.06em) {
  .mobile-search {
    display: none;
  }
}
.mobile-search .search-form input {
  width: 88%;
}
.mobile-search button {
  clear: right;
  float: right;
}
.category-carousel:after,
.copyright:after,
.footer-widgets:after,
.main-shop-menu:after,
.post-grid:after,
.post-nav-header:after,
.post-nav-images:after,
.posts-navigation:after,
.top-navigation:after {
  clear: both;
}
.mobile-search .menu-search-close {
  display: none;
}
.social-mobile {
  list-style: none;
  margin: 0 0 1em;
  border-top: 1px solid #d4a692;
  padding: 0.5em 0 0;
}
.social-mobile li {
  display: inline-block;
}
.social-mobile li:last-child {
  margin-right: 0;
}
.social-mobile a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  padding: 0 0.5em;
}
.social-mobile a:before {
  font-weight: 400;
  text-transform: none;
}
.social-mobile a[href*="facebook.com"]::before {
  content: "\e902";
}
.social-mobile a[href*="pinterest.com"]::before {
  content: "\e901";
}
.social-mobile a[href*="twitter.com"]::before {
  content: "\e904";
}
.social-mobile a[href*="instagram.com"]::before {
  content: "\e900";
}
.social-mobile a[href*="feedly.com"]::before {
  content: "\e913";
}
.email-callout {
  margin-bottom: 1em;
}
.email-callout h3 {
  font-size: 18px;
  font-size: 1.12rem;
  line-height: 1;
  margin: 0;
}
.email-callout p {
  margin: 0;
  text-transform: lowercase;
}
.menu-search-action:after {
  font-weight: 400;
  text-transform: none;
  content: "\e905";
  position: absolute;
  top: 0.25em;
  right: 1em;
  cursor: pointer;
}
.footer-categories {
  background-color: #efded7;
  padding: 3em 1.5em;
  margin: 1em 0;
}
@media (min-width: 64.06em) {
  .footer-categories {
    padding: 3em 0;
  }
}
.footer-categories .carousel-title {
  font-size: 14px;
  font-size: 0.88rem;
  margin: 0 0 1.5em;
  text-transform: uppercase;
}
.category-carousel {
  max-width: 61em;
  margin: 0 auto;
  padding: 0;
}
.category-carousel:after,
.category-carousel:before {
  content: " ";
  display: table;
}
.category-carousel .category-title {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 1em 0 0;
  text-transform: uppercase;
}
.category-carousel .category-title:hover {
  color: #c77552;
}
.category-carousel .owl-dots {
  margin-top: 0.5em;
  text-align: center;
}
.category-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.category-carousel .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
  height: 0.75em;
  width: 0.75em;
  margin: 0.2em;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}
.category-carousel .owl-dots .owl-dot.active span,
.category-carousel .owl-dots .owl-dot:hover span {
  background: #c58c74;
}
.site-footer {
  background-color: #f9f0ec;
  padding: 2.5em 1em;
}
.footer-widgets {
  max-width: 61em;
  margin: 0 auto;
  padding: 0 3em;
}
.footer-widgets:after,
.footer-widgets:before {
  content: " ";
  display: table;
}
.footer-widgets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 47.99em) {
  .footer-widgets ul {
    display: none;
  }
  .footer-widgets-1 .widget_nav_menu,
  .footer-widgets-2 .widget_nav_menu,
  .footer-widgets-3 .widget_nav_menu {
    margin-bottom: 0.5em;
  }
}
.footer-widgets ul.is-active {
  display: block;
}
.footer-widgets a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
}
.footer-widgets a:hover {
  color: #c77552;
}
@media (min-width: 48em) {
  .footer-widgets .widget-area {
    float: left;
    width: 50%;
  }
}
.footer-widgets .widget-area.footer-widgets-4 .button {
  margin-top: 0.5em;
}
@media (min-width: 64.06em) {
  .footer-widgets .widget-area {
    width: 22%;
  }
  .footer-widgets .widget-area.footer-widgets-4 {
    width: 34%;
  }
  .footer-widgets-3 aside:nth-of-type(2) {
    margin-top: 3em;
  }
  .copyright-text {
    float: left;
  }
}
.widget-title {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 0.15em;
  text-transform: uppercase;
}
.footer-widgets-4 aside {
  border-bottom: 1px solid #c58c74;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media (max-width: 47.99em) {
  .widget-title {
    cursor: pointer;
  }
  .footer-widgets-4 .email-form {
    margin-top: 2em;
  }
}
.footer-widgets-4 .email-form input {
  width: 80%;
}
#menu-social-media {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#menu-social-media li {
  display: inline-block;
}
#menu-social-media li:last-child {
  margin-right: 0;
}
#menu-social-media a {
  padding: 0 0.5em;
}
@media (min-width: 48em) {
  #menu-social-media a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#menu-social-media a:before {
  font-weight: 400;
  text-transform: none;
}
#menu-social-media a[href*="facebook.com"]::before {
  content: "\e902";
}
#menu-social-media a[href*="pinterest.com"]::before {
  content: "\e901";
}
#menu-social-media a[href*="twitter.com"]::before {
  content: "\e904";
}
#menu-social-media a[href*="instagram.com"]::before {
  content: "\e900";
}
#menu-social-media a[href*="feedburner.google.com"]::before {
  content: "\e906";
}
#menu-social-media a[href*="feedly.com"]::before {
  content: "\e913";
}
#menu-social-media a[href*="liketoknow.it"]::before {
  content: "\e90d";
}
.copyright {
  max-width: 52em;
  margin: 0 auto;
  font-size: 0.8em;
  padding: 2em 0 4em;
}
.copyright:after,
.copyright:before {
  content: " ";
  display: table;
}
.privacy-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.privacy-menu li {
  display: inline-block;
}
.privacy-menu li:last-child {
  margin-right: 0;
}
.privacy-menu a {
  color: #000;
  margin-right: 1em;
  position: relative;
}
.privacy-menu a:hover {
  color: #d4a692;
}
.privacy-menu li:first-child a:after {
  content: "|";
  position: absolute;
  right: -1em;
}
.footer-ad {
  display: none;
  margin: 2em auto 0;
  width: 728px;
}
.category-footer-ads .federated {
  display: block;
}
@media (min-width: 64.06em) {
  .privacy-menu {
    float: right;
  }
  .footer-ad {
    display: block;
  }
  .category-footer-ads .federated {
    display: none;
  }
}
.category-footer-ads .inline-ad {
  margin-bottom: 1em;
}
.right-rail {
  display: none;
}
@media (min-width: 64.06em) {
  .right-rail {
    float: right;
    display: block;
    text-align: left;
    width: 18.75em;
  }
}
.right-rail li {
  list-style: none;
}
.top-navigation {
  max-width: 61em;
  margin: 0 auto 0.5em;
  padding: 0.5em 0;
  display: none;
  border-bottom: 1px solid #000;
}
.top-navigation:after,
.top-navigation:before {
  content: " ";
  display: table;
}
@media (min-width: 64.06em) {
  .top-navigation {
    display: block;
  }
}
.top-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.top-navigation ul li {
  display: inline-block;
}
.top-navigation ul li:last-child {
  margin-right: 0;
}
.top-navigation a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
}
.top-navigation a:hover {
  color: #999;
}
.header-left,
.header-right {
  max-width: 50%;
}
.header-left {
  float: left;
}
.header-left a {
  padding-right: 1em;
}
.header-right a {
  padding-left: 1em;
}
.header-right {
  float: right;
}
.header-right li:first-child a {
  font-size: 14px;
  font-size: 0.88rem;
  color: #c58c74;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
  padding-right: 1.5em;
  position: relative;
  text-transform: lowercase;
}
.header-right li:first-child a:after,
.mobile-navigation .email:after {
  font-family: gws;
  speak: none;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-right li:first-child a:after {
  font-weight: 400;
  text-transform: none;
  content: "\e909";
  position: absolute;
  top: -0.15em;
  right: 0;
}
.main-navigation,
.mobile-navigation {
  text-transform: uppercase;
  list-style: none;
}
.main-navigation,
.main-navigation > li {
  position: relative;
}
.main-navigation {
  display: none;
  max-width: 61em;
  margin: 0 auto;
  padding: 0.25em;
  background: #fbf2ed;
  color: #000;
  font-weight: 700;
  text-align: left;
  z-index: 1;
}
@media (min-width: 64.06em) {
  .main-navigation {
    display: block;
  }
}
.main-navigation li {
  display: inline-block;
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation:after,
.main-navigation:before {
  content: " ";
  display: table;
}
.main-navigation:after {
  clear: both;
}
.main-navigation li.menu-search-action,
.main-navigation li.menu-search-box {
  position: static;
}
.main-navigation a {
  font-size: 13px;
  font-size: 0.81rem;
  color: #000;
  padding: 0 0.7em;
}
.main-navigation a:hover {
  color: #c77552;
}
.main-navigation ul {
  background: #f9f0ec;
  position: absolute;
  left: 0;
  padding: 0.5em 0 0;
  text-align: left;
  opacity: 0;
  transition: opacity 0.1s linear;
  width: 20em;
  z-index: 10;
}
.main-navigation ul li {
  display: block;
  margin-bottom: 0.5em;
}
.main-navigation .search-form {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
}
.main-navigation > li:hover > ul {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.mobile-toggle {
  display: block;
  height: 2em;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 2em;
}
@media (min-width: 64.06em) {
  .mobile-toggle {
    display: none;
  }
}
.mobile-toggle span,
.mobile-toggle span:after,
.mobile-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 0.2em;
  width: 2em;
  background: #d4a692;
  position: absolute;
  display: block;
  content: "";
  transition: all 250ms ease-in-out;
}
.mobile-toggle span {
  margin-top: 0.75em;
}
.mobile-toggle span:before {
  top: -0.5em;
}
.mobile-toggle span:after {
  bottom: -0.5em;
}
.mobile-toggle.is-active span {
  background-color: transparent;
}
.mobile-toggle.is-active span:after,
.mobile-toggle.is-active span:before {
  top: 0;
}
.mobile-toggle.is-active span:before {
  transform: rotate(45deg);
}
.mobile-toggle.is-active span:after {
  transform: rotate(-45deg);
}
.mobile-actions {
  display: block;
  display: none;
}
@media (min-width: 64.06em) {
  .mobile-actions {
    display: none;
  }
}
.mobile-actions.is-active,
.mobile-navigation.is-active {
  display: block;
}
.mobile-navigation {
  margin: 1em 0 0;
  padding: 0;
}
.mobile-navigation li {
  margin-bottom: 0.5em;
}
.mobile-navigation a {
  color: #000;
  font-weight: 700;
}
.mobile-navigation a:hover {
  color: #d4a692;
}
.mobile-navigation .sub-menu {
  display: none;
  list-style: none;
  margin: 0 0 0 1em;
  padding: 0;
}
.mobile-navigation .sub-menu.display {
  display: block;
}
.mobile-navigation .sub-menu a {
  color: #ccc;
  font-weight: 400;
}
.mobile-navigation .email {
  border-bottom: 1px solid #d4a692;
  padding-bottom: 0.5em;
  position: relative;
}
.mobile-navigation .email:after {
  font-weight: 400;
  text-transform: none;
  content: "\e90b";
  position: absolute;
  right: 0;
}
.post-nav-header span,
.posts-navigation {
  font-weight: 700;
  text-transform: uppercase;
}
.post-nav-header:after,
.post-nav-header:before,
.posts-navigation:after,
.posts-navigation:before {
  content: " ";
  display: table;
}
.posts-navigation {
  font-size: 14px;
  font-size: 0.88rem;
  color: #d4a692;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-top: 3em;
}
.posts-navigation .prev-page {
  float: left;
  width: 50%;
}
.posts-navigation .next-page {
  float: right;
  text-align: right;
  width: 50%;
}
.post-nav-header {
  margin: 4em auto 2em;
  position: relative;
}
.post-nav-header:after {
  content: "";
  border-top: 1px solid #507b79;
  border-bottom: 1px solid #507b79;
  position: absolute;
  top: 0;
  height: 0.5em;
  width: 100%;
  z-index: -1;
}
.post-nav-header a {
  color: #507b79;
}
.post-nav-header span {
  background-color: #fff;
  margin-top: -0.55em;
  padding: 0 1em;
  position: relative;
}
.post-nav-header .next-post:after,
.post-nav-header .prev-post:before {
  font-weight: 400;
  text-transform: none;
  position: absolute;
  top: 0;
  font-family: gws;
  speak: none;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-nav-header .prev-post {
  float: left;
}
.post-nav-header .prev-post:before {
  content: "\e908";
  left: 0;
}
.post-nav-header .next-post {
  float: right;
}
.post-nav-header .next-post:after {
  content: "\e907";
  right: 0;
}
.main-shop-menu:after,
.main-shop-menu:before,
.post-nav-images:after,
.post-nav-images:before {
  content: " ";
  display: table;
}
.post-nav-images .next-post,
.post-nav-images .prev-post {
  width: 48%;
}
.post-nav-images .prev-post {
  float: left;
}
.post-nav-images .next-post {
  float: right;
}
.main-shop-menu {
  max-width: 61em;
  padding: 0.25em;
  background: #d4a692;
  background-image: radial-gradient(
    circle 476px at center,
    #f0dfd7 0,
    #f0dfd7 0,
    #f0dfd7 24%,
    #f0dfd7 57%,
    #f0dfd7 77%,
    #e6c2b3 100%
  );
  color: #b37760;
  font-weight: 700;
  left: 200%;
  height: 0;
  margin: 0.5em 0;
  opacity: 0;
  position: relative;
  text-transform: uppercase;
  transition: left 0.3s cubic-bezier(0.32, 1.25, 0.38, 1.15);
  z-index: 1;
}
@media (min-width: 40em) {
  .main-shop-menu {
    list-style: none;
    height: auto;
    left: 0;
    opacity: 1;
    padding: 0.25em 1em;
    margin: 0 auto 2em;
    text-align: center;
  }
  .main-shop-menu li {
    display: inline-block;
  }
  .main-shop-menu li:last-child {
    margin-right: 0;
  }
  .main-shop-menu:after,
  .main-shop-menu:before {
    content: "";
    position: absolute;
    height: 33px;
    width: 21px;
    top: -0.15em;
  }
  .main-shop-menu:before {
    background: url(../../images/ribbon-end-left.png);
    left: -1.3em;
  }
  .main-shop-menu:after {
    background: url(../../images/ribbon-end-right.png);
    right: -1.3em;
  }
}
@media (min-width: 64.06em) {
  .main-shop-menu:after,
  .main-shop-menu:before {
    content: "";
    position: absolute;
    height: 33px;
    width: 21px;
    top: -0.15em;
  }
  .main-shop-menu:before {
    background: url(../../images/ribbon-end-left.png);
    left: -1.3em;
  }
  .main-shop-menu:after {
    background: url(../../images/ribbon-end-right.png);
    right: -1.3em;
  }
}
.main-shop-menu > li {
  list-style: none;
  position: relative;
}
@media (min-width: 40em) {
  .main-shop-menu > li:after {
    content: ".";
    position: absolute;
    top: -0.45em;
    right: 0;
    font-size: 1.5em;
  }
  .main-shop-menu ul {
    background: #f0dfd7;
    border-left: 1px solid #c58c74;
    border-right: 1px solid #c58c74;
    border-bottom: 1px solid #c58c74;
    position: absolute;
    left: 0;
    opacity: 0;
    width: 12em;
    z-index: 10;
  }
}
.main-shop-menu li:last-child:after {
  display: none;
}
.main-shop-menu a {
  font-size: 13px;
  font-size: 0.81rem;
  color: #b37760;
  padding: 0 1.4em;
}
.main-shop-menu a:hover {
  color: #000;
}
.main-shop-menu ul {
  display: none;
  padding: 0.5em 0 0;
  transition: opacity 0.1s linear;
  text-align: left;
}
.comment-header,
.email-form,
.search-results .search-title,
.social-share a {
  text-align: center;
}
.main-shop-menu ul.display {
  display: block;
}
.main-shop-menu ul li {
  display: block;
  margin-bottom: 0;
}
.main-shop-menu.is-active {
  left: 0;
  height: auto;
  opacity: 1;
}
.gws-load-heartL,
.gws-load-heartR,
.gws-load-square {
  height: 1em;
  background-color: #d4a692;
}
.main-shop-menu > li:hover > ul {
  display: block;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.back-breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: -1.75em;
  left: 1em;
  color: #333;
  text-transform: lowercase;
}
@media (min-width: 48em) {
  .back-breadcrumb {
    top: -0.75em;
  }
}
.back-breadcrumb [class*=" icon-"],
.back-breadcrumb [class^="icon-"] {
  position: relative;
  top: 0.1em;
}
.back-breadcrumb a {
  color: #333;
}
.back-breadcrumb .category-url {
  position: relative;
}
.back-breadcrumb .category-url:before {
  content: "/";
  position: relative;
}
.post-grid:after,
.post-grid:before {
  content: " ";
  display: table;
}
.post-grid article {
  margin-bottom: 1.5em;
}
@media (min-width: 48em) {
  .post-grid article {
    margin-bottom: 0;
    min-height: 20em;
    width: 48%;
  }
  .post-grid article:nth-child(odd) {
    clear: left;
    float: left;
  }
  .post-grid article:nth-child(even) {
    clear: right;
    float: right;
  }
}
@media (min-width: 64.06em) {
  .post-grid article {
    margin-bottom: 0;
    min-height: 17.5em;
    width: 48%;
  }
}
.gws-load-heartL,
.gws-load-heartR,
.gws-load-shadow,
.gws-load-square {
  content: "";
  display: block;
  width: 1em;
}
.post-grid .post-meta {
  margin-top: 0;
}
.category-callout:after,
.gallery-share:after,
.photo-module:after,
.product-share:after {
  clear: both;
}
.gws-loading {
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-100%, -240%);
}
.gws-loading * {
  font-size: 88px;
}
.gws-load-heart {
  animation: cssload-heart 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  top: 50%;
  content: "";
  left: 50%;
  position: absolute;
}
.gws-load-heartL {
  border: 1px solid #d4a692;
  position: absolute;
  border-radius: 100%;
  animation: cssload-heartL 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  transform: translate(-40px, -39px);
}
.gws-load-heartR {
  border: 1px solid rgba(212, 166, 146, 0.98);
  position: absolute;
  border-radius: 100%;
  transform: translate(40px, -39px);
  animation: cssload-heartR 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
}
.gws-load-square {
  border: 1px solid #d4a692;
  position: relative;
  transform: scale(1) rotate(-45deg);
  animation: cssload-square 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
}
.gws-load-shadow {
  top: 138px;
  left: 50%;
  position: relative;
  bottom: -0.7em;
  height: 0.34em;
  background-color: #c58c74;
  border: 1px solid #c58c74;
  border-radius: 50%;
  animation: cssload-shadow 2.88s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
}
.fancy-dropdown:after,
.fancy-dropdown:before {
  content: "";
  position: absolute;
}
@keyframes cssload-square {
  50% {
    border-radius: 100%;
    transform: scale(0.5) rotate(-45deg);
  }
  100% {
    transform: scale(1) rotate(-45deg);
  }
}
@keyframes cssload-heart {
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes cssload-heartL {
  60% {
    transform: scale(0.4);
  }
}
@keyframes cssload-heartR {
  40% {
    transform: scale(0.4);
  }
}
@keyframes cssload-shadow {
  50% {
    transform: scale(0.5);
    border-color: rgba(197, 140, 116, 0.98);
  }
}
.fancy-dropdown {
  border: 1px solid #eee;
  font-size: 14px;
  font-size: 0.88rem;
  background-color: transparent;
  cursor: pointer;
  margin: 0.25em auto;
  outline: 0;
  padding: 0.25em 0.5em;
  position: relative;
  width: 8em;
}
.email-form input:focus,
.search-form input:focus {
  outline: #d4a692 solid 1px;
}
@media (min-width: 30em) {
  .fancy-dropdown {
    margin: 1em auto;
    width: 11em;
  }
}
.fancy-dropdown:before,
.fancy-dropdown:after {
  width: 0;
  height: 0;
  right: 0.5rem;
  top: 50%;
  margin-top: -0.25rem;
  border-width: 0.5rem 0.5rem 0;
  border-style: solid;
  border-color: #000 transparent;
}
.fancy-dropdown:after {
  right: 0.55rem;
  border-color: #fff transparent;
  border-width: 0.45rem 0.45rem 0;
}
.fancy-dropdown span,
.cat-dropdown li,
.state-dropdown li {
  font-weight: 300;
  /* text-transform: uppercase; */
  letter-spacing: 0.1em;
  font-size: 0.7rem;
}
.fancy-dropdown ul {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 1px 0 0;
  padding-left: 0.5em;
  z-index: 2;
}
.fancy-dropdown ul a {
  font-weight: 300;
  color: #333;
  display: block;
  margin: 0.25em 0;
  padding: 1em 0;
}
.fancy-dropdown ul a:hover {
  color: #999;
  text-decoration: none;
}
.fancy-dropdown.active ul {
  display: block;
  pointer-events: auto;
}
.gallery-grid:after,
.social-share [class*=" icon-"],
.social-share [class^="icon-"] {
  pointer-events: none;
}
.search-form {
  background: #fff;
  padding: 0 0.25em;
}
.email-form button,
.search-form button {
  background: 0 0;
  position: relative;
  box-shadow: none;
}
.search-form input {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0.25em;
  width: 91%;
}
.search-form input::-webkit-input-placeholder {
  font-size: 13px;
  font-size: 0.81rem;
  position: relative;
  top: 0.3em;
  text-transform: uppercase;
}
.search-form input:-moz-placeholder {
  font-size: 13px;
  font-size: 0.81rem;
  position: relative;
  top: 0.3em;
  text-transform: uppercase;
}
.search-form input::-moz-placeholder {
  font-size: 13px;
  font-size: 0.81rem;
  position: relative;
  top: 0.3em;
  text-transform: uppercase;
}
.search-form input:-ms-input-placeholder {
  font-size: 13px;
  font-size: 0.81rem;
  position: relative;
  top: 0.3em;
  text-transform: uppercase;
}
.search-form button {
  font-size: 13px;
  font-size: 0.81rem;
  border: none;
  padding-right: 0;
  top: 0.45em;
}
#header-search-form {
  display: none;
}
.comment-header h4,
.comment-list .comment .comment-author,
.comment-list .comment .comment-meta {
  display: inline-block;
}
.menu-search-close {
  font-size: 13px;
  font-size: 0.81rem;
  cursor: pointer;
  position: relative;
  top: 0.4em;
}
.email-form input {
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
@media (min-width: 64.06em) {
  .search-form input {
    width: auto;
  }
  .email-form input {
    width: 15em;
  }
}
.email-form button {
  border: none;
  color: #c58c74;
  font-size: 2em;
  padding: 0;
  top: 0.2em;
  left: 0.2em;
}
.comment-header {
  border-top: 1px solid #ccc;
  margin-top: 3em;
}
.comment-header h4 {
  font-size: 14px;
  font-size: 0.88rem;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom-left-radius: 0.75em;
  border-bottom-right-radius: 0.75em;
  cursor: pointer;
  color: #507b79;
  font-weight: 400;
  margin: 0;
  padding: 0.25em 0.75em 0.5em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.comment-header h4:after,
.comment-header h4:before {
  font-family: gws;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.12rem;
  position: relative;
  top: 0.2em;
}
.comment-header h4:before {
  content: "\e90e";
  margin-right: 0.25em;
}
.comment-header h4:after {
  content: "\e911";
  margin-left: 0.25em;
}
.comments-title {
  font-size: 14px;
  font-size: 0.88rem;
  text-transform: uppercase;
}
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list .comment {
  font-size: 14px;
  font-size: 0.88rem;
  margin: 3em auto;
  position: relative;
}
.comment-list .comment:after {
  content: "";
  border-bottom: 4px double #507b79;
  position: absolute;
  left: 0;
  bottom: -1.75em;
  height: 0.25em;
  width: 100%;
}
.comment-list .comment .comment-body {
  background-color: #e7f1ec;
  padding: 1em;
}
.comment-list .comment ol {
  list-style: none;
}
.comment-list .comment a {
  color: #507b79;
}
.comment-list .comment .comment-author img,
.comment-list .pingback,
.comments-area {
  display: none;
}
.comment-list .comment .comment-meta a {
  color: #000;
}
.comment-list .comment .children {
  padding-left: 2em;
}
.comment-list .comment.bypostauthor .comment-body {
  background-color: #efded7;
}
.social-share.home li,
.social-share.in-post li {
  background-color: #c49380;
}
.comment-list .comment.bypostauthor .comment-body a {
  color: #7e391b;
}
.comments-area.is-active {
  display: block;
}
.social-share {
  list-style: none;
  padding: 0;
  position: relative;
  margin: -2.5em 0.5em 0 0;
  transition: opacity 0.2s ease-in-out;
}
.social-share li {
  display: inline-block;
  border-radius: 50%;
  margin-left: 0.25em;
}
.social-share li:last-child {
  margin-right: 0;
}
.social-share a {
  color: #fff;
  display: table-cell;
  padding-top: 0.3em;
  vertical-align: middle;
  height: 1.75em;
  width: 1.75em;
}
.social-share.home li.text,
.social-share.home li.whatsapp,
.social-share.in-post li.text,
.social-share.in-post li.whatsapp {
  display: none;
}
.social-share.home {
  opacity: 0;
  text-align: right;
}
.social-share.in-post {
  text-align: right;
  position: absolute;
  top: 3.5em;
  right: 0.5em;
}
.social-share.in-post a {
  font-size: 1.5em;
}
.social-share.post {
  display: none;
  position: fixed;
  margin-top: 0.75em;
  margin-left: -3.5em;
}
@media (min-width: 64.06em) {
  .social-share.post {
    display: block;
  }
}
.social-share.post li {
  background-color: #507b79;
  display: block;
  margin-bottom: 0.5em;
}
.social-share.post li.text,
.social-share.post li.whatsapp {
  display: none;
}
.social-share.post a {
  color: #fff;
  font-size: 1.25em;
}
.social-share.mobile {
  display: block;
  background-color: #f1f1f1;
  padding: 0.5em 0 0;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
@media (min-width: 64.06em) {
  .social-share.mobile {
    display: none;
  }
}
.social-share.mobile li {
  background-color: #507b79;
  margin: 0 0.5em;
}
.social-share.gallery {
  display: inline-block;
  margin: 0;
}
.social-share.gallery li {
  background-color: #000;
  margin: 0 0.5em;
}
.social-share.gallery .text,
.social-share.gallery .whatsapp {
  display: inline-block;
}
@media (min-width: 64.06em) {
  .social-share.gallery .text,
  .social-share.gallery .whatsapp {
    display: none;
  }
}
.social-share.gallery a {
  font-size: 1.05em;
}
.social-share.product {
  display: inline-block;
  margin: 0;
}
.social-share.product a {
  color: #000;
  font-size: 1.25em;
}
.social-share.product .text,
.social-share.product .whatsapp {
  display: inline-block;
}
@media (min-width: 64.06em) {
  .social-share.product .text,
  .social-share.product .whatsapp {
    display: none;
  }
}
.gallery-share:after,
.gallery-share:before,
.product-share:after,
.product-share:before {
  content: " ";
  display: table;
}
.gallery-share,
.product-share {
  border-top: 3px double #000;
  margin: 2em 0 0;
  padding-top: 2em;
}
.gallery-share .share-label,
.product-share .share-label {
  float: left;
  font-weight: 700;
  position: relative;
  top: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .home .post-grid article:first-child,
  .home .post-grid article:first-child + article {
    min-height: 19em;
  }
  .photo-module figure {
    margin-bottom: 0;
  }
}
.carousel-navigation .shop-carousel-next:after,
.carousel-navigation .shop-carousel-prev:after,
.social-follow a:before {
  font-family: gws;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.photo-module figcaption:hover {
  color: #ccc;
}
.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.shop-module {
  background-color: #efded7;
  margin: 2em 0;
  padding: 1.5em 4em;
  position: relative;
  text-align: center;
}
.shop-module .module-title {
  font-size: 17px;
  font-size: 1.06rem;
  color: #663828;
  line-height: 1;
  margin: 0 0 1em;
  text-transform: uppercase;
}
.category-callout .category-heading:before,
.featured-artists .artist-heading:before {
  margin-right: 1em;
  left: 0;
}
.category-callout .category-heading:after,
.featured-artists .artist-heading:after {
  margin-left: 1em;
  right: 0;
}
.shop-carousel {
  margin-bottom: 2em;
}
.carousel-navigation {
  cursor: pointer;
  z-index: 2;
}
.carousel-navigation .shop-carousel-next,
.carousel-navigation .shop-carousel-prev {
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
}
.category-callout,
.featured-artists {
  margin-top: 1em;
}
.carousel-navigation .shop-carousel-next:after,
.carousel-navigation .shop-carousel-prev:after {
  text-transform: none;
  color: #c58c74;
  font-size: 2.5em;
  vertical-align: middle;
}
.carousel-navigation .shop-carousel-prev {
  left: 1.25em;
}
.carousel-navigation .shop-carousel-prev:after {
  content: "\e908";
}
.carousel-navigation .shop-carousel-next {
  right: 1.25em;
}
.carousel-navigation .shop-carousel-next:after {
  content: "\e907";
}
.category-callout:after,
.category-callout:before {
  content: " ";
  display: table;
}
.category-callout .category-heading {
  font-size: 16px;
  font-size: 1rem;
  color: #507b79;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.category-callout .category-heading span {
  background-color: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
.category-callout .category-heading:after,
.category-callout .category-heading:before {
  content: "";
  border-top: 1px solid #507b79;
  border-bottom: 1px solid #507b79;
  position: absolute;
  top: 40%;
  height: 0.3em;
  width: 100%;
  z-index: -1;
}
@media (min-width: 48em) {
  .category-callout article {
    width: 48%;
  }
  .category-callout article:nth-child(odd) {
    clear: left;
    float: left;
  }
  .category-callout article:nth-child(even) {
    clear: right;
    float: right;
  }
}
.featured-artists:after,
.featured-artists:before {
  content: " ";
  display: table;
}
.featured-artists:after {
  clear: both;
}
.featured-artists .artist-heading {
  font-size: 16px;
  font-size: 1rem;
  color: #507b79;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.featured-artists .artist-heading span {
  background-color: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
.featured-artists .artist-heading:after,
.featured-artists .artist-heading:before {
  content: "";
  border-top: 1px solid #507b79;
  border-bottom: 1px solid #507b79;
  position: absolute;
  top: 40%;
  height: 0.3em;
  width: 100%;
  z-index: -1;
}
.featured-artists .sub-heading {
  font-size: 12px;
  font-size: 0.75rem;
  clear: both;
  margin: -1em auto 1em;
  text-align: center;
}
.featured-artists .sub-heading.bottom {
  margin-top: 0;
}
@media (min-width: 30em) {
  .featured-artists .sub-heading {
    margin-top: -1.5em;
  }
}
@media (min-width: 48em) {
  .featured-artists article {
    width: 48%;
  }
  .featured-artists article:nth-child(odd) {
    clear: left;
    float: left;
  }
  .featured-artists article:nth-child(even) {
    clear: right;
    float: right;
  }
}
.inline-ad,
.inline-ad.sponsor .ad-wrap:after,
.inline-ad:after,
.yarpp-related:after {
  clear: both;
}
.social-count {
  border: 1px solid #ccc;
  margin-bottom: 1em;
  padding: 1em;
}
.social-count h4 {
  font-size: 11px;
  font-size: 0.69rem;
  line-height: 0.5;
  margin: 0;
  text-align: center;
}
.social-count .email-form input {
  background-color: #f1f1f1;
}
@media (min-width: 64.06em) {
  .social-count .email-form input {
    width: 12em;
  }
}
.social-count .email-submit {
  top: 0;
}
.social-count .icon-long-arrow-right {
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  font-size: 0.4em;
  padding: 0.2em;
  top: 0;
}
.social-follow {
  list-style: none;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #000;
  display: block;
  margin: 1em 0;
  text-align: center;
}
.social-follow li {
  display: inline-block;
}
.social-follow li:last-child {
  margin-right: 0;
}
.social-follow a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  padding: 0 0.5em;
}
.social-follow a:before {
  text-transform: none;
}
.social-follow a[href*="facebook.com"]::before {
  content: "\e902";
}
.social-follow a[href*="pinterest.com"]::before {
  content: "\e901";
}
.social-follow a[href*="twitter.com"]::before {
  content: "\e904";
}
.social-follow a[href*="tumblr.com"]::before {
  content: "\e903";
}
.social-follow a[href*="instagram.com"]::before {
  content: "\e900";
}
.social-follow a[href*="liketoknow.it"]::before {
  content: "\e90d";
}
.shortcode-callout {
  margin: 1em 0.25em;
  position: relative;
  padding: 1.5em;
}
.shortcode-callout:after,
.shortcode-callout:before {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  position: absolute;
}
.shortcode-callout:before {
  border-width: 2em 2em 0 0;
  border-color: #fff transparent transparent;
  left: 0;
  top: 0;
}
.shortcode-callout:after {
  border-width: 0 0 2em 2em;
  border-color: transparent transparent #fff;
  right: 0;
  bottom: 0;
}
.shortcode-callout .slashes:after,
.shortcode-callout .slashes:before {
  content: "";
  border-top: 1px solid;
  position: absolute;
  height: 0.65em;
  z-index: 2;
}
.shortcode-callout .slashes:before {
  border-bottom: 1px solid;
  top: 0.9em;
  left: -1.15em;
  width: 4.5em;
  transform: rotate(-45deg);
}
.shortcode-callout .slashes:after {
  bottom: 0.9em;
  right: -0.8em;
  width: 4em;
  transform: rotate(135deg);
}
.shortcode-callout .shortcode-header {
  font-size: 14px;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 2.5em;
  text-align: center;
  text-transform: uppercase;
}
.shortcode-callout p {
  font-size: 13px;
  font-size: 0.81rem;
}
.gws-advice {
  background-color: #efded7;
}
.gws-advice .shortcode-header {
  color: #bf5629;
}
.gws-advice .slashes:after,
.gws-advice .slashes:before {
  border-color: #bf5629;
}
.gws-music {
  background-color: #e7f1ec;
}
.gws-music .shortcode-header {
  color: #507b79;
}
.gws-music .slashes:after,
.gws-music .slashes:before {
  border-color: #507b79;
}
.gws-memory {
  background-color: #f2f0ef;
}
.rstyle-carousel {
  margin-top: 0.75em;
}
.rstyle-carousel .owl-stage {
  max-height: 10.5em;
  width: 9999px !important;
}
.rstyle-carousel .owl-item {
  margin-right: 0.75em;
  position: relative;
}
.rstyle-carousel .owl-item > div a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
.rstyle-carousel .owl-item img {
  border: 1px solid #ccc;
  padding: 0.125em;
  height: 165px;
  width: 130px;
}
.rstyle-carousel .hover {
  background-color: #d4a692;
  background-color: rgba(212, 166, 146, 0.85);
  bottom: -0.125em;
  color: #fff;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.03em;
  opacity: 0;
  padding: 0.25em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 130px;
}
.home-posts .featured-image:hover > .social-share,
.mfp-fade,
.rstyle-carousel .owl-item a:hover > .hover {
  opacity: 1;
}
.rstyle-carousel .owl-dots {
  margin-top: 0.5em;
  text-align: center;
}
.rstyle-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.rstyle-carousel .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
  height: 0.75em;
  width: 0.75em;
  margin: 0.2em;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}
.rstyle-carousel .owl-dots .owl-dot.active span,
.rstyle-carousel .owl-dots .owl-dot:hover span {
  background: #c58c74;
}
.rstyle-carousel .owl-next,
.rstyle-carousel .owl-prev {
  top: 0;
  font-size: 20px;
  font-size: 1.25rem;
  background: #ccc;
  color: #fff;
  position: absolute;
  height: 8.25em;
  width: 1.25em;
}
.rstyle-carousel .owl-next:after,
.rstyle-carousel .owl-prev:before {
  font-family: gws;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  margin-top: -1em;
  font-weight: 400;
}
.rstyle-carousel .owl-prev:before {
  content: "\e90c";
  left: 0.25em;
}
.rstyle-carousel .owl-next {
  right: 0;
}
.rstyle-carousel .owl-next:after {
  content: "\e90b";
  right: 0.25em;
}
.inline-ad:after,
.inline-ad:before,
.yarpp-related:after,
.yarpp-related:before {
  content: " ";
  display: table;
}
.yarpp-related {
  text-align: center;
  text-transform: uppercase;
}
.yarpp-related .yarpp-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
.yarpp-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.yarpp-related li {
  margin-bottom: 2em;
}
@media (min-width: 48em) {
  .yarpp-related li {
    float: left;
    margin: 0 0.5em 0 0;
    width: 23.5%;
  }
}
.yarpp-related li:last-child {
  margin-right: 0;
}
.yarpp-related .post-title {
  font-size: 10px;
  font-size: 0.62rem;
  font-weight: 700;
  margin: 0;
}
.inline-ad {
  background-color: #f8efe8;
  padding: 0.05em 0 0.25em;
  position: relative;
  text-align: center;
}
.inline-ad p {
  font-size: 13px;
  font-size: 0.81rem;
  color: #666;
  margin-bottom: 0.5em;
  text-align: center;
  text-transform: uppercase;
}
.inline-ad p a {
  color: #666;
}
.inline-ad.mobile {
  display: block;
}
@media (min-width: 48em) {
  .inline-ad.mobile {
    display: none;
  }
}
.inline-ad.tablet {
  display: none;
  height: 20.75em;
  overflow: hidden;
}
.inline-ad.tablet:after {
  content: "";
  position: absolute;
  top: 2em;
  left: 50%;
  border: 2px solid #000;
  height: 90%;
  max-height: 15.5em;
  width: 0.01em;
}
@media (min-width: 48em) and (max-width: 64.05em) {
  .inline-ad.tablet {
    display: block;
  }
}
.inline-ad.tablet > div {
  width: 300px;
  display: inline-block;
}
.inline-ad.tablet > div:nth-child(odd) {
  margin-left: 7%;
}
.inline-ad.tablet > div:nth-child(even) {
  margin-right: 7%;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .inline-ad.tablet > div:nth-child(odd) {
    margin-left: 1em;
  }
  .inline-ad.tablet > div:nth-child(even) {
    margin-right: 1em;
  }
}
.inline-ad.desktop {
  display: none;
}
.inline-ad.sponsor {
  display: block;
  padding: 1em 0;
}
@media (min-width: 64.06em) {
  .inline-ad.desktop {
    display: block;
  }
  .inline-ad.sponsor {
    display: none;
  }
}
.inline-ad.sponsor .ad-wrap:after,
.inline-ad.sponsor .ad-wrap:before,
.page .inline-ad:after,
.page .inline-ad:before {
  display: table;
  content: " ";
}
.inline-ad.sponsor .ad-wrap {
  height: 19.75em;
  width: 18.75em;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.inline-ad.sponsor .ad-wrap.small {
  height: 12em;
}
.inline-ad.sponsor button {
  font-size: 13px;
  font-size: 0.81rem;
  border: none;
  box-shadow: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  padding: 0.5em 1em 1.5em;
  text-transform: uppercase;
  background-color: #d4a692;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.inline-ad.sponsor button:hover {
  background-color: #663828;
  color: #fff;
}
.inline-ad.sponsor button:active {
  background-color: #d4a692;
  color: #fff;
}
.inline-ad.sponsor button [class*=" icon-"],
.inline-ad.sponsor button [class^="icon-"] {
  font-size: 22px;
  font-size: 1.38rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.45em;
}
.home-posts .featured-image,
.single-post article.post,
.single-taxonomy-title {
  position: relative;
}
.gallery-archive .gallery-archive-title:before,
.single-gws-gallery .gallery-archive-title:before,
.single-taxonomy-title:before,
.tax-colors .gallery-archive-title:before {
  left: -2.5em;
}
.inline-ad.sponsor button [class*=" icon-"].flipped,
.inline-ad.sponsor button [class^="icon-"].flipped {
  transform: rotate(180deg);
}
.gallery-archive .gallery-archive-title:after,
.single-gws-gallery .gallery-archive-title:after,
.single-taxonomy-title:after,
.tax-colors .gallery-archive-title:after {
  right: -2.5em;
  transform: scaleX(-1);
}
.inline-ad.sponsor .ad-wrap.is-open {
  height: auto;
  padding-bottom: 1.5em;
}
@media (min-width: 48em) {
  .inline-ad.sponsor .ad-wrap,
  .inline-ad.sponsor .ad-wrap.small {
    height: 9em;
    width: 43.75em;
  }
  .inline-ad.sponsor .ad-wrap.is-open,
  .inline-ad.sponsor .ad-wrap.small.is-open {
    height: auto;
    padding-bottom: 2.35em;
  }
  .inline-ad.sponsor .ad-wrap aside,
  .inline-ad.sponsor .ad-wrap.small aside {
    height: 100px;
  }
  .inline-ad.sponsor .ad-wrap aside:after,
  .inline-ad.sponsor .ad-wrap aside:before,
  .inline-ad.sponsor .ad-wrap.small aside:after,
  .inline-ad.sponsor .ad-wrap.small aside:before {
    content: " ";
    display: table;
  }
  .inline-ad.sponsor .ad-wrap aside:after,
  .inline-ad.sponsor .ad-wrap.small aside:after {
    clear: both;
  }
  .inline-ad.sponsor .ad-wrap aside:nth-child(odd),
  .inline-ad.sponsor .ad-wrap.small aside:nth-child(odd) {
    float: left;
  }
  .inline-ad.sponsor .ad-wrap aside:nth-child(even),
  .inline-ad.sponsor .ad-wrap.small aside:nth-child(even) {
    float: right;
    clear: right;
  }
}
.page .inline-ad,
.page .inline-ad:after,
.sponsor-grid:after {
  clear: both;
}
.gws-ad.three-hundred {
  display: block;
  margin: 0 auto;
  width: 300px;
}
.sponsor-grid {
  display: none;
  padding: 0 1.35em;
}
@media (min-width: 64.06em) {
  .sponsor-grid {
    display: block;
  }
}
.sponsor-grid:after,
.sponsor-grid:before {
  content: " ";
  display: table;
}
.sponsor-grid aside a:nth-child(odd) {
  clear: left;
  float: left;
}
.sponsor-grid aside a:nth-child(even) {
  clear: right;
  float: right;
}
.parent-category-layout:after,
.real-wedding-filter:after,
.single-post .post-categories:after,
.site-content > #federated-media-ad {
  clear: both;
}
.gws_ad_widget,
.gws_google_ad_widget,
.gws_text_widget {
  margin-bottom: 0.5em;
}
.home .federated {
  margin-bottom: 2em;
}
.home .post-grid > .inline-ad {
  margin-bottom: 1.25em;
}
.home .inline-ad.tablet + .post-grid {
  margin-top: 2em;
}
.home .category-callout-section .inline-ad,
.home .featured-artists + .inline-ad {
  margin-top: 1.25em;
}
.home .footer-categories + .inline-ad {
  margin-bottom: 1em;
}
.federated-mobile {
  display: block;
}
@media (min-width: 48em) {
  .federated-mobile {
    display: none;
  }
}
.federated-tablet {
  display: none;
}
@media (min-width: 48em) and (max-width: 64.05em) {
  .federated-tablet {
    display: block;
  }
}
.mobile-ad-container {
  display: none;
}
.home .site-content {
  padding-top: 0;
}
.home .photo-module {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .home .photo-module {
    margin: 1.25em auto;
  }
  .home .photo-module figure:first-child {
    float: left;
    width: 49.5%;
  }
  .home .photo-module figure:last-child {
    float: right;
    width: 49.5%;
  }
}
.tagline.desktop {
  display: none;
  margin-bottom: 0.5em;
}
.tagline.mobile {
  display: block;
  margin-bottom: 1em;
}
@media (min-width: 64.06em) {
  .home .site-content {
    padding-top: 1em;
  }
  .tagline.desktop {
    display: block;
  }
  .tagline.mobile {
    display: none;
  }
}
.tagline img {
  display: block;
  margin: 0 auto;
}
.home-posts .post-meta {
  margin-top: 0.95em;
}
.home-posts .post-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0.25em 0 0;
}
.home-posts p {
  margin: 0.5em 0 0;
}
.home-posts .more-posts,
.home-posts .read-more {
  font-size: 13px;
  font-size: 0.81rem;
  font-weight: 700;
  color: #c58c74;
  display: block;
  margin: 1em 0 2em;
  text-transform: uppercase;
}
.home-posts .more-posts {
  font-size: 19px;
  font-size: 1.19rem;
  margin-bottom: 1em;
}
.home-posts .post-grid .post-meta {
  margin-top: 0;
}
.single-post .site-content {
  padding-top: 0;
}
@media (min-width: 64.06em) {
  .single-post .site-content {
    padding-top: 1em;
  }
  .single-post .post-categories h4 {
    float: left;
    max-width: 12%;
  }
}
.single-post .post-header {
  text-align: center;
}
.single-post .post-header .post-title {
  font-weight: 500;
  margin: 0;
}
.single-post .post-meta {
  margin-bottom: 1em;
}
.single-post .entry-content .inline-ad.fm-ad {
  background-color: transparent;
  height: auto;
}
.single-post .entry-content .inline-ad.fm-ad:after,
.single-post .entry-content .inline-ad.fm-ad > p {
  display: none;
}
.single-post .entry-content .inline-ad.fm-ad > div {
  margin: 0;
  width: 100% !important;
}
.single-post .entry-content .federated {
  margin-top: 2em;
}
.single-post .entry-content .inline-ad {
  margin: 1em 0;
}
.single-post .entry-content .inline-ad.tablet:after {
  top: 2.6em;
}
.single-post .entry-content + .inline-ad {
  margin-bottom: 2em;
}
@media (max-width: 29.99em) {
  .single-post .featured-artists .artist-heading {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.single-post .post-categories {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: 3.5em 0;
  padding: 1em 0;
  text-transform: uppercase;
}
.single-post .post-categories:after,
.single-post .post-categories:before {
  content: " ";
  display: table;
}
.single-post .post-categories h4 {
  font-size: 14px;
  font-size: 0.88rem;
  margin: 0;
}
.single-post .post-categories .category-list {
  font-size: 11px;
  font-size: 0.69rem;
  padding: 0;
}
@media (min-width: 64.06em) {
  .single-post .post-categories .category-list {
    float: left;
    margin: 0.25em 0 0 1%;
    max-width: 87%;
  }
}
.single-post .post-categories .category-list li {
  display: inline-block;
  list-style: none;
}
.category .post-meta,
.single-post .post-categories .category-list li:last-child a:after,
.tag .post-meta {
  display: none;
}
.single-post .post-categories .category-list a {
  color: #000;
  padding-right: 0.1em;
  position: relative;
}
.parent-category-layout .parent-category .category-title:hover,
.single-post .post-categories .category-list a:hover {
  color: #666;
}
.single-post .post-categories .category-list a:after {
  content: "/";
}
.single-post .after-comments-ad {
  margin: 4em auto 5em;
}
.single-post-footer > .inline-ad {
  margin-bottom: 3em;
}
.category .post-title.callout,
.tag .post-title.callout {
  font-size: 14px !important;
  margin: -0.15em auto 2em;
  text-align: center;
}
.taxonomy-title-wrap {
  text-align: center;
}
.single-taxonomy-title {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  margin: 0 auto 1em;
  text-align: center;
}
.parent-category-layout:after,
.parent-category-layout:before,
.real-wedding-filter:after,
.real-wedding-filter:before {
  display: table;
  content: " ";
}
.single-taxonomy-title:after,
.single-taxonomy-title:before {
  background: url(../../images/leaves_flourish.png) center center no-repeat;
  content: "";
  position: absolute;
  top: -0.15em;
  height: 34px;
  width: 44px;
}
.parent-category-layout .parent-category {
  text-align: center;
}
@media (min-width: 48em) {
  .parent-category-layout .parent-category {
    float: left;
    width: 48%;
  }
  .parent-category-layout .parent-category:nth-child(odd) {
    margin-right: 2%;
  }
}
@media (min-width: 64.06em) {
  .parent-category-layout .parent-category {
    margin-right: 2%;
    width: 32%;
  }
  .parent-category-layout .parent-category:nth-child(odd) {
    margin-right: 2%;
  }
  .parent-category-layout .parent-category:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.parent-category-layout .parent-category .category-title {
  font-size: 14px;
  font-size: 0.88rem;
  margin: -0.15em 0 2em;
  text-transform: uppercase;
}
.real-wedding-filter {
  background-color: #d4a692;
  margin-bottom: 2em;
  padding: 0.5em;
  position: relative;
}
.real-wedding-filter .filter-label {
  font-size: 14px;
  font-size: 0.88rem;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 30em) {
  .real-wedding-filter .filter-label {
    margin-bottom: 0;
  }
}
.child-category .inline-ad.mobile,
.real-wedding-filter .post-grid .inline-ad {
  margin-bottom: 2em;
}
.real-wedding-filter .fancy-dropdown {
  width: 12em;
}
@media (min-width: 48em) {
  .real-wedding-filter {
    padding: 0 1em;
  }
  .real-wedding-filter .filter-label {
    float: left;
    position: relative;
    top: 1.25em;
    margin-right: 2em;
  }
  .real-wedding-filter .fancy-dropdown {
    float: left;
  }
}
@media (min-width: 64.06em) {
  .child-category .post-grid .inline-ad.mobile + article {
    clear: none;
    float: right;
  }
}
.gallery-archive:after,
.gallery-browser:after,
.gallery-pop:after,
.single-gws-gallery:after,
.tax-colors:after {
  clear: both;
}
.child-category .inline-ad.tablet {
  margin-bottom: 1em;
}
.region-content {
  margin-top: -0.75em;
}
.child-category .posts-navigation {
  margin: 0 0 3em;
}
.gallery-archive:after,
.gallery-archive:before,
.single-gws-gallery:after,
.single-gws-gallery:before,
.tax-colors:after,
.tax-colors:before {
  content: " ";
  display: table;
}
.gallery-archive .gallery-title-wrap,
.single-gws-gallery .gallery-title-wrap,
.tax-colors .gallery-title-wrap {
  text-align: center;
}
.gallery-archive .gallery-archive-title,
.single-gws-gallery .gallery-archive-title,
.tax-colors .gallery-archive-title {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  margin: 0 auto 1em;
  position: relative;
  text-align: center;
}
.gallery-archive .gallery-archive-title:after,
.gallery-archive .gallery-archive-title:before,
.single-gws-gallery .gallery-archive-title:after,
.single-gws-gallery .gallery-archive-title:before,
.tax-colors .gallery-archive-title:after,
.tax-colors .gallery-archive-title:before {
  background: url(../../images/leaves_flourish.png) center center no-repeat;
  content: "";
  position: absolute;
  top: -0.15em;
  height: 34px;
  width: 44px;
}
.single-gws-gallery .main-content,
.tax-colors .main-content {
  position: relative;
  width: 100%;
}
.single-gws-gallery .back-breadcrumb .category-url,
.tax-colors .back-breadcrumb .category-url {
  display: none;
}
.gallery-archive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-archive .gallery-browser,
.gallery-archive .gallery-title-wrap {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.gallery-archive .gws-gallery {
  text-align: center;
}
@media (max-width: 47.99em) {
  .gallery-archive .gws-gallery {
    width: 100%;
  }
}
@media (min-width: 48em) and (max-width: 64.05em) {
  .child-category .post-grid .inline-ad.tablet + article {
    float: left;
  }
  .gallery-archive .gws-gallery {
    margin-right: 2%;
    width: 49%;
  }
  .gallery-archive .gws-gallery:nth-child(2n + 4) {
    margin-right: 0;
  }
}
@media (min-width: 64.06em) {
  .gallery-archive .gws-gallery {
    margin-right: 2%;
    width: 32%;
  }
  .gallery-archive .gws-gallery:nth-child(3n + 5) {
    margin-right: 0;
  }
}
.gws-gallery .gallery-title {
  font-size: 14px;
  font-size: 0.88rem;
  margin: -0.15em auto 2em;
  text-transform: uppercase;
}
.gallery-browser {
  background-color: #efded7;
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
  position: relative;
}
.gallery-browser:after,
.gallery-browser:before {
  content: " ";
  display: table;
}
.gallery-browser .browse-title {
  font-size: 14px;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.gallery-dropdown-wrap div:first-child {
  float: left;
}
@media (min-width: 30em) {
  .gallery-browser {
    height: 3em;
  }
  .gallery-browser .browse-title {
    margin-bottom: 1em;
    position: absolute;
    top: 1em;
    text-align: left;
  }
  .gallery-dropdown-wrap {
    position: absolute;
    top: -0.25em;
    right: 1em;
  }
  .gallery-dropdown-wrap div:first-child {
    float: none;
    position: absolute;
    right: 13.5em;
  }
}
.gallery-dropdown-wrap div:last-child {
  float: right;
}
.gallery-dropdown-wrap .seperator-text {
  position: absolute;
  top: 2.15em;
  left: 50%;
  font-weight: 700;
  margin-left: -0.45em;
}
@media (min-width: 30em) {
  .gallery-dropdown-wrap .seperator-text {
    top: 1em;
    left: -1.6em;
    margin: 0;
  }
}
.color-browser {
  border-bottom: 1px solid #000;
  margin: 2em auto;
  padding-bottom: 0.5em;
  text-align: center;
}
.color-browser-title {
  font-size: 18px;
  font-size: 1.12rem;
  margin: 0 0 0.5em;
  position: relative;
  text-align: center;
  width: 100%;
}
.color-browser-title span {
  background-color: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
.color-browser-title:after,
.color-browser-title:before {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  height: 0.3em;
  width: 100%;
  z-index: -1;
}
.color-browser-title:before {
  left: 0;
  margin-right: 1em;
}
.color-browser-title:after {
  right: 0;
  margin-left: 1em;
}
.color-block {
  border-radius: 50%;
  display: inline-block;
  margin: 1em 0.5em;
  overflow: hidden;
  height: 1.688em;
  width: 1.688em;
}
.color-block.black {
  background-color: #000;
}
.color-block.blue {
  background-color: #5882c7;
}
.color-block.brown {
  background-color: #8f6523;
}
.color-block.gold {
  background-color: #ead58d;
}
.color-block.gray {
  background-color: #999;
}
.color-block.green {
  background-color: #78ad5b;
}
.color-block.orange {
  background-color: #da8618;
}
.color-block.pink {
  background-color: #e38fe2;
}
.color-block.purple {
  background-color: #755fbc;
}
.color-block.rainbow {
  background-image: linear-gradient(
    -24deg,
    transparent 0,
    rgba(255, 0, 0, 0.8) 7%,
    red 11%,
    red 12%,
    #fffc00 28%,
    #01b439 45%,
    #00eaff 60%,
    #000390 75%,
    #ff00c6 88%,
    rgba(255, 0, 198, 0.8) 93%,
    transparent 100%
  );
}
.color-block.red {
  background-color: #cc5144;
}
.color-block.white {
  background-color: #f5f0f0;
}
.color-block.yellow {
  background-color: #e9c844;
}
.gallery-grid {
  margin: 0 auto;
  position: relative;
}
.gallery-grid:after,
.gallery-grid:before {
  content: " ";
  display: table;
}
.gallery-grid:after {
  clear: both;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../images/loading.svg) 50% 75px no-repeat #f9f0ec;
  background-size: 60px auto;
  transition: opacity 0.3s;
}
.gallery-pop .color-item a,
.mfp-container,
.royalSlider,
.rsOverflow {
  position: relative;
}
.gallery-grid.grid-loaded::after {
  opacity: 0;
}
.gallery-grid .grid-item {
  width: 100%;
  padding: 0.625em;
}
@media (min-width: 42em) {
  .gallery-grid .grid-item {
    width: 20.313em;
  }
}
.gallery-grid .grid-item:hover img {
  outline: #d4a692 solid 0.62em;
}
.gallery-pop:after,
.gallery-pop:before {
  content: " ";
  display: table;
}
.gallery-pop h2 {
  display: none;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .gallery-pop h2 {
    display: block;
  }
}
@media (min-width: 64.06em) {
  .gallery-pop .image-wrap {
    float: left;
    margin-right: 2em;
    max-width: 66%;
  }
}
.gallery-pop .image-wrap .gallery-share {
  display: block;
  border: none;
  margin: 1em 0 0;
  padding: 0;
  text-align: center;
}
.gallery-pop .details .gallery-share {
  display: none;
}
@media (min-width: 64.06em) {
  .gallery-pop .image-wrap .gallery-share {
    display: none;
  }
  .gallery-pop .details {
    float: left;
    margin-top: 10%;
  }
  .gallery-pop .details .gallery-share {
    display: block;
  }
}
.gallery-pop h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 1em 0 0.5em;
  text-transform: uppercase;
}
.gallery-pop p {
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 100%;
}
.gallery-pop .photog-link a {
  color: #000;
}
.gallery-pop .photog-link a:hover {
  color: #666;
}
.gallery-pop .color-item a:after {
  content: "/";
}
.gallery-pop .color-item:last-child a:after {
  display: none;
}
.load-more {
  font-size: 16px;
  font-size: 1rem;
  background-color: #c58c74;
  color: #663828;
  display: block;
  font-weight: 700;
  margin: 2em auto;
  padding: 0.5em 1em;
  text-transform: uppercase;
  width: 7.55em;
}
.rsArrowLeft:before,
.rsArrowRight:after,
.rsThumbsHor .rsThumbsArrowIcn,
.rsThumbsVer .rsThumbsArrowIcn {
  text-transform: none;
  font-family: gws;
  speak: none;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
.load-more:hover {
  background-color: #663828;
  color: #fff;
}
.load-more:active,
.load-more:visited {
  background-color: #c58c74;
  color: #663828;
}
.mfp-fade {
  background: #fff;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.25s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.75s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.royalSlider > .rsImg {
  opacity: 0;
}
.mfp-container {
  margin: 0 auto;
  max-width: 80em;
  padding: 0;
}
.mfp-content {
  padding: 0 1em;
}
.mfp-close-btn-in .mfp-close {
  cursor: pointer !important;
  font-size: 36px;
  font-size: 2.25rem;
  background: 0 0;
  /* color: #000 !important; */
  height: 3em;
  width: 3em;
  top: -1em;
  right: -1em;
}
@media (min-width: 30em) {
  .mfp-close-btn-in .mfp-close {
    /* top: -1.5em; */
  }
}
@media (min-width: 64.06em) {
  .mfp-content {
    padding: 0 4em;
  }
  .mfp-close-btn-in .mfp-close {
    right: -0.5em;
  }
}
.mfp-arrow {
  top: 45%;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before,
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border: none;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 1em solid #000;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 1em solid #000;
}
.gws-gallery-ad {
  min-width: 300px;
  min-height: 250px;
  background-color: #f8efe8;
  text-align: center;
}
.gws-gallery-ad > div {
  width: 300px;
  margin: 0 auto;
}
.royalSlider {
  width: 600px;
  height: 400px;
  direction: ltr;
}
.rsContainer,
.rsOverflow,
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.royalSlider > * {
  float: left;
}
.rsFade.rsWebkit3d .rsContainer,
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img {
  -webkit-transform: none;
}
.rsOverflow {
  overflow: hidden;
  float: left;
  margin-bottom: 0.5em;
}
.rsVisibleNearbyWrap {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsArrow {
  width: 2em;
  height: 2em;
  top: 50%;
  margin-top: -1em;
  position: absolute;
  cursor: pointer;
  color: #fff;
}
.rsArrowLeft {
  left: 1em;
}
.rsArrowLeft:before {
  font-size: 32px;
  font-size: 2rem;
  content: "\e910";
}
.rsArrowRight {
  right: 1em;
}
.rsArrowRight:after {
  font-size: 32px;
  font-size: 2rem;
  content: "\e90f";
}
.rsThumbsHor .rsThumbsArrow {
  height: 60px;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #d4a692;
  background: rgba(212, 166, 146, 0.75);
}
.rsThumbsHor .rsThumbsArrowIcn {
  color: #fff;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
.rsThumbsHor .rsThumb {
  float: left;
  position: relative;
  height: 60px;
  width: 90px;
}
.rsThumbsHor .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
  content: "\e910";
}
.rsThumbsHor .rsThumbsArrowRight {
  top: 0;
  right: 0;
}
.rsThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn:before {
  content: "\e90f";
}
.rsArrowDisabled,
.rsThumbsArrowDisabled {
  display: none !important;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  clear: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: none;
  z-index: 22;
}
.vendor-content:after,
.vendor-header:after {
  clear: both;
}
.rsThumbs img {
  opacity: 0.7;
}
.rsThumbs .rsNavSelected img {
  opacity: 1;
}
.rsThumbsVer {
  width: 10em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.25em;
}
.rsThumbsVer .rsThumbsArrow {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #d4a692;
  background: rgba(212, 166, 146, 0.75);
  height: 1.25em;
}
.rsThumbsVer .rsThumbsArrowIcn {
  color: #fff;
  margin-left: -12px;
  position: absolute;
  left: 50%;
}
.single-gws-vendor .single-taxonomy-title,
.vendor-header {
  text-transform: uppercase;
}
.rsThumbsVer .rsThumbsArrowLeft {
  top: 0;
}
.rsThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
  content: "\e912";
}
.rsThumbsVer .rsThumbsArrowRight {
  bottom: 0;
}
.rsThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn:before {
  content: "\e911";
}
.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsWithThumbsVer .rsThumbsContainer .rsThumb {
  height: auto;
  width: 100%;
  opacity: 0.7;
  text-align: center;
}
.rsWithThumbsVer .rsThumbsContainer .rsNavSelected {
  opacity: 1;
}
.rsThumbsVer .rsThumbsContainer .rsThumb img {
  display: block;
  margin: 0 auto;
}
.rsThumbsVer .rsThumbsContainer .rsThumb h5 {
  margin: 0;
}
.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer .rsVideoObj,
.rsVideoContainer embed,
.rsVideoContainer iframe,
.rsVideoContainer video {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rsVideoContainer.rsIOSVideo embed,
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video {
  box-sizing: border-box;
  padding-right: 44px;
}
.rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  transition: 0.3s;
  background: url(../../images/rs-default.png) 0 -32px no-repeat #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(../../images/rs-default.png) -64px 0 #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}
.single-gws-vendor .main-content {
  float: none;
  position: relative;
  width: 100%;
}
.vendor-header {
  background-color: #d4a692;
  padding: 0.25em 0.5em;
  text-align: center;
}
.vendor-header:after,
.vendor-header:before {
  content: " ";
  display: table;
}
.vendor-header a {
  color: #000;
}
.vendor-data a :hover,
.vendor-social a:hover {
  color: #666;
}
.vendor-header h2 {
  font-size: 17px;
  font-size: 1.06rem;
  margin: 0;
  text-align: center;
}
@media (min-width: 48em) {
  .vendor-header h2 {
    display: inline-block;
  }
}
.vendor-header .next-post,
.vendor-header .prev-post {
  font-size: 13px;
  font-size: 0.81rem;
  display: none;
  position: relative;
  text-align: center;
}
.vendor-header .next-post:after,
.vendor-header .next-post:before,
.vendor-header .prev-post:after,
.vendor-header .prev-post:before {
  font-family: gws;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
}
.vendor-header .next-post.display,
.vendor-header .prev-post.display {
  display: block;
}
.vendor-header .prev-post:before {
  content: "\e910";
}
@media (min-width: 48em) {
  .vendor-header .next-post,
  .vendor-header .prev-post {
    display: block;
    opacity: 0;
    width: 15%;
  }
  .vendor-header .next-post.display,
  .vendor-header .prev-post.display {
    opacity: 1;
  }
  .vendor-header .prev-post {
    float: left;
    text-align: left;
    top: 0.2em;
  }
  .vendor-header .next-post {
    float: right;
    text-align: right;
    top: 0.2em;
  }
}
.vendor-header .next-post:after {
  content: "\e90f";
}
.vendor-photo-gallery,
.vendor-video-gallery {
  margin: 0.5em auto;
  width: 100%;
}
.vendor-content {
  margin-top: 1.625em;
}
.vendor-content:after,
.vendor-content:before {
  content: " ";
  display: table;
}
.vendor-info {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (min-width: 48em) {
  .vendor-info {
    float: left;
    padding-right: 2em;
    width: 65%;
  }
  .vendor-contact {
    float: left;
    padding: 0 1em;
    width: 35%;
  }
}
.vendor-contact .contact-title {
  font-size: 19px;
  font-size: 1.19rem;
  text-transform: uppercase;
  margin-top: 0;
}
.vendor-connected {
  clear: right;
  padding-top: 1em;
}
.home-shop-sidebars:after,
.vendor-filter:after {
  clear: both;
}
@media (min-width: 48em) {
  .vendor-connected {
    float: right;
    padding-top: 0;
    width: 33.33%;
  }
}
.vendor-connected .vendor-connected-title {
  font-size: 14px;
  font-size: 0.88rem;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.vendor-profile {
  margin-bottom: 1em;
}
.vendor-data {
  font-size: 13px;
  font-size: 0.81rem;
  margin: 0 0 1em;
}
.vendor-data.single-line a:last-child {
  position: relative;
  margin-left: 0.5em;
}
.vendor-social {
  font-size: 18px;
  font-size: 1.12rem;
  position: relative;
  padding-left: 0.25em;
  top: 0.15em;
}
.vendor-social span {
  margin: 0 0.25em;
}
#gform_wrapper_12 .medium,
#gform_wrapper_12 .name_first,
#gform_wrapper_12 .name_last {
  width: 100%;
}
#gform_wrapper_12 .gfield_label {
  font-size: 14px;
  font-size: 0.88rem;
  margin-bottom: 0;
}
#gform_wrapper_12 .gform_footer {
  padding: 0;
  margin: 0.5em 0 0;
}
#gform_wrapper_12 .gform_button {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #fbf2ed;
  border: none;
  float: right;
}
#gform_wrapper_12 .gform_button:hover {
  background-color: #d4a692;
}
.archive-title {
  font-size: 18px;
  font-size: 1.12rem;
  font-weight: 400;
  margin: 0.25em 0 0.75em;
  position: relative;
  text-align: center;
}
.archive-title.travel-vendors {
  margin-top: 8em;
}
.archive-title span {
  background-color: #fff;
  padding: 0 0.75em;
  position: relative;
  z-index: 1;
}
.archive-title:after,
.archive-title:before {
  content: "";
  border-top: 1px solid #d4a692;
  position: absolute;
  top: 55%;
  height: 0.3em;
  width: 100%;
  z-index: -1;
}
.archive-title:before {
  left: 0;
  margin-right: 1em;
}
.archive-title:after {
  right: 0;
  margin-left: 1em;
}
.wedding-vendors-container .main-content,
.tax-vendor-categories .main-content,
.tax-vendor-regions .main-content {
  position: relative;
  width: 100%;
}
.wedding-vendors-container .vendor-banner,
.tax-vendor-categories .vendor-banner,
.tax-vendor-regions .vendor-banner {
  margin-bottom: 1em;
}
.wedding-vendors-container .back-breadcrumb .category-url,
.tax-vendor-categories .back-breadcrumb .category-url,
.tax-vendor-regions .back-breadcrumb .category-url {
  display: none;
}
.wedding-vendors-container .vendor-archive,
.tax-vendor-categories .vendor-archive,
.tax-vendor-regions .vendor-archive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
}
.wedding-vendors-container .vendor-archive .archive-title,
.wedding-vendors-container .vendor-archive .gws-loading,
.tax-vendor-categories .vendor-archive .archive-title,
.tax-vendor-categories .vendor-archive .gws-loading,
.tax-vendor-regions .vendor-archive .archive-title,
.tax-vendor-regions .vendor-archive .gws-loading {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.wedding-vendors-container .vendor-archive > .gws-loading,
.tax-vendor-categories .vendor-archive > .gws-loading,
.tax-vendor-regions .vendor-archive > .gws-loading {
  display: none;
  top: 6em;
}
.wedding-vendors-container .vendor-archive article,
.tax-vendor-categories .vendor-archive article,
.tax-vendor-regions .vendor-archive article {
  opacity: 1;
}
.wedding-vendors-container .vendor-archive.loading article,
.tax-vendor-categories .vendor-archive.loading article,
.tax-vendor-regions .vendor-archive.loading article {
  opacity: 0;
  transition: opacity 0.45s ease-in-out;
}
.wedding-vendors-container .vendor-archive.loading .archive-title,
.tax-vendor-categories .vendor-archive.loading .archive-title,
.tax-vendor-regions .vendor-archive.loading .archive-title {
  display: none;
}
.wedding-vendors-container .vendor-archive.loading .gws-loading,
.tax-vendor-categories .vendor-archive.loading .gws-loading,
.tax-vendor-regions .vendor-archive.loading .gws-loading {
  display: block;
}
@media (max-width: 47.99em) {
  .wedding-vendors-container .vendor-archive .gws-loading ~ .vendor-item,
  .tax-vendor-categories .vendor-archive .gws-loading ~ .vendor-item,
  .tax-vendor-regions .vendor-archive .gws-loading ~ .vendor-item {
    margin-right: 2%;
  }
  .wedding-vendors-container
    .vendor-archive
    .gws-loading
    ~ .vendor-item:nth-child(2n + 4),
  .tax-vendor-categories
    .vendor-archive
    .gws-loading
    ~ .vendor-item:nth-child(2n + 4),
  .tax-vendor-regions
    .vendor-archive
    .gws-loading
    ~ .vendor-item:nth-child(2n + 4) {
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  .tax-vendor-categories .photo-module figure,
  .tax-vendor-regions .photo-module figure {
    display: flex;
    width: 32.9%;
  }
  .wedding-vendors-container .vendor-archive .gws-loading ~ .vendor-item,
  .tax-vendor-categories .vendor-archive .gws-loading ~ .vendor-item,
  .tax-vendor-regions .vendor-archive .gws-loading ~ .vendor-item {
    margin-right: calc(4% / 3);
  }
  .wedding-vendors-container
    .vendor-archive
    .gws-loading
    ~ .vendor-item:nth-child(4n + 6),
  .tax-vendor-categories
    .vendor-archive
    .gws-loading
    ~ .vendor-item:nth-child(4n + 6),
  .tax-vendor-regions
    .vendor-archive
    .gws-loading
    ~ .vendor-item:nth-child(4n + 6) {
    margin-right: 0;
  }
}
.wedding-vendors-container .vendor-item,
.tax-vendor-categories .vendor-item,
.tax-vendor-regions .vendor-item {
  margin-bottom: 0.5em;
}
@media (max-width: 47.99em) {
  .wedding-vendors-container .vendor-item,
  .tax-vendor-categories .vendor-item,
  .tax-vendor-regions .vendor-item {
    margin-right: 2%;
    width: 49%;
  }
  .wedding-vendors-container .vendor-item:nth-child(2n),
  .tax-vendor-categories .vendor-item:nth-child(2n),
  .tax-vendor-regions .vendor-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  .wedding-vendors-container .vendor-item,
  .tax-vendor-categories .vendor-item,
  .tax-vendor-regions .vendor-item {
    margin-right: calc(4% / 3);
    margin-bottom: 1em;
    width: 24%;
  }
  .wedding-vendors-container .vendor-item:nth-child(4n),
  .tax-vendor-categories .vendor-item:nth-child(4n),
  .tax-vendor-regions .vendor-item:nth-child(4n) {
    margin-right: 0;
  }
}
.wedding-vendors-container .vendor-item .category-title,
.wedding-vendors-container .vendor-item .vendor-title,
.tax-vendor-categories .vendor-item .category-title,
.tax-vendor-categories .vendor-item .vendor-title,
.tax-vendor-regions .vendor-item .category-title,
.tax-vendor-regions .vendor-item .vendor-title {
  font-size: 15px;
  font-size: 0.94rem;
  line-height: 1;
  margin: 0 0 1.5em;
  text-transform: uppercase;
}
.wedding-vendors-container .vendor-item .vendor-title,
.tax-vendor-categories .vendor-item .vendor-title,
.tax-vendor-regions .vendor-item .vendor-title {
  margin-bottom: 0;
}
.wedding-vendors-container .vendor-item .vendor-location,
.tax-vendor-categories .vendor-item .vendor-location,
.tax-vendor-regions .vendor-item .vendor-location {
  font-size: 12px;
  font-size: 0.75rem;
}
.vendor-filter {
  background-color: #efded7;
  margin-bottom: 2em;
  padding: 0.5em;
  position: relative;
}
body.single-gws-vendor .vendor-filter,
body.tax-vendor-categories .vendor-filter,
body.tax-vendor-regions .vendor-filter {
  top: 2em;
  margin-bottom: 4em;
}
.vendor-filter:after,
.vendor-filter:before {
  content: " ";
  display: table;
}
.vendor-filter .start-arrow {
  display: none;
  background-color: #c58c74;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  position: absolute;
  left: 0;
  height: 3.5em;
  width: 7.25em;
  z-index: 0;
}
@media (min-width: 64.06em) {
  .vendor-filter .start-arrow {
    width: 9em;
  }
}
.vendor-filter .start-arrow:after {
  left: 6.5em;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(197, 140, 116, 0);
  border-left-color: #c58c74;
  border-width: 40px;
  margin-top: -40px;
  z-index: -1;
}
@media (min-width: 64.06em) {
  .vendor-filter .start-arrow:after {
    left: 8.25em;
  }
}
.vendor-filter .start-arrow span {
  font-size: 22px;
  font-size: 1.38rem;
  position: absolute;
  top: 0.5em;
  left: 1em;
  width: 100%;
}
@media (min-width: 64.06em) {
  .vendor-filter .start-arrow span {
    font-size: 26px;
    font-size: 1.62rem;
    top: 0.3em;
  }
}
.vendor-filter .vendor-action,
.woocommerce .buy-button {
  box-shadow: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
}
.shop-logo {
  margin: 0 auto 1em;
}
.shop-toggle {
  background-color: #c58c74;
  border: none;
  box-shadow: none;
  color: #663828;
  padding: 0.5em 1em;
  margin: 0.5em auto 0;
  text-transform: uppercase;
}
.shop-toggle:hover {
  background-color: #663828;
  color: #fff;
}
@media (min-width: 48em) {
  .vendor-filter .vendor-action {
    /* float: left; */
    /* top: 0.8em; */
  }
  .shop-toggle {
    display: none;
  }
}
.home-shop-sidebars:after,
.home-shop-sidebars:before {
  content: " ";
  display: table;
}
.shop-content-sidebar {
  margin-bottom: 1em;
  text-align: center;
}
@media (min-width: 48em) {
  .shop-content-sidebar {
    float: left;
    margin-right: 2%;
    max-width: 32%;
  }
  .shop-content-sidebar.last {
    float: right;
    margin-right: 0;
  }
  .shop-content-sidebar.sidebar-4 {
    clear: left;
  }
  .shop-content-sidebar.sidebar-2 aside:first-child,
  .shop-content-sidebar.sidebar-4 aside:first-child,
  .shop-content-sidebar.sidebar-6 aside:first-child {
    margin-bottom: 1.85em;
  }
}
.shop-content-sidebar img {
  box-sizing: border-box;
  outline: #c58c74 solid 1px;
}
.shop-content-sidebar img:hover {
  outline: #c58c74 solid 5px;
}
#product-ordering {
  display: inline-block;
  width: 99%;
  background: #f4f3ee;
  text-align: right;
  padding: 5px;
}
.shop-pagination-inner {
  float: right;
  width: 100%;
  background: #f4f3ee;
  border-top: 1px dashed #d0cfc9;
  border-bottom: 1px dashed #d0cfc9;
  padding: 5px 0;
  color: #666;
}
#product-ordering .select-box {
  background: url(../../images/woo-arrow.gif) right 2px no-repeat #fff;
  display: inline-block;
  float: left;
  margin-right: 0.5em;
  max-width: 8em;
  height: 22px;
  padding: 2px;
}
#product-ordering .select-inner {
  border: 1px solid #ccc;
}
#product-ordering select {
  background: 0 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #5a5755;
  font-weight: 400;
  padding: 3px 30px 2px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
}
@-moz-document url-prefix() {
  #product-ordering .select-box {
    width: 130px;
    overflow: hidden;
    background-position: 98% -27px;
    position: relative;
    top: 4px;
  }
  #product-ordering select {
    width: 148px;
    padding: 2px 0 2px 5px;
  }
  .product-count,
  .product-pagination {
    position: relative;
    top: -5px;
  }
  .pagination-bar.bottom .product-count,
  .pagination-bar.bottom .product-pagination {
    top: -2px;
  }
}
.product-count {
  font-size: 12px;
  font-size: 0.75rem;
  clear: left;
  float: left;
  margin-top: 0.5em;
  padding: 0 10px 0 15px;
}
@media (min-width: 30em) {
  .product-count {
    clear: none;
  }
}
.product-navigation:after,
.woocommerce .related.products {
  clear: both;
}
.product-pagination {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline;
  float: left;
  padding-right: 5px;
}
.product-pagination .sep {
  padding-right: 10px;
}
.product-pagination a {
  color: #a15d42;
}
.product-pagination .next,
.product-pagination .prev {
  float: none;
  display: inline;
  position: relative;
  top: 1px;
  width: auto;
  font-size: 17px;
  font-weight: 400;
}
.product-pagination .next {
  padding: 0 0 0 10px;
}
.product-pagination .prev {
  display: inline;
  float: none;
  padding: 0 5px 0 0;
}
.woocommerce .woocommerce-breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
}
.woocommerce div.product .product_title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}
.woocommerce .entry-summary p {
  font-size: 14px;
  font-size: 0.88rem;
}
.woocommerce ul.products li.product h3 {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.5em 0 0;
  text-align: center;
}
.woocommerce ul.products li.product .price {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  line-height: 0.75;
  text-align: center;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
}
.woocommerce .regular-price {
  text-decoration: line-through;
}
.woocommerce .product-share {
  border: none;
  margin: 0 0 1.5em;
  padding: 0;
}
.woocommerce .product-share .share-label {
  top: 0.5em;
}
.woocommerce .buy-button {
  background-color: #c58c74;
  border: none;
  color: #663828;
  font-weight: 700;
  padding: 0.5em 1em;
  font-size: 16px;
  font-size: 1rem;
}
.woocommerce .buy-button:hover {
  background-color: #663828;
  color: #fff;
}
.product-navigation a,
.woocommerce .related.products a {
  color: #000;
}
.woocommerce span.onsale {
  background-color: #d4a692;
}
.woocommerce .related.products h2 {
  font-size: 18px;
  font-size: 1.12rem;
  position: relative;
  text-align: center;
}
.woocommerce .related.products h2 span {
  background-color: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
.woocommerce .related.products h2:after,
.woocommerce .related.products h2:before {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  height: 0.3em;
  width: 100%;
  z-index: -1;
}
.woocommerce .related.products h2:before {
  left: 0;
  margin-right: 1em;
}
.woocommerce .related.products h2:after {
  right: 0;
  margin-left: 1em;
}
.product-taxonomy {
  margin: 0.25em 0;
}
.product-taxonomy span {
  font-weight: 700;
}
.product-navigation .next-post:after,
.product-navigation .prev-post:before {
  font-family: gws;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 0.15em;
}
.product-navigation {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #f9f0ec;
  margin-top: 3.5em;
  padding: 0.5em 1em;
}
.product-navigation:after,
.product-navigation:before {
  content: " ";
  display: table;
}
.product-navigation a:hover {
  color: #666;
}
.product-navigation .next-post,
.product-navigation .prev-post {
  position: relative;
}
.product-navigation .prev-post {
  float: left;
}
.product-navigation .prev-post:before {
  content: "\e910";
}
.product-navigation .next-post {
  float: right;
}
.product-navigation .next-post:after {
  content: "\e90f";
}

@media (min-width: 769px) {
  .nav-secondary .wrap {
    width: 100%;
  }
}

.archive-title {
  color: #333 !important;
  font-style: normal !important;
  font-size: 2rem !important;
  font-weight: 200 !important;
}

@media screen and (min-width: 1000px) {
  .iai-vendors-header {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}

.iai-vendors-header h1 {
  color: #333 !important;
  font-size: 1.9rem;
  margin-top: 0;
  letter-spacing: 0.05em;
}

.iai-vendors-header p {
  font-size: 0.75rem;
  max-width: 404px;
}

.iai-vendors-apply-cta h3 {
  text-transform: none !important;
  color: #333 !important;
  letter-spacing: 0.05em !important;
  font-size: 1.25rem !important;
  font-weight: 300;
  margin: 0 !important;
}

.iai-vendors-apply-cta {
  background-color: #fff7e9;
  padding: 2em;
  text-align: center;
}

.iai-vendors-apply-cta a {
  text-decoration: underline;
  color: #333 !important;
}

#vendor-featured-artists .archive-title {
  text-align: left;
  font-size: 1.5625rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.05em;
}

#vendor-featured-artists .archive-title i {
  font-size: 20px;
  color: #8891ab;
  margin: 0.15em 0.25em 0 0;
  float: left;
}

.author-vendor .sidebar {
  display: none;
}

.author-vendor .content {
  width: 100%;
}

.single-design-project .nav-secondary {
  display: none;
}

.iai-cta-go-to-project {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8891ab;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 1em;
}

.iai-cta-go-to-project:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

.iai-project-notification {
  float: right;
  position: relative;
  padding: 0 !important;
  margin: 7px 10px 0 0;
}
.iai-project-notification span {
  position: absolute;
  right: -6px;
  top: -1px;
  margin-left: .5em;
  background: #e46666;
  border: 1px solid #9d3f3f;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  padding: 0.25em 0.35em;
  height: 16px;
  line-height: 9px;
  letter-spacing: 0;
  min-width: 16px;
}

.vendor-search-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fafafa;
  padding: 40px 30px 20px;
  text-align: center;
}

.vendor-search-image p {
  font-size: 12px;
  margin-top: 2em;
}
@media (max-width: 1027px) {
  .widget-below-footer #enews-ext-5 .enews {
    display: inline-block;
  }
  .widget-below-footer #enews-ext-5 .enews p,
  .widget-below-footer #enews-ext-5 input {
    margin-bottom: 1em;
  }
}

#lostpasswordform label {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
}

#password-lost-form-wrap > p {
  border-color: #8891ab;
  background-color: #8891ab;
}

#cat-dropdown {
  visibility: hidden;
}

.iai-dp-wrapper {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.iai-dp-wrapper ul li {
  float: left;
  text-transform: uppercase;
  font-size: 10px;
}

.iai-dp-wrapper ul li a {
  padding: 1em;
  display: block;
}

.iai-dp-wrapper ul:first-child li:first-child a {
  padding-left: 0;
}

.iai-dp-wrapper ul li a:hover {
  text-decoration: none;
}

.iai-left-menu li {
  margin-right: 1em;
}

.iai-right-menu li {
  margin-left: 1em;
}

.iai-log-link2 {
  background-color: #eee;
}
