/*! 
Theme Name: Plant Based Persian
Theme URL: https://www.plantbasedpersian.com
Description: Custom responsive blog theme by Purr.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.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 - 4%);
		width: -webkit-calc(100% - 320px - 4%);
		width: calc(100% - 320px - 4%);
		max-width: 728px;
		float: left;
		display: inline-block;
	}
		
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}
	.facet_content {
		width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% -250px);
		width: calc(100% - 250px);
		min-width: 0;
		max-width: 100%;
		float: right;
	}
	.facet_sidebar {
		width: 220px;
		min-width: 0;
		max-width: 700px;
		float: left;
	}
}
.wrap, .wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1180px;
}

.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: #141812;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ede8e4;
	background-color: #f9f6f3;
	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: 'lora';
	src: url('fonts/lora-semibolditalic-webfont.woff2') format('woff2'),
		 url('fonts/lora-semibolditalic-webfont.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'lora';
	src: url('fonts/lora-semibold-webfont.woff2') format('woff2'),
		 url('fonts/lora-semibold-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

body {
	font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
	color: #141812;
	margin: 0;
}
	
	
a, input[type=submit], button {
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
	/*Desktop Link Transitions*/
	@supports not (-webkit-touch-callout: none) {
		a, input[type=submit], button, #submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .page-template-full-width .wp-block-columns button, .items .item .title, .item .title, .items .item img, .home-section .item a.overlay .title, .search-form .search-submit svg, #main li a, .openBtn, #main li.search {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
	}
a:link, a:visited, a:active {
	color: #5b6538;
	text-decoration: underline;
}

