/*
Theme Name: Girl versus Dough
Theme URL: http://www.girlversusdough.com/
Description: Custom responsive blog theme for Girl Versus Dough.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/

/*! RESET
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"], input[type="text"], input[type="search"] {
	-webkit-appearance: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*! MAIN CONTAINER */

.container {
	max-width: 100%;
	margin: 0 auto;
}

/*! COLUMN WIDTH ON DISPLAYS +768px */

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 320px - 5%);
		width: -webkit-calc(100% - 320px - 5%);
		width: calc(100% - 320px - 5%);
		max-width: 680px;
		float: left;
		display: inline-block;
	}
		.span_content_wider {
			max-width: 720px;
		}
	.span_content_full {
		width: 100%;
		margin-left: 0;
		max-width: 100%;
	}
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}
}
.wrap, .wrapper {
	margin: 0 auto 0;
	padding: 0 15px;
	width: 100%;
	max-width: 1130px;
}

.screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #484F55;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #efefef;
	background-color: #F0CDCD;
	padding: 5px 10px;
	text-decoration: none;
}
 
#skip a:focus {
	position:absolute;
	left: 8px;
	top: 8px;
	z-index: 3001;
	width:auto;
	height:auto;
}

/*!---------STRUCTURE---------*/

@font-face {
	font-family: 'futura';
	src: 	url('fonts/futura-dem-webfont.woff2') format('woff2'),
			url('fonts/futura-dem-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}

@font-face {
    font-family: 'capri_serif';
    src: url('fonts/capriserif-regular-webfont.woff2') format('woff2'),
         url('fonts/capriserif-regular-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: fallback;
    -webkit-font-smoothing: antialiased;
}


body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.8;
	color: #484f55;
	margin: 0;
	padding: 0;
	background: url(images/watercolor.jpg) center bottom no-repeat;
	background-size: 100% auto;
}

a, input[type=submit], button {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

a:link, a:visited, a:active {
	color: #bc5356;
	text-decoration: underline;
}

a:hover {
	color: #d98382;
	text-decoration: none;
}

	.post-content a, .page-content a, .cat-desc a, .recipe-index a {
		color: #484f55;
		font-weight: bold;
		background: linear-gradient(#F0CDCD, #F0CDCD) 0 98% / 100% 8px no-repeat;
		text-decoration: none;
	}
		
		.post-content a:hover, .post-content a:focus, .page-content a:hover, .page-content a:focus, .cat-desc a:hover, .cat-desc a:focus, .recipe-index a:hover, .recipe-index a:focus {
			color: #BC5356;
			background: linear-gradient(#F0CDCD, #F0CDCD) 0 100% / 100% 23px no-repeat;
		}
	
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5 {
	font-family: "capri_serif", "Times New Roman", serif;
	font-weight: bold;
	line-height: 1.3;
	margin: 25px 0;
	color: #484f55;
	-webkit-font-smoothing: subpixel-antialiased;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 27px;
}
	
	h2 em, h3 em, h4 em, .subtitle {
		display: block;
		font-style: normal;
		font-family: "futura", "Arial Narrow", Helvetica, sans-serif;
		text-transform: uppercase;
		color: #bc5356;
		font-size: 12px;
		letter-spacing: .15em;
		font-weight: bold;
		margin-bottom: 8px;
	}
	
	.post-content>h2:before {
		display: block;
		content: "";
		border-bottom: 4px solid #d0ac6f;
		width: 80px;
		margin: 30px 0 30px;
	}
	.recipe-index h2 {
		margin-top: 35px;
	}
	h2.noline:before {
		display: none !important
	}

h3 {
	font-size: 27px;
}
	
h4 {
	font-size: 17px;
}

h5, h6 {
	font-family: "futura", sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	font-size: 10px;
	color: #d98382;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 55px 0;
	height: 13px;
	background: url(images/sep.png) repeat-x center;
	background-size: auto 13px;
}

.sep2 {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 1px solid #f0f1f1;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #f0f1f1;
	border-bottom: none;
}

/*!---------Top Bar---------*/

.top-sub {
	background-color: #F0CDCD;
	color: #ffffff;
	height: 46px;
	line-height: 40px;
	position: fixed;
	z-index: 301;
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 14px;
}
	.header-spacer {
		height: 46px;
	}
.top-sub p {
	margin: 0;
}
.top-sub a {
	text-decoration: none;
	color: #484f55;
}
	.top-sub .book a:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		background: url(images/book-sm.png) no-repeat;
		background-size: 100% auto;
		width: 35px;
		height: 41px;
		margin-right: 5px;
	}
	.top-sub a:hover {
		color: #d98382;
	}
.top-sub strong {
	font-size: 12px;
	font-family: "futura", sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
}
	
	/*! Subscribe Bar Mobile Integration */
	#top-sub {
	    transition: transform 0.2s ease, opacity 0.2s ease;
	    transform: translateY(0);
	    opacity: 1;
	}
	.scroll-down + #page_wrap #top-sub,
	.active + #page_wrap #top-sub {
	    opacity: 0;
	    transform: translateY(-40px);
	}
	body #cmh.scroll-down {
		transform: translateY(0px);
		opacity: 1;
	}

/*!---------Header---------*/
.header {
	position: relative;
	z-index: 101;
	margin-bottom: 0px;
}
	body.home .header {
		border-bottom: none;
		margin-bottom: 0
	}

.header .logo {
	overflow: hidden;
	width: 370px;
	float: left;
	margin: 35px 0 35px;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}

.header #main, .header .top-stuff {
	width: -moz-calc(100% - 370px);
	width: -webkit-calc(100% - 370px);
	width: calc(100% - 370px);
	float: right;
	text-align: right;
}
.header #main {
	margin: 0 -10px 0 0;
}
.header .top-stuff {
	margin: 20px 0 0px;
}
	.header .top-nav {
		display: inline-block;
		vertical-align: middle;
	}
	.header .header-search {
		display: inline-block;
		width: 170px;
		vertical-align: middle;
	}
	.header .social {
		display: inline-block;
		margin-right: 12px;
		vertical-align: middle;
	}


