/*! 
Theme Name: Simone's Kitchen
Theme URL: https://www.simoneskitchen.nl
Description: Custom responsive blog theme by Simone's Kitchen.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 5.0.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: 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% - 220px - 5%);
		width: -webkit-calc(100% - 220px - 5%);
		width: calc(100% - 220px - 5%);
		min-width: 0;
		max-width: 100%;
	}
	.facet_sidebar {
		width: 220px;
		min-width: 0;
	}
	.facetwp-flyout-open {
		display: none
	}

}

.wrap, .wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1160px;
}
	.wide-wrap, body.home .wrap, body.home .wrapper {
		
	}
.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: #151918;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #e3e4e3;
	background-color: #e5f2f3;
	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: 'halcyon';
    src: url('fonts/halcyon-semibold-webfont.woff2') format('woff2'),
         url('fonts/halcyon-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: fallback;
}
@font-face {
    font-family: 'mixta_ess_sharp';
    src: url('fonts/mixtaesssharp-bold-webfont.woff2') format('woff2'),
         url('fonts/mixtaesssharp-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: fallback;
}


body {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.7;
	color: #151918;
	margin: 0;
}

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: #007986;
	text-decoration: underline;
}

a:hover {
	color: #8eba1e;
}

	.post-content a, .page-content a, .cat-desc a {

		font-weight: bold;
		border-bottom: 1px solid #b2d7db;
		box-shadow: inset 0 -2px 0 #b2d7db;
		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 {
			border-bottom: 1px solid #ddeabb;
			box-shadow: inset 0 -9px 0 #ddeabb;
		}
p {
	margin: 20px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "mixta_ess_sharp", Palatino, Times, serif;
	line-height: 1.1;
	font-weight: bold;
	margin: 20px 0;
	color: #151918;
}
	h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
		font-weight: normal !important
	}
h1 {
	font-size: 40px;
}

h2 {
	font-size: 34px;
}
	.post-content h2, .page-content h2 {
		margin-top: 40px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e3e4e3;
	}
		h2.noline {
			border: none;
			padding-bottom: 0;
		}
			.has-background h2 {
				border: none;
				background: transparent none;
				padding-bottom: 0;
				margin-top: 25px;
			}
	
	h1.divider, h2.divider, h3.divider, div.divider {
		font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: .15em;
		font-size: 18px;
	}
		.divider:after {
			content: "";
			width: 100%;
			display: block;
			height: 1px;
			border-bottom: 1.5px solid #151918;
			margin: -12px 0 40px;
		}
		.divider span {
			background-color: #ffffff;
			padding: 0 8px;
		}
			.shaded .divider span {
				background-color: #e5f2f3;
			}
		.centered {
			text-align: center
		}
	h1 em, h2 em, h3 em, h4 em, .subtitle {
		display: block;
		font-style: normal;
		font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: .15em;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.widget-title, .sidebar .divider, .sidebar h2 {
		margin: 20px 0 15px;
		font-size: 21px;
	}
	
h3 {
	font-size: 21px;
}
	
	.post-content h3, .page_content h3 {
		margin-top: 35px;
	}
h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}
	em strong, strong em {
		font-weight: normal;
		font-style: italic;
	}
.clear {
	clear: both;
}

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

.sep2 {
	width: 100%;
	height: 10px;
	margin: 35px 0;
	border-bottom: 1px solid #e3e4e3;
}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid #e3e4e3;
	border-bottom: none !important;
	margin: 45px auto;
}

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

/*!---------HEADER---------*/

.top-bar {
	border-bottom: 1px solid #ecefe9;
	padding: 6px 15px;
	display: flex;
	justify-content: space-between;
}
	.top-bar .top-nav {
		
	}
	.top-bar .social {
		align-self: flex-end;
		text-align: right;
	}
.header {
	position: relative;
	height: 181px;
	z-index: 101;
}
	body.home .header {
		border-bottom: none;
		margin-bottom: 0
	}

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

.header .header-search {
	vertical-align: middle;
	width: 220px;
	float: right;
	margin: 45px 0 20px;
}

.page-sections {
	margin-bottom: 35px;
}
	
/*!---------CONTENT---------*/

.span_content {
	
}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
	.post-content .size-large {
		text-align: center;
	}
		.post-content .size-large img {
			margin: 0 auto;
		}
	.post-content img[width="650"] {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.post-content .dpsp-pin-it-wrapper {
		margin: 0 auto !important;
		display: block !important;
		text-align: center;
	}
.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: none;
	margin: 0 0 10px 25px;
	padding: 0;
}
	.span_content ul li:before {
		display: inline-block;
		content: "";
		font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
		font-family: 'Font Awesome 5 Pro';
		color: #ffffff;
		background-color: #8eba1e;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 7px;
		width: 7px;
		margin-left: -17px;
		margin-right: 10px;
		position: relative;
		top: -2px;
		font-size: 12px;
		text-align: center;
	}