a:hover {
	color: #5b6538;
}

	.post-content a, .page-content a, .cat-desc a, .archiveslist a, .wprm-recipe-summary a {
		color: #5b6538;
		font-weight: bold;
		text-decoration: none;
		background: linear-gradient(#a9aa7e, #a9aa7e) 0 100% / 100% 2px no-repeat;	
	}
		.post-content a:hover, .post-content a:focus, .page-content a:hover, .page-content a:focus, .cat-desc a:hover, .cat-desc a:focus, .archiveslist a:hover, .archiveslist a:focus, .summary a:hover, .wprm-recipe-summary a:focus {
			color: #141812;
			background: linear-gradient(#a9aa7e, #a9aa7e) 0 100% / 100% 20px no-repeat;	
		}


p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6, .wp-block-search label {
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	line-height: 1.15;
	font-weight: 600;
	margin: 25px 0;
	color: #141812;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}
	.post-content>h2, .post-content h2.wp-block-heading, .page-content h2.wp-block-heading, h2.line {
		margin-top: 35px;
		margin-bottom: 25px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ede8e4;
	}
		h2.noline {
			border: none;
			padding-bottom: 0;
		}
			.has-background h2, .wp-block-media-text h2.wp-block-heading {
				border: none;
				padding-bottom: 0;
			}
		.page-content h2.block-title {
			padding: 0;
			border: none;
		}
	.home-section .block-title, .divider, .latest {
		margin: 15px 0 25px;
	}
		.all-cats .divider {
			margin-top: 40px !important;
		}
	.divider, .latest {
		display: flex;
		align-items: center;
		align-content: center;
		gap: 10px;
		color: #5b6538;
		font-size: 27px;
		font-family: "lora", Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		font-style: italic;
		letter-spacing: .05em;
	}
		.divider:after, .latest:after {
			display: block;
			content: "";
			border-bottom: 1px solid #e0e0d1;
			flex-grow: 1;
		}
			.sidebar .divider:after, .sidebar .latest:after {
				display: none;
			}
	.sidebar h2, .sidebar .divider, .sidebar .wp-block-search label {
		display: block;
		margin-bottom: 15px;
	}
	.sidebar .wp-block-search label {
		font-size: 26px;
	}
	.divider em, .block-title em {
		
	}
	.subtitle {
		color: #5b6538;
		display: block;
		font-style: normal;
		font-size: 14px;
		text-transform: lowercase;
		font-style: italic;
		letter-spacing: .15em;
		font-weight: 600;
		font-family: "lora", Georgia, "Times New Roman", Times, serif;
		word-spacing: unset;
		display: block;
		margin: 0 0 10px;
	}
	
h3 {
	font-size: 22px;
}
	
	.post-content h3.wp-block-heading {
		margin: 30px 0 15px;
	}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

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

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #ede8e4;
	border-bottom: none !important;
	margin: 45px auto;
}

	hr.is-style-wide, hr.wp-block-separator {
		width: 100%;
		margin: 45px auto;
		border-top: 1px solid #ede8e4;
	}
	hr.is-style-default {
		width: 150px;
		margin: 45px auto;
		border-top: 1px solid #ede8e4;
	}
	.wp-block-columns hr {
		width: 25%;
		margin: 25px auto;
		border-top: 1px solid #ede8e4;
	}

/*!---------HEADER---------*/
.top-bar {
	background-color: #5b6538;
	color: #ffffff;
	min-height: 6px;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .15em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	.top-bar a {
		color: #141812;
		text-decoration: none;
	}
	.top-bar a:hover {
		color: #5b6538;
	}
	.top-bar p {
		margin: 10px 0;
	}
		.top-bar p a:before {
			content: "\f0e0";
			font-family: "Font Awesome 5 Pro";
			font-weight: bold;
			margin-right: 6px;
			transform: rotate(-10deg);
			display: inline-block;
		}
		.top-bar p a:after {
			content: "\f178";
			font-family: "Font Awesome 5 Pro";
			font-weight: 300;
			display: inline-block;
			font-size: 150%;
			line-height: 1;
			vertical-align: middle;
			position: relative;
			top: -1px;
			margin-left: 5px;
		}
	.top-bar .social {
		margin-right: auto;
	}

.header {
	position: relative;
	z-index: 201;
	margin: 0 0 25px;
	padding: 20px 0;
	border-bottom: 1px solid #ede8e4;
}
	body.home .header, body.blog .header {
		border: none;
		margin: 0;
	}
		body.paged .header {
			
		}
	.header .wrap {
		display: flex;
		align-items: center;
	}

.header .logo {
	width: 604px;
	margin: 20px auto;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}

.header #main {

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

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content img[width="600"], .post-content img[width="700"] {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.post-content img[width="683"], .post-content .size-large img {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.wp-block-image .aligncenter {
		display: block !important;
	}
		.wp-block-image .aligncenter img {
			margin-left: auto;
			margin-right: auto;
		}
	.post-content .size-large .dpsp-pin-it-wrapper {
		width: 100% !important;
	}
.span_content ul.wp-block-list, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul.wp-block-list ul {
	margin: 10px 0;
}
.span_content ul.wp-block-list li {
	list-style-type: none;
	margin: 0 0 10px 35px;
	padding: 0;
}
	.span_content ul.wp-block-list li:before {
		display: inline-block;
		content: "";
		color: #141812;
		background: #5b6538;
		height: 8px;
		width: 8px;
		margin-left: -20px;
		margin-right: 10px;
		position: relative;
		top: -3px;
		text-align: center;
		border-radius: 50%;
	}

.span_content ol.wp-block-list {
	
} 
.span_content ol.wp-block-list li {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
	padding: 0;
}

.video-container {
	position: relative;
	padding-bottom: 56%;
	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, .span_content>h1 {
	margin: 0 0 20px;
}

h1.page-title {

}

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

.social a {
	color: #5b6538;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	padding: 0px;
	margin: 0 5px;
}
	.social a:hover {
		color: #a9aa7e;
	}	
.top-bar .social a {
	color: #ffffff;
}

.sidebar .social {
	text-align: center;
	margin: 45px 0 15px;
}
	.sidebar .social strong {
		font-family: "lora", Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: .15em;
	}
	.sidebar .social a {
		font-size: 17px;
		color: #ffffff;
		background: #5b6538;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 50%;
		margin: 0 1px;
		top: 0;
	}
		.sidebar .social a:hover {
			background-color: #a9aa7e;
		}


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

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

.post-meta {
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #76776e;
	margin: 0 0 20px;
}
.post-meta a {
	color: #76776E;
	font-weight: bold;
	text-decoration: underline;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #a9aa7e;
		text-decoration: underline;
	}
.post-meta.post-cat {
	font-size: 14px;
	text-transform: lowercase;
	letter-spacing: .15em;
	font-style: italic;
	display: block;
}
	.post-meta.post-cat a {
		color: #5b6538;
	}
		.post-meta.post-cat a:hover {
			color: #a9aa7e;
		}
.post-meta .post-meta-info {
	
}
.post-meta .avatar {
	border-radius: 50%;
	width: 42px;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	margin-right: 4px;
}
.post-meta em {
	letter-spacing: normal;
	font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	text-transform: none;
	font-style: italic;
	font-size: 112%;
	font-weight: normal;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 6px 0 6px;
}

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

.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 11px;
}
	.meta-bottom .post-cats a {
		color: #6b6c6a;
		background-color: #f9f6f3;
		text-transform: uppercase;
		letter-spacing: .15em;
		text-decoration: none !important;
		padding: 7px 10px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #f9f6f3;
			color: #141812;
		}
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: #76776E;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: none !important;
	box-shadow: none !important;
	border: 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: #141812;
}

.disclosure, .disclosure-top, small, .tasty-links-general-disclaimer, .akismet_comment_form_privacy_notice {
	font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #76776E;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
	.disclosure-top {
		margin: 0;
		display: inline-block;
		text-align: left;
	}
	.disclosure-bottom {
		margin: 10px 0 0;
		text-align: center;
	}
a.more-link {
	font-size: 13px;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: .15em;
	font-weight: bold;	
	margin: 0px;
	color: #ffffff;
	background: #5b6538;	
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
}
	a.more-link:hover, a.more-link:focus {
		background: #a9aa7e;	
	}
	a.more-link i {
		font-size: 150%;
		line-height: 1;
		vertical-align: middle;
		position: relative;
		top: -2px;
	}
a.more-button {
	color: #ffffff;
	background: #5b6538;
	background-size: 450px auto;
	font-size: 13px;
	line-height: 1.2;
	font-weight: bold;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	cursor: pointer;
	border-radius: 0;
	padding: 10px 20px;
	text-decoration: none;
}
	
	a.more-button:hover, a.more-button:focus {
		background: #a9aa7e;
	}

	.home-section .more {
		margin-top: 20px;
		text-align: center;
	}
	
	@media ( min-width : 650px ) {
		.home-sections .fixed-more {
			position: absolute;
			top: 0;
			right: 20px;
			margin: 0px 0 0 0;
			border-left: 10px solid #ffffff;
		}
		.fixed-more a.more-button {
			letter-spacing: .15em;
			font-size: 11px;
			padding: 10px 14px 10px 16px;
		}
	}

	
#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
	left: 2px !important;
}
#dpsp-content-top, #dpsp-content-bottom, .dpsp-shortcode-wrapper {
	text-align: center;
}
#dpsp-content-top ul, #dpsp-content-bottom ul, .dpsp-shortcode-wrapper ul {
	margin: 0 auto !important;
	padding: 0 !important;
	display: inline-block;
	width: auto;
	text-align: center;
}
	#dpsp-content-top ul li, #dpsp-content-bottom ul li, .dpsp-shortcode-wrapper ul li {
		display: inline-block;
		float: none;
		padding: 0 !important;
		margin: 0 3px !important
	}
	
.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
		top: -0px;
		left: -0px;
		width: 36px;
		height: 36px;
	}
	.dpsp-network-icon-inner {
		position: relative;
		top: -2px;
	}

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 30px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 21px;
	line-height: 1.2;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #ede8e4;
	border-bottom: 1px solid #ede8e4;
}

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