/*!---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="600"] {
		display: block;
		width: 100% !important;
		height: auto;
	}
.span_content ul, .span_content ol {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}

.span_content ul li {
	list-style-type: none;
	margin: 0 0 3px 10px;
	padding: 0;
}

.span_content ul li:before {
	color: #d98382;
	content: '\2022';/*! '' */
	margin: 0 6px 0 -10px;
}

.span_content ol li {
	list-style-type: decimal;
	padding: 0 0 0px;
	margin: 0 0 20px 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1.page-title, h1.archive-title, h2.page-title, h2.archive-title {
	margin: 0 0 20px;
}

/*!---------SIDEBAR---------*/

.sidebar {
	font-size: 17px;
	line-height: 1.6;
}

.leftsidebar {
	width: 48%;
	float: left;
}

.rightsidebar {
	width: 48%;
	float: right;
}

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	overflow: hidden;
}

.widget {
	margin: 0 0 60px 0;
	text-align: center;
}

.sidebar .widget-title {
	text-align: center;
	margin: 0 0 15px;
}

.hide-title h3.widget-title {
	display: none;
}

.widget a {
	text-decoration: none;
}

.widget p {
	margin: 0 0 10px;
}

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

.sidebar select {
	color: #70767A;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #f0f1f1;
}

.about {
	text-align: center;
}

.about .block-title {
	margin: 20px 0
}

.about .more, .book .more {
	margin: 15px 0 0
}
.about .more a, .book .more a {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 14px;
	padding: 2px 1px 0 3px;
	font-family: "futura", Georgia, serif;
	color: #484f55;
	background: linear-gradient(#F0CDCD, #F0CDCD) 0 90% / 100% 8px no-repeat;
}
	.about .more a:after, .book .more a:after {
		content: "\f101";
		display: inline;
		font-family: "Font Awesome 5 Pro";
		font-weight: normal;
		margin-left: 4px;
	}
	.about .more a:hover, .book .more a:hover {
		background: linear-gradient(#F0CDCD, #F0CDCD) 0 100% / 100% 23px no-repeat;
	}

.book .simple-image img {
	display: block;
	width: 250px;
	height: auto;
	margin: 0 auto 25px;
}

.sidebar .widget.social {
	margin-top: -30px;
}

.social a {
	text-decoration: none;
	color: #d98382;
	font-size: 16px;
	padding: 5px;
}
	.sidebar .social a {
		font-size: 18px;
	}
	.social a:nth-child(5) {
		color: #bc5356;
	}
	.social a:nth-child(1) {
		color: #d98382;
	}
	.social a:nth-child(2) {
		color: #d0ac6f;
	}
	.social a:nth-child(3) {
		color: #00797c;
	}
	.social a:nth-child(4) {
		color: #80bcbd;
	}

	.social a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

.social .fa-inverse {
	font-size: 85%;
	margin: 0 auto;
	padding: 0;
}


/*!---------POSTS---------*/

.post {
	margin-bottom: 0px;
}

h1.post-title, h2.post-title {
	margin: 0 0 10px;
	text-align: center;
}

h1.post-title a, h2.post-title a {
	text-decoration: none;
	color: #484f55;
}

h1.post-title a:hover, h2.post-title a:hover {
	color: #d98382;
}

.post-meta {
	font-family: "futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #70767a;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .2em;
	overflow: hidden;
	margin: 0 0 30px;
	text-align: center;
}
.post-meta a {
	color: #70767A;
	text-decoration: none;
}
.post-date, .post-cat a {
	color: #bc5356;
}
.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
}



.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #d98382;
}

.post-meta .spacer:after {
	content: "//";
	opacity: 0.3;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 12px 0 6px;
}

.post-meta a.jump-button {
	display: inline-block;
	text-decoration: none;
	font-family: "futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	color: #70767A;
	text-decoration: none;
	
}
	.post-meta a.jump-button:hover {
		color: #d98382;
	}

.post-meta .post-cats {
	margin-bottom: 20px;
	overflow: hidden;
}

.post-cats a {
	display: inline-block;
	text-decoration: none;
	font-family: "futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 10px;
	color: #bc5356;
	text-decoration: none;
	border: 1px solid #f0f1f1;
	padding: 5px 10px 4px;
	margin: 2px 2px;
}

	.post-cats a:hover {
		color: #ffffff;
		background-color: #d98382;
	}

.meta-bottom {
	clear: both;
	margin: 25px 0;
	overflow: hidden;
	line-height: 1.4;
	text-align: left;
}

.home-post-content .meta-bottom {
	margin: 10px 0 0;
	font-size: 10px;
}

.meta-bottom p {
	margin: 0;
}

.meta-bottom .left {
	width: 80%;
	float: left;
	text-align: left;
	display: inline-block;
}

.meta-bottom .right {
	text-align: right;
	width: 20%;
	float: right;
}

.meta-centered {
	text-align: center;
	margin: 45px 0 0;
}

.meta-centered p {
	margin: 5px 0;
}

a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 8px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #70767A;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: none;
	display: inline-block !important;
}

a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover, a#cancel-comment-reply-link:hover {
	color: #fff;
	background-color: #484f55;
}

.home-post .more {
	clear: both;
	margin-top: 35px;
}