.span_content ol {
	
} 
.span_content ol li {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
	padding: 0;
}
.span_content ol {
	counter-reset:li;
}
	.span_content ol[start="2"] {
		counter-reset:li 1;
	}
	.span_content ol[start="3"] {
		counter-reset:li 2;
	}
	.span_content ol[start="4"] {
		counter-reset:li 3;
	}
	.span_content ol[start="5"] {
		counter-reset:li 4;
	}
	.span_content ol[start="6"] {
		counter-reset:li 5;
	}
	.span_content ol[start="7"] {
		counter-reset:li 6;
	}
	.span_content ol[start="8"] {
		counter-reset:li 7;
	}
	.span_content ol[start="9"] {
		counter-reset:li 8;
	}
	.span_content ol[start="10"] {
		counter-reset:li 9;
	}
.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 40px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #FFFFFF;
	background-color: #007986;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 28px;
	width: 28px;
	left: -24px;
	top: 2px;
	transform: translateX(-50%);
	line-height: 28px;
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.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---------*/

.sidebar {
	font-size: 95%;
	text-align: center
}

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	
}
.widget {
	margin: 50px 0 50px 0;
	text-align: center;
}
	.widget:first-child {
		margin-top: 0;
	}
	.widget:first-child .widget-title {
		margin-top: 20px;
	}

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

.widget a {
	text-decoration: none;
}

.sidebar select {
	color: #727574;
	font-size: 16px;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	border: 1px solid #e3e4e3;
	background-color: #ffffff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;	  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
	background-position: right 50%;
	background-repeat: no-repeat;
}

.sidebar .widget.shaded {
	background-color: #e5f2f3;
	padding: 20px;
}
	.sidebar .widget.shaded .widget-title {
		margin-top: 0
	}
.sidebar .about h2 {

}
.sidebar .about .image {
	margin: 0 auto;
	width: 100%;
}

.sidebar .about img {
	width: 100%;
	height: auto;
	display: block;
}
.sidebar .about p {
	font-size: 90%;
	margin: 15px 0
}

.sidebar .about .social {
	margin-top: 5px;
}
.social a {
	color: #757472;
	text-decoration: none;
	border: none;
	box-shadow: none;
	font-size: 17px;
	letter-spacing: normal;
	padding: 5px;
}
	.top-bar .social a {
		font-size: 15px;
		padding: 5px 8px;
	}
	.social a:hover {
		color: #8eba1e;
	}

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

.post {
	margin-bottom: 0px;
}

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

.post-title a {
	text-decoration: none;
	color: #151918;
}

	.post-title a:hover {
		color: #007986;
	}

.post-content>p:first-of-type {
	
}

.post-meta {
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	color: #727574;
	font-size: 11px;
	margin: 0 0 25px;
	text-align: center;
}

.post-meta a {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	color: #727574;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #007986;
		text-decoration: underline;
	}
.post-meta span {
	display: inline-block
}
.post-meta em {
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	font-size: 110%;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 6px 0 6px;
}
.meta-time, .meta-yield, .meta-diet {
	font-size: 12px;
	letter-spacing: .1em;
}
.meta-time i, .meta-yield i , .meta-diet i {
	color: #007986;
}
	.meta-time .wprm-recipe-details-unit, .meta-yield .wprm-recipe-servings-unit {
		font-size: 100%;
		text-transform: uppercase;
	}
	.meta-diet {
		
	}
.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
	color: #727574;
}
	.meta-bottom a {
		color: #727574;
	}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
}

		
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: #727574;
	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: #151918;
}

.disclosure, small {
	font-size: 12px;
	color: #727574;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 25px 0 15px
}
	.disclosure-top {
		margin: -15px 0 15px
	}
a.more-link {
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #151918;
	background-color: #8eba1e;;
	font-size: 13px;
	margin: 0 0 20px;
	padding: 6px 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: none;
	border: none;
	letter-spacing: .1em;
	text-decoration: none;
	display: inline-block;
		
}
	a.more-link i {
		
	}
	a.more-link:hover, a.more-link:focus {
		color: #ffffff;
		background-color: #007986;
	}
	