.post-nav a {
	color: #141812;
	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 {
	color: #141812
}
.post-nav div a:hover {
	color: #141812;
}

.post-nav em {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	color: #76776E;
	padding: 0 0 5px;
}

.inner-post .home-section {
	margin: 50px 0 0;
}

/*! Gutenberg Blocks */

.span_content_full .page-content {

}
.span_content_full .page-content>h1, .span_content_full .page-content>h2, .span_content_full .page-content h3, .span_content_full .page-content h3, .span_content_full .page-content p, .span_content_full .page-content ul, .span_content_full .page-content ol, .span_content_full .page-content .wp-block-groupt:not(.has-background) {

}
.fullwidth, .alignfull, .alignwide, .span_content_full .page-content .home-section.has-background {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
	width: 100vw;
}
	.alignfull .wp-block-group__inner-container {
		margin: 0 auto 0;
		padding: 0 20px;
		width: 100%;
		max-width: 1180px;
	}
	
@media ( min-width : 1140px ) {
	.alignwide {
		margin-left: calc( -1140px / 2 + 100% / 2 );
		margin-right: calc( -1140px / 2 + 100% / 2 );
		max-width: 1140px;
		width: 1140px;
	}
}

.wp-block-image {
	margin: 30px 0;
}
.wp-block-gallery {
	margin-top: 30px;
	margin-bottom: 30px;
}
.wp-block-buttons {
	margin-top: 30px;
	margin-bottom: 30px; 
}
	.wp-block-group.has-background .wp-block-buttons {
		margin: 0;
	}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
	figure.wp-block-gallery.has-nested-images {
		--wp--style--gallery-gap-default: 20px; 
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image {
		display: block !important;
	}
		.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
			display: none;
		}
		.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
			flex: none;
			object-fit: unset;
			height: auto;
			width: 100%;
		}
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-image figcaption {
		background: #f9f6f3;
		color: #141812;
		font-size: 16px;
		margin: 0;
		max-height: auto;
		padding: 8px;
		line-height: 1.4;
		text-align: center;
		width: 100%;
		text-shadow: unset;
		position: relative;
		}
	.wp-block-image>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image.alignright>figcaption {
		caption-side: bottom;
		display: block;
		color: #76776E;
		font-size: 15px;
		line-height: 1.5;
		text-align: center;
	}
.post .wp-block-group.has-background, .post .has-background {
	padding: 20px 30px;
	margin-top: 35px;
	margin-bottom: 35px;
}


	.wp-block-media-text.has-background {
		padding: 0;
	}
		.wp-block-media-text.has-background>.wp-block-media-text__content {
			padding: 2vw 6vw;
		}
	ol.has-background, ul.has-background {
		padding: 20px 30px 15px;
	}
		.has-background li:last-child {
			margin-bottom: 0;
		}
	p.has-background {
		padding: 20px 30px;
	}
	.wp-block-group.has-background h2, .wp-block-group.has-background h3 {
		margin-top: 20px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background, .wp-block-group.has-background h3.has-background {
			margin: -20px -30px 10px;
			padding: 15px 30px;
		}
		

	
	.has-darkgreen-background-color {
		background-color: #5b6538;
	}
	.has-green-background-color {
		background-color: #a9aa7e;
	}
	.has-medgreen-background-color {
		background-color: #e0e0d1;
	}
	.has-lightgreen-background-color {
		background-color: #eeeee5;
	}
	.has-taupe-background-color {
		background-color: #f9f6f3;
	}
	
	.has-black-background-color {
		background-color: #141812;
		color: #ffffff;
	}
		.has-black-background-color h2 {
			color: #ffffff;
		}
	.has-gray-background-color {
		background-color: #76776E;
		color: #ffffff;
	}
		.has-gray-background-color h2 {
			color: #ffffff;
		}
	.has-lightgray-background-color {
		background-color: #eeeeee;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 1px solid #e0e0d1;
	}
	
	.has-orange-color {
		color: #5b6538;
	}
	.has-medorange-color {
		color: #a9aa7e;
	}
	.has-lightorange-color {
		color: #f9f6f3;
	}
	.has-lightestorange-color {
		color: #f9f6f3;
	}

	.has-black-color {
		color: #141812;
	}
	.has-gray-color {
		color: #76776E;
	}
	.has-white-color {
		color: #ffffff;
	}

.wp-block-quote {
	padding: 20px 45px;
	margin: 40px 0;
	text-align: center;
	position: relative;
}
	.wp-block-quote p {
		position: relative;
		z-index: 11;
	}

.wp-block-quote cite {
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .07em;
	margin-bottom: 15px;
	}
	
.wp-block-quote {
	padding: 20px 45px;
	margin: 40px 0;
	text-align: center;
	position: relative;
}
.wp-block-quote p {
	position: relative;
	z-index: 11;
	margin: 15px 0;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .07em;
	margin: 0 0 10px;
}

.wp-block-cover {
	padding: 8%
}

.wp-block-cover .wp-block-cover__inner-container {
	max-width: 1120px;
}
	.wp-block-cover .has-white-background-color {
		border: none;
		padding: 4% 5%;
	}
	.wp-block-cover h2 {
		padding: 0 !important;
		border: none !important;
	}
.span_content_full .wp-block-cover:first-child {
	
}

.span_content_full .wp-block-group.has-background {
	padding: 5%;
}

/*FAQ*/
.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
}
.schema-faq-question:before {
	display: inline-block;
	
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	content: "?";
	font-weight: bold;
	color: #ffffff;
	background-color: #64745b;
	-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;
}

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

