/* ------------------------------------------------------------------------- *
 * Theme Name: Guinevere
 * Theme URI: http://demo.wpbyeve.com/guinevere
 * Description: Guinevere is a responsive theme for WordPress built on the Genesis Framework.
 * Author: Eve
 * Author URI: www.etsy.com/shop/soulmusedesign
 * Version: 1.0.0
 * Tags: wordpress, theme, themes, genesis, genesis framework, child theme, genesis child theme, guinevere
 * License: GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: genesis
 * Text Domain: guinevere
 * ------------------------------------------------------------------------- */

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
    - Media & Text, Small
    - Social Icons
	- Featured Content
    - WordPress Popular Posts
    - Categories
    - Archives
    - Instagram
- Plugins
	- Genesis eNews Extended
- Skip Links
- Site Header
	- Title Area
    - Search Popup
    - Site Navigation
	- Navigation Social Icons
	- Navigation Sub Menu
	- Responsive Menu
    - Header Style 1
    - Header Style 2
    - Header Style 3
    - Header Style 4
- Content Area
	- Entry Content
	- Entry Meta
    - Related Posts
	- Pagination
	- Entry Comments
- Blog Layouts
    - Blog List
    - Blog Grid
    - Blog Thumbnails
    - Blog Regular
    - Archive Pages
- Page Templates
    - Category Index
    - Landing Page
    - Instagram Page
- Front Page
    - Flexible Widgets
- Between Posts
- Sidebar
- Footer Widgets
- Site Footer
- Slider
- Featured Box
- Media & Text, Large
- Media Queries
- Print Styles
*/

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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* 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,
.widget::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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: subpixel-antialiased;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.5px;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #ac91a2;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:focus,
a:hover {
	color: #000;
	text-decoration: none;
}