.teaser-post a.more-link {
	width: 144px;
	height: 47px;
	background: url(images/more-en.png) no-repeat;
	background-size: 100% auto;
	text-indent: -99999px;
}
	.teaser-post a.more-link:hover {
		transform: scale(1.05)
	}

.post-cats {
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1;
	position: relative;
	z-index: 101;
}
	.teaser-post .post-cats {
		margin: -15px 0 0
	}
	.items .item .post-cats {
		margin: -15px 0 -5px
	}
	.post-cats a {
		color: #151918;
		background-color: #8eba1e;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		text-decoration: none !important;
		padding: 6px 12px 5px;
		margin: 0;
		display: inline-block;
		line-height: 1.2;
	}
		.post-cats a:hover {
			color: #FFFFFF;
			background-color: #007986;
		}
	.meta-bottom .post-cats a {
		margin: 2px 0
	}

/*! Gutenberg Blocks */

.fullwidth {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
}

.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: 45px 0;
}
	ol.has-background, ul.has-background {
		padding: 20px 30px 15px;
	}
	p.has-background {
		padding: 25px;
	}
	.wp-block-group.has-background h2 {
		margin-top: 30px;
		border-bottom: none;
		background: transparent none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -20px -30px 10px;
			padding: 20px 30px;
		}
	.has-lightgray-background-color {
		background-color: #ececec;
	}
	.has-blue-background-color {
		background-color: #007886;
	}
	.has-lightblue-background-color {
		background-color: #e5f2f3;
	}
	.has-green-background-color {
		background-color: #8eba1e;
	}
	.has-lightyellow-background-color {
		background-color: #eef5dd;
	}
	.has-marble-background-color {
		background-color: #ececec;
		background: url(images/marble.jpg);
		background-size: 380px auto;
	}
	.has-charcoal-background-color {
		background-color: #151918;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 2px solid #e3e4e3;
	}
	
	.has-lightgray-color {
		color: #eaeaea;
	}
	.has-blue-color {
		color: #007986;
	}
	.has-lightblue-color {
		color: #e5f2f3;
	}
	.has-green-color {
		color: #8eba1e;
	}
	.has-lightgreen-color {
		color: #eef5dd;
	}
	.has-charcoal-color {
		color: #151918;
	}
	.has-white-color {
		color: #ffffff;
	}
.wp-block-quote {
	background-color: #e5f2f3;
	padding: 20px 35px;
	margin: 40px 0;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-size: 80%;
}
	.wp-block-quote cite strong {
		font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .07em;
	}
	
.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
}
.schema-faq-question:before {
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #FFF;
	background-color: #007986;
	-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;
}

.span_content_full .page-content p, .span_content_full .page-content h1, .span_content_full .page-content h2, .span_content_full .page-content .wp-block-quote {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.span_content_full figure.alignright {
	width: 35%;
	height: auto;
}
	.span_content_full figure.alignright img {
		width: 100%;
		height: auto;
	}
	

/*! Inner Post */

.inner-post {
	margin: 35px 0 0;
}

#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 !important
	}
	#dpsp-content-top ul li:first-child, #dpsp-content-bottom ul li:first-child, .dpsp-shortcode-wrapper ul li:first-child {
		margin-left: -2px !important;
		padding-left: 0 !important
	}

#dpsp-content-top a, #dpsp-content-top button, #dpsp-content-bottom a, dpsp-content-bottom button, .dpsp-shortcode-wrapper a {
	border: none !important;
	box-shadow: none !important;
}
#dpsp-content-top button, #dpsp-content-bottom button {
	margin-right: .5px !important
}
#dpsp-content-bottom {
	margin-bottom: 25px;
}
.dpsp-share-text {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: -15px;
}

/*!Next/prev Posts*/

.post-nav {
	font-family: "mixta_ess_sharp", Palatino, Times, serif;
	line-height: 1.1;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	margin: 30px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 21px;
	line-height: 1.2;
	border-top: 1px solid #e3e4e3;
	border-bottom: 1px solid #e3e4e3;
}

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

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