.items {
	display: grid;
	gap: 2vw;
	row-gap: 2vw;
	margin: 0;
	text-align: center;
}
	.items-2-col {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 3vw;
		row-gap: 3vw;
	}
	.items-3-col {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
		.latest-posts .items-3-col {
			gap: 2vw;
			row-gap: 3vw;
		}
		.archives.items-3-col, .post-content .items-3-col {
			gap: 1.5vw;
			row-gap: 1vw;
		}
	.items-4-col {
		gap: 1.5vw;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
		.post-content .items-4-col, .page-content .items-4-col {
			gap: 20px;
		}
		.archives.items-4-col {
			gap: 1.5vw;
			row-gap: 1vw;
		}
		.sidebar .items-4-col {
			gap: 15px;
			row-gap: 15px;
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
	.items-5-col {
		gap: 1.5vw;
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.items-6-col {
		gap: 1.5vw;
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.items-7-col {
		gap: 1vw;
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	.items-8-col {
		gap: 1vw;
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	
.items .item {
	position: relative;
}

.item .title {
	margin: 14px 0;
	word-wrap: break-word;
	clear: both;
}
	.items-2-col .item .title, .items-3-col .item .title {
		font-size: clamp(18px, 2.5vw, 28px);
	}
		.archives.items-3-col .item .title, .post-content .items-3-col .item .title {
			font-size: clamp(15px, 2vw, 20px);
			padding: 0;
		}
	.items-4-col .item .title {
		font-size: clamp(15px, 2vw, 20px);
	}
		.sidebar .items .item .title {
			font-size: 18px;
			margin: 8px 0;
		}
		.post-content .items-3-col .item .title, .post-content .items-4-col .item .title {
			font-size: 18px;
		}
	.items-5-col .item .title, .items-6-col .item .title {
		font-size: clamp(12px, 1.75vw, 21px);
	}

	.icons .item .title {
		text-align: center;
		font-size: 1.5vw;
		font-size: clamp(9px, 1.2vw, 11px);
		font-family: "lora", Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-weight: bold;
		margin: 12px 0 0;
	}

.item .title {
	text-decoration: none;
	color: #141812;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title a {
		background: none;
		color: #141812;
		text-decoration: none;
	}
		.has-black-background-color .item .title a, .has-gray-background-color .item a .title {
			color: #ffffff;
		}
	.item .title a:hover, .item a:hover .title {
		color: #5b6538;
		background: none;
		border: none !important;
		box-shadow: none !important;
	}


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

.item .image {
	position: relative;
}

.items .item img {
	display: block;
	width: 100%;
	height: auto;
}
.items.icons .item img {
	border-radius: 50%;
	margin: 0 auto;
}
	.items .item a:hover img {
		opacity: 0.85;
	}
	.items.icons .item a:hover img {
		opacity: 1.00;
		transform: rotate(5deg)
	}

.shop-post .post-thumb {
	width: 100%;
	height: 0%;
	padding-bottom: 100%;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
	display: block;
	position: relative;
	border: 1px solid #ede8e4;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.shop-post .post-thumb img {
		vertical-align: bottom;
		width: auto;
		height: auto;
		max-height: 90%;
		max-width: 90%;
		position: absolute;
		margin: auto;
		top: 5%;
		right: 5%;
		bottom: 5%;
		left: 5%;
	}
	.shop-post a:hover .post-thumb {
		-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.1);
		-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.1);
		box-shadow: 0px 0px 8px rgba(0,0,0,.1);
	}
		
.item .more {
	
}

.post-content .block-section {
	margin: 45px 0;
}
	.post-content .block-section .wrap {
		padding: 0;
	}
.post-content .featured-posts-block {
	padding: 0;
}
.post-content .featured-posts-block.has-background {
	padding: 15px 4% 25px;
}
	.post-content .featured-posts-block.has-background .more {
		margin: 20px 0 0;
	}
	.post-content .featured-posts-block .block-title {
		margin: 15px 0 20px;
		font-size: 18px;
		padding: 0;
		text-align: left;
	}
	.post-content .featured-posts-block .description {
		text-align: center;
		font-size: 92%;
	}

.post-content .featured-posts-block .more {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}
.post-content .featured-posts-block a {
	box-shadow: none;
	border: none;
}
.page-content .featured-posts-block .item .title {
	margin-bottom: 0;
}

.item .excerpt {
	font-size: 88%;
	line-height: 1.55;
	margin: 0;
}
	.item .excerpt p {
		margin: 0;
	}

.item .post-cat {
	margin: 13px 0 -8px;
	position: relative;
	z-index: 12;
}
	.item .post-cat a {
		font-size: 13px;
	}
	.items-3-col .post-meta.post-cat {
		margin: 20px 0 -2px;
	}
		.items-3-col .post-meta.post-cat a {
			font-size: 15px;
		}
	.sidebar .item .post-cat {
		margin: 5px 0 -5px
	}

.teaser-post .title {
	margin: 10px 0 18px;
}
.teaser-post .excerpt {
	margin: 0;
}
.teaser-post .more {
	margin: 23px 0 0	
}


/*!----Homepage Styles----*/
	
.home-sections {
	display: flex;
	flex-flow: column;
	gap: 7vw;
}
	.upper-home-sections {
		clear: both;
		margin-bottom: 4vw;
		background-color: #f9f6f3;
		padding: 4vw 0;
		gap: 4vw;
		position: relative;
	}
	.lower-home-sections {
		clear: both;
		margin-top: 5vw;
	}
	.lower-home-sections .home-section.has-background + .home-section.has-background {
		margin-top: -7vw;
	}

.home-section {
	clear: both;
	position: relative;
}
	.home-sections .home-section {
	}
	.page-content .home-section {
		margin-bottom: 35px;
	}
.home-section .wrap, .home-section {
	position: relative;
	z-index: 2;
}
	.page-content .home-section .wrap {
		padding: 0;
	}
	.home-sections .home-section.has-background, .footer .home-section.has-background {
		position: relative;
		padding: 4vw 0;
	}
		.home-sections .has-background.optin-block, .footer .has-background.optin-block {
			padding: 45px 0;
		}
	.upper-home-sections .home-section {
		margin: 0;
	}
	.upper-home-sections .home-section:not(.has-background) {
		
	}
	.upper-home-sections .home-section.has-background {
		padding: 40px 0;
	}
		.upper-home-sections .home-section.has-background:first-child {
			
		}

.upper-home-sections .tagline {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 980px;
}
.upper-home-sections .tagline h1 {
	color: #5b6538;
	margin: 0 0 20px;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: .05em;
	font-size: 27px;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
}
	.upper-home-sections .tagline p {
		margin: 0;
	}

.home-section.featured-posts-block p.description, .featured-posts-block p.description {
	margin: -5px 0 20px;
	text-align: center;
}


.home-section .item a.overlay {
	display: block;
	position: relative;
}
	.home-section .item a.overlay .title {
		position: absolute;
		bottom: 0px;
		left: 50%;
		-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		display: inline-block;
		margin: 0;
		padding: 5px 15px;
		background-color: #5b6538;
		color: #ffffff;
		font-family: "lora", Georgia, "Times New Roman", Times, serif;
		text-transform: lowercase;
		font-style: italic;
		letter-spacing: .15em;
		font-size: 13px;
		display: inline-block;
		padding: 10px 13px 10px 15px;
		
		white-space: nowrap;
	}
		.home-section .item a.overlay:hover .title {
			background-color: #a9aa7e;
		}


.home-sections .home-section.about {
	
}	
	.home-sections .home-section.about.has-background {
		
	}
		
	.home-sections .home-section.about .widget-content {
		margin: 0 auto;
		max-width: 820px;
	}
.home-sections .home-section .widget-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	.home-section .widget-content .image {
		flex-basis: 42%;
		margin: 0;
		position: relative;
	}
		.home-section .widget-content .image img {
			width: 100%;
			height: auto;
			display: block;
		}
		

	.home-section .widget-content .caption {
		text-align: center;
		flex-basis: 53%;
	}
	.home-section .widget-content .caption .block-title {
		display: block;
		margin: 15px 0;
	}
	.home-section .widget-content .caption p {
		margin: 20px 0;
		font-size: 92%;
	}
	.home-section .widget-content .caption .more {
		margin: 25px 0 0;
	}

.optin-block {
		
	}
	.footer .optin-block.has-background {
		background: url(images/subscribe-desktop.jpg) no-repeat;
		background-size: cover;
		padding: 5% 0;
	}
.optin-content {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 0px;
	margin: 0 auto;
	gap: 5%;
	background-color: rgba(255,255,255,.8);
	padding: 4%;
	max-width: 860px;
}
	.sidebar .optin-content, .inner-post .optin-content {
		flex-wrap: wrap;
		gap: 10px !important;
	}
	.optin-content .caption {
		flex-basis: auto;
		flex-shrink: 1;
		text-align: center;
	}
		.sidebar .optin-content .caption, .inner-post .optin-content .caption {
			max-width: 100%;
		}
	.optin-content .caption .block-title {
		font-size: 32px;
		margin: 0;
	}
		.sidebar .optin-content .block-title {
			margin-bottom: 15px;
			font-size: 26px;
		}
		.optin-content .caption .subtitle {
			margin: 0 0 5px;
		}
	.optin-content .caption p {
		margin: 0;
		font-size: 16px;
		line-height: 1.4;
	}
	.optin-content .form {
		flex-grow: 1;
		flex-basis: auto;
		max-width: 450px;
	}

.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 {
		flex-basis: 63%;
		margin: 0;	
		order: 1;
	}
		.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 {
		flex-basis: 35%;
		margin: 0;
		order: 2;
	}
		.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 {
		
	}
	
/*Sidebar Blocks*/
.sidebar .subscribe {
	margin: 0 0 60px;
}
.sidebar .home-section, .sidebar .wp-block-search {
	padding: 0;
	margin: 0 0 60px;
	text-align: center
}	
.sidebar .home-section, .sidebar .home-section .wrap {
	padding: 0;
}
	.sidebar .home-section.has-background, .inner-post .has-background {
		padding: 15px;
	}
	.sidebar .home-section.has-background.subscribe {
		padding: 20px;
	}
		.inner-post .has-background.subscribe {
			padding: 20px 10px 30px;
		}
.sidebar .widget-content {
	display: block;
	flex: none;
	text-align: center;
}
.sidebar .widget-content .image {
	padding: 0;
	flex: none;
	display: block;
	width: 100%;
	text-align: center;
}
	.sidebar .home-section.about .widget-content .image {
		width: 100%;
		height: auto;
		border-radius: 0;
		margin: 0px auto 25px;
	}
		.sidebar .home-section.about .widget-content .image img {
			border-radius: 0;
		}
.sidebar .widget-content .caption {
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: center;
	width: 100%;
}
	.sidebar .home-section.has-background .widget-content .caption {
		padding: 0 10px;
	}
	.sidebar .home-section .widget-content .caption .block-title {
		text-align: center;
		margin: 15px 0;
	}
	.sidebar .home-section .widget-content .caption p {
		margin: 15px 0;
		font-size: 92%;
	}
	.sidebar .home-section .widget-content a.more-button {
		text-align: center;
		font-size: 12px;
	}
	.sidebar .home-section .widget-content .more {
		margin: 20px 0 10px;
		text-align: center;
	}


/*!---------LANDING PAGE STYLES---------*/
.cat-landing {
	
}
	.no-cat-landing {
			
	}
	.cat-desc {
		
	}
.cat-image {
	float: right;
	width: 30%;
	margin: 20px 0 30px 25px;
	max-width: 300px;
}
	.cat-image img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 50%;
	}
	
/*!---------ARCHIVE STYLES---------*/
.recipe-index-content {
	display: flex;
	flex-flow: column;
	gap: 50px;
}
.recipe-index-content .home-section:not(.has-background) {
	
}
.recipe-index-content .home-section:not(.has-background) .wrap {
	padding: 0;
}
	.recipe-index-content .home-section.has-background {
		margin-left: calc( -100vw / 2 + 100% / 2 );
		margin-right: calc( -100vw / 2 + 100% / 2 );
		max-width: 100vw;
		width: 100vw;
		padding: 45px 0;
	}
	body.archive .span_content .home-section.has-background {
		padding: 45px 0;
		margin-bottom: 5vw;
	}

	
ul.subcategories {
	margin: 0 0 35px;
}
ul.subcategories strong, .subcats h2, .subcategories h2 {
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .15em;
	font-weight: bold;
	margin: 30px 0 10px;
	text-align: left;
	display: block;
}
ul.subcategories li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before {
		display: none;
	}
ul.subcategories ul {
	margin: 0;
}
ul.subcategories li, ul.subcategories li {
	display: inline-block
}
ul.subcategories ul li a, .subcats a {
	display: inline-block;
	font-size: 11px;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	color: #141812;
	background: #f9f6f3;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	text-decoration: none !important;
	padding: 7px 12px;
	line-height: 1.2;
	margin: 3px 2px 3px 0;
}
	ul.subcategories ul li.all a {
		color: #5a7c39;
		background: #ffffff;
	}
		ul.subcategories ul li.all a i {
			color: #141812
		}
	ul.subcategories ul li.current-cat a {
		color: #ffffff;
		background: #141812;
	}
	ul.subcategories ul li a:hover, ul.subcategories ul li a:focus, .subcats a:hover, .subcats a:focus {
		background: #f9f6f3;
		color: #141812;
		text-decoration: none !important;
	}
		ul.subcategories ul li.all a:hover {
			color: #f9f6f3;
			background: #141812;
		}

ul.archiveslist {
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 0px;
	-webkit-column-count: 3;
	-webkit-column-gap: 0px;
	column-count: 3;
	column-gap: 0px;
	padding-left: 0px !important;
}

ul.archiveslist li {
	display: block;
	margin: 0 0 10px 0px !important;
	padding: 0 10px 0 20px !important;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	line-height: 1.4;
	font-size: 18px;
	color: #3e3f3c;
}
	.span_content ul.archiveslist li:before {
		display: inline-block;
		content: "";
		font-family: 'Font Awesome 5 Pro';
		color: #141812;
		background-color: #a9aa7e;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 7px;
		width: 7px;
		margin-left: -15px;
		margin-right: 8px;
		position: relative;
		top: -2px;
		font-size: 12px;
		text-align: center;
	}

.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: 12px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 24px;
	height: 24px;
	float: left;
	
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	background: none;
	border: solid 1px #141812;
	color: #141812;
	text-decoration: none;
}
	.tagindex a:hover {
		color: #c82a85
	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle em {
	color: #76776E;
	letter-spacing: normal;
	font-style: italic;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 11px;
}

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

	.tagtitle a:hover {
		color: #141812;
	}
	
.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;
	margin:	 0
	
}
	.tagslist li {
		
	}
	
/*Facets*/
	.facets {
		font-size: 94%;
		line-height: 2;
	}
		.facets .facetwp-counter {
			display: none;
		}
	.facets h2 {
		font-size: 28px;
		margin: 0 0 20px !important;
		}
	.facets h3 {
		font-size: 24px;
		margin: 0 0 8px;
	}
	.facetwp-facet {
		font-size: 85%;
		line-height: 1.5;
		margin: 0 0 20px !important;
	}
		.facetwp-facet-search {
			border-bottom: none;
		}
		.facetwp-checkbox {
			margin-bottom: 7px !important;
		}
			.facetwp-depth .facetwp-checkbox {
				font-size: 85%;
				font-style: italic;
			}
	.facetwp-toggle {
		font-style: italic;
	}
	.facetwp-per-page {
		margin-bottom: 25px;
	}
	.sort {
		float: right;
		vertical-align: middle;
	}
		.sort-top {
			margin: -45px 0 0px;
		}
		.sort-bottom {
		}
	.sort .facetwp-per-page, .sort .facetwp-sort {
		display: inline-block;
		margin: 0 0 0 10px;
	}
	.facet-pagination {
		margin: 10px 0 !important;
		text-align: center !important;
		padding: 15px 0;
	}
	
	.facetwp-search {
		border: 1px solid #EDEDED;
		color: #696969;
		font-size: 12px;
		font-weight: normal;
		font-style: italic;
		line-height: 30px;
		background-color: #fff;
		padding: 0 10px;
		vertical-align: middle;
		height: 40px;
		width: 100%;
	}
	
/*!Breadcrumbs*/
.breadcrumb {
	color: #76776E;
	font-size: 11px;
	margin: 0 0 12px;
}
.breadcrumb a {
	background: none !important;
	color: #76776E;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-decoration: underline;
	border: none;
	box-shadow: none !important;
}
	.breadcrumb .breadcrumb_last {
		
	}
	body.single-post .breadcrumb .breadcrumb_last {
		
	}
.breadcrumb a:hover {
	color: #141812;
}


/*!---------FORMS---------*/
.commentinput, .styledinput, .captchainput, #commentform input, .gform_wrapper input {
	color: #696969;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ede8e4;
}

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

#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 15px;
	border: 1px solid #ede8e4;
	width: 100%
}

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open, .convertkit-button, a.payhip-buy-button {
	color: #ffffff;
	background: #5b6538;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-style: italic;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	letter-spacing: .15em;
	cursor: pointer;
	border-radius: 0;
	padding: 18px 25px;
	text-decoration: none;
}

	a.smbutton, button.smbutton, .wp-block-button.has-small-font-size a {
		font-size: 12px;
		padding: 12px 18px;
	}
	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .wp-block-button a:hover, .gform_wrapper .gform_button:hover, .facetwp-load-more:hover, button.facetwp-flyout-open:hover, a.convertkit-button:hover, a.convertkit-button:focus, a.payhip-buy-button:hover, a.payhip-buy-button:focus {
		background-color: #a9aa7e !important;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f9f6f3;
	padding: 35px;
	margin-bottom: 35px;
}

.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 {
	border: none;
	overflow: hidden;
	position: relative;
	display: block;
	align-items: center;
}
.span_content .search-form {
	max-width: 100%;
}
.search-form .search-field {
	color: #141812;
	font-size: 18px;
	font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 60px;
	height: 60px;
	border: none;
	padding: 0 40px 0 15px;
	vertical-align: middle;
	width: 100%;
	border: none;
	background-color: #ffffff;
	border: 1px solid #e0e0d1;
	width: 100%;
}
	.has-background .search-form .search-field {
		border: none;
	}
	.top-bar .search-form .search-field {
		border: none;
		line-height: 34px;
		height: 34px;
		font-size: 16px;
		padding: 0 10px;
	}
	.wp-block-search__input {
		color: #141812;
		font-size: 18px;
		font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
		font-weight: normal;
		font-style: italic;
		line-height: 50px;
		height: 50px;
		border: none;
		padding: 0 15px;
		vertical-align: middle;
		border: none;
		background-color: #ffffff;
		border: 1px solid #e0e0d1;
	}
	.search-form .search-field:focus, .wp-block-search__input:focus {
		border: 2px solid #5b6538;
		outline: none;
	}
	
.search-form .search-submit {
	background-color: transparent;
	font-size: 28px;
	color: #5b6538;
	width: auto;
	height: 60px;
	width: 60px;
	line-height: 60px;
	display: inline-block;
	position: relative;
	padding: 0;
	text-align: center;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	flex-shrink: 1;
	position: absolute;
	top: 0;
	right: 1px;
}
	.wp-block-search__button {
		background: #5b6538;
		color: #ffffff;
		font-weight: bold;
		font-family: "lora", Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		letter-spacing: .075em;
		font-size: 13px;
		line-height: 50px;
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		border-style: none;
		vertical-align: middle;
		text-align: center;
	}
	.search-form .search-submit svg {
		color: #5b6538;
		fill: #5b6538;
		position: relative;
		top: 4px;
	}

	.top-bar .search-submit {
		background-color: transparent;
		color: #5b6538;
		fill: #5b6538;
		font-size: 16px;
		line-height: 34px;
		width: 34px;
		height: 34px;
		border-radius: 0;
		margin: 0;
		position: absolute;
		top: 1px;
		right: 1px;
	}
		.top-bar .search-submit svg {
			width: 20px;
			height: 20px;
			top: 2px;
		}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg, .search-form .search-submit:focus svg {
		color: #a9aa7e;
		fill: #a9aa7e;
		cursor: pointer;
	}

/*Subscribe Forms*/

.subscribe .mailpoet_form {
	padding: 0px !important;
	width: 100% !important;
}
.subscribe .email-form, .subscribe .formkit-fields {
	clear: none;
	margin: 0;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
	.subscribe .mailpoet_form {
		display: flex;
		justify-content: space-between;
		gap: 10px;
	}
	.subscribe .mailpoet_form .mailpoet_paragraph {
		flex-basis: 60%;
		flex-grow: 1;
		margin: 0 !important;
	}
		.subscribe .mailpoet_form .mailpoet_paragraph.last {
			flex-basis: 40%;
			flex-grow: 0;
			margin: 0;
		}
		.sidebar .subscribe .mailpoet_form .mailpoet_paragraph {
			flex-basis: 100% !important;
		}
	.subscribe .mailpoet_form .mailpoet_message {
		margin: 0;
		padding: 0 !important;
	}
	
.subscribe .email-input, .dpsp-email-save-this-tool .hubbub-block-save-this-text-control, .formkit-form .formkit-input, .subscribe input[type="email"], .subscribe .mailpoet_text {
	border: none;
	background-color: #ffffff;
	color: #141812;
	font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 17px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 15px !important;
}
	.subscribe input[type="email"] {
		width: 100%;
	}
	.has-background .subscribe .email-input {
		border: none;
	}
	.footer .subscribe .email-input {
	
	}
	.sidebar .subscribe .email-input {
		flex-basis: 100%;
		width: 100%;
	}
	.email-input:focus, .formkit-form .formkit-input:focus, .subscribe input[type="email"]:focus {
		outline: none;
		color: #141812;
		background-color: #ffffff;
		border: 2px solid #5b6538 !important
	}

.subscribe .email-submit, .wpforms-submit, .dpsp-email-save-this-tool .hubbub-block-save-this-submit-button, .subscribe .formkit-form .formkit-submit, .subscribe .mailpoet_submit {
	border: none;
	font-size: 14px;
	font-weight: bold;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: .15em;
	color: #ffffff;
	background: #5b6538;
	text-align: center;
	border: none;
	display: inline-block;
	height: 60px;
	line-height: 61px;
	padding: 0px 20px !important;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}
	.subscribe .email-submit:hover, .subscribe .email-submit:focus, .wpforms-submit:hover, .wpforms-submit:focus, .formkit-form .formkit-submit:hover, .formkit-form .formkit-submit:focus, .subscribe .mailpoet_submit:hover, .mailpoet_submit:focus {
		background-color: #a9aa7e !important;
	}
	.formkit-form .formkit-submit span {
		padding: 0 !important;
		background-color: transparent !important;
	}
	.subscribe .formkit-powered-by-convertkit-container {
		display: none !important;
	}
	.sidebar .email-submit {
		flex-grow: 1;
	}

.email-input::placeholder {
	color: #76776E;
}
.search-field::placeholder {
	color: #76776E;
}


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

.footer {
	margin-top: 7vw;
}
	body.home .footer, body.blog .footer {
		
	}
	.footer a {
		color: #76776E;
	}
		.footer a:hover {
			color: #5b6538
		}
.footer .press {
	text-align: center;
	padding: 25px 0 !important;;
}
	.footer .press .wp-block-group__inner-container {
		max-width: 900px;
		display: flex;
		padding: 0 20px;
		margin: 0 auto;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
	.footer .press h2, .footer .press p {
		font-family: "lora", Georgia, "Times New Roman", Times, serif;
		line-height: 1.15;
		font-weight: 600;
		text-transform: lowercase;
		font-weight: bold;
		font-style: italic;
		color: #75776d;
		letter-spacing: .15em;
		font-size: 14px;
		margin: 0;
		display: block;
		white-space: nowrap;
		flex-wrap: nowrap;
		flex-basis: 110px;
		flex-grow: 0;
		flex-shrink: 0;
	}
	.footer .press .wp-block-image {
		margin: 0;
		flex-grow: 1;
	}
	.press-desktop {
		
	}
	.press-mobile {
		display: none;
	}
		
.sub-footer {
	clear: both;
	padding: 25px 0;
	text-align: center;
	font-size: 11px;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	background-color: #5b6538;
	color: #ffffff;
}
	.sub-footer .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.sub-footer .wrap .footer-nav {
			order: 1;
			flex-shrink: 1;
			text-align: left;
		}
		.sub-footer .copyright {
			text-align: right;
			flex-shrink: 1;
			order: 2;
		}

.sub-footer a {
	text-decoration: none;
	color: #ffffff;
}
	.sub-footer a:hover {
		color: #a9aa7e
	}

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

}

.copyright p {
	margin: 0;
}
.copyright strong {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
}
.copyright em {
	font-family: "Source Serif Pro", "Droid Serif", Georgia, "Iowan Old Style", "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 12px;
}

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

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

#respond {
	margin: 80px 0;
	background-color: #f9f6f3;
	padding: 25px;
}
	.akismet_comment_form_privacy_notice {
		margin-top: -70px;
		margin-bottom: 80px;
	}
	#reply-title a#cancel-comment-reply-link {
		display: none !important
	}
	#comment-list #reply-title a#cancel-comment-reply-link {
		display: inline-block !important
	}