a.more-link, .more-link {
	position: relative;
	z-index: 11;
	color: #484f55;
	font-family: "futura", "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	border: none;
	padding: 2px 1px 0 3px;
	background: linear-gradient(#F0CDCD, #F0CDCD) 0 90% / 100% 8px no-repeat;
}
	.teaser-post a.more-link {
	
	}
	.more-link i {
		font-size: 110%;
		vertical-align: middle;
		position: relative;
	}
		.more-link i.fa-external-link {
			font-size: 90%;
			top: -1px;
			font-weight: bold;
		}
		
	a.more-link:hover, a.more-link:focus {
		color: #d98382;
	}

.alignleft {
	margin-right: 10px;
	float: left;
}

.alignright {
	margin-left: 10px;
	float: right;
}

.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.post blockquote {
	margin: 35px 0;
	clear: both;
	padding: 5% 6%;
	background-color: #fcf5f5;
}

.post blockquote p {
	margin: 0;
	text-align: center;
	font-size: 110%;
	font-style: italic;
}

.wp-caption {
	text-align: left;
	max-width: 100% !important;
}

.wp-caption p {
	color: #a09fa0;
	font-size: 90%;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px;
}

.post-content>p:first-of-type {
	font-size: 112%;
	line-height: 1.7;
	font-style: italic;
	text-align: left !important;
}
	.post-content>p:first-of-type:first-letter {
		font-family: "capri_serif", "Times New Roman", serif;
		font-weight: normal !important;
		font-style: normal !important;
		font-size: 280%;
		line-height: 1.1;
		display: inline-block;
		float: left;
		vertical-align: top;
		margin: 5px 6px -5px 0;
		color: #d0ac6f;
		-webkit-font-smoothing: antialiased;
	}
	
	
/*!---------IMAGE GALLERIES---------*/

.gallery {
	margin: 20px auto;
	overflow: hidden;
}

.gallery-columns-2 .gallery-item {
	float: left;
	text-align: center;
	width: 48%;
}

.gallery-columns-2 .gallery-item:nth-child(2) {
	float: right;
}

.gallery-columns-3 .gallery-item {
	float: left;
	text-align: center;
	width: 31%;
	margin-right: 3.5%;
}

.gallery-columns-3 .gallery-item:nth-child(3) {
	margin-right: 0;
}

.gallery img {
	width: 100%;
	height: auto;
}

.gallery .gallery-caption {
	margin-left: 0;
}
	
/*! Inner Post */

.jumpbuttons {
	overflow: hidden;
	margin: -15px 0 30px;
}

.jumpbuttons a {
	margin: 0 10px 0 0;
	display: inline-block;
}

.disclosure {
	text-align: center;
	font-style: italic;
	color: #70767A;
	font-size: 11px;
}
	.disclosure p {
		margin: 15px 0;
	}
	.disclosure strong {
		font-style: normal;
		font-size: 13px;
	}
	.shop-disclosure {
		text-align: left;
		margin-top: -20px;
	}


.inner-post {
	clear: both;
	margin-bottom: 90px;
}

.inner-post .widget {
	
}

/*Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 50px 0 0px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "futura";
	letter-spacing: .1em;
	border-top: 1px solid #f0f1f1;
	border-bottom: 1px solid #f0f1f1;
}

.post-nav .nav-links {
	overflow: hidden;
	width: 100%;
}

.post-nav a {
	color: #484f55;
	text-decoration: none;
}

.post-nav .nav-previous {
	float: left;
	width: 48%;
}

.post-nav .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

.post-nav div a {
	display: block;
}

.post-nav div a:hover {
	color: #d98382;
}

.post-nav em {
	display: block;
	font-style: normal;
	font-size: 9px;
	color: #70767A;
	padding: 0 0 5px;
}

.related-posts {
	overflow: hidden;
	margin: 0 0 100px;
}
.related-posts h3 {
	margin: 0;
}

/*! Gutenberg Blocks */

.wp-block-image {
	margin: 30px 0 30px;
}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
.wp-block-group.has-background, .has-background {
	padding: 10px 35px;
	margin-top: 35px;
	margin-bottom: 35px;
}
	ol.has-background, ul.has-background {
		padding: 20px 30px 15px;
	}
	p.has-background {
		padding: 25px;
	}
	.wp-block-group.has-background h2, .wp-block-group.has-background h3 {
		margin-top: 25px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background, .wp-block-group.has-background h3.has-background {
			margin: -10px -35px 10px;
			padding: 20px 35px;
		}
	.has-background.featured-posts-block h2 {
		padding: 0;
		border: none;
		margin-top: 25px
	}
		.featured-posts-block h2 {
			text-align: left;
			padding: 0;
			border: none;
		}
		.has-background.featured-posts-block .more {
			margin-bottom: 15px;
		}

	.has-darkpink-background-color {
		background-color: #bc5356;
		color: #ffffff;
	}
	.has-pink-background-color {
		background-color: #d98382;
	}
	.has-medpink-background-color {
		background-color: #F0CDCD;
	}
	.has-lightpink-background-color {
		background-color: #F7E6E6;
	}

	.has-gold-background-color {
		background-color: #d0ac6f;
	}
	.has-lightgray-background-color {
		background-color: #f4f4f5;
	}
		.has-medgray-background-color {
			background-color: #E9EAEB;
		}
	.has-black-background-color {
		background-color: #484f55;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 3px solid #d0ac6f;
	}

	.has-darkpink-color {
		color: #bc5356;
	}
	.has-pink-color {
		color: #d98382;
	}
	.has-medpink-color {
		color: #f0cdcd;
	}
	.has-lightpink-color {
		color: #f7e6e6;
	}
	.has-gold-color {
		color: #D0AC6F;
	}
	.has-lightgray-color {
		color: #f4f4f5;
	}
	.has-medgray-color {
		color: #E9EAEB;
	}
	.has-black-color {
		color: #484f55;
	}
	.has-white-color {
		color: #ffffff;
	}
	
	
.wp-block-yoast-faq-block .schema-faq-section {
	margin: 0 0 25px 0;
	border: none;
}
	.wp-block-yoast-faq-block .schema-faq-section p {
		margin: 0;
		padding: 13px 4% 15px;
		font-size: 92%;
	}
.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
	display: block;
	background: #F0CDCD !important;
	font-size: 18px;
	line-height: 1.6 !important;
	border: none;
	padding: 15px 40px 15px 20px;
}
	.wp-block-yoast-faq-block .schema-faq-section .schema-faq-question strong {
		
	}
.wp-block-yoast-faq-block p.schema-faq-answer {
	margin: 0;
	padding: 15px 20px;
	background-color: #f4f4f5;
	font-size: 18px !important;
	line-height: 1.6 !important;
	border: none;
}
.wp-block-yoast-faq-block .schema-faq-question:after {
	color: #484f55 !important;
}
.wp-block-yoast-faq-block a.schema-faq-question {
	color: #484f55 !important;
	border: none;
}

.schema-faq-section .schema-faq-question:before {
	font-family: "futura", Geneva, Arial, Helvetica, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #484f55;
	background-color: #F0CDCD;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	margin-left: -40px;
	margin-right: 8px;
	top: 6px;
	line-height: 32px;
	font-size: 20px;
	text-align: center;
}

.yoast-table-of-contents {
	background-color: #f4f4f5;
	margin: 30px 0;
}
	.yoast-table-of-contents h2 {
		padding: 15px 25px;
		font-size: 18px;
		margin: 0;
		border: none;
		background-color: #f4f4f5
	}
	.yoast-table-of-contents ul {
		padding: 15px; margin: 0
		
	}
	.yoast-table-of-contents ul li {
		font-size: 90%;
	}
	
.wp-block-quote {
	background-color: #f4f4f5;
	padding: 25px 35px;
	margin: 40px 0;
	font-style: italic;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-size: 80%;
	opacity: 0.9;
}
	.wp-block-quote cite {
		font-family: "futura", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 14px;
		font-style: normal;
		display: block;
		margin: -10px 0 0
	}	


/*!---------POST ITEM GRIDS---------*/

.items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
	.items .item {
		margin: 0 1% 0;
		position: relative;
		text-align: center;
	}
		
	/* Desktop 2 Columns*/
	.items-2-col {
		margin: 0 -2.5%;
	}
		.items-2-col .item {
			width: calc((100% / 2) - 5%);
			margin: 0 2.5% 4%;
		}
	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -1.75%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 3.5%);
			margin: 0 1.75% 3.5%;
		}

	/* Desktop 4 Columns*/
	.items-4-col {
		margin: 0 -1.25%;
	}
		.items-4-col .item {
			width: calc((100% / 4) - 2.5%);
			margin: 0 1.25% 1.25%;
			margin-bottom: 15px;
			
		}
	.sidebar .items-4-col {
		margin: 0 -2.5%
	}
		.sidebar .items-4-col .item {
			width: calc((100% / 2) - 5%);
			margin: 0 2.5% 0%;
		}
	/* Desktop 5 Columns*/
	.items-5-col {
		margin: 0 -1.25%;
	}
		.items-5-col .item {
			width: calc((100% / 5) - 2.5%);
			margin: 0 1.25% 1.25%;
		}
			.items-5-col .item:nth-child(6) {
				display: none;
			}
	/* Desktop 6 Columns*/
	.items-6-col {
		margin: 0 -1%;
	}
		.items-6-col .item {
			width: calc((100% / 6) - 2%);
			margin: 0 1% 2%;
			
		}