.post-nav em {
	display: block;
	font-size: 11px;
	font-style: normal;
	color: #727574;
	padding: 0 0 5px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

/*!author box*/
.authorbox {
	overflow: hidden;
	margin: 30px 0 30px;
	border: 1px solid #e3e4e3;
	padding: 25px;
	font-size: 90%;
}
.authorbox h4 {
	margin: 0 0 10px;
	font-size: 30px;
}
.authorbox h4 a {
	text-decoration: none;
	color: #3d3e3f;
}
.authorbox .avatar {
	width: 25%;
	float: right;
	margin: 0 0 10px 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.authorbox .post-meta {
	margin: 0;
	text-align: left;
}
.authorbox p {
	margin: 20px 0;
}
.authorbox .more {
	text-align: left;
}
.authorbox a.more-link {
	font-size: 11px;
	padding: 5px 12px;
}
.authorbox .social {
	margin-bottom: 0px;
}
.authorbox .social a {
	font-size: 18px;
}

	
/*!author page*/

ul.a-tab-nav li {
	list-style-type: none;
}
ul.a-tab-nav li:before {
	display: none !important;
}
ul.a-tab-nav {
	display: none !important;
}

ul.a-tab-nav li i.wpautbox-icon {
	display: none !important;
}
.a-tab-container {
	border: none !important;
	padding: 0 0 25px !important;
	margin: 0 0 25px;
	border-bottom: 1px solid #e3e4e3 !important;
}
.a-tab-content {
	border: none !important;
	padding: 0 !important;
	margin: 0;
}
.wpautbox-socials {
	border: none !important;
	background-color: transparent;
	padding: 15px 0 0 !important;
}
.a-tabs #wpautbox_about .wpautbox-avatar {
	width: 100px !important;
	height: auto !important;
}

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

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

	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -2%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 4%);
			margin: 0 2% 20px;
		}
		.span_content_full .items-3-col .item	 {
			margin-bottom: 40px;
		}
		.archives.items-3-col .item {
			margin-bottom: 15px;
		}

	/* 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, .sidebar .items-2-col {
		margin: 0 -2%
	}
		
		.sidebar .items-4-col .item, .sidebar .items-2-col .item {
			width: calc((100% / 2) - 4%);
			margin: 0 2% 2%;
		}
	/* Desktop 5 Columns*/
	.items-5-col {
		margin: 0 -1.5%;
	}
		.items-5-col .item {
			width: calc((100% / 5) - 3%);
			margin: 0 1.5% 2%;
			margin-bottom: 15px;
			
		}
	/* Desktop 6 Columns*/
	.items-6-col {
		margin: 0 -1%;
	}
		.items-6-col .item {
			width: calc((100% / 6) - 2%);
			margin: 0 1% 15px;
			
		}

.items .item .title {
	margin: 15px 0;
	word-wrap: break-word;
	clear: both;
	-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 {
		font-size:16px;
			font-size: clamp(14px, 1.5vw, 18px)
	}
		
	.items-3-col .item .title {
		font-size: 24px;
		font-size: clamp(14px, 2vw, 24px);
	}
		.span_content_full .items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
			font-size: 32px;
			font-size: clamp(18px, 3vw, 32px);
		}
		.archives.items-3-col .item .title {
			font-size: 24px;
			font-size: clamp(15px, 3vw, 24px);
			margin-bottom: 5px;
		}
		
	.items-4-col .item .title {
		font-size: 24px;
		font-size: clamp(15px, 3vw, 24px);
	}

	.items-5-col .item .title {
		font-size: 18px;
		font-size: clamp(15px, 2vw, 18px);
	}
	.items-6-col .item .title {
		font-size: 12px;
	}
.sidebar .item .title {
	font-size: 16px;
	margin: 10px 0 10px;
}
.item .title {
	text-decoration: none;
	color: #151918;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title a {
		color: #151918;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title, .item:hover .title {
		color: #8eba1e;
	}

.page_content .items h2 {
	padding: 0;
	border: none;
}
.items a {
	text-decoration: none;
	border: 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
	}
	.icons .item img {
		border-radius: 50%;
	}
	.teaser-post img {
		
	}
.item .more {
	
}
.featured-posts-block .more {
	text-align: center;
	margin-top: -15px;
}
.sidebar .widget_category-posts .more a {
	font-size: 11px;
}
	
.item .excerpt {
	font-size: 92%;
	margin: 18px 0 15px
}

.item .wprm-recipe-rating {
	font-size: 14px;
	line-height: 1.3;
	margin: -10px 0 10px
}
.item .wprm-recipe-rating .wprm-recipe-rating-details {
	font-size: 12px;
	font-style: italic;
	opacity: 0.7;
}



.home-section .item a.overlay {
	display: block;
	position: relative;
}
	.home-section .item a.overlay .title {
		position: absolute;
		top: 50%;
		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: #FFFFFF;
		color: #333333;
		font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .11em;
		font-size: 16px;
		display: inline-block;
		padding: 8px 13px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		white-space: nowrap;
	}
		.home-section .item a.overlay:hover .title {
			background-color: #007986;
			color: #ffffff;
		}


	
/*!----Homepage Styles----*/