#comment-list {
	font-size: 90%;
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

#comment-list li {
	margin: 30px 0;
	list-style-type: none;
	border: 1px solid #ede8e4;
	padding: 18px;
}

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

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

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

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

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

.comment-meta {
	margin: 0;
	font-size: 11px;
	text-align: left;
	clear: none;
	color: #6E6F6D
}

.comment-meta strong {
	font-weight: bold;
	font-size: 13px;
	color: #141812;
}

.comment-meta strong a {
	color: #141812;
	text-decoration: underline;
	border: none !important;
	box-shadow: none !important;
}

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

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

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

#commentform p {
	margin-bottom: 5px
}

/*!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: #141812;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	font-weight: bold;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	margin-top: 40px;
	overflow: hidden;
	color: #76776E;
}
	.comment-pagination {
		margin: 0 0 30px;
	}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #76776E;
	margin: 0;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 33px;
	text-decoration: none;
	display: inline-block;
	border-radius: 50%;
}

.pagination .page-numbers.current, .pagination a.active {
	color: #141812;
	background-color: #f9f6f3;
	font-weight: bold;
	border: none;
}

.pagination .prev, .pagination .next {
	width: auto;
	border: none;
	border-radius: 0;
	padding: 0 10px;
	background-color: transparent !important;
}
.pagination .dots {
	border: none;
	width: auto;
	opacity: 0.5;
	margin: 0 5px;
}

.pagination a.page-numbers:hover {
	color: #5b6538;
}
	
/*!---------MAIN DROPDOWN MENU---------*/