.items .item .title {
	margin: 15px 0;
	word-wrap: break-word;
	clear: both;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}
	.items-2-col .item .title {
		
	}
		.sidebar .item .title {
			font-size: 15px;
			margin: 8px 0 5px;
		}
	.items-3-col .item .title {
		font-size: 24px;
		font-size: clamp(14px, 3vw, 24px);
	}
		.span_content_full .items-3-col .item .title {
			font-size: 32px;
			font-size: clamp(24px, 3vw, 32px);
			
		}
		.archives.items-3-col .item .title {
			font-size: 18px;
			margin: 10px 0;
			font-size: clamp(16px, 2vw, 21px)
		}
		
	.items-4-col .item .title {
		font-size: 21px;
		font-size: clamp(14px, 2vw, 21px);
	}
		.featured-posts-block .items-4-col .item .title {
			
		}
		.sidebar .items-4-col .item .title {
			font-size: 16px;
			margin: 8px 0 14px;
		}
	.items-5-col .item .title {
		font-size: 18px;
		font-size: clamp(12px, 2vw, 18px);
	}
	.items-6-col .item .title, .items-7-col .item .title, .items-8-col .item .title {
		font-size: 16px;
		font-size: clamp(12px, 1.5vw, 16px);
	}

.item .title {
	text-decoration: none;
	color: #484F55;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title a {
		color: #484F55
	}
		.item .title a:hover {
			color: #cad1be
		}
		.item .title .inline {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: #484F55;
		}
	.item .title a:hover, .item a:hover .title, .item:hover .title {
		color: #BC5356;
	}
		.item .title .inline:hover, .item a:hover .inline {
			color: #BC5356;

		}
.teaser-post.item .title {
	margin: 10px 0 20px;
}
.teaser-post.item .post-cat {
	margin: 20px 0 0px;
}
.teaser-post .more {
	margin: 10px 0px;
}

.page_content .items h2 {
	padding: 0;
	border: none;
}
.items a {
	background: none;
	text-decoration: none;
	box-shadow: none;
}
.items .item a.block {
	display: block;
	width: 100%;
}