.upper-home-sections {
	margin-bottom: 60px;
}
.lower-home-sections {
	margin-top: 50px;
}
.home-section {
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 5vw 0;
}
	.upper-home-sections .home-section {
		padding: 0;
	}
	.upper-home-sections .subscribe {
	
	}
.home-section .wrap {
	position: relative;
}
	.home-section.shaded {
		border: none;
		background-color: #e5f2f3;
		padding: 50px 0 40px;
		position: relative;
	}
	.home-section.green {
		background-color: #edf1e5;
		background: url(images/bg@2x.png);
		background-size: 501px auto;
	}

.home-section .divider, .home-section .block-title {
	margin: 15px 0 25px;
	text-align: center;
}
	.home-section .divider em {
		
	}
.home-section .description {
	margin: -10px auto 25px;
}

.home-section .more {
	text-align: center;
	clear: both;
}

	.home-section .more a em, .sidebar .more a em {
		display: none
	}



.home-section .widget-content {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.home-section .widget-content .image {
	width: 50%;
}

	.home-section .widget-content .image img {
		width: 100%;
		height: auto;
		display: block;
	}

.home-section .widget-content .caption {
	width: 50%;
	padding: 3% 3% 2%;
	text-align: center;
}
	

.home-section.video .widget-content .player {
	width: 60%;
}
.home-section.video .widget-content .caption {
	width: 40%;
	padding: 1% 0 1% 3%;
	text-align: center;
}
.home-section .video-content h2 i {
	display: block;
	font-size: 32px;
}

.optin-content {
	text-align: center;
	padding: 30px 20px 15px;
	background: url(images/marble.jpg);
	background-size: 380px auto;
}
	.inner-post .optin-content {
		padding: 50px;
	}
	.optin-content .caption {
		
	}
		.optin-content .caption h2 {
			margin: 0;
		}
		.optin-content .caption p {
			margin: 2px 0 15px;
			opacity: 0.7;
			font-size: 90%;
		}
	.optin-content .form {
		display: block;
		width: auto;
		max-width: 700px;
		margin: 0 auto;
	}


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

.catdesc {
	margin-bottom: 25px;
}
.archiveslist {
	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;
}

.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;
	color: #007986;
}
	.archiveslist li:before {
		display: none !important;
	}
.archiveslist a {
	color: #151918;
	text-decoration: none;
}
	.archiveslist a:hover {
		color: #007986;
	}


.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;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 22px;
	height: 25px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #727574;
	text-decoration: none;
}
	.tagindex a:hover {
		color: #007986
	}

.tagtitle {
	margin-bottom: 10px;
}

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

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

	.tagtitle a:hover {
		color: #007986;
	}
	
.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: #727574;
		font-size: 80%;
	}


/*Subcategories*/
.cat-section.subcats {
	margin-top: -20px !important;
	padding-top: 0 !important;
	padding-bottom: 10px !important;
}
ul.subcategories, .subcats ul.menu {
	margin: 0 0 35px;
}
ul.subcategories strong, .subcats h2.divider {
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	font-size: 19px;
	color: #151918;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 15px;
	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;
	letter-spacing: .1em;
	text-decoration: none;
	font-weight: bold;
	color: #151918;
	background-color: #8eba1e;
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	padding: 4px 14px;
	margin: 3px 2px;

}

	ul.subcategories ul li a a:hover, .widget.categories a:hover, .subcats ul.menu li a:hover {
		background-color: #007986;
		color: #FFFFFF;
		text-decoration: none !important;
	}

ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a {
	background-color: #007986;
	color: #FFFFFF !important;
}

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


/*Facets*/
.facets {
	font-size: 90%;
}
	.facets .facetwp-counter {
		display: none;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 5px;
		margin-left: 2px
	}
.facets h2 {
	font-size: 21px;
}
.facets h3 {
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 16px;
	background-color: #e5f2f3
}
.facetwp-facet {
	font-size: 90%;
	margin: 0 0 20px !important;
}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}

.facetwp-search {
	border: 1px solid #EDEEEB;
	color: #424242;
	font-size: 15px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	line-height: 40px;
	background-color: #fff;
	padding: 0 10px;
	vertical-align: middle;
	height: 40px;
	min-width: 100% !important;
	width: 100% !important;
}

.sort-bottom, .facet-pagination-bottom {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}
.facetwp-flyout-open {
	display: none
}
.facetwp-load-more, button.facetwp-flyout-open {
	color: #ffffff;
	font-size: 13px;
	letter-spacing: .075em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #007986;
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: none !important;
	cursor: pointer;
	border: none;
	margin-top: 5px;
	padding: 10px 15px;
	text-decoration: none;
}

	.facetwp-load-more:hover {
		color: #FFF;
		background-color: #8eba1e;
	}
	