.top-bar {
	position: relative;
	z-index: 2001;
}
#main {
	padding: 0;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 45px;
	position: relative;
	z-index: 200;
	flex-grow: 1;
	text-align: right;
}
	
#main ul.mainmenu {
	display: flex;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

#main li {
	display: inline-block;
	margin: 0 6px;
	padding: 0;
	position: relative;
}
	#main li.social {
		margin-right: auto;
	}
	#main li.search {
		margin-left: auto;
	}
#main li a {
	display: inline-block;
	position: relative;
	padding: 0 12px;
	margin: 0;
	text-decoration: none;
	color: #ffffff;
}
	#main li.social a {
		padding: 0 5px;
		color: #ffffff !important;
	}
#main li a:hover, #main li a:focus, #main li:hover a, #main li.search:hover, #main li.social a:hover {
	color: #a9aa7e;
	cursor: pointer;
}
	#main li.social a:hover {
		color: #a9aa7e !important;
	}
#main li.search svg {
	vertical-align: text-top;
	position: relative;
	margin-left: 3px;
	top: -1px;
	fill: #ffffff;
}

/*!Sub Menus Level 1 */

#main ul ul {
	font-family: "lora", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 11px;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 46px;
	left: 57%;
	padding: 0;
	line-height: 1.4;
	background-color: #5b6538;
	text-align: center;
	z-index: 2001;
	width: 200px;
}

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

#main li li a {
	width: 100%;
	padding: 10px;
	margin: 0;
	line-height: 1.3;
	border: none;
	background: none !important;
	color: #FFFFFF !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
		#main li li:last-child a {
			border: none;
		}	
	#main li li.bold a {
		background-color: #a9aa7e !important;
	}
	#main li li a:hover, #main li li:hover>a {
		background-color: #a9aa7e !important;
		color: #ffffff !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: 8px;
	font-size: 80%;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #f9f6f3;
	left: 300px;
	top: 0;
	margin: 0;
}

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

#main li li li a {
	
}
	#main li li li a:hover, #main li li li:hover>a {
		background-color: #f9f6f3 !important;
	}