.items .item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.items .item a.block:hover img {
		opacity: 0.85
	}

.sidebar .widget_category-posts .more {
	display: none
}
	
.item p.excerpt, .shop .item .excerpt p {
	font-size: 92%;
	margin: 20px 0px;
}

	
/*!----Homepage Styles----*/	
	
.upper-home-sections {
	clear: both;
	position: relative;
	z-index: 1;
	margin-bottom: 4vw;
}
	.upper-home-sections .home-section:last-child .items {
		
	}
	.upper-home-sections .home-section {
		position: relative;
		z-index: 1;
		padding: 0;
		border: none;
		margin: 0 !important;
	}
		.upper-home-sections .home-section .wrap>h2.block-title {
			position: absolute;
			left: -10000px;
			top: auto;
			width: 1px;
			height: 1px;
			overflow: hidden;
		}
			.upper-home-sections .home-section .wrap>h2.block-title:after {
				display: none;
			}
	.upper-home-sections .sep {
		margin: 0;
	}
.circle {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 90px;
	height: 90px;
	background: url(images/watercolor-circle.png) no-repeat;
	background-size: 100% auto;
	font-family: "futura", "Arial Narrow", Helvetica, sans-serif;
	color: #484F55;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	text-align: center;
	line-height: 1.2;
	padding: 28px 3px 0 0;
	margin: 0;
	z-index: 101;
}
.lower-home-sections {
	clear: both;
	margin-top: 60px;
	position: relative;
	overflow: hidden;
}
	.lower-home-sections .home-section {
		position: relative;
		z-index: 10;
	}

.home-section {
	clear: both;
	position: relative;
	padding: 4vw 0;
}
	.upper-home-sections .home-section {
		border: none;
		margin-bottom: 17px;
	}
	.lower-home-sections .home-section:last-child {
		border: none;
	}
.home-section .wrap {
	position: relative;
}
	.home-section.shaded {
		border: none;
		background-color: #f4f4f5;
		padding: 3vw 0;
		position: relative;
	}
	.home-section.shaded.pink {
		background-color: #F0CDCD;
	}


.home-section .block-title {
	text-align: center;
	margin: 15px 0 30px;
	position: relative;
}
.home-section .block-title.divider {
	text-align: left;
	display: flex;
	align-items: center;
}
	.home-section .block-title.divider {
		text-align: left
	}
	.home-section .block-title.divider:after {
		content: '';
		flex: 1;
		margin-left: 12px;
		margin-top: 3px;
		height: 13px;
		background: url(images/sep.png) repeat-x left center;
		background-size: auto 13px;
	}

.home-section .description {
	margin: -5px auto 35px;
	text-align: center;
	line-height: 1.5;
	font-style: italic;
}
	.home-section .description strong {
		font-style: normal;
	}

.home-section .more {
	text-align: center;
	clear: both;
	margin: 0 0 10px;
}
		
	.home-section .more a em, .sidebar .more a em {
		display: none
	}
	
.home-section .widget-content {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	align-items: center;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 960px;
}
	.home-section.about .widget-content {
		max-width: 820px;
	}
	.home-section .widget-content .image {
		width: 30%;
		position: relative;
		order: 1;
	}
		.home-section .widget-content .image img {
			width: 100%;
			height: auto;
			display: block;
			position: relative;
			z-index: 10;
		}
			.about .widget-content .image img {
				border-radius: 50%;
			}
			.sidebar .about .widget-content .image {
				max-width: 200px;
				margin: 0 auto;
			}
	.home-section .widget-content .caption {
		width: 60%;
		text-align: center;
		padding: 0;
		z-index: 11;
		order: 2;
	}

	.home-section .widget-content .caption .block-title {
		text-align: center;
		margin: 0 0 15px;
		flex: none;
		display: block;
	}
		.widget-content .block-title:after {
			display: none;
		}
	.home-section .widget-content .caption p {
		margin: 15px 0 24px;
		font-size: 92%;
	}
		.sidebar .widget-content p {
			
		}
	.home-section .widget-content .caption .more {
		margin: 0px;
	}
		.sidebar .widget-content .caption .more {
			
		}
		
.home-section .video-content {
	max-width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	margin: 1vw auto;
}
.home-section .video-content .player {
	width: 60%;
	margin: 0;	
}
	.home-section .video-content .player {
		position: relative;
		padding-bottom: 34%;
		height: 0;
		overflow: hidden;
	}
	.home-section .video-content .player iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
.home-section .video-content .caption {
	width: 40%;
	padding: 4%;
}
	.home-section .video-content .caption p {
		font-size: 92%;
		margin: 15px 0 15px;
		text-align: center;
	}
.home-section .video-content .caption .block-title {
	margin: 0 0 15px;
	text-align: center;
}
.home-section .video-content .caption .subtitle {
	text-align: center;
}
	.home-section .video-content .mv_auto_insert_headline {
		display: none;
	}


.optin-content {
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	max-width: 780px;
	gap: 15px;
}
	.inner-post .optin-content, .sidebar .optin-content {
		display: block;
		flex: none;
	}
	.optin-content .caption {
		margin: 0;
		flex-shrink: 1;
		padding: 0;
		order: 1;
		text-align: center;
		width: 425px;
	}

	.optin-content h2.block-title {
		font-size: 28px;
		margin: 0;
		line-height: 1;
	}
	.optin-content .subtitle {
		color: #484f55
	}
	.optin-content .description {
		line-height: 1.4;
		margin: 10px 0 0;
		font-size: 16px;
	}
		.footer .optin-content .description {
			font-size: 20px;
			text-align: left;
		}
	.optin-content .form {
		display: block;
		width: auto;
		margin: 0 0 6px;
		flex-grow: 1;
		order: 2;
	}
		.footer .optin-content .form {
			width: 57%;
			float: right;
			display: block;
			flex: none;
			margin: 0;
			clear: right;
			max-width: 100%;
			text-align: left;
		}
		.inner-post .optin-content .form, .inner-post .optin-content .form .email-form {
			max-width: 100%;
		}