/*!Breadcrumbs*/

.breadcrumb {
	color: #727574;
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 10px;
}
	.single-post-content .breadcrumb {
		text-align: center
	}
.breadcrumb a {
	color: #727574;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
}
	.single-post-content .breadcrumb .breadcrumb_last {
		

	}
	.breadcrumb .breadcrumb_last {
		font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;

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


/*!---------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 #e3e4e3;
}

.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 #e3e4e3;
	width: 100%
}

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #007986;
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	letter-spacing: .15em;
	cursor: pointer;
	margin-top: 5px;
	padding: 18px 25px 16px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.wp-block-button.bigbutton a {
		font-size: 21px;
		padding: 25px 40px;
	}
	a.smbutton, button.smbutton {
		font-size: 11px;
		padding: 7px 12px;
	}


	#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 {
		color: #FFFFFF;
		background-color: #007986;
	}



#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #e5f2f3;
	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 {
	width: 100%;
	border: none;
	overflow: hidden;
	position: relative;
}

.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field {
	color: #151918;
	font-size: 18px;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	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 #e3e4e3;
}
	.header-search .search-field {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
		padding: 0 30px 0 10px;
	}

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

	
.search-form .search-submit {
	background-color: transparent;
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 22px;
	color: #151918;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	float: right;
	cursor: pointer;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
	.search-form .search-submit:hover, .search-form .search-submit:focus {
		color: #8eba1e;
	}
	.header-search .search-submit {
		height: 45px;
		line-height: 45px;
		width:  45px;
		border: none;
		font-size: 20px;
	}	


/*Subscribe Forms*/

.subscribe {
	text-align: center;
}

.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.subscribe .email-input {
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
	color: #434f57;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	width: 100%;
	float: left;
	width: -moz-calc(100% - 220px);
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
	height: 55px;
	line-height: 55px;
	margin: 0;
	padding: 0 15px;
}
	.shaded .email-input {
		border: none;
	}
	.sidebar .subscribe .email-input {
		width: 100%;
		margin: 0 0 10px;
		float: none;
	}
	.email-input:focus {
		outline: none;
		color: #151918;
		background-color: #ffffff;
		border: 2px solid #8eba1e
	}

.subscribe .email-submit {
	border: none;
	float: right;
	width: 204px;
	height: 74px;
	background: url(images/subscribe-en.png) no-repeat;
	background-size: 100% auto;
	text-indent: -9999px; 
}
	.sidebar .subscribe .email-submit {
		float: none;
		margin: 0 auto
	}
	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		opacity: 0.6;
	}

.email-input::placeholder {
	color: #9B9693;
}
.search-field::placeholder {
	color: #9B9693;
}

/*Mailer Lite*/
.ml-error input {
	background-size: 24px 24px !important;
	border: 2px solid red !important;
	}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
padding: 0;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
padding-bottom: 0;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
	
}
	.footer .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
		margin: 15px 0;
	}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
	font-size: 16px;
	font-weight: bold;
	color: #151918 !important;
	margin: 0 0 5px !important;
	text-align: center;
	word-break: break-word;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
font-size: 13px;
line-height: 1.5;
color: #151918 !important;
margin: 0;
text-align: center;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
font-size: 14px;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
color: #151918;
text-decoration: underline;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
margin: 0;
}


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

.cat {
	position: absolute;
	top: -42px;
	right: 70px;
}
	.cat:hover {
		transform: scale(1.08)
	}
.footer {
	position: relative;
	clear: both;
	margin-top: 80px;
	font-size: 80%;
	background-color: #151918;
	color: #b8b8b8;
	padding: 20px 0;
}

	body.home .footer {
		margin-top: 20px;
	}
.footer .wrap {
	
}
.footer-nav {
	text-align: center;
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
}
.footer-nav li {
	display: inline-block;
	margin-right: 12px;
}
	.footer-nav a {
		text-decoration: none;
		color: #b8b8b8;
		display: inline-block;
	}
		.footer-nav a:hover {
			color: #8eba1e
		}
.footer .copyright {
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	opacity: 0.7;
}
.copyright p {
	margin: 0;
}
.copyright strong {
	text-transform: uppercase;
	letter-spacing: .1em;
}
.copyright em {
	font-family: Georgia;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 110%;
}
.copyright a {
	color: #b8b8b8;
	text-decoration: underline;
}

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

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