.entry-content p a,
.entry-content p a:visited {
	color: #000;
	background-image: linear-gradient(to bottom, transparent 0, #e6dfe4 0) !important;
	background-position: 0 .7em !important;
	background-repeat: no-repeat;
}

.entry-content p a:focus,
.entry-content p a:hover {
	color: #000;
	background-image: linear-gradient(to bottom, transparent 0, #e6dfe4 0) !important;
	background-position: 0px !important;
}

p {
	text-align: justify;
	margin: 0 0 30px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #e6dfe4;
	color: #000;
}

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

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

::-webkit-scrollbar {
	width: 7px;
}

::-webkit-scrollbar-track {
	background-color: #fff;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:window-inactive {
	background-color: #f5f2f4;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #f5f2f4;
}

.wp-block-cover__inner-container {
	max-width: 800px;
	width: 95%;
}

.wp-block-cover p:last-of-type {
	margin-bottom: 0;
}

blockquote {
	margin: 0;
}

.site-container .wp-block-pullquote,
.site-container .wp-block-quote {
	border: none;
	margin: 0 !important;
}

.site-container .wp-block-pullquote {
	padding: 0 !important;
}

.wp-block-pullquote.alignleft {
	margin: 0 2em 1.5em 0;
}

.wp-block-pullquote.alignright {
	margin: 0 0 1.5em 2em;
}

.site-container .wp-block-pullquote em,
.site-container .wp-block-quote em {
	font-style: normal !important;
}

.site-container .wp-block-pullquote p,
.site-container .wp-block-quote p {
	font-size: 16px;
	font-style: italic;
	line-height: 1.8;
}

.site-container .wp-block-pullquote p:last-of-type,
.site-container .wp-block-quote p:last-of-type {
	margin: 0 !important;
}

.site-container .wp-block-pullquote p,
.site-container .wp-block-quote.is-style-large p {
	font-size: 22px;
}

.site-container .wp-block-quote,
.site-container .wp-block-pullquote blockquote {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.5px;
	color: #000;
	background-color: #f5f2f4;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
	max-width: 80%;
}

.site-container .wp-block-pullquote cite,
.site-container .wp-block-quote cite {
	color: #000;
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	font-style: normal !important;
	margin-top: 15px;
	text-align: inherit;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.site-container .wp-block-pullquote cite {
	text-align: left;
}

.site-container .wp-block-pullquote p:last-child,
.site-container .wp-block-pullquote p:last-child {
	margin: 0;
}

.entry-content .wp-block-button .wp-block-button__link {
	border: 0;
	border-radius: 0;
	cursor: pointer;
	font-size: 11px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	padding: 16px 30px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	white-space: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.entry-content .wp-block-button .wp-block-button__link:focus,
.entry-content .wp-block-button .wp-block-button__link:hover {
	box-shadow: none;
}

.wp-block-image figcaption {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 11px !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 8px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
}

h5 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

h6 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #f1f1f1;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ede8eb;
	color: #000;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	padding: 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea {
	border-radius: 0 !important;
	-webkit-appearance: none !important;
}

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

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

input:focus::-webkit-input-placeholder {
	color: transparent !important;
}

input:focus:-moz-placeholder {
	color: transparent !important;
}

input:focus::-moz-placeholder {
	color: transparent !important;
}

input:focus:-ms-input-placeholder {
	color: transparent !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button,
.site-container .wp-block-button .wp-block-button__link,
.entry-content .wp-block-button .wp-block-button__link {
	background-color: #f5f2f4;
	border: 0;
	border-radius: 0px;
	color: #000;
	cursor: pointer;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 14px 25px 12px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover,
.entry-content .wp-block-button .wp-block-button__link:focus,
.entry-content .wp-block-button .wp-block-button__link:hover {
	background-color: #f5f2f4;
	color: #c9b8c3;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #f5f2f4;
	color: #c9b8c3;
	cursor: not-allowed;
}

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

.wpcf7 label {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.wpcf7 p {
	margin-bottom: 15px;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
	border-right: 1px solid #f1f1f1;
}

td:first-child {
	border-left: 1px solid #f1f1f1;
}

tr {
	border-top: 1px solid #f1f1f1;
}

th {
	font-weight: 700;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	max-width: 1000px;
	width: 90%;
	clear: both;
	margin: 0 auto;
	padding: 0;
}

@media screen and (min-width: 801px) {
	.content {
		float: left;
		width: 70%;
	}
	.sidebar-content .content {
		float: right;
	}
	.sidebar {
		float: right;
		width: 25%;
	}
	.sidebar-content .sidebar {
		float: left;
	}
}

@media screen and (max-width: 850px) {
	.content,
	.sidebar {
		width: 100%;
	}
}

.full-width-content .site-inner {
	max-width: 100%;
	width: 100%;
}

.full-width-content .content {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	float: none;
}

.guinevere-blog.full-width-content .content {
	max-width: 800px;
	width: 90%;
	float: none;
	margin: 0 auto;
}

.content,
.sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #f1f1f1;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

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

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

.search-form {
	overflow: hidden;
	text-align: center;
}

.entry-content .search-form {
	margin: 0 auto 40px;
	width: 50%;
}

.site-inner .search-form input[type="search"],
.footer-widgets .search-form input[type="search"] {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 11px;
	color: #000;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
	border: 1px solid #f5f2f4;
	background-color: #fff;
	width: 65%;
	float: left;
	height: 40px;
	padding: 0 12px;
	margin: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site-inner .search-form input[type="submit"],
.footer-widgets .search-form input[type="submit"] {
	width: 35%;
	float: right;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 11px;
	color: #000;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #f5f2f4;
	border: 1px solid #f5f2f4;
	height: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site-inner .search-form input[type="submit"]:focus,
.site-inner .search-form input[type="submit"]:hover,
.footer-widgets .search-form input[type="submit"]:focus,
.footer-widgets .search-form input[type="submit"]:hover {
	color: #c9b8c3;
	background-color: #f5f2f4;
	border: 1px solid #f5f2f4;
}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	font-size: 25px;
	color: #000;
	text-align: center;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.entry-title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	font-size: 25px;
	color: #000;
	text-align: center;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.entry-title a,
.entry-title a:visited,
.sidebar .widget-title a,
.sidebar .widget-title a:visited {
	color: #000;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover,
.sidebar .widget-title a:focus,
.sidebar .widget-title a:hover {
	color: #000;
}

.widget-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

.sidebar .widget-title,
.footer-widgets .widget-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 0px solid transparent;
	margin: 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* 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,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

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

.widget {
	margin-bottom: 50px;
	border: 0px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

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

.widget_calendar table {
	width: 100%;
}

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

.above-primary-menu .widget-title,
.above-site-header .widget-title,
.below-site-header .widget-title,
.below-secondary-menu .widget-title,
.after-entry-header .widget-title {
	text-align: center;
}

.above-primary-menu .widget,
.above-site-header .widget:last-child {
	margin-bottom: 0 !important;
}

/* Media & Text, Small
--------------------------------------------- */

.fdmt-sm-image {
	text-align: center;
	position: relative;
}

.fdmt-sm-img {
	width: 100%;
	padding-bottom: 100%;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.fdmt-sm-img.circle {
	padding-bottom: 100% !important;
	border-radius: 50%;
}

.fdmt-sm-subtitle {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 16px;
	font-style: italic;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	text-transform: lowercase;
	margin: 0 0 7px;
}

.fdmt-sm-text {
	margin-top: 10px;
}

.fdmt-sm-button {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 15px;
}

.fdmt-sm-button a,
.fdmt-sm-button a:visited {
	color: #000;
	background-color: #f5f2f4;
	padding: 10px 15px;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.fdmt-sm-button a:focus,
.fdmt-sm-button a:hover {
	color: #c9b8c3;
	background-color: #f5f2f4;
}

.fdmt-sm-content.left {
	text-align: left;
}

.fdmt-sm-content.center {
	text-align: center;
}

.fdmt-sm-content.right {
	text-align: right;
}

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

.site-inner .socials {
	font-size: 13px;
	text-align: center;
}

.site-inner .socials a,
.site-inner .socials a:visited {
	color: #000;
	margin: 0 10px;
}

.site-inner .socials a:focus,
.site-inner .socials a:hover {
	color: #c9b8c3;
}

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

.featured-content .entry {
	margin-bottom: 15px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content img.alignnone,
.featured-content .alignnone {
	margin: 0 !important;
}

.featured-content .entry-header,
.featured-content .entry-title {
	margin: 0;
}

.sidebar .featured-content .entry-title a,
.lv .featured-content .entry-title a,
.footer-widgets .featured-content .entry-title a {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	background-color: #fff;
	border: 1px solid #f5f2f4;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 0.7px;
	text-transform: none;
	width: 90%;
	display: block;
	padding: 10px 15px;
	margin: 0 auto;
	position: absolute;
	bottom: 5%;
	left: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar .featured-content .entry:focus .entry-title a,
.sidebar .featured-content .entry:hover .entry-title a,
.lv .featured-content .entry:focus .entry-title a,
.lv .featured-content .entry:hover .entry-title a,
.footer-widgets .featured-content .entry:focus .entry-title a,
.footer-widgets .featured-content .entry:hover .entry-title a {
	color: #000;
	background-color: #f5f2f4;
	border: 1px solid #f5f2f4;
}

@media screen and (min-width: 501px) {
	.lv .featured-content .widget-wrap {
		width: 102%;
		margin: 0 0 0 -1%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.lv .featured-content .widget-title {
		width: 100%;
		float: left;
		display: block;
	}
}

@media screen and (min-width: 801px) {
	.lv .featured-content .entry {
		width: 23%;
		float: left;
		margin: 0 1% 2%;
	}
}

@media screen and (max-width: 800px) and (min-width: 501px) {
	.lv .featured-content .entry {
		width: 48%;
		float: left;
		margin: 0 1% 2%;
	}
}

@media screen and (max-width: 500px) {
	.lv .featured-content .entry {
		width: 100%;
		margin: 0 0 2%;
	}
}

/* WordPress Popular Posts
--------------------------------------------- */

.wpp-list li {
	position: relative;
	margin-bottom: 25px !important;
}

.wpp-list li:last-of-type {
	margin-bottom: 0 !important;
}

.wpp-thumbnail {
	float: none !important;
	margin: 0 !important;
}

.wpp-post-title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.7px;
	text-transform: none;
	line-height: 40px;
	width: 90%;
	display: block;
	position: relative;
	margin: -21px 0 0 5%;
	padding: 0 10px;
	color: #000;
	border: 1px solid #f5f2f4;
	background-color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.wpp-list li:focus .wpp-post-title,
.wpp-list li:hover .wpp-post-title {
	color: #000;
	border: 1px solid #f5f2f4;
	background-color: #f5f2f4;
}

@media screen and (min-width: 501px) {
	.lv .wpp-list {
		width: 102%;
		margin: 0 0 0 -1%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 801px) {
	.lv .wpp-list li {
		width: 23%;
		float: left;
		margin: 0 1% 25px;
	}
}

@media screen and (max-width: 800px) and (min-width: 501px) {
	.lv .wpp-list li {
		width: 48%;
		float: left;
		margin: 0 1% 25px;
	}
}

@media screen and (max-width: 500px) {
	.lv .wpp-list li {
		width: 100%;
		margin: 0 0 25px;
	}
}

/* Categories
--------------------------------------------- */

.widget_categories ul {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget_categories a,
.widget_categories a:visited {
	color: #000;
}

.widget_categories a:focus,
.widget_categories a:hover {
	color: #c9b8c3;
}

/* Archive
--------------------------------------------- */

.widget_archive ul {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget_archive a,
.widget_archive a:visited {
	color: #000;
}

.widget_archive a:focus,
.widget_archive a:hover {
	color: #c9b8c3;
}

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

@media screen and (max-width: 700px) {
	#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
		width: 33.33% !important;
	}
	#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_8 #sbi_images .sbi_item {
		width: 25% !important;
	}
	#sb_instagram.sbi_col_7 #sbi_images .sbi_item:nth-child(1),
	#sb_instagram.sbi_col_7 #sbi_images .sbi_item:nth-child(2),
	#sb_instagram.sbi_col_7 #sbi_images .sbi_item:nth-child(3) {
		width: 33.33% !important;
	}
	#sb_instagram.sbi_col_9 #sbi_images .sbi_item,
	#sb_instagram.sbi_col_10 #sbi_images .sbi_item {
		width: 20% !important;
	}
	#sb_instagram.sbi_col_9 #sbi_images .sbi_item:nth-child(1),
	#sb_instagram.sbi_col_9 #sbi_images .sbi_item:nth-child(2),
	#sb_instagram.sbi_col_9 #sbi_images .sbi_item:nth-child(3),
	#sb_instagram.sbi_col_9 #sbi_images .sbi_item:nth-child(4) {
		width: 25% !important;
	}
}


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

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

.enews-widget input {
	width: 70%;
	float: left;
	border: 1px solid #f5f2f4;
	height: 50px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.enews-widget input[type="submit"] {
	width: 29%;
	float: right;
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	height: 50px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.enews-widget input[type="submit"]:focus,
.enews-widget input[type="submit"]:hover {
	color: #c9b8c3;
	background-color: #fff;
}

.after-entry .enews-widget input {
	color: #000;
	background-color: #fff;
	border: 1px solid #f5f2f4;
}

.after-entry .enews-widget input[type="submit"] {
	color: #000;
	background-color: #f5f2f4;
}

.after-entry .enews-widget input[type="submit"]:focus,
.after-entry .enews-widget input[type="submit"]:hover {
	color: #c9b8c3;
	background-color: #f5f2f4;
}

@media screen and (max-width: 600px) {
	.enews-widget input {
		width: 100%;
		float: none;
		margin: 0 0 5px;
	}
	.enews-widget input[type="submit"] {
		width: 100%;
		float: none;
	}
}

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

.enews p {
	font-size: 15px;
	text-align: center;
	font-style: italic;
	letter-spacing: 1px;
	margin: -10px 0 20px;
}

.sidebar .enews-widget,
.footer-widgets .enews-widget {
	text-align: center;
}

.sidebar .enews-widget input,
.footer-widgets .enews-widget input {
	width: 100%;
	float: none;
	border: 1px solid #f5f2f4;
	height: 45px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px;
	margin: 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar .enews-widget input[type="submit"],
.footer-widgets .enews-widget input[type="submit"] {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 11px;
	color: #000;
	background-color: #f5f2f4;
	border: 0;
	width: 100%;
	float: none;
	height: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 20px;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover,
.footer-widgets .enews-widget input[type="submit"]:focus,
.footer-widgets .enews-widget input[type="submit"]:hover {
	color: #c9b8c3;
	background-color: #f5f2f4;
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 400;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 400;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

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

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	width: 100%;
	background-color: #fff;
}

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

.title-area {
	text-align: center;
}

.wp-custom-logo .title-area img {
	max-width: 350px;
	width: 90%;
}

.site-title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	font-size: 60px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #000;
	text-decoration: none;
}

.site-description {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 5px;
	margin-bottom: 0;
}

.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Site Navigation Search Popup
--------------------------------------------- */

.searchnav {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 6;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	overflow-x: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.searchnav.open {
	opacity: 1;
	visibility: visible;
}

.openbtn-s {
	cursor: pointer;
}

.closebtn-s {
	cursor: pointer;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	font-size: 17px;
	position: fixed;
	top: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
}

.closebtn-s i {
	color: #fff;
}

.closebtn-s i:focus,
.closebtn-s i:hover {
	color: #fff;
}

.searchnav .search-inside {
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: relative;
}

.searchnav .search-form {
	margin: -50px auto 0;
	border-bottom: 2px solid #fff;
}

.searchnav .search-form input[type="search"] {
	width: 75%;
	border: 0;
	background: transparent;
	color: #fff;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 26px;
	text-transform: lowercase;
	letter-spacing: 1px;
	height: 50px;
	padding: 0 0 0 2%;
	float: left;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.searchnav .search-form ::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.searchnav .search-form :-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.searchnav .search-form ::placeholder {
	color: #fff;
	opacity: 1;
}

.searchnav .search-form input[type="submit"] {
	border: 0;
	border-radius: 0;
	padding: 0 2% 0 0 !important;
	width: 25%;
	height: 50px;
	background: transparent;
	color: #fff;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 26px;
	text-transform: lowercase;
	letter-spacing: 1px;
	cursor: pointer;
	float: right;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.searchnav .search-form input[type="submit"]:focus,
.searchnav .search-form input[type="submit"]:hover {
	color: #fff;
	background-color: transparent;
}

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

.genesis-nav-menu {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu,
.genesis-nav-menu li {
	height: 50px;
	line-height: 50px;
}

.genesis-nav-menu li {
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	float: none;
	position: relative;
}

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

.genesis-nav-menu a,
.genesis-nav-menu a:visited,
.genesis-nav-menu .current-menu-item > a {
	color: #000;
	display: block;
	outline-offset: -1px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #c9b8c3;
	text-decoration: none;
}

.genesis-nav-menu a span {
	line-height: 1.6;
}

/* Navigation Social Icons
--------------------------------------------- */

.nav-primary-right .widget {
	border: 0 !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.nav-primary-right .socials {
	font-size: 12px;
}

.nav-primary-right .socials a,
.nav-primary-right .socials a:visited {
	color: #000;
}

.nav-primary-right .socials a:focus,
.nav-primary-right .socials a:hover {
	color: #c9b8c3;
}

@media screen and (min-width: 1025px) {
	.nav-primary-right .socials {
		text-align: center;
	}
	.nav-primary-right .socials a {
		margin: 0 13px;
	}
}

@media screen and (max-width: 1024px) {
	.header-one .nav-primary-right,
	.header-social {
		top: 0;
		right: 5%;
		position: absolute;
	}
	.nav-primary-right .socials {
		font-size: 13px;
		height: 50px;
		line-height: 50px;
	}
	.nav-primary-right .socials a {
		margin-left: 26px;
	    margin-right: 0;
	}
}

/* Navigation Sub Menu
--------------------------------------------- */

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	position: absolute;
	width: 200px;
	text-align: left;
	left: 0;
	margin: -2px 0 0 -15px;
	z-index: 99;
	border: 1px solid #f5f2f4;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.genesis-nav-menu .menu-item-has-children .sub-menu ul {
	top: 0px;
	margin: -2px 0 0 198px;
	z-index: 7;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a:visited {
	color: #000;
	position: relative;
	word-wrap: break-word;
	padding: 15px;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
	color: #000;
	background-color: #f5f2f4;
}

.genesis-nav-menu .sub-menu li {
	line-height: normal;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	display: block;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

@media screen and (min-width: 1025px) {
	.menu-toggle,
	.sub-menu-toggle {
		display: none;
	}
	.genesis-nav-menu .menu-item-has-children a:after {
		content: '\f107';
		font-family: "Font Awesome 5 Free" !important;
		font-weight: 900;
		font-size: 9px;
		padding: 0 0 0 4px;
		line-height: 0;
	}
	.genesis-nav-menu li ul .menu-item-has-children a:after {
		content: '\f105';
		font-family: "Font Awesome 5 Free" !important;
		font-weight: 900;
		font-size: 9px;
		margin: 0;
		line-height: 43px;
		top: 0;
		position: absolute;
		right: 15px;
	}
	.genesis-nav-menu .menu-item-has-children ul a:only-child:after {
		content: '';
		margin: 0;
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.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;
	}
	.nav-primary,
	.nav-secondary {
		display: none;
	}
	.genesis-nav-menu {
		position: relative;
		height: auto;
		line-height: normal;
		margin-left: 0;
		margin-right: 0;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu {
		display: none;
	}
	.menu-toggle,
	.sub-menu-toggle {
		background: transparent !important;
		border: 0;
		padding: 0;
	}
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		border-width: 0;
		color: #000;
	}
	.menu-toggle {
		left: 5%;
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 23px;
		height: 50px;
		font-size: 0;
		text-indent: -9999px;
		appearance: none;
		box-shadow: none;
		border-radius: 0;
		border: none;
		cursor: pointer;
		transition: background 0.3s;
	}
	.menu-toggle:focus {
		outline: 0;
	}
	.menu-toggle span {
		display: block;
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		height: 2px;
	}
	.menu-toggle span::before,
	.menu-toggle span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		content: "";
	}
	.menu-toggle span,
	.menu-toggle span::before,
	.menu-toggle span::after {
		background-color: #000;
	}
	.menu-toggle span::before {
		top: -6px;
	}
	.menu-toggle span::after {
		bottom: -6px;
	}
	.menu-button {
		background: transparent;
	}
	.menu-button span {
		transition: background 0s 0.3s;
	}
	.menu-button span::before,
	.menu-button span::after {
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;
	}
	.menu-button span::before {
		transition-property: top, transform;
	}
	.menu-button span::after {
		transition-property: bottom, transform;
	}
	.menu-button.activated {
		background: transparent;
	}
	.menu-button.activated span {
		background: transparent !important;
	}
	.menu-button.activated span::before {
		top: 0;
		transform: rotate(45deg);
	}
	.menu-button.activated span::after {
		bottom: 0;
		transform: rotate(-45deg);
	}
	.menu-button.activated span::before,
	.menu-button.activated span::after {
		transition-delay: 0s, 0.3s;
	}
	.sub-menu-toggle {
		color: #000;
		position: absolute;
		top: 0;
		right: 0;
		line-height: 44px;
		width: 50px;
		text-align: right;
		padding: 0;
	}
	.sub-menu-toggle:after {
		content: '\f107';
		font-family: "Font Awesome 5 Free" !important;
		font-weight: 900;
		font-size: 15px;
	}
	.genesis-nav-menu li ul li .sub-menu-toggle {
		padding: 0 15px 0 0;
	}
	.genesis-nav-menu li {
		height: auto;
		line-height: normal;
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.genesis-nav-menu {
		font-size: 12px;
		text-align: left;
		padding: 10px 5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.genesis-nav-menu li {
		line-height: 40px;
	}
	.genesis-nav-menu .menu-item-has-children .sub-menu {
		position: relative;
		width: 100%;
		text-align: left;
		left: 0;
		margin: 5px 0 10px;
	}
	.genesis-nav-menu .menu-item-has-children .sub-menu ul {
		max-width: calc(100% - 30px);
		top: 0;
		margin: 0 auto 10px;
	}
	.genesis-nav-menu .sub-menu a {
		padding: 13px;
	}
}

/* Header Style 1
--------------------------------------------- */

.header-one .title-area {
	padding-bottom: 50px;
	padding-top: 50px;
}

.header-one .nav-primary-wrap {
	background-color: #fff;
	border-bottom: 1px solid #f5f2f4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header-one .nav-secondary {
	margin-bottom: 40px;
	background-color: #fff;
	border-top: 1px solid #f5f2f4;
	border-bottom: 1px solid #f5f2f4;
}

.header-one .nav-secondary .genesis-nav-menu a,
.header-one .nav-secondary .genesis-nav-menu a:visited,
.header-one .nav-secondary .genesis-nav-menu .current-menu-item > a {
	color: #000;
}

.header-one .nav-secondary .genesis-nav-menu a:focus,
.header-one .nav-secondary .genesis-nav-menu a:hover {
	color: #c9b8c3;
}

.header-one .nav-secondary .genesis-nav-menu .sub-menu {
	border: 1px solid #f5f2f4;
	background-color: #fff;
}

.header-one .nav-secondary .genesis-nav-menu .sub-menu a,
.header-one .nav-secondary .genesis-nav-menu .sub-menu a:visited {
	color: #000;
}

.header-one .nav-secondary .genesis-nav-menu .sub-menu a:focus,
.header-one .nav-secondary .genesis-nav-menu .sub-menu a:hover {
	color: #000;
	background-color: #f5f2f4;
}

@media screen and (min-width: 1025px) {
	.header-one .nav-primary-wrap {
		padding: 0 20px 0 10px;
	}
	.header-one .nav-primary-wrap.sticky,
	.header-one .nav-secondary.sticky {
		top: 0;
		left: 0;
		display: block;
		position: -webkit-sticky;
		position: sticky;
		z-index: 4;
	}
	.header-one .nav-primary {
		float: left;
	}
	.header-one .nav-primary-right {
		float: right;
	}
	.nav-primary-right {
		height: 50px;
		line-height: 50px;
	}
}

.header-one .nav-primary-wrap::after {
	content: '';
	clear: both;
	display: table;
}

/* Header Style 2
--------------------------------------------- */

@media screen and (min-width: 1025px) {
	.header-two .site-header {
		margin-bottom: 60px;
		border-bottom: 0px solid transparent;
	}
	.header-two .site-header.sticky {
		top: 0;
		left: 0;
		display: block;
		position: -webkit-sticky;
		position: sticky;
		z-index: 4;
	}
	/* header - menu - social */
	.header-hms {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	.header-hms .header-title {
		width: 20%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
		left: -60%;
	}
	.header-hms .header-nav {
		width: 60%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
		left: 20%;
	}
	.header-hms .header-social {
		width: 20%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	/* menu - header - social */
	.header-mhs {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	.header-mhs .header-title {
		width: 33.33%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.header-mhs .header-nav {
		width: 33.33%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.header-mhs .header-social {
		width: 33.33%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.header-two .genesis-nav-menu li {
		margin-left: 10px;
		margin-right: 10px;
	}
	.header-two .genesis-nav-menu li ul li {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 1024px) {
	.header-two .site-header {
		position: relative;
	}
	.header-two .title-area {
		max-width: 90%;
		margin: 0 auto;
		padding: 30px 0 50px;
	}
}

/* Header Style 3
--------------------------------------------- */

@media screen and (min-width: 1025px) {
	.header-three .site-header {
		margin-bottom: 60px;
		border-bottom: 0px solid transparent;
	}
	.header-three .site-header.sticky {
		top: 0;
		left: 0;
		display: block;
		position: -webkit-sticky;
		position: sticky;
		z-index: 4;
	}
	/* menu - header - menu */
	.header-mhm {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	.header-mhm .header-title {
		width: 33.33%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.header-mhm .header-nav-left {
		width: 33.33%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.header-mhm .header-nav-right {
		width: 33.33%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.header-three .genesis-nav-menu li {
		margin-left: 10px;
		margin-right: 10px;
	}
	.header-three .genesis-nav-menu li ul li {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 1024px) {
	.header-three .site-header {
		position: relative;
	}
	.header-three .title-area {
		max-width: 90%;
		margin: 0 auto;
		padding: 30px 0 50px;
	}
}

/* Header Style 4
--------------------------------------------- */

@media screen and (min-width: 1025px) {
	.header-four .site-header {
		margin-bottom: 60px;
		border-bottom: 0px solid transparent;
	}
	.header-four .site-header.sticky {
		top: 0;
		left: 0;
		display: block;
		position: -webkit-sticky;
		position: sticky;
		z-index: 4;
	}
	/* menu - header */
	.header-hm {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	.header-hm .header-title {
		width: 30%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
		right: 70%;
	}
	.header-hm .header-nav {
		width: 70%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
		left: 30%;
	}
	.header-hm .genesis-nav-menu {
		text-align: right;
	}
	.header-hm .genesis-nav-menu li {
		margin-left: 0;
		margin-right: 40px;
	}
	.header-hm .genesis-nav-menu li ul li {
		margin-right: 0;
	}
	/* header - menu */
	.header-mh {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	.header-mh .header-title {
		width: 30%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.header-mh .header-nav {
		width: 70%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.header-mh .genesis-nav-menu {
		text-align: left;
	}
	.header-mh .genesis-nav-menu li {
		margin-right: 0;
		margin-left: 40px;
	}
	.header-mh .genesis-nav-menu li ul li {
		margin-left: 0;
	}
}

@media screen and (max-width: 1024px) {
	.header-four .site-header {
		position: relative;
	}
	.header-four .title-area {
		max-width: 90%;
		margin: 0 auto;
		padding: 30px 0 50px;
	}
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
	position: relative;
	border: 0px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #f5f5f5;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.single-featured-image {
	margin-bottom: 60px;
	position: relative;
}

.single-featured-image .featured-image-cropped {
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-size: cover !important;
	background-position: 50% 50% !important;
	position: relative;
}

.single-featured-image .entry-header .entry-meta {
	margin-bottom: 0;
}

.single-featured-image .entry-header {
	display: block;
	background: rgba(255,255,255,0.7);
	padding: 30px 40px;
	z-index: 3;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.single-featured-image .entry-title,
.single-featured-image p.entry-meta,
.single-featured-image p.entry-meta a,
.single-featured-image p.entry-meta a:visited,
.single-featured-image p.entry-meta a:focus,
.single-featured-image p.entry-meta a:hover {
	color: #000;
}

@media screen and (min-width: 961px) {
	.single-featured-image .featured-image-cropped {
		padding-bottom: 500px;
	}
	.single-featured-image .entry-header {
		width: 60%;
		margin-left: 20%;
		margin-right: auto;
		top: 50%;
		position: absolute;
		z-index: 3;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

@media screen and (max-width: 960px) {
	.single-featured-image .featured-image-cropped {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.single-featured-image .entry-header {
		width: 90%;
		margin-left: 5%;
		position: relative;
		top: 0;
	}
}

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

p.entry-meta {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
}

p.entry-meta a,
p.entry-meta a:visited {
	color: #000;
}

p.entry-meta a:focus,
p.entry-meta a:hover {
	color: #c9b8c3;
}

p.entry-meta.bt .entry-categories a {
	margin: 0 3px;
}

.entry-header p.entry-meta {
	margin-bottom: 20px;
}

.post-location {
	padding: 0 0 0 10px;
}

.post-location::before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	font-style: normal;
	color: #000;
	padding: 0 5px 0 0;
}

.entry-footer p.entry-meta:after {
	content: '';
	clear: both;
	display: table;
}

.entry-footer p.entry-meta {
	text-align: left;
	margin-top: 20px;
	border-bottom: 1px solid #f5f2f4;
	padding: 0 0 10px;
}

.entry-footer .entry-categories {
	display: block;
}

.entry-footer .entry-tags {
	display: block;
}

.entry-footer .entry-share {
	float: right;
	font-size: 11px;
}

.entry-footer .entry-share a {
	margin: 0 0 0 25px;
}

@media screen and (max-width: 600px) {
	.entry-footer .entry-categories,
	.entry-footer .entry-tags {
		padding-top: 10px;
	}
	.entry-footer .entry-share {
		float: none;
	}
	.entry-footer .entry-share a {
		margin: 0 25px 0 0;
	}
}

/* Related Posts
--------------------------------------------- */

.related-wrapper {
	margin: 0 auto 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.related-heading {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 20px;
}

.related-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.related-posts::after {
	content: '';
	clear: both;
	display: table;
}

.related-post {
	position: relative;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 551px) {
	.related-posts.count-2 {
		width: 102%;
		margin: 0 0 0 -1%;
	}
	.related-posts.count-2 .related-post {
		width: 48%;
		float: left;
		margin: 0 1%;
	}
}

@media screen and (max-width: 550px) {
	.related-posts.count-2 .related-post:nth-child(1) {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 651px) {
	.related-posts.count-3,
	.related-posts.count-6 {
		width: 102%;
		margin: 0 0 0 -1%;
	}
	.related-posts.count-3 .related-post,
	.related-posts.count-6 .related-post {
		width: 31.33%;
		float: left;
		margin: 0 1%;
	}
	.related-posts.count-6 .related-post:nth-child(1),
	.related-posts.count-6 .related-post:nth-child(2),
	.related-posts.count-6 .related-post:nth-child(3) {
		margin: 0 1% 2%;
	}
}

@media screen and (max-width: 650px) {
	.related-posts.count-3 .related-post:nth-child(1),
	.related-posts.count-3 .related-post:nth-child(2),
	.related-posts.count-6 .related-post {
		margin-bottom: 20px;
	}
	.related-posts.count-6 .related-post:nth-child(6) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 851px) {
	.related-posts.count-4 {
		width: 102%;
		margin: 0 0 0 -1%;
	}
	.related-posts.count-4 .related-post {
		width: 23%;
		float: left;
		margin: 0 1%;
	}
}

@media screen and (max-width: 850px) and (min-width: 551px) {
	.related-posts.count-4 {
		width: 102%;
		margin: 0 0 0 -1%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.related-posts.count-4 .related-post {
		width: 48%;
		float: left;
		margin: 0 1%;
	}
	.related-posts.count-4 .related-post:nth-child(1),
	.related-posts.count-4 .related-post:nth-child(2) {
		margin: 0 1% 2%;
	}
}

@media screen and (max-width: 550px) {
	.related-posts.count-4 .related-post:nth-child(1),
	.related-posts.count-4 .related-post:nth-child(2) {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 851px) {
	.related-posts.count-5 {
		width: 102%;
		margin: 0 0 0 -1%;
	}
	.related-posts.count-5 .related-post {
		width: 18%;
		float: left;
		margin: 0 1%;
	}
}

@media screen and (max-width: 850px) and (min-width: 551px) {
	.related-posts.count-5 {
		width: 102%;
		margin: 0 0 0 -1%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.related-posts.count-5 .related-post {
		width: 31.33%;
		float: left;
		margin: 0 1%;
	}
	.related-posts.count-5 .related-post:nth-child(1),
	.related-posts.count-5 .related-post:nth-child(2) {
		width: 48%;
		margin: 0 1% 2%;
	}
}

@media screen and (max-width: 550px) {
	.related-posts.count-5 .related-post {
		margin-bottom: 20px;
	}
	.related-posts.count-5 .related-post:nth-child(5) {
		margin-bottom: 0;
	}
}

.related-thumbnail {
	width: 100%;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.related-thumbnail.wide {
	padding-bottom: 70%;
}

.related-thumbnail.square {
	padding-bottom: 100%;
}

.related-thumbnail.long {
	padding-bottom: 130%;
}

.related-thumbnail.wide img,
.related-thumbnail.square img,
.related-thumbnail.long img {
	display: none !important;
}

.related-thumbnail.full {
	background: none !important;
}

.related-entry-title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.related-post .related-entry-title {
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.related-post:focus .related-entry-title,
.related-post:hover .related-entry-title {
	color: #000;
}

.related_info.left {
	text-align: left;
}

.related_info.center {
	text-align: center;
}

.related_info.right {
	text-align: right;
}

.rp-one .related___info.top,
.rp-two .related___info.top {
	vertical-align: top;
}

.rp-one .related___info.middle,
.rp-two .related___info.middle {
	vertical-align: middle;
}

.rp-one .related___info.bottom,
.rp-two .related___info.bottom {
	vertical-align: bottom;
}

.rp-one .related_info.center,
.rp-one .related_info.left .related____info,
.rp-two .related_info.left .related____info {
	margin-left: 15px;
}

.rp-one .related_info.right .related____info,
.rp-two .related_info.right .related____info {
	margin-left: auto;
	margin-right: 15px;
}

.rp-one .related___info.top .related____info,
.rp-two .related___info.top .related____info {
	margin-top: 15px;
}

.rp-one .related___info.bottom .related____info,
.rp-two .related___info.bottom .related____info {
	margin-bottom: 15px;
}

.rp-one .related_info,
.rp-two .related_info {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

.rp-one .related__info,
.rp-two .related__info {
	width: 100%;
	height: 100%;
	display: table;
}

.rp-one .related___info,
.rp-two .related___info {
	width: 100%;
	height: 100%;
	display: table-cell;
}

.rp-one .related____info {
	width: calc(100% - 30px);
	background: rgba(255,255,255,0.7);
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rp-two .related_info {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rp-two .related_info.hidden {
	opacity: 0;
}

.rp-two .related_info:hover,
.rp-two .related_info.hidden:hover {
	opacity: 1;
	background: rgba(255,255,255,0.7);
}

.rp-two .related____info {
	max-width: 90%;
	margin: 0 auto;
}

.rp-three .related_info {
	max-width: calc(100% - 30px);
	position: relative;
	margin: -25px auto 0;
	background-color: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rp-four .related_info {
	padding-top: 8px;
}

.rp-four .related-post img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.rp-four .related-post:hover img {
	opacity: 0.8;
}

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

.pagination,
.woocommerce-pagination {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	clear: both;
	width: 100%;
	margin: 0 0 60px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a,
.archive-pagination a:visited {
	background-color: #f5f2f4;
	background: #f5f2f4;
	color: #000;
	cursor: pointer;
	display: inline-block;
	padding: 13px 22px 10px;
	margin: 0 3px 10px;
	text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	background-color: #f5f2f4;
	background: #f5f2f4;
	color: #000;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #f5f2f4;
	background: #f5f2f4;
	color: #c9b8c3;
}

/* Entry Comments
--------------------------------------------- */

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

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list article {
	border-bottom: 1px solid #f5f2f4;
	padding-bottom: 40px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

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

.comment-respond label {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-right: 12px;
	margin-bottom: 5px;
}

.comment-header p {
	margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.comment .comment-author-name {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment .comment-author-name a,
.comment .comment-author-name a:visited {
	color: #000;
}

.comment .comment-author-name a:focus,
.comment .comment-author-name a:hover {
	color: #000;
}

.comment-meta,
.comment-edit-link {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.comment-meta a,
.comment-meta a:visited,
.comment-edit-link,
.comment-edit-link:visited,
.logged-in-as a,
.logged-in-as a:visited,
.comment-reply-title a,
.comment-reply-title a:visited {
	color: #000;
}

.comment-meta a:focus,
.comment-meta a:hover,
.comment-edit-link:focus,
.comment-edit-link:hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
.comment-reply-title a:focus,
.comment-reply-title a:hover {
	color: #c9b8c3;
}

.comment-reply {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.comment-reply a,
.comment-reply a:visited {
	color: #000;
	background-color: #f5f2f4;
	padding: 12px 18px 10px;
	display: inline-block;
}

.comment-reply a:focus,
.comment-reply a:hover {
	color: #c9b8c3;
	background-color: #f5f2f4;
}

.logged-in-as {
	margin-top: 20px;
}


/* Blog Layouts
---------------------------------------------------------------------------- */

.guinevere-blog.full-width-content .content {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

.post-img-container {
	position: relative;
}

.post-img-container img {
	margin: 0 !important;
}

.post-thumbnail {
	width: 100%;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.post-thumbnail.wide {
	padding-bottom: 70%;
}

.post-thumbnail.square {
	padding-bottom: 100%;
}

.post-thumbnail.long {
	padding-bottom: 130%;
}

.post-thumbnail.wide img,
.post-thumbnail.square img,
.post-thumbnail.long img {
	display: none !important;
}

.post-thumbnail.full {
	background: none !important;
}

.post-grid::after,
.post-list::after,
.post-thumbs::after {
	content: '';
	clear: both;
	display: table;
}

.entry-snippet {
	text-align: justify;
}

.shop-widget {
	margin-top: 25px;
}

.shop-widget ::-webkit-scrollbar {
	display: none !important;
}

.shop-widget h4 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.shop-widget h4:before {
	content: '';
	border-bottom: 2px solid #e4dce2;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.shop-widget h4:after {
	content: '';
	border-bottom: 2px solid #e4dce2;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.more-button {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px;
}

.more-button a,
.more-button a:visited,
.more-button span {
	color: #000;
	background-color: #f5f2f4;
	display: inline-block;
	padding: 14px 25px 12px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.more-button a:focus,
.more-button a:hover,
.more-button span:focus,
.more-button span:hover {
	color: #c9b8c3;
	background-color: #f5f2f4;
}

/* Blog List
--------------------------------------------- */

.post-list-lg .post-img-container {
	margin: 0 0 20px;
}

.post-list-lg-content.left .entry-title,
.post-list-lg-content.left p.entry-meta,
.post-list-lg-content.left .more-button {
	text-align: left;
}

.post-list-lg-content.center .entry-title,
.post-list-lg-content.center p.entry-meta,
.post-list-lg-content.center .more-button {
	text-align: center;
}

.post-list-lg-content.right .entry-title,
.post-list-lg-content.right p.entry-meta,
.post-list-lg-content.right .more-button {
	text-align: right;
}

.post-list .entry-snippet {
	text-align: justify;
}

@media screen and (min-width: 701px) {
	.post-list-container {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	.post-list-sm .post-list-img {
		width: 50%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.post-list-sm .post-list-sm-content {
		width: 50%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
		padding: 0 0 0 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.post-list-sm.sm-right .post-list-img {
		left: 50%;
	}
	.post-list-sm.sm-right .post-list-sm-content {
		right: 50%;
		padding: 0 30px 0 0;
	}
	.post-list-sm.sm-alt:nth-child(even) .post-list-img {
		left: 50%;
	}
	.post-list-sm.sm-alt:nth-child(even) .post-list-sm-content {
		right: 50%;
		padding: 0 30px 0 0;
	}
	.post-list-container.no-img,
	.post-list-container.no-img .post-list-sm-content {
		width: 100%;
		display: block;
		padding: 0;
		left: 0;
		right: 0;
	}
	.post-list-sm-content.left .entry-title,
	.post-list-sm-content.left p.entry-meta,
	.post-list-sm-content.left .more-button {
		text-align: left;
	}
	.post-list-sm-content.center .entry-title,
	.post-list-sm-content.center p.entry-meta,
	.post-list-sm-content.center .more-button {
		text-align: center;
	}
	.post-list-sm-content.right .entry-title,
	.post-list-sm-content.right p.entry-meta,
	.post-list-sm-content.right .more-button {
		text-align: right;
	}
}

@media screen and (max-width: 700px) {
	.post-list-container .post-list-img {
		margin-bottom: 20px;
	}
	.post-list-sm-content .entry-title,
	.post-list-sm-content p.entry-meta,
	.post-list-sm-content .more-button {
		text-align: center;
	}
}

/* Blog Grid
--------------------------------------------- */

@media screen and (min-width: 581px) {
	.post-grid-2 {
		width: 105%;
		margin: 0 0 0 -2.5%;
	}
	.post-grid-2 .post-grid-sm {
		width: 45%;
		float: left;
		margin: 0 2.5%;
	}
}

@media screen and (min-width: 651px) {
	.post-grid-3 {
		width: 104%;
		margin: 0 0 0 -2%;
	}
	.post-grid-3 .post-grid-sm {
		width: 29.33%;
		float: left;
		margin: 0 2%;
	}
}

@media screen and (min-width: 901px) {
	.post-grid-4 {
		width: 104%;
		margin: 0 0 0 -2%;
	}
	.post-grid-4 .post-grid-sm {
		width: 21%;
		float: left;
		margin: 0 2%;
	}
}

@media screen and (max-width: 900px) and (min-width: 581px) {
	.post-grid-4 {
		width: 104%;
		margin: 0 0 0 -2%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.post-grid-4 .post-grid-sm {
		width: 46%;
		float: left;
		margin: 0 2%;
	}
}

.post-grid.left .entry-title,
.post-grid.left p.entry-meta,
.post-grid.left .more-button {
	text-align: left;
}

.post-grid.center .entry-title,
.post-grid.center p.entry-meta,
.post-grid.center .more-button {
	text-align: center;
}

.post-grid.right .entry-title,
.post-grid.right p.entry-meta,
.post-grid.right .more-button {
	text-align: right;
}

.post-grid .entry-snippet {
	text-align: justify;
}

.post-grid .post-img-container {
	margin: 0 0 20px;
	position: relative;
}

.post-grid .post-img-container .img-one {
	z-index: 2;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.post-grid .post-img-container:hover .img-one {
	opacity: 0;
}

.post-grid .post-img-container .img-two {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

/* Blog Thumbnails
--------------------------------------------- */

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

.tn-one .entry,
.tn-two .entry {
	margin-bottom: 6%;
}

@media screen and (min-width: 581px) {
	.post-thumbs-2 {
		width: 103%;
		margin: 0 0 0 -1.5%;
	}
	.post-thumbs-2 .post-tn-sm {
		width: 47%;
		float: left;
		margin: 0 1.5%;
	}
}

@media screen and (min-width: 651px) {
	.post-thumbs-3 {
		width: 103%;
		margin: 0 0 0 -1.5%;
	}
	.post-thumbs-3 .post-tn-sm {
		width: 30.33%;
		float: left;
		margin: 0 1.5%;
	}
}

@media screen and (min-width: 901px) {
	.post-thumbs-4 {
		width: 103%;
		margin: 0 0 0 -1.5%;
	}
	.post-thumbs-4 .post-tn-sm {
		width: 22%;
		float: left;
		margin: 0 1.5%;
	}
}

@media screen and (max-width: 900px) and (min-width: 581px) {
	.post-thumbs-4 {
		width: 103%;
		margin: 0 0 0 -1.5%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.post-thumbs-4 .post-tn-sm {
		width: 47%;
		float: left;
		margin: 0 1.5%;
	}
}

.post-tn {
	position: relative;
}

.post-tn::after {
	content: '';
	display: table;
	clear: both;
}

.tn-content.left .entry-title,
.tn-content.left p.entry-meta,
.tn-content.left .more-button {
	text-align: left;
}

.tn-content.center .entry-title,
.tn-content.center p.entry-meta,
.tn-content.center .more-button {
	text-align: center;
}

.tn-content.right .entry-title,
.tn-content.right p.entry-meta,
.tn-content.right .more-button {
	text-align: right;
}

.tn-one .tn-content.top,
.tn-two .tn-content.top {
	top: 20px;
}

.tn-one .tn-content.middle,
.tn-two .tn-content.middle {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.tn-one .tn-content.bottom,
.tn-two .tn-content.bottom {
	bottom: 20px;
}

.tn-one.no-img .tn-content,
.tn-two.no-img .tn-content {
	position: relative;
}

.tn-one.no-img .tn-content.middle,
.tn-two.no-img .tn-content.middle {
	top: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.tn-one .tn-content {
	width: calc(100% - 40px);
	left: 20px;
	position: absolute;
	z-index: 3;
	display: block;
	background: rgba(255,255,255,0.7);
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tn-two .tn-content {
	width: calc(100% - 40px);
	left: 20px;
	position: absolute;
	z-index: 3;
	display: block;
}

.tn-two .post-img-container a::after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tn-two.no-img .post-img-container a::after {
	background-color: rgba(0,0,0,0) !important;
}

.tn-two .tn-content.hidden {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tn-two .entry:hover .post-img-container a::after,
.tn-two .entry:hover .tn-content.hidden,
.tn-two.no-img .tn-content.hidden {
	opacity: 1;
}

.tn-three .tn-content {
	width: 90%;
	position: relative;
	margin: -30px auto 0;
	background-color: #fff;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tn-three.no-img .tn-content {
	width: 100%;
	margin: 0 auto;
}

.tn-four .tn-content {
	padding-top: 15px;
}

.tn-four.no-img .tn-content {
	padding-top: 0;
}

.tn-four .post-img-container img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tn-four .entry:hover .post-img-container img {
	opacity: 0.8;
}

/* Blog Regular
--------------------------------------------- */

.post-rg.left .entry-title,
.post-rg.left p.entry-meta,
.post-rg.left .more-button {
	text-align: left;
}

.post-rg.center .entry-title,
.post-rg.center p.entry-meta,
.post-rg.center .more-button {
	text-align: center;
}

.post-rg.right .entry-title,
.post-rg.right p.entry-meta,
.post-rg.right .more-button {
	text-align: right;
}

.post-rg .entry-snippet {
	text-align: justify;
}

.post-rg .post-img-container {
	margin-bottom: 20px;
}

/* Archive Pages
--------------------------------------------- */

.guinevere-archive.full-width-content .site-inner {
	max-width: 100%;
	width: 100%;
}

.guinevere-archive.full-width-content .content {
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

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

ul.subcats-menu {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0;
	list-style: none;
}

ul.subcats-menu li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 30px;
}

ul.subcats-menu li a,
ul.subcats-menu li a:visited {
	color: #000;
}

ul.subcats-menu li a:focus,
ul.subcats-menu li a:hover {
	color: #c9b8c3;
}

ul.subcats-menu li:nth-child(1):before {
	content: 'Sort By:';
	margin-right: 14px;
}

ul.subcats-menu li.cat-item-none {
	display: none;
	margin-bottom: 0;
}

ul.subcats-menu li.cat-item-none:nth-child(1):before {
	content: '';
	margin-right: 0;
	display: none;
}

.archive-posts::after {
	content: '';
	clear: both;
	display: table;
}

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

.archive-post .entry {
	margin-bottom: 50px;
}

@media screen and (min-width: 581px) {
	.apc-2 {
		width: 103%;
		margin: 0 0 0 -1.5%;
	}
	.apc-2 .archive-post {
		width: 47%;
		float: left;
		margin: 0 1.5%;
	}
}

@media screen and (min-width: 651px) {
	.apc-3 {
		width: 103%;
		margin: 0 0 0 -1.5%;
	}
	.apc-3 .archive-post {
		width: 30.33%;
		float: left;
		margin: 0 1.5%;
	}
}

@media screen and (min-width: 901px) {
	.apc-4 {
		width: 103%;
		margin: 0 0 0 -1.5%;
	}
	.apc-4 .archive-post {
		width: 22%;
		float: left;
		margin: 0 1.5%;
	}
}

@media screen and (max-width: 900px) and (min-width: 581px) {
	.apc-4 {
		width: 103%;
		margin: 0 0 0 -1.5%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.apc-4 .archive-post {
		width: 47%;
		float: left;
		margin: 0 1.5%;
	}
}

.archive-thumbnail {
	width: 100%;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.archive-thumbnail.wide {
	padding-bottom: 70%;
}

.archive-thumbnail.square {
	padding-bottom: 100%;
}

.archive-thumbnail.long {
	padding-bottom: 130%;
}

.archive-thumbnail.wide img,
.archive-thumbnail.square img,
.archive-thumbnail.long img {
	display: none !important;
}

.archive-thumbnail.full {
	background: none !important;
}

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

.archive-img-container img {
	margin: 0 auto !important;
}

.archive-content.left .entry-title,
.archive-content.left p.entry-meta,
.archive-content.left .more-button {
	text-align: left;
}

.archive-content.center .entry-title,
.archive-content.center p.entry-meta,
.archive-content.center .more-button {
	text-align: center;
}

.archive-content.right .entry-title,
.archive-content.right p.entry-meta,
.archive-content.right .more-button {
	text-align: right;
}

.ap-two .archive-content.top,
.ap-three .archive-content.top {
	top: 20px;
}

.ap-two .archive-content.middle,
.ap-three .archive-content.middle {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ap-two .archive-content.bottom,
.ap-three .archive-content.bottom {
	bottom: 20px;
}

.ap-two.no-img .archive-content,
.ap-three.no-img .archive-content {
	position: relative;
}

.ap-two.no-img .archive-content.middle,
.ap-three.no-img .archive-content.middle {
	top: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.ap-one .archive-content {
	padding-top: 10px;
}

.ap-one.no-img .archive-content {
	padding-top: 0;
}

.ap-one .archive-img-container img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ap-one .entry:hover .archive-img-container img {
	opacity: 0.8;
}

.ap-two .archive-content {
	width: calc(100% - 40px);
	left: 20px;
	position: absolute;
	z-index: 3;
	display: block;
	background: rgba(255,255,255,0.7);
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ap-three .archive-content {
	width: calc(100% - 40px);
	left: 20px;
	position: absolute;
	z-index: 3;
	display: block;
}

.ap-three .archive-img-container a::after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ap-three.no-img .archive-img-container a::after {
	background-color: rgba(0,0,0,0);
}

.ap-three .archive-content.hidden {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ap-three .entry:hover .archive-img-container a::after,
.ap-three .entry:hover .archive-content.hidden,
.ap-three.no-img .archive-content.hidden {
	opacity: 1;
}

.ap-four .archive-content {
	width: 90%;
	position: relative;
	margin: -30px auto 0;
	background-color: #fff;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ap-four.no-img .archive-content {
	width: 100%;
	margin: 0 auto;
}


/* Page Templates
---------------------------------------------------------------------------- */

.category-index-section .widget {
	border: 0;
	padding: 0;
	margin-bottom: 50px;
}

.category-index-section .widget p,
.instagram-page .widget p {
	text-align: center;
}


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

.category-index-section .entry {
	margin-bottom: 0;
}

.category-index-section .entry-header {
	margin-bottom: 20px;
}

.category-index-section .widget {
	border: 0;
	padding: 0;
	margin-bottom: 50px;
}

.category-index-section .widget p {
	text-align: center;
}

@media screen and (min-width: 631px) {
	.category-index-section .featured-content .entry {
		width: 31%;
		float: left;
		margin-right: 3.5%;
		margin-bottom: 25px;
	}
	.category-index-section .featured-content .entry:last-of-type {
		margin-right: 0;
	}
}

@media screen and (max-width: 630px) {
	.category-index-section .featured-content .entry {
		margin-bottom: 25px;
	}
}

.category-index-section .featured-content img.alignnone,
.category-index-section .featured-content .alignnone {
	margin: 0 !important;
}

.category-index-section .featured-content .entry-title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.6;
	margin: 0;
}

.category-index-section .featured-content .entry-title a {
	display: block;
	padding-top: 7px;
}

.category-index-section .featured-content .entry a {
	color: #000;
}

.category-index-section .featured-content .entry:focus a,
.category-index-section .featured-content .entry:hover a {
	color: #000;
}

.category-index-section .featured-content .entry img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.category-index-section .featured-content .entry:hover img {
	opacity: 0.8;
}

.category-index-section .widget-title::after,
.category-index-section p.more-from-category::before {
	content: '';
	display: table;
	clear: both;
}

p.more-from-category {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

p.more-from-category a,
p.more-from-category a:visited {
	color: #000;
	background-color: #f5f2f4;
	padding: 15px 20px 13px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

p.more-from-category a:focus,
p.more-from-category a:hover {
	color: #c9b8c3;
	background-color: #f5f2f4;
}


/* Landing Page
--------------------------------------------- */

.landing-page {
	background-color: #f5f2f4;
}

.landing-page .content {
	background-color: #fff;
	padding: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.landing-page .entry {
	margin-bottom: 0;
}

.landing-page .nav-primary-right,
.landing-page .nav-search {
	display: none !important;
}


/* Instagram Page
--------------------------------------------- */

.instagram-page .nav-primary-right,
.instagram-page .nav-search {
	display: none !important;
}

.instagram-page,
.instagram-page .site-header {
	background-color: #f5f2f4;
}

.instagram-page .site-header {
	position: relative !important;
	margin-bottom: 0;
	padding: 50px 0;
}

.instagram-page .header-hms .header-title,
.instagram-page .header-mhs .header-title,
.instagram-page .header-mhm .header-title,
.instagram-page .header-hm .header-title,
.instagram-page .header-mh .header-title {
	width: 100% !important;
	display: block !important;
	left: 0 !important;
}

.instagram-page .header-nav,
.instagram-page .header-social,
.instagram-page .header-nav-left,
.instagram-page .header-nav-right {
	display: none !important;
}

.instagram-page .title-area {
	width: 100%;
	display: block;
	left: 0;
	padding: 0;
}

.instagram-page .widget {
	background-color: #fff;
	border: 0;
	padding: 30px;
	margin-bottom: 50px;
}

.instagram-page .widget.featured-content {
	padding: 30px 30px 15px;
}

.instagram-page .menu-item {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
}

.instagram-page .menu-item a,
.instagram-page .menu-item a:visited {
	color: #000;
	background-color: #f5f2f4;
	display: block;
	padding: 20px 20px;
}

.instagram-page .menu-item a:focus,
.instagram-page .menu-item a:hover {
	color: #c9b8c3;
	background-color: #f5f2f4;
}

.instagram-page .socials {
	font-size: 16px;
}

.instagram-page .socials a {
	margin: 0 20px;
}

@media screen and (min-width: 651px) {
	.instagram-page .featured-content .widget-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.instagram-page .featured-content .widget-title {
		display: block;
		float: left;
		width: 100%;
	}
	.instagram-page .featured-content .entry {
		width: 48%;
		float: left;
		margin-right: 4%;
		background-color: transparent !important;
		padding: 0 !important;
	}
	.instagram-page .featured-content .entry:last-of-type {
		margin-right: 0;
	}
}

.instagram-page .featured-content .entry {
	position: relative;
	margin-bottom: 30px;
}

.instagram-page .featured-content img.alignnone,
.instagram-page .featured-content .alignnone {
	margin: 0 !important;
}

.instagram-page .featured-content .entry-header {
	margin-top: 15px;
	margin-bottom: 15px;
}

.instagram-page .featured-content .entry-title {
	font-size: 25px;
	margin-bottom: 0;
	padding-top: 0;
	display: block;
}

.instagram-page .featured-content p.entry-meta {
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.instagram-page .featured-content .entry-content p {
	text-align: center;
}

.instagram-page .featured-content .more-link:before {
	content: '';
	display: table;
	clear: both;
}

.instagram-page .featured-content .more-link {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #000;
	background-color: #f5f2f4;
	background-image: none !important;
	background-position: 0 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	padding: 15px 10px 13px;
	margin: 15px 0 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.instagram-page .featured-content .more-link:focus,
.instagram-page .featured-content .more-link:hover {
	color: #c9b8c3;
	background-color: #f5f2f4;
	background-image: none !important;
	background-position: 0 !important;
}


/* Front Page
---------------------------------------------------------------------------- */

.front-page-area {
	margin: 0 auto 60px;
}

.front-page-1 {
	background-color: #f5f2f4;
	padding: 40px 0;
}

.front-page-1 .wrap {
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}

.front-page-2 .wrap {
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}

.front-page-3 .wrap {
    max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

.front-page-4 {
	background-color: #f5f2f4;
	padding: 40px 0;
}

.front-page-4 .wrap {
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
}

.front-page-5 .wrap {
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}

.front-page-6 .wrap {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

.front-page-7 .wrap {
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}

.front-page-8 .wrap {
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}

.front-page-area .widget:last-of-type {
	margin-bottom: 0 !important;
}


/* Flexible Widgets
--------------------------------------------- */

/* 2 Columns */

@media screen and (min-width: 501px) {
	.flexible-widgets.col-2 .flexible-wrap {
		width: 103%;
		margin: 0 0 0 -1.5%;
	}
	.flexible-widgets.col-2 .widget {
		width: 47%;
		float: left;
		margin: 0 1.5%;
	}
}

@media screen and (max-width: 500px) {
	.flexible-widgets.col-2 .flexible-wrap {
		width: 100%;
		margin: 0;
	}
	.flexible-widgets.col-2 .widget {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}
	.flexible-widgets.col-2 .widget:last-of-type {
		margin: 0;
	}
}

/* 3, 6 and 9 Columns */

@media screen and (min-width: 601px) {
	.flexible-widgets.col-3 .flexible-wrap {
		width: 103%;
		margin: 0 0 0 -1.5%;
	}
	.flexible-widgets.col-6 .flexible-wrap,
	.flexible-widgets.col-7 .flexible-wrap,
	.flexible-widgets.col-9 .flexible-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flexible-widgets.col-3 .widget {
		width: 30.33%;
		float: left;
		margin: 0 1.5%;
	}
	.flexible-widgets.col-6 .widget:nth-child(-n+3),
	.flexible-widgets.col-9 .widget:nth-child(-n+6) {
		margin: 0 1.5% 3%;
	}
	.flexible-widgets.col-7 .widget:nth-child(-n+3) {
		margin: 0 1.5% 3%;
	}
	.flexible-widgets.col-7 .widget:nth-child(n+4) {
		width: 22%;
	}
}

@media screen and (max-width: 600px) {
	.flexible-widgets.col-3 .flexible-wrap {
		width: 100%;
		margin: 0;
	}
	.flexible-widgets.col-3 .widget {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}
	.flexible-widgets.col-3 .widget:last-of-type {
		margin: 0;
	}
}

/* 4 and 8 Columns */

@media screen and (min-width: 801px) {
	.flexible-widgets.col-4 .flexible-wrap {
		width: 103%;
		margin: 0 0 0 -1.5%;
	}
	.flexible-widgets.col-8 .flexible-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flexible-widgets.col-4 .widget {
		width: 22%;
		float: left;
		margin: 0 1.5%;
	}
	.flexible-widgets.col-8 .widget:nth-child(-n+4) {
		margin: 0 1.5% 3%;
	}
}

@media screen and (max-width: 800px) and (min-width: 501px) {
	.flexible-widgets.col-4 .flexible-wrap,
	.flexible-widgets.col-8 .flexible-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flexible-widgets.col-4 .widget {
		width: 47%;
		margin: 0 1.5% 3%;
	}
}

@media screen and (max-width: 500px) {
	.flexible-widgets.col-4 .flexible-wrap {
		width: 100%;
		margin: 0;
	}
	.flexible-widgets.col-4 .widget {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}
	.flexible-widgets.col-4 .widget:last-of-type {
		margin: 0;
	}
}

/* 5 Columns */

@media screen and (min-width: 801px) {
	.flexible-widgets.col-5 .flexible-wrap {
		width: 103%;
		margin: 0 0 0 -1.5%;
	}
	.flexible-widgets.col-5 .widget {
		width: 17%;
		float: left;
		margin: 0 1.5%;
	}
}

@media screen and (max-width: 800px) and (min-width: 501px) {
	.flexible-widgets.col-5 .flexible-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flexible-widgets.col-5 .widget {
		width: 30.33%;
		margin: 0 1.5%;
	}
	.flexible-widgets.col-5 .widget:nth-child(1),
	.flexible-widgets.col-5 .widget:nth-child(2) {
		width: 47%;
		margin: 0 1.5% 3%;
	}
}

@media screen and (max-width: 500px) {
	.flexible-widgets.col-5 .flexible-wrap {
		width: 100%;
		margin: 0;
	}
	.flexible-widgets.col-5 .widget {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}
	.flexible-widgets.col-5 .widget:last-of-type {
		margin: 0;
	}
}


/* Between Posts
---------------------------------------------------------------------------- */

.between-posts-area {
	margin: 0 auto 60px;
}

.between-posts-area .widget:last-of-type {
	margin-bottom: 0 !important;
}

.full-width-content .between-posts-area {
	max-width: none !important;
	width: 100vw;
	margin-left: calc((100% - 100vw) / 2);
}

.full-width-content .between-posts-1 .wrap {
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}

.full-width-content .between-posts-2 .wrap {
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}

.full-width-content .between-posts-3 .wrap {
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}

.full-width-content .between-posts-4 .wrap {
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	line-height: 1.8;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

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

.full-footer-area .widget:last-of-type {
	margin-bottom: 0;
}

.footer-widgets {
	clear: both;
	padding: 0;
	margin: 0 0 40px;
}

.footer-widgets .wrap {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 601px) {
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 30%;
		float: left;
	}
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 5%;
	}
}

@media screen and (max-width: 600px) {
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-bottom: 40px;
	}
}

.footer-widgets .widget:last-of-type,
.full-footer-area .widget:last-of-type {
	margin-bottom: 0 !important;
}


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

.site-footer {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #fff;
	line-height: 2;
	padding: 27px 25px 25px;
	text-align: center;
}

.site-footer em {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.site-footer a,
.site-footer a:visited {
	color: #000;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #c9b8c3;
}

@media screen and (min-width: 601px) {
	.site-footer-1 {
		float: left;
		text-align: left;
	}
	.site-footer-2 {
		float: right;
		text-align: right;
	}
}

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


/* Slider
---------------------------------------------------------------------------- */

ul.slick-slider {
	max-width: 100%;
	width: 100%;
	padding: 0;
	list-style: none;
	margin: 0 auto 55px !important;
}

@media screen and (min-width: 1025px) {
	.header-two ul.slick-slider,
	.header-three ul.slick-slider,
	.header-four ul.slick-slider {
		margin: -60px auto 55px !important;
	}
}

.slick-slide {
	position: relative;
}

@media screen and (min-width: 701px) {
	.slick-slide {
		margin: 0;
		padding: 0 5px;
	}
	li.slick-slide {
		padding: 0;
	}
	.slick-list {
		width: calc(100% + 10px);
		margin-left: -10px;
	}
	.slick-one .slick-slide {
		margin: 0;
		padding: 0;
	}
	.slick-one .slick-list,
	.slick-one-center .slick-list,
	.slick-two-center .slick-list {
		width: 100%;
		margin-left: 0;
	}
}

.slide-img-container .slide-img {
	width: 100%;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

@media screen and (min-width: 1025px) {
	.slide-img-container .slide-img {
		padding-bottom: 500px;
	}
}

@media screen and (min-width: 761px) and (max-width: 1024px) {
	.slide-img-container .slide-img {
		padding-bottom: 370px;
	}
}

@media screen and (max-width: 760px) {
	.slide-img-container .slide-img {
		padding-bottom: 280px;
	}
}

.slider-title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.6;
	display: block;
}

.slider-meta,
.slider-subtitle {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 10px;
	margin-bottom: 0;
}

.slider-snippet {
	font-weight: 400;
	font-size: 15px;
	color: #000;
	line-height: 1.6;
	letter-spacing: 0.5px;
	padding-top: 10px;
	display: block;
}

.slider-button {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	padding-top: 10px;
}

.slider-button span {
	color: #000;
	background-color: #f5f2f4;
	display: inline-block;
	padding: 12px 20px 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slider-button span:focus,
.slider-button span:hover {
	color: #c9b8c3;
	background-color: #f5f2f4;
}

@media screen and (max-width: 760px) {
	.slider-title {
		font-size: 20px;
	}
	.slider-meta,
	.slider-snippet,
	.slider-button {
		display: none !important;
	}
}

.slide_content.left {
	text-align: left;
}

.slide_content.center {
	text-align: center;
}

.slide_content.right {
	text-align: right;
}

.ss-one .slide___content.top,
.ss-two .slide___content.top {
	vertical-align: top;
}

.ss-one .slide___content.middle,
.ss-two .slide___content.middle {
	vertical-align: middle;
}

.ss-one .slide___content.bottom,
.ss-two .slide___content.bottom {
	vertical-align: bottom;
}

.ss-one .slide___content.top .slide____content,
.ss-two .slide___content.top .slide____content {
	margin-top: 30px;
}

.ss-one .slide___content.bottom .slide____content,
.ss-two .slide___content.bottom .slide____content {
	margin-bottom: 30px;
}

.ss-one .slide_content.left .slide____content,
.ss-two .slide_content.left .slide____content {
	margin-left: 30px;
}

.ss-one .slide_content.right .slide____content,
.ss-two .slide_content.right .slide____content {
	margin-left: auto;
	margin-right: 30px;
}

.ss-one .slide_content,
.ss-two .slide_content {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ss-two .slide_content.hidden {
	opacity: 0;
}

.ss-two .slide_content.hidden:hover,
.ss-two .slide_content:hover {
	opacity: 1;
	background: rgba(255,255,255,0.7);
}

.ss-one .slide__content,
.ss-two .slide__content {
	width: 100%;
	height: 100%;
	display: table;
}

.ss-one .slide___content,
.ss-two .slide___content {
	width: 100%;
	height: 100%;
	display: table-cell;
}

.ss-one .slide____content {
	max-width: calc(100% - 60px);
	background-color: rgba(255,255,255,0.7);
	padding: 25px 35px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ss-two .slide____content {
	max-width: 80%;
	margin: 0 auto;
}

@media screen and (min-width: 1025px) {
	.ss-one .slick-one .slide____content,
	.ss-one .slick-one-center .slide____content {
		max-width: 40%;
	}
}

@media screen and (max-width: 1024px) {
	.ss-one .slick-one .slide____content,
	.ss-one .slick-one-center .slide____content {
		max-width: 70%;
	}
}

@media screen and (max-width: 800px) {
	.ss-one .slick-one .slide____content,
	.ss-one .slick-one-center .slide____content {
		max-width: calc(100% - 60px);
	}
}

@media screen and (max-width: 760px) {
	.ss-one .slide____content {
		padding: 20px 30px;
	}
}

.ss-three .slide_content {
	max-width: calc(100% - 60px);
	position: relative;
	margin: -50px auto 0;
	background-color: #fff;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ss-four .slide_content {
	padding-top: 15px;
}

.ss-four .slide-img-container img,
.ss-four .slide-img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ss-four .slick-slide:hover .slide-img-container img,
.ss-four .slick-slide:hover .slide-img {
	opacity: 0.8;
}

.slick-prev,
.slick-next {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 3;
	padding: 0;
	font-size: 13px;
	background-color: #fff;
	color: #000;
}

.slick-prev:focus,
.slick-prev:hover,
.slick-next:focus,
.slick-next:hover {
	background-color: #fff;
	color: #000;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-one-center .slick-prev,
.slick-two-center .slick-prev {
	left: 180px;
}

.slick-one-center .slick-next,
.slick-two-center .slick-next {
	right: 180px;
}

@media screen and (max-width: 1000px) {
	.slick-one-center .slick-prev,
	.slick-two-center .slick-prev {
		left: 80px;
	}
	.slick-one-center .slick-next,
	.slick-two-center .slick-next {
		right: 80px;
	}
}

@media screen and (max-width: 700px) {
	.slick-one-center .slick-prev,
	.slick-two-center .slick-prev {
		left: 0;
	}
	.slick-one-center .slick-next,
	.slick-two-center .slick-next {
		right: 0;
	}
}

.slick-dots li {
	margin: 0 !important;
}

.slick-dots li button:before {
	font-size: 32px !important;
}

.slick-dots {
	bottom: -30px !important;
}

ul.slick-dots {
	padding: 0 !important;
	margin: 0 !important;
}

.slick-dots li.slick-active button:before {
	opacity: 1 !important;
}

.slick-dots li button:before {
	opacity: 1 !important;
	color: #666;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	color: #000;
}

.slick-slider.no-dots .slick-dots,
.slick-slider.no-arrows .slick-prev,
.slick-slider.no-arrows .slick-next,
.slick-slider.no-arrows-dots .slick-dots,
.slick-slider.no-arrows-dots .slick-prev,
.slick-slider.no-arrows-dots .slick-next {
	display: none !important;
}


/* Featured Box Widget
---------------------------------------------------------------------------- */

.featured-box {
	position: relative;
}

.featured-img {
	width: 100%;
	padding-bottom: 100%;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.featured-img.circle {
	padding-bottom: 100% !important;
	border-radius: 50%;
}

.featured-title {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.featured-subtitle {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	letter-spacing: 1px;
}

.featured_content.left {
	text-align: left;
}

.featured_content.center {
	text-align: center;
}

.featured_content.right {
	text-align: right;
}

.fb-one .featured___content.top,
.fb-two .featured___content.top {
	vertical-align: top;
}

.fb-one .featured___content.middle,
.fb-two .featured___content.middle {
	vertical-align: middle;
}

.fb-one .featured___content.bottom,
.fb-two .featured___content.bottom {
	vertical-align: bottom;
}

.fb-one .featured___content.top .featured____content,
.fb-two .featured___content.top .featured____content {
	margin-top: 20px;
}

.fb-one .featured___content.bottom .featured____content,
.fb-two .featured___content.bottom .featured____content {
	margin-bottom: 20px;
}

.fb-one .featured_content.left .featured____content,
.fb-two .featured_content.left .featured____content {
	margin-left: 20px;
}

.fb-one .featured_content.right .featured____content,
.fb-two .featured_content.right .featured____content {
	margin-right: 20px;
	margin-left: auto;
}

.fb-one .featured_content,
.fb-two .featured_content {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.fb-two .featured_content.hidden {
	opacity: 0;
}

.fb-two .featured_content.hidden:hover,
.fb-two .featured_content:hover {
	opacity: 1;
	background: rgba(255,255,255,0.7);
}

.fb-one .featured__content,
.fb-two .featured__content {
	width: 100%;
	height: 100%;
	display: table;
}

.fb-one .featured___content,
.fb-two .featured___content {
	width: 100%;
	height: 100%;
	display: table-cell;
}

.fb-one .featured____content {
	width: calc(100% - 40px);
	display: block;
	margin: 0 auto;
	padding: 14px 10px 12px;
	background-color: rgba(255,255,255,0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fb-two .featured____content {
	width: calc(100% - 40px);
	margin: 0 auto;
	display: block;
}

.fb-three .featured_content {
	width: 90%;
	position: relative;
	margin: -30px auto 0;
	background-color: #fff;
	border: 1px solid #f5f2f4;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fb-four .featured_content {
	padding-top: 15px;
}

.fb-four .featured-image img,
.fb-four .featured-img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.fb-four:hover .featured-image img,
.fb-four:hover .featured-img {
	opacity: 0.8;
}


/* Media & Text, Large
---------------------------------------------------------------------------- */

@media screen and (min-width: 681px) {
	.fdmt-lg-wrap {
		width: 100%;
		display: table;
	}
	.fdmt-lg-wrap .fdmt-lg-image {
		width: 33%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.fdmt-lg-wrap .fdmt-lg-content {
		width: calc(100% - 33%);
		display: table-cell;
		vertical-align: middle;
		position: relative;
		padding: 0 0 0 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fdmt-lg.right .fdmt-lg-image {
		left: calc(100% - 33%);
	}
	.fdmt-lg.right .fdmt-lg-content {
		right: 33%;
		padding: 0 40px 0 0;
	}
	.fdmt-lg-content.left .widget-title,
	.fdmt-lg-content.left .fdmt-lg-subtitle,
	.fdmt-lg-content.left .fdmt-lg-button,
	.fdmt-lg-content.left .fdmt-lg-text .socials {
		text-align: left;
	}
	.fdmt-lg-content.center .widget-title,
	.fdmt-lg-content.center .fdmt-lg-subtitle,
	.fdmt-lg-content.center .fdmt-lg-button,
	.fdmt-lg-content.center .fdmt-lg-text .socials {
		text-align: center;
	}
	.fdmt-lg-content.right .widget-title,
	.fdmt-lg-content.right .fdmt-lg-subtitle,
	.fdmt-lg-content.right .fdmt-lg-button,
	.fdmt-lg-content.right .fdmt-lg-text .socials {
		text-align: right;
	}
	.fdmt-lg-text.left {
		text-align: left;
	}
	.fdmt-lg-text.center {
		text-align: center;
	}
	.fdmt-lg-text.right {
		text-align: right;
	}
	.fdmt-lg-text.justify {
		text-align: justify;
	}
	.fdmt-lg-content.left .fdmt-lg-text .socials a {
		margin: 0 25px 0 0;
	}
	.fdmt-lg-content.center .fdmt-lg-text .socials a {
		margin: 0 13px;
	}
	.fdmt-lg-content.right .fdmt-lg-text .socials a {
		margin: 0 0 0 25px;
	}
}

@media screen and (max-width: 680px) {
	.fdmt-lg-wrap .fdmt-lg-image {
		width: 70%;
		display: block;
		margin: 0 auto 35px;
	}
	.fdmt-lg-content .widget-title,
	.fdmt-lg-subtitle,
	.fdmt-lg-text,
	.fdmt-lg-button {
		text-align: center;
	}
	.fdmt-lg-text .socials {
		text-align: center;
	}
	.fdmt-lg-text .socials a {
		margin: 0 13px;
	}
}

.fdmt-lg-img {
	width: 100%;
	padding-bottom: 100%;
	background-size: cover !important;
	background-position: 50% 50% !important;
	position: relative;
}

.fdmt-lg-img.circle {
	padding-bottom: 100% !important;
	border-radius: 50%;
}

.fdmt-lg-img:after {
	content: '';
	border: 0 solid transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}

.fdmt-lg-img.circle:after {
	border-radius: 50%;
}

.fdmt-lg-content .widget-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 1.6;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.fdmt-lg-subtitle {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 8px;
}

.fdmt-lg-text {
	color: #000;
	letter-spacing: 0.5px;
	line-height: 1.8;
	padding-top: 15px;
}

.fdmt-lg-text .socials {
	font-size: 14px;
	margin-top: 15px;
}

.fdmt-lg-text .socials a,
.fdmt-lg-text .socials a:visited {
	color: #000;
}

.fdmt-lg-text .socials a:focus,
.fdmt-lg-text .socials a:hover {
	color: #000;
}

.fdmt-lg-button {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 20px;
}

.fdmt-lg-button a,
.fdmt-lg-button a:visited {
	color: #000;
	background-color: #e6dfe4;
	padding: 12px 20px 10px;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.fdmt-lg-button a:focus,
.fdmt-lg-button a:hover {
	color: #c9b8c3;
	background-color: #e6dfe4;
}


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

@media only screen and (min-width: 480px) {
	table {
		table-layout: auto;
		word-break: normal;
	}
}

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

	/* Column Classes
	--------------------------------------------- */

	.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;
	}
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {
	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}