/*!---------ARCHIVE STYLES---------*/

.cat-title {
	overflow: hidden;
	margin-bottom: 3vw;
}	
	.cat-title-paged, .cat-title.no-image {
		
	}

.cat-title .wrap {
	display: flex;
	justify-content: space-between;
}
	.cat-title .cat-image {
		width: 23%;
		order: 2;
		margin: 0;
	}
		.cat-title .cat-image img {
			display: block;
			height: auto;
			width: 100%;
		}
	.cat-title .cat-desc {
		width: 75%;
		order: 1;
	}
		
		.cat-title .cat-desc h1 {
			margin-bottom: 15px;
		}
		.cat-title .cat-desc p {
			font-size: 95%;
			line-height: 1.7;
			margin: 15px 0 15px;
		}
		.cat-title .cat-desc.no-image {
			
		}

/*Subcategories*/

.subcats ul {
	margin: 0;
	display: inline-block;
	clear: none;
}
ul.subcategories {
	margin-bottom: 30px;
}
.subcats strong, .subcats h2.divider, .subcategories strong {
	font-family: "futura", "Arial Narrow", Helvetica, sans-serif;
	color: #484F55;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 14px;
	margin: 0 0 5px;
	text-align: left;

}
ul.subcategories li, ul.subcategories li ul, ul.subcategories ul li ul li, .subcats ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before, .subcats ul.menu li:before {
		display: none;
	}
ul.subcategories ul li, ul.subcategories li ul, .subcats ul.menu li {
	display: inline-block
}
ul.subcategories ul li a, .widget.categories a, .subcats ul.menu li a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "futura", "Arial Narrow", Helvetica, sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	font-weight: bold;
	color: #484F55;
	background: #f7e6e6;
	border: none !important;
	padding: 4px 14px;
	margin: 3px 2px;
}
	ul.subcategories ul li a a:hover, .widget.categories a:hover, .subcats ul.menu li a:hover {
		background: #d98382;
		text-decoration: none !important;
	}

ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a {
	background: #d98382;
}

ul.subcategories ul li a.all {
	color: #BC5356 !important;
	background: #ffffff;
}

.home-section.cat-featured-section {
	padding: 45px 0 20px;
	margin: 50px 0 60px;
}

.archiveslist {
	overflow: hidden;
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px;
	padding-left: 10px !important;
}

.archiveslist li {
	margin: 0 0 10px 10px !important;
	padding: 0 10px 0 0px !important;
	list-style-type: disc !important;
	list-style-position: outside;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	line-height: 1.4;
	font-size: 18px;
}
	.archiveslist li:before {
		display: none !important;
	}


.archiveslist ul {
	margin: 8px 0 !important;
}

.archiveslist ul li {
	font-size: 15px;
	font-style: italic !important;
	margin-left: 20px !important;
}


	

.tagindex ul, .tagindex li {
	margin: 0 !important;
	padding: 0 !important; 
}
.tagindex li {	
	list-style-type: none !important;
}
.tagindex li:before {
	display: none !important;
}

.tagindex a {
	font-size: 14px;
	line-height: 22px;
	background: none;
	font-family: "futura", "Arial Narrow", Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 22px;
	height: 25px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #737178;
	text-decoration: none;
}
	.tagindex a:hover {
		color: #d98382;
		background: none;
	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle em {
	color: #737178;
	letter-spacing: normal;
	font-style: italic;
	font-family: "futura", "Arial Narrow", Helvetica, sans-serif;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 11px;
}

.tagtitle em a {
	color: #737178;
	text-decoration: none;
}

	.tagtitle a:hover {
		color: #F0CDCD;
	}
	
.tagslist {
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
	padding-left: 10px !important;
	margin:	 0 !important
	
}
	.tagslist li {
		
	}
	.tagslist li:before {
		display: none !important;
	}
	.tagslist li em {
		color: #737178;
		font-size: 80%;
	}




/*!Breadcrumbs*/

.breadcrumb {
	color: #737178;
	font-family: "futura", "Arial Narrow", Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	margin: 0 0 5px;
}
	.single-post-content .breadcrumb {
		text-align: center;
		margin: 15px 0 5px;
	}
.breadcrumb a {
	color: #737178;
	text-decoration: none;
	border: none;
	background: none !important;
	box-shadow: none !important;
}
	.single-post-content .breadcrumb .breadcrumb_last {
		

	}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;

	}
.breadcrumb a:hover {
	color: #BC5356;
}

/*!---------FORMS---------*/

#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit], a.buy {
	font-size: 14px;
	letter-spacing: .2em;
	line-height: 1.2;
	font-weight: bold;
	font-family: "futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	background-color: #F0CDCD;
	color: #484f55;
	padding: 15px 25px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin-top: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.smbutton {
	text-decoration: none;
	font-size: 10px;
	padding: 8px 15px;
	color: #a6a5a5;
}

#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .cntctfrm_input input[type=submit]:hover, a.buy:hover {
	background-color: #d98382;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input {
	color: #696969;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #f0f1f1;
}

.cntctfrm_input {
	margin: 5px 0 15px;
}

.commentinput, #commentform input[type=email], #commentform input[type=text], .cntctfrm_input {
	width: 100%
}

#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #f0f1f1;
	width: 100%
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
}

.wpcf7-form .formfield {
	overflow: hidden;
	margin-bottom: 15px;
}