#respond {
	padding: 2% 5% 10px;
	background: #e5f2f3;
}

	#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 80px;
	padding: 0;
}

#comment-list li {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	border: 1px solid #e3e4e3;
	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: #e5f2f3;
	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;
}

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

.comment-meta a {
	
}

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

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

.comment-meta a:hover {
	color: #151918;
	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
}

.wp-smiley {
	vertical-align: middle
}
.akismet_comment_form_privacy_notice {
	font-style: italic;
	color: #727574;
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0 80px;
	display: block
	}
/*!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: #151918;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	font-weight: bold;
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #727574;
}

.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #727574;
	margin: 0;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 33px;
	text-decoration: none;
	display: inline-block;
}

.pagination .page-numbers.current, .pagination a.active {
	color: #151918;
	background-color: #ffffff;
	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: #007986;
}

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

#top {
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 11px;
	line-height: 33px;
}
#top li {
	display: inline-block;
	margin: 0 12px 0 0;
}
#top li a {
	text-decoration: none;
	color: #717474;
}
	#top li a:hover {
		color: #8eba1e
	}
	
#top li.spacer a {
	color: #ececed;
	font-size: 24px;
	vertical-align: top;
	font-weight: 100;
	letter-spacing: normal;
	pointer-events: none;
}

/*!---------MAIN DROPDOWN MENU---------*/
#main {
	padding: 0;
	margin: 0px -15px 0 0;
	font-family: "mixta_ess_sharp", Palatino, Times, serif;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 24px;
	line-height: 50px;
	height: 50px;
	display: block;
	width: -moz-calc(100% - 310px);
	width: -webkit-calc(100% - 310px);
	width: calc(100% - 310px);
	float: right;
	text-align: right;
	position: relative;
	z-index: 202;
}

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

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

#main li a {
	display: inline-block;
	padding: 0 13px;
	text-decoration: none;
	color: #151918;
	-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: #8eba1e;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	letter-spacing: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	padding: 5px 0;
	top: 45px;
	left: 50%;
	line-height: 1.4;
	background-color: #151918;
	-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: 2001;
	width: 210px;
}

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


#main li li a {
	display: block;
	padding: 8px 15px;
	border: none;
	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 a:hover, #main li li:hover a {
		color: #8eba1e !important;
	}



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

#main ul li.bold a {
	font-weight: bold;
}

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

#main ul li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	display: inline-block;
	font-size: 115%;
	margin-left: 4px;
	position: relative;
	top: 2px;
	display: none;
}

#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: 7px;
	top: 50%;
	font-size: 95%;
	margin-top: -8px;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	border: none;
	left: 315px;
	top: 0;
	margin: 0;
}

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

#main li li li a {
	background-color: transparent !important;
}
	#main li li li a:hover {
	background-color: rgba(255,255,255,.2) !important;
	}


/*!WPRM*/

.wprm-recipe.wprm-recipe-template-custom {
	border: 1px solid #e3e4e3;
	background-color: #ffffff;
	outline: none;
	padding: 30px;
	margin: 30px 0;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
	width: 34%;
	float: right;
	padding: 0;
	margin-left: 10px;
	border-left: 12px solid #ffffff;
	background-color: #ffffff;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image-container .wprm-recipe-image {
		width: 100% !important;
		height: auto;
		display: block;
		margin: 0;
		padding: 0;
		border: none;
	}

.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 0 0 10px !important;
	padding: 0;
	border: none;
}

.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	margin: 25px 0 5px !important;
	font-size: 26px;
}

.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	
	font-family: "halcyon", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em;
	font-weight: bold;
	margin: 20px 0 5px !important;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	margin-bottom: 25px;
}

.wprm-recipe.wprm-recipe-template-custom .recipe-meta {
	border-top: 1px solid #e3e4e3;
	border-bottom: 1px solid #e3e4e3;
	padding: 12px 2px;
	line-height: 27px !important;
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
		border: none;
		padding: 0;
		line-height: 20px !important;
		margin-top: 25px;
	}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-tag-container, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	color: #727574;
	font-family: "halcyon", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .15em;
	text-decoration: none;
	clear: none;
	border: none;
	padding: 0;
}
	.wprm-recipe-tag-container .wprm-block-text-normal {
		text-transform: uppercase;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-label, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-label {
	font-family: Georgia;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-unit {
		text-transform: uppercase;
		font-size: 100%;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-value {
		letter-spacing: normal;
		font-size: 13px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-unit {
		font-size: 100%;
		text-transform: lowercase;
		letter-spacing: normal;
		font-weight: normal;
		font-size: 13px;
	}

.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
	display: block;
	font-family: "halcyon", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	background: none;
	background-color: #8eba1d;
	color: #151918;
	border: none !important;
	font-size: 12px;
	line-height: 2;
	text-decoration: none;
	padding: 8px 10px;
	margin: 10px 0 0px !important;
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link:hover {
		background-color: #007986 !important;
		color: #ffffff !important;
	}
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating {
	margin-top: 15px;
	line-height: 1.5;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-rating-details {
		font-style: italic;
		opacity: 0.7;
		font-size: 14px;
	}
.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li {
	margin-bottom: 0;
}
.wprm-recipe.wprm-recipe-template-custom li:before {
	display: none;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	border: 1px solid #e3e4e3;
	padding: 20px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
	margin: 25px -30px -30px !important;
	background-color: #ececec;
	background: url(images/marble.jpg);
	background-size: 380px auto;
	padding: 30px
}
.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action-header {
	font-family: "mixta_ess_sharp", Palatino, Times, serif;
	line-height: 1.1;
	font-weight: bold;
	margin: 10px 0 5px;
}

@media ( max-width : 480px ) {
	.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
		word-break: break-word;
	}
	.wprm-recipe.wprm-recipe-template-custom {
		padding: 20px;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
		width: 100%;
		float: none;
		padding: 0;
		margin-left: 0px;
		border-left: none;
		overflow: hidden;
		margin-bottom: 15px
	}
		.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right .wprm-recipe-image {
			width: 48% !important;
			height: auto;
			float: left;
			display: block;
			margin: 0;
			padding: 0;
			border: none;
		}
		.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right a.wprm-recipe-link {
			width: 48%;
			float: right;
			margin: 0 0 10px !important;
		}
		.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right .wprm-recipe-rating {
			width: 48%;
			float: right;
			margin: 10px 0 0;
		}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-time-container {
		padding: 0;
		text-align: left;
		width: 100%;
		max-width: 100%;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-time-container .wprm-recipe-time-header, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-details-container .wprm-recipe-details-name {
		display: inline;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-time-container .wprm-recipe-time {
		display: inline;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-call-to-action {
		margin: 25px -20px -20px !important;
		padding: 20px
	}
}

/*Jump Button*/

.post-meta .wprm-recipe-snippet {
	vertical-align: middle;
	text-align: center !important;
	margin: 8px 0px 0 0 !important
}
	.post-meta a.wprm-recipe-link {
		display: inline-block;
		font-family: "halcyon", Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		letter-spacing: .1em;
		padding: 1px 10px 0px !important;
		border: none;
		color: #151918;
		background-color: #8eba1d;
		border: none !important;
		font-size: 11px;
		height: 28px !important;
		line-height: 26px !important;
		margin: 0 5px 0 0 !important;
	}

		.post-meta a.wprm-recipe-link:before {
			content: "\f063";
			font-family: "Font Awesome 5 Pro";
			font-weight: normal;
			margin-right: 5px;
		}
			.post-meta a.wprm-video-link:before, .post-meta a.wprm-recipe-jump-video:before {
				content: "\f03d";
				font-family: "Font Awesome 5 Pro";
				font-weight: bold;
				margin-right: 5px;
			}
		.post-meta a.wprm-recipe-link:hover {
			color: #ffffff !important;
			background-color: #007986
		}
			.post-meta a.wprm-recipe-link:hover:before {
				color: #ffffff !important;
			}
			
.post-meta .wprm-recipe-snippet .wprm-recipe-rating {
	display: inline-block;
	font-size: 15px;
	margin-left: 6px;
}
	.post-meta .wprm-recipe-snippet svg {
		display: inline !important;
	}	
.post-meta .wprm-recipe-snippet .wprm-recipe-rating-details, .wprm-recipe-roundup-item .wprm-recipe-rating-details {
	font-family: Georgia;
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	display: inline-block;
	margin-left: 8px;
	font-size: 11px;
}


/*Mailer Lite*/


.ml-error input {
	background-size: 24px 24px !important;
	border: 2px solid red !important;
	}

.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
padding: 0;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
padding-bottom: 0;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
	
}
	.footer .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
		margin: 15px 0;
	}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
	font-size: 16px;
	font-weight: bold;
	color: #2e2c2d !important;
	margin: 0 0 5px !important;
	text-align: center;
	word-break: break-word;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
font-size: 13px;
line-height: 1.5;
color: #2e2c2d !important;
margin: 0;
text-align: center;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
font-size: 14px;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
color: #2e2c2d;
text-decoration: underline;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
margin: 0;
}