.wpcf7-form p {
	margin: 10px 0;
}

.wpcf7-form .styledinput {
	display: block;
	margin: 0;
	width: 100%;
	float: left;
}

.wpcf7-form .submit {
	clear: both;
}

.search-form {
	width: 100%;
	border: none;
	overflow: hidden;
	position: relative;
}

.span_content .search-form {
	max-width: 100%;
}
	.home-section.search .search-form {
		max-width: 580px;
		margin: 0 auto;
	}
.search-form .search-field {
	color: #484F55;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	float: left;
	width: 100%;
	border: none;
	background-color: #ffffff;
	border: 1px solid #edebe8;
}
	.header-search .search-field {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 30px 0 10px;
	}

	.search-form .search-field:focus {
		outline: none;
		border: 2px solid #BC5356 !important;
	}

	
.search-form .search-submit {
	background-color: transparent;
	font-size: 22px;
	color: #d98382;
	line-height: 48px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	padding-right: 5px;
	cursor: pointer;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
	.search-form .search-submit i {
		
	}
	.header-search .search-submit {
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		width: 40px;
	}
.search-form .search-submit:hover, .search-form .search-submit:focus {
	color: #BC5356 !important;
}

/*Subscribe Forms*/

.subscribe {
	background: #f0cdcd;
}
	.home-section.subscribe, .footer .subscribe {
		padding: 25px 0;
	}
	.sidebar .subscribe {
		padding: 20px;
	}
	.footer .subscribe {
		padding: 0;
	}
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}
	.sidebar .subscribe .email-form {
		flex: none;
		display: block;
		gap: 0;
	}
.subscribe .email-input {
	border: none;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	color: #434f57;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	height: 58px;
	line-height: 58px;
	margin: 0;
	padding: 0 14px;
	vertical-align: text-top;
	width: 100%;
}
	.sidebar .subscribe .email-input {
		width: 100%;
		margin: 0 0 10px;
		float: none;
	}
	.email-input:focus {
		outline: none;
		color: #484F55;
		background-color: #ffffff;
		border: 2px solid #d0ac6f
	}

.subscribe .email-submit {
	border: none;
	font-size: 12px;
	font-weight: bold;
	font-family: "futura", "Arial Narrow", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #d98382;
	background-color: transparent;
	text-align: center;
	border: none;
	width: auto;
	padding: 0 15px;
	margin: 0;
	height: 58px;
	line-height: 58px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	width: 58px;
	position: absolute;
	top: 5px;
	right: -3px;
}

	.email-submit i {
		font-size: 48px;
		line-height: 58px;
		font-weight: 300;
		vertical-align: middle;
	}

	.sidebar .subscribe .email-submit {
		width: 100%;
		float: none;
	}
	
	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		color: #bc5356;
	}

.email-input::placeholder {
	color: #737178;
}
.search-field::placeholder {
	color: #737178;
}
/*FloDesk*/
.email-form .fd-form-content {
	position: relative;
}
.email-form .fd-form-success {
	display: none
}
.email-form .fd-has-success .fd-form-content {
	display: none;
}
.email-form .fd-has-success .fd-form-success {
	display: block;
}
.email-form .fd-form-success>*:last-child {
	margin-bottom: 0;
}
.email-form .fd-form-group.fd-has-success .fd-form-feedback,
  [data-ff-el="root"].ff-617fa2a10b51fd1569c54716 .fd-form-group.fd-has-success .fd-form-check {
	color: #02dba8 !important;
  }

.email-form .fd-form-group.fd-has-success .fd-form-control {
	color: #02dba8 !important;
	border-color: #02dba8 !important;
  }

.email-form .fd-form-group.fd-has-success .fd-form-feedback {
	display: block;
  }

/*!---------FOOTER---------*/

.footer {
	clear: both;
	text-align: left;
	margin-top: 60px;
}

.footer .popular-posts {
	overflow: hidden;
	padding: 0 2%;
	margin: 0;
}
.footer .popular-posts h3 {
	display: none;
}
.footer .popular-posts .item {
	width: 15%;
	margin-right: 2%;
	float: left;
}
	.footer .popular-posts .item:nth-child(6) {
		margin-right: 0;
	}
	.footer .popular-posts .item img {
		width: 100%;
		height: auto;
		display: block;
	}
	
.footer-widget.instagram {
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}
#sb_instagram {
	padding: 0 !important;
}
#sbi_images {
	position: relative;
	z-index: 1;
}
#sbi_load {
	text-align: right !important;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 101;
	float: right;
	margin: 0 !important;
}
	#sbi_load a {
		border-radius: 0 !important;
		font-family: "futura";
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 11px !important;
	}
/*Sub-footer*/

.sub-footer {
	padding: 60px 0 70px;
	overflow: hidden;
	color: #484f55;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-family: "futura";
}

.sub-footer a, .copyright a {
	text-decoration: none;
	color: #484f55;
}

.sub-footer a:hover, .copyright a:hover {
	color: #d98382;
}

.footer-nav {
	margin: 0;
	padding: 0;
	width: 65%;
	float: left;
}

.footer-nav li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
}

.footer-nav li.top a {
	font-weight: bold;
}

.copyright {
	width: 35%;
	float: right;
	text-align: right;
	margin: 0;
}

.copyright p {
	margin: 0
}


.copyright em {
	text-transform: none;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: normal;
	font-size: 115%;
	font-weight: normal;
}


.copyright a {
	text-decoration: underline;
}

.copyright ul li {
	display: inline-block;
}

.copyright ul li:after {
	content: "/";
	margin-left: 5px;
}

.copyright ul li:last-child:after {
	display: none;
}

.copyright .site-credit {
	margin: 20px 0;
	font-family: "futura", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: normal;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	color: #b1b1b1;
}

/*!---------COMMENTS---------*/

#comments, #pings {
	margin-top: 5px
}

#respond {
	margin-top: 50px;
	background: #f4f4f5;
	padding: 5px 25px;
}
	.akismet_comment_form_privacy_notice {
		font-style: italic;
		color: #70767A;
		font-size: 12px;
	}
#comment-list {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}

#comment-list li {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	border: 1px solid #f0f1f1;
	list-style-type: none;
}

#comment-list li:before {
	display: none;
}

#comment-list li.bypostauthor {
	border: none;
	padding: 0;
}

#comment-list li.bypostauthor>div.comment {
	background-color: #fcf5f5;
	padding: 20px;
}

#comment-list li p {
	margin: 10px 0;
}

#comment-list li p:last-of-type {
	margin-bottom: 0;
}

.comment-meta {
	margin: 0;
	font-size: 10px;
	text-align: left;
	clear: none;
}

.comment-meta:before {
	display: none;
}

.comment-meta a {
	
}

.comment-meta strong {
	font-weight: bold;
	font-size: 14px;
	color: #484f55;
}

.comment-meta strong a {
	color: #484f55;
	text-decoration: underline
}

.comment-meta a:hover {
	color: #d98382;
	text-decoration: underline
}

#comment-list .avatar {
	float: right;
	margin: 0 0 10px 10px;
}

#pings {
	margin-top: 50px;
}

#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0
}

#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0
}

#commentform {
	margin-bottom: 30px;
	width: 100%
}

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}

.comment-nav {
	color: #484f55;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 2px 7px
}

.comment-nav em {
	font-style: normal;
	margin-right: 15px
}

.comment-nav em img {
	margin-right: 2px;
	vertical-align: middle
}

.comment-nav .page-numbers {
	color: #484f55;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded
}

.comment-nav .current {
	color: #484f55;
	font-weight: bold;
	background-color: #fff
}

.comment-nav .next, .comment-nav .prev, .comment-nav .dots {
	border-style: none
}

.comment-nav a:hover {
	color: #fff;
	background-color: #484f55
}

.comment-nav .alignright a {
	color: #484f55;
	text-decoration: none
}

.comment-nav .alignright a:hover {
	color: #484f55;
	text-decoration: none;
	background-color: transparent
}
/*threaded comments*/

#comment-list li ul {
	margin: 0;
	padding: 0
}

#comment-list li li {
	margin-bottom: 0;
	border: none;
}

#cancel_reply, #cancel_reply a {
	color: #484f55;
	font-size: 11px;
	font-weight: bold
}

.thdrpy, .thdrpy a {
	color: #484f55;
	font-size: 11px;
	text-decoration: none
}

.thdrpy a:hover {
	color: #484f55;
	text-decoration: underline
}

/*!---------PAGE NUMBERS---------*/

.pagination {
	font-family: "futura";
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 20px 0 0;
	padding: 10px 0;
	overflow: hidden;
	color: #70767A;
}

.pagination .page-numbers, .nav-links a {
	color: #70767A;
	padding: 4px 10px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
}

.nav-links a {
	padding: 0;
}

.pagination span.page-numbers.current, .pagination a.active {
	color: #484f55;
	margin: 0;
	font-weight: bold;
}

.pagination span.page-numbers.dots {
	border: none;
}

.pagination a.page-numbers:hover {
	color: #d98382;
}

/*!---------TOP MENU---------*/

#top {
	padding: 0 0 0 15px;
	margin: 0;
	text-align: right;
	text-transform: lowercase;
	font-size: 14px;
	line-height: 45px;
	height: 45px;
}
#top li {
	display: inline-block;
	margin: 0 12px 0 0;
}
#top li a {
	color: #737178;
	text-decoration: none;
}
	#top li a:hover {
		color: #BC5356
	}


/*!---------MAIN DROPDOWN MENU---------*/
#main {
	padding: 0;
	text-align: right;
	
	font-family: "futura", "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	display: block;
	position: relative;
	z-index: 202;
}

#main ul.mainmenu {
	display: inline-block;
	width: auto
}

#main li {
	display: inline-block;
	margin: 0 -3px;
	padding: 0;
	position: relative;
}

#main li a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #484F55;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

#main li a:hover, #main li a:focus, #main li:hover a {
	color: #BC5356;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-family: "futura", "Arial Narrow", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 12px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 45px;
	left: 50%;
	line-height: 1.4;
	background-color: #F0CDCD;
	-moz-box-shadow: 1px 4px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 4px 5px rgba(0,0,0,.15);
	box-shadow: 1px 4px 5px rgba(0,0,0,.15);
	text-align: center;
	z-index: 1001;
	width: 210px;
}
	#main ul li:last-child ul {
		left: 0;
		text-align: right;
	}

#main ul ul li {
	float: none;
	width: 100%;
	margin: 0;
}


#main li li a {
	display: block;
	padding: 9px 12px;
	border: none;
	color: #484F55 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	
	#main li li a:hover, #main li li:hover a {
		background-color: #d98382 !important;
	}



#main ul li:hover > ul, #main ul li:focus-within > ul {
	opacity: 1;
	transform: rotateX(0) translateX(-50%);
	visibility: visible;
}


/*! Show indicator for menu items with children */


#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	float: right;
	display: inline-block;
	position: absolute;
	right: 3px;
	top: 50%;
	font-size: 90%;
	margin-top: -10px;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #F0CDCD;
	border: none;
	left: 312px;
	top: 0;
	margin: 0;
}

#main ul ul li ul:after {
	display: none;
}

#main li li li a {
	
}
	#main li li li a:hover {
		color: #BC5356;
	}

#main li .bold a {

}
