/*!
Theme Name: Alexandra's Kitchen
Theme URL: https://www.alexandracooks.com
Description: Custom responsive blog theme for Alexandra's Kitchen.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/

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

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

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

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

/*! 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;
	}
	.span_content_wide {
		width: 80%;
		max-width: 800px;
		margin: 0 auto !important;
		float: none !important;
		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;
	}

}

.wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1200px;
}

.wrap {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1200px;
}


.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: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #f8f8f8;
	background-color: #f8f8f8;
	padding: 5px 10px;
	text-decoration: none;
}

#skip a:focus {
	position:absolute;
	left: 8px;
	top: 8px;
	z-index: 3001;
	width:auto;
	height:auto;
}

/*!---------STRUCTURE---------*/
@font-face {
    font-family: 'Futura';
    src: url('fonts/Futura-Boo.woff2') format('woff2'),
        url('fonts/Futura-Boo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
    src: url('fonts/Futura-BooObl.woff2') format('woff2'),
        url('fonts/Futura-BooObl.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Futura';
    src: url('fonts/Futura-Dem.woff2') format('woff2'),
        url('fonts/Futura-Dem.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
    src: url('fonts/Futura-MedObl.woff2') format('woff2'),
        url('fonts/Futura-MedObl.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


body {
	font-family: "Futura", "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.6;
	color: #424242;
	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;
}
	/*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, .home-section.about .image .featured a .inline, .home-section.about .image .featured a img {
			-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: #667b69;
	text-decoration: underline;
}

a:hover {
	color: #85a182;
}

	.post-content a, .page-content a, .cat-desc a, #respond a {
		font-weight: bold;
		color: #424242;
		border-bottom: 1px solid #d3e2d1;
		box-shadow: inset 0 -6px 0 #d3e2d1;
		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, #respond a:hover, #respond a:focus {
			color: #424242;
			border-color: #d3e2d1;
			box-shadow: inset 0 -24px 0 #d3e2d1;
		}
p {
	margin: 25px 0;
}

.post img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Futura", "Trebuchet MS", Arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.1;
	margin: 25px 0;
	color: #424242;

}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}
	.post-content h2, .page_content h2 {
		margin-top: 40px;
	}
	.subtitle {
		font-size: 12px;
		display: block;
		letter-spacing: .12em;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0 0 10px;
	}
		h2 .subtitle {
			
		}

h3 {
	font-size: 22px;
}
	h3.divider, h2.divider {
		text-align: left;
		font-size: 28px;
		text-transform: uppercase;
		letter-spacing: .1em;
		margin: 0 0 20px;
	}

	h3.widget-title {
		text-align: center;
		margin: 0 0 15px;
	}
	h3.latest {
		text-align: left;
		margin-top: 0;
		margin-bottom: 15px;
	}


h4 {
	font-size: 24px;
	line-height: 1.2;
}

h5 {
	font-size: 20px;
	line-height: 1.2;
}

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: 2px solid #e9f0e8;
}

hr {
	border: 0;
	height: 0;
	border-top: 2px solid #e9f0e8;
	border-bottom: none;
	margin: 45px auto;
}

	hr.is-style-default {
		width: 150px;
		margin: 45px auto;
		border-top: 2px solid #e9f0e8;
	}
	hr.is-style-wide {
		width: 100%;
		margin: 45px auto;
	}

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

.top-bar-spacer {
	min-height: 35px;
}
.top-bar {
	background-color: #b6ceb2;
	color: #424242;
	position: relative;
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 17px;
}
	.top-bar h3 {
		display: none;
	}
	.top-bar p {
		margin: 0;
	}
	.top-bar a {
		color: #424242;
	}
		.top-bar a:hover {
			text-decoration: none;
		}
	.top-bar strong {
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		font-size: 90%;
	}
	.top-bar img.emoji {
		display: inline !important;
		width: 20px !important;
		vertical-align: middle;
	}

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

.span_content {

}

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}

.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 35px;
	padding: 0;
}
	.span_content ul li li {

	}

.span_content ul li:before {
	content: "\f138";
	font-weight: bold;
	font-family: "Font Awesome 5 Pro";
	color: #b7cfb2;
	font-size: 80%;
	margin-left: -30px;
	width: 30px;
	display: inline-block;
}

	.span_content ul ul li:before {
		content: "\f054";
		font-weight: bold;
		font-family: "Font Awesome 5 Pro";
		color: #b7cfb2;
		font-size: 80%;
		margin-left: -20px;
		width: 20px;
		display: inline-block;
	}

.span_content ol {
	counter-reset:li;
}

.span_content ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 33px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #424242;
	background-color: #b7cfb2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 23px;
	width: 23px;
	left: -22px;
	top: 6px;
	transform: translateX(-50%);
	line-height: 26px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

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

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

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

h1.page-title {

}

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

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

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {

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

.widget.center, .widget.center .textwidget {
	text-align: center;
}

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

.widget a {
	text-decoration: none;
}

.widget p {
}


.sidebar select {
	color: #757575;
	font-size: 16px;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	border: 1px solid #e8e8e8;
	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;
}
	.widget_categories h3.widget-title {
		display: none;
	}



.social a {
	text-decoration: none;
	font-size: 18px;
	font-weight: normal !important;
	padding: 3px 8px;
	color: #86a183;
	text-decoration: none;
	border: none !important;
}

	.social a:hover {
		color: #b7cfb2
	}
	.social strong {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .12em;
	}


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


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

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

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

.post-meta {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #757575;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	overflow: hidden;
	margin: 0 0 30px;
}
.post-meta a {
	color: #757575;
	text-decoration: none;
}

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #85a182;
	text-decoration: underline;
}

.post-date {
	margin: 0 0 15px;
	color: #424242
}
	.post-date a {
		color: #424242;
		background-color: #b6ceb2;
		display: inline-block;
		padding: 5px 10px 2px;
	}
		.post-date a:hover {
			background-color: #85a182;
			color: #ffffff;
			text-decoration: none;
		}

.post-meta em {
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 13px;
}


.post-meta .spacer {
	display: inline-block;
	margin: 0 0 0 10px;
	font-weight: normal;
}
.post-meta .avatar {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 5px;
}
.ccount {
	display: inline-block
}
.ccount a:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 2px;
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	color: #757575;
	font-weight: bold;
	font-size: 90%;
}

.post-meta a.jump {
	background-color: #b7cfb2;
	color: #424242;
	margin-right: 11px;
	display: inline-block;
	padding: 4px 10px 1px;
}
	.post-meta a.jump:hover {
		text-decoration: none;
		background-color: #86a183;
		color: #ffffff;
	}
	.post-meta .jumpbuttons {
		display: block;
		margin-top: 10px;
	}
	.tasty-recipes-quick-links {
		display: inline-block !important;
		vertical-align: middle;
		margin-bottom: 0 !important;
	}
.post-meta a.respond {
    text-decoration: none;
}
	.post-meta a.respond .tasty-recipes-rating {
	    color: #f2c858;
	    text-decoration: none;
	    font-size: 15px;
	    line-height: 1;
	}
	.post-cat a {
		display: inline-block;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .12em;
		padding: 6px 10px 4px 12px;
		text-decoration: none;
		color: #424242;
		background-color: #b7cfb2;
	}
		.teaser-post .post-cat a {
			font-size: 13px;
			padding: 7px 12px 4px 14px;
		}
		.post-cat a:hover {
			background-color: #86a183;
			color: #ffffff;
			text-decoration: none;
		}
.post-cats {
	text-align: center;
	margin: 45px 0;
}
.post-cats a {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 4px 10px 1px;
	margin: 2px;
	text-decoration: none;
	color: #424242;
	background-color: #b7cfb2;
}
	.post-cats a:hover {
		background-color: #86a183;
		color: #ffffff;
		text-decoration: none;
	}
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: #757575;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: none;
	display: inline-block !important;
}

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

a.more-link, span.more-link, a.buy-link {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1;
	color: #424242;
	border-bottom: 1px solid #d3e2d1;
	box-shadow: inset 0 -6px 0 #d3e2d1;
}
	.has-background a.more-link {
		border: none;
		box-shadow: none;
		background-color: #b6ceb2;
		color: #424242;
		padding: 13px 15px 11px 17px;
	}
	a.more-link:hover, span.more-link:hover, a.buy-link:hover {
		color: #424242;
		border-color: #d3e2d1;
		box-shadow: inset 0 -28px 0 #d3e2d1;
	}
		.has-background a.more-link:hover {
			border: none;
			box-shadow: none;
			background-color: #c0d6bc;
			color: #424242;
		}
	.home-section .more {
		text-align: center;
		margin-top: 20px;
	}
	@media ( min-width : 600px ) {
		.home-section .fixed-more {
			position: absolute;
			top: 0;
			right: 20px;
			margin-top: 0;
		}
	}



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

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

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

.post blockquote {
	margin: 45px 0;
	padding: 0 6%;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
	.post blockquote:before {
		content: "";
		display: block;
		width: 80px;
		margin: 25px auto;
		border-top: 2px solid #e9f0e8;
	}
	.post blockquote:after {
		content: "";
		display: block;
		width: 80px;
		margin: 25px auto;
		border-top: 2px solid #e9f0e8;
	}
	.post blockquote.left:before, .post blockquote.right:before, .post blockquote.left:after, .post blockquote.right:after {
		display: none
	}

.post blockquote.left {
	width: 70%;
}
.post blockquote.right {
	width: 70%;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 60px;
}

	.post blockquote cite {
		font-weight: normal;
		font-size: 15px;
		line-height: .8;
	}
		.post blockquote cite br {
			display: none;
		}
		.post blockquote cite strong {
			display: block;
			text-transform: uppercase;
			letter-spacing: .1em;
			color: #667a69;
			line-height: 1;
		}
	.post blockquote cite:before {
		content: "";
		display: block;
		width: 80px;
		margin: 25px auto 30px;
		border-top: 2px solid #e9f0e8;
	}

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

.wp-caption p, figcaption {
	color: #757575;
	font-size: 15px;
	font-style: italic;
	text-align: center;
}


/* Wide template overrides */
/* Added by FD Sept 2020 */



/*! Ebook Page */
/*
.span_content_wide p, .span_content_wide h2, .span_content_wide h3, .span_content_wide ul {
	max-width: 667px;
	margin-left: auto;
	margin-right: auto;
}
.span_content_wide hr {
	max-width: 667px;
}

.span_content_wide p.subhead {
	font-style: italic;
	font-size: 120%;
}
.span_content_wide h2 {
		border: none;
		padding-bottom: 0;
	}
.span_content_wide .wp-block-media-text.imagelist {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
	.span_content_wide .wp-block-media-text.imagelist img {

	}

*/


/*! Gutenberg Blocks */

ul.blocks-gallery-grid li:before {
	display: none;
}
.wp-block-embed-youtube {
	margin: 25px 0 45px;
	padding: 25px;
	background-color: #e9f0e8;
}

.wp-block-button {
	text-align: center
}

.wp-block-button.bigbutton {

}

.subscribe-columns {
	counter-reset:li;
	margin: 55px 0 40px;
}

.subscribe-columns>.wp-block-column {
	list-style-type: none;
	position: relative;
	border: 1px solid #e9f0e8;
	padding: 15px 20px 20px;
	text-align: center;
}
.subscribe-columns>.wp-block-column:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	background-color: #85a182;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	color: #FFF;
	top: -30px;
	margin-left: -30px;
	line-height: 65px;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}

.button-columns .wp-block-buttons .wp-block-button, .button-columns .wp-block-button a {
	width: 100%;
	display: block !important
}
	.button-columns .wp-block-button a {
		font-size: 16px;
		padding: 20px 30px;
	}

.iframe-frame {
	border: 2px solid #e9f0e8;
	padding: 30px 20px;
}
/*! Inner Post */

.signature {
	background: url(images/ali.png) no-repeat;
	/* background-repeat: no-repeat; */
	background-size: 100% auto;
	width: 70px;
	height: 50px;
	display: block;
	text-indent: -9999px;
}

.share {

}
	.share-top {

	}




.disclosure, small {
	font-style: italic;
	color: #757575;
	font-size: 15px;
	line-height: 1.5;
}
	.disclosure p {
		margin: 0 0 15px;
	}
	.disclosure strong {
		font-style: normal;
		font-size: 13px;
	}
	.disclosure a {
		text-decoration: underline;
		color: #757575;
		border: none;
		box-shadow: none;
	}
	.disclosure-bottom {
		text-align: center;
	}

.inner-post {
	clear: both;
	margin: 40px 0 0;
}


.inner-post .subscribe, .post-content .subscribe {
	padding: 8% !important;
	margin: 0;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
}
	.inner-post .subscribe h3 {
		margin-top: 0;
	}
	.post-content .subscribe p {
		text-align: center;
	}


/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 0px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 24px;
	line-height: 1.4;
	font-family: "Futura", Arial, helvetica, sans-serif;
	font-weight: bold;
	border-top: 2px solid #e9f0e8;
	border-bottom: 2px solid #e9f0e8;
}

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

.post-nav a {
	color: #424242;
	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:hover {
	color: #85a182;
}

.post-nav em {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Futura";
	letter-spacing: .1em;
	font-size: 11px;;
	color: #757575;
	padding: 0 0 5px;
}

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


/*Facets*/
.facets {
	font-size: 85%;
}
	.facets .facetwp-counter {
		display: none;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 10px;
	}
.facets h1.page-title {
	font-size: 30px;
}
.facets h3 {
	margin: 0 0 10px;
}
.facetwp-facet {
	margin: 0 0 30px !important;
}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}

.facetwp-expand {
	float: none !important;
}
.sort {
	clear: none !important;
	width: 50%;
	float: right;
	text-align: right;
	vertical-align: middle;
}
	.sort-top {
		margin: -10px 0 15px;
	}

.sort .facetwp-per-page, .sort .facetwp-sort {
	display: inline-block;
	margin: 0 0 0 10px;
}
.facet-pagination {
	margin: -5px 0 15px;
	padding: 0;
	border: none;
	text-align: center;
	border: none;
}
	.facet-pagination:after {
		display: none;
	}
	.facetwp-pager {

	}
.facetwp-page {
	padding: 6px !important;
}
.facetwp-search {
	border: 1px solid #EDEEEB;
	color: #424242;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #fff;
	padding: 0 10px;
	vertical-align: middle;
	height: 30px;
}

.sort-bottom, .facet-pagination-bottom {
	margin: 20px 0 0;
}

button.fwp-load-more, button.facetwp-flyout-open {
	border: none;
	color: #424242;
	font-family: "Futura";
	background-color: #b7cfb2;
	display: inline-block;
	padding: 12px 25px 8px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 14px;
	font-weight: bold;
}
	button.fwp-load-more:hover, button.facetwp-flyout-open:hover {
		background-color: #86a183;
		color: #ffffff;
	}

button.facetwp-flyout-open {
	display: none;
}
	.facetwp-flyout {
		display: none
	}

/*!---------POST ITEM GRIDS---------*/
	
.items {
	display: grid;
	gap: 2vw;
	row-gap: 2vw;
	margin: 0;
}
	.items-2-col {
		grid-template-columns: repeat(2, 1fr);
		gap: 3vw;
		row-gap: 3vw;
	}
	.items-3-col {
		grid-template-columns: repeat(3, 1fr);
		gap: 3vw;
		row-gap: 3vw;
	}
		.post-content .items-3-col, .page-content .items-3-col {
			gap: 1.5vw;
			row-gap: 1.5vw;
		}
		.archives.items-3-col {
			gap: 1.5vw;
			row-gap: 1.5vw;
		}
	.items-4-col {
		gap: 2vw;
		grid-template-columns: repeat(4, 1fr);
	}
		.post-content .items-4-col, .page .items-4-col {
			gap: 20px;
		}
		.sidebar .items-4-col {
			gap: 15px;
			row-gap: 15px;
			grid-template-columns: repeat(2, 1fr);
			grid-template-columns: repeat( auto-fit, minmax(40%, 1fr) );
		}
	.items-5-col {
		gap: 1.5vw;
		grid-template-columns: repeat(5, 1fr);
	}
		
	.items-6-col {
		gap: 1.5vw;
		grid-template-columns: repeat(6, 1fr);
	}
	.items-7-col {
		gap: 1vw;
		grid-template-columns: repeat(7, 1fr);
	}
	.items-8-col {
		gap: 1vw;
		grid-template-columns: repeat(8, 1fr);
	}
	
.items .item {
	text-align: center;
	position: relative;
}

.item .title {
	margin: 10px 0 0;
	word-wrap: break-word;
	clear: both;
}
	.items-2-col .item .title {
		font-size: 30px;
		font-size: clamp(16px, 3vw, 27px);
	}
	
	.items-3-col .item .title {
		font-size: 30px;
		font-size: clamp(18px, 3.25vw, 30px);
	}
		.archives.items-3-col .item .title, .post-content .items-3-col .item .title {
			font-size: 16px;
			font-size: clamp(16px, 2vw, 20px);
			padding: 0;
		}
	.items-4-col .item .title {
		font-size: 20px;
		font-size: clamp(16px, 2vw, 21px);
	}
		.sidebar .items .item .title {
			font-size: 18px;
		}
		.post .items-4-col .item .title {
			font-size: clamp(12px, 1.6vw, 16px);
		}
	.items-5-col .item .title, .items-6-col .item .title {
		font-size: 18px;
		font-size: clamp(12px, 2vw, 18px);
	}

	.items-7-col .item .title, .items-8-col .item .title {
		text-align: center;
		font-size: 1.5vw;
		font-size: clamp(9px, 1.5vw, 12px);
		font-family: "rapor", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-weight: bold;
		margin: 10px 0 0;
	}

.item .title {
	text-decoration: none;
	color: #424242;
}
	.item .title a {
		background: none;
		color: #424242;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title {
		color: #84a182;
		background: none;
		border: none !important;
		box-shadow: none !important;
	}

.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 .item a:hover img {
		opacity: 0.85;
	}
.item .more {
	
}

.post-content .block-section {
	margin: 45px 0;
}
	.post-content .block-section.has-background {
		padding: 25px;
	}
	.post-content .block-section .wrap {
		padding: 0;
	}
	.recipe-index-content .home-section:not(.has-background) .wrap {
		padding: 0;
	}
.post-content .featured-posts-block {
	padding: 0;
}
.post-content .featured-posts-block.has-background {
	padding: 5px 4% 15px;
}
	.post-content .featured-posts-block.has-background .more {
		margin: 10px 0 15px;
	}
	.post-content .featured-posts-block .block-title {
		font-size: 24px;
		margin: 15px 0 15px;
		padding: 0;
		border: none;
		background: none;
	}
		.post-content .featured-posts-block .block-title:after {
			display: none;
		}
	.post-content .featured-posts-block .description {
		text-align: center;
		font-size: 92%;
	}

.post-content .featured-posts-block .more {
	text-align: center;
	margin-top: -5px;
	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: 95%;
	line-height: 1.6;
	margin: 0;
}
	.item .excerpt p {
		margin: 15px 0;
	}
	.shop .item .excerpt {
		font-size: 80%;
	}

.item .post-cat {
	margin: -16px 0 0;
	position: relative;
	z-index: 12;
}
	.teaser-post.item .post-cat {
		margin: -16px 0 0;
	}
.teaser-post .title {
	margin: 15px 0 20px;
}
.teaser-post .excerpt {
	margin: 20px 0 20px;
}
.teaser-post .more {
	text-align: center;
	margin: 25px 0 0	
}
.item .wprm-recipe-rating {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 20px;
}


/*!----Homepage Styles----*/
	
.home-sections {
	display: flex;
	flex-flow: column;
	gap: 6vw;
}
	.upper-home-sections {
		gap: 3vw;
		margin-bottom: 5vw;
	}
	.lower-home-sections {
		gap: 6vw;
		margin-top: 5vw;
	}
	.footer {
		margin-top: 6vw;
	}
.home-section {
	clear: both;
	position: relative;
}
	.home-sections .home-section.has-background + .home-section.has-background {
		margin-top: -6vw;
	}	
	.home-sections .home-section.has-background {
		border: none;
		position: relative;
		padding: 4vw 0;
	}
		.archive .span_content .home-section.has-background {
			padding: 40px 0;
			margin-top: 35px;
			margin-bottom: 50px;
		}
	.home-sections .home-section:not(.has-background) {
		padding: 0 !important;
	}
.home-section .wrap {
		position: relative;
	}
	.page-content .home-section .wrap, .post .home-section .wrap {
		padding: 0;
	}
	



.home-section.featured-posts-block p.description, .featured-posts-block p.description {
	margin: 0px 0 25px;
	text-align: left;
}
	.sidebar .featured-posts-block p.description, .featured-posts-block p.description {
		margin: 0px 0 20px;
		text-align: center;
		font-size: 88%;
		line-height: 1.4;
	}
	
@media ( min-width : 700px ) {
	.upper-home-sections .image-blocks-block .items-3-col .item:nth-child(4) {
		display: none;
	}
}

.home-section .item a.overlay {

}

.home-section.cta-block.has-background {
	padding: 0;
}
.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;
		vertical-align: top;
	}

.home-section .widget-content .caption {
	text-align: center;
	width: 50%;
	padding: 4%;
}
	.home-section .widget-content .block-title {
		margin: 0;
		font-size: 36px;
	}

	.home-section .widget-content .caption p {
		margin: 15px 0;
	}
	.home-section .widget-content .more {
		margin: 20px 0 0px;
	}
		.home-section .widget-content .more .social {
			margin: 18px 0 0;
			color: #84a182;
		}
	
	.home-section .widget-content.right .image {
		order: 2;
	}
	.home-section .widget-content.right .caption {
		order: 1;
	}
	
	.home-section .widget-content.left .image {
		order: 1;
	}
	.home-section .widget-content.left .caption {
		order: 2;
	}
	
.home-sections .home-section.about .wrap {
	
}

.home-sections .about .widget-content {
	
}
	.home-sections .about .caption {
		text-align: left;
		flex-basis: 75%;
		order: 2;
	}
	.home-sections .about .caption .block-title {
		
	}
	.home-sections .about .caption p {
		margin: 15px 0 20px;
		font-size: 90%;
		line-height: 1.5;
	}
	.home-sections .about .caption .more {
		margin: 25px 0 0;
	}
	.home-sections .about .image {
		flex-basis: 25%;
		position: relative;
		order: 1;
		margin: 0;
	}
		.home-section.about .image img {
			width: 100%;
			height: auto;
			position: relative;
			z-index: 2;
			border-radius: 50%;
		}
	.home-section.about .widget-content .more {
		margin-top: 10px;
		text-align: left;
	}
	
.video-content .player {
	position: relative;
}		
.video-content .player iframe {
	width: 100%;
}

.video-content .caption {
	text-align: center;
}
.video-content .caption .title {
	margin-bottom: 10px;
}
	
.home-section.subscribe.has-background {
	padding-top: 40px;
	padding-bottom: 40px;
}
.home-sections .convertkit-form {
	margin-top: 1vw;
}
.home-sections .convertkit-form form {
	max-width: 1160px !important;
	box-shadow: none !important;
	margin: 0 auto;
}
	.formkit-form .formkit-background {
		margin: 0px !important;
		order: 1 !important;
	}
	.formkit-form .formkit-column {
		order: 2 !important;
	}
	.formkit-form .formkit-content, .formkit-form .formkit-header {
		margin: 0px !important;
	}
		.formkit-form .formkit-header h2 {
			margin: 0 0 15px !important;
		}
		.formkit-form .formkit-content p {
			margin: 15px 0 20px !important;
			line-height: 1.4;
		}
	.formkit-form .formkit-checkboxes label {
		font-size: 15px;
	}
	.formkit-form .formkit-disclaimer p {
		margin: 0;
	}
.optin-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	gap: 4%;
	margin: 0 auto;
}
	.sidebar .optin-content {
		gap: 10px;
	}
		.sidebar .optin-content .caption {
			
		}
	.optin-content .caption .block-title {
		display: block;
		text-align: center;
		margin: 0;
	}
		.optin-content .caption .block-title em {
			display: inline-block;
		}
		.sidebar .optin-content .block-title {
			font-size: 28px;
			margin: 0;
		}
	.optin-content .caption p {
		margin: 5px 0 0;
		text-align: center;
		font-size: 17px;
		line-height: 1.4;
	}
	.optin-content .form {
		flex-shrink: 1;
		flex-grow: 0;
		flex-basis: auto;
	}
	.optin-content .image {
		flex-basis: 100px;
		flex-grow: 0;
	}
		.optin-content .image img {
			width: 100%;
			height: auto;
			display: block;
		}
	

.home-sections .icons-block.has-background {
	
}
	
	.icons-block .block-title {
		
	}
	.icons {
	}
	.icons .item .title {
		
	}
		.icons .item a:hover img {
			transform: rotate(-8deg)
		}

/*Sidebar Blocks*/			
.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 {
		padding: 15px;
	}
	.sidebar .home-section.has-background.subscribe {
		padding: 20px;
	}
	
.sidebar .about .widget-content {
	display: block;
	flex: none;
	text-align: center;
}
.sidebar .about .widget-content .image {
	padding: 0;
	flex: none;
	display: block;
	width: 100%;
	text-align: center;
}
	.sidebar .about .widget-content .image {
		width: 100%;
		height: auto;
		margin: 0;
		overflow: hidden;
	}

.sidebar .about .widget-content .caption {
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: center;
	width: 100%;
	clear: both;
}
	.sidebar .home-section.has-background .widget-content .caption {
		padding: 10px;
	}
	.sidebar .home-section .widget-content .caption .block-title {
		text-align: center;
	}
	.sidebar .home-section .widget-content .caption p {
		margin: 15px 0;
		font-size: 88%;
		line-height: 1.6;
	}
	.sidebar .home-section .widget-content a.more-link {
		text-align: center;
		font-size: 11px;
		line-height: 40px;
		padding: 0 20px;
	}
	.sidebar .home-section .widget-content .more {
		margin-top: 20px;
		text-align: center;
	}



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

h2.archivetitle, h3.searchtitle {
	margin-top: 0;
	margin-bottom: 25px;
}

.archive-header {
	display: flex;
	flex-direction: row-reverse;
}

.archive-header.with-image {
	background: #e9f0e8;
  margin-bottom: 30px;
	align-items: center;
}

.archive-header.with-image .catdesc {
	padding: 20px 40px;
}

.archive-header .catdesc a {
	font-weight: bold;
}

.archive-image {
	margin: 0 0 0 30px;
	width: 300px;
}
.archive-image img {
	max-width: 300px;
  max-height: 300px;
  object-fit: cover;
}
@media ( max-width : 600px ) {
	.archive-image {
		display: none;
	}
}

.fancy-landing-blocks {
	clear: both;
}



.category-bread .footer-subscribe, .category-pizza-test .footer-subscribe, .category-pizza .footer-subscribe  {
	display: none;
}

@media (min-width: 768px) {
	.catdesc {
		margin-bottom: 20px;
	}
}

/* Numbered post grid on FCLP start -- */
.wp-block-kadence-postgrid.numbered  {
	counter-reset: article;
	padding-top: 20px;
}
.wp-block-kadence-postgrid.numbered article.kt-blocks-post-grid-item {
	position: relative;
	overflow: visible;
}
.numbered article.kt-blocks-post-grid-item:before {
	counter-increment: article;
    content: counter(article);
    position: absolute;
    color: #424242;
    background-color: #b7cfb2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    left: 0;
    top: -20px;
    transform: translateX(-50%);
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    z-index: 999;
}

/* -- Numbered post grid on FCLP end */

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

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

.archiveslist a:link {
	color: #424242;
	text-decoration: none;
}

.archiveslist a:visited {
	color: #88898a;
	text-decoration: none;
}

.archiveslist a:hover {
	color: #85a182;
}

.archiveslist a:active {
	color: #424242;
}

.archiveslist>li {

}

.archiveslist ul {

}

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

.subcats {
	clear: both;
	margin-bottom: 40px;
	background-color: #e9f0e8;
	padding: 25px 25px 5px;
	text-align: center;
}
	.subcats li:before {
		display: none !important
	}
.categories h4 {
	font-size: 18px;
	margin: 0px 0 -10px;
}

ul.subcategories {
	overflow: hidden;
	margin: 0px 0 0px !important;
	padding: 0 !important;
}

ul.subcategories ul {
	margin: 10px 0;
}

ul.subcategories li, .widget.categories ul li {
	display: inline-block;
	margin: 0 !important;
}

ul.subcategories ul li ul {
	margin: 0;
	padding: 0;
}

ul.subcategories ul li ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.subcategories li:before {
	display: none;
}

ul.subcategories ul li a, .widget.categories a {
	display: inline-block;
	font-size: 11px;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 4px 10px 0px;
	margin: 3px;
	text-decoration: none;
	color: #667a69;
	background-color: #ffffff;
}

	ul.subcategories ul li a a:hover, .widget.categories a:hover {
		color: #ffffff;
		background-color: #85a182;
	}

ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a {
	background-color: #85a182;
	color: #ffffff !important;
}

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

ul.tagindex, .tagindex li {
	margin: 0 !important;
	padding: 0 !important;
}

.tagslist>li {
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 5px !important;
	font-size: 90%;
}

.tagslist>li em {
	font-size: 90%;
	color: #88898a;
	margin-left: 8px;
}

.tagindex li:before {
	display: none !important;
}

.tagindex a {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-right: 2px;
	width: 22px;
	height: 25px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #757575;
}

.tagindex a:link {
	text-decoration: none;
}

.tagindex a:visited {
	text-decoration: none;
}

.tagindex a:active {
	text-decoration: none;
}

.tagindex a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #85a182;
}

.tagtitle {
	margin-bottom: 5px;
	font-size: 20px;
}

.tagtitle a {
	text-decoration: none;
	text-transform: none;
}

.tagtitle em {
	color: #757575;
	letter-spacing: normal;
	font-style: italic;
	margin-left: 9px;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	float: right;
}

.tagtitle em a {
	color: #757575;
	font-size: 11px;
}

.tagtitle a:hover {
	color: #424242;
}

/*!Breadcrumbs*/

.breadcrumb {
	text-transform: uppercase;
	color: #757575;
	font-size: 11px;
	letter-spacing: .1em;
	line-height: 15px;
	clear: both;
	margin: 0 0 10px;
}
.breadcrumb a {
	color: #757575;
	font-weight: bold;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		font-style: italic;
		font-size: 13px;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
	}
.breadcrumb a:hover {
	color: #85a182;
}

/*! Shop Formatting */

.shop-page-wp-grid {
	overflow: hidden;
}
.shop-page-wp-grid .shop-page-wp-item {
	margin-right: 5%;
	margin-bottom: 35px;
	width: 30%;
	float: left;
	text-align: center;
	background-color: #ffffff;
}

	.shop-page-wp-grid .shop-page-wp-item:nth-child(3n) {
		margin-right: 0;
	}

	.shop-page-wp-grid .shop-page-wp-item:nth-child(3n+1) {
		clear: both;
	}
	.shop-page-wp-grid .shop-page-wp-item img {
		display: block;
		width: 100%;
		height: auto;
	}
.shop-page-wp-link {
	margin-top: 20px;
}


.shop-section {
	margin: 60px 0 40px;
	overflow: hidden;

}
	.shop-section h3.divider {
		margin-bottom: 40px;
	}
.shop-post h4.title {
	margin: 25px 0 15px;
	font-size: 22px;
}
.shop-post .excerpt {
	font-size: 80%;
}
.shop-post .more {
	clear: both;
	margin-top: 20px;
}
.shop-post .more a.more-link {
	color: #85a182;
	display: inline-block
}
	.shop-post .more a.more-link:hover {
		color: #ffffff
	}

.shop-post .morecontent span {
	display: inline;
}
.shop-post a.morelink {
	text-decoration: underline;
	display: inline;
}


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

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a {
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1.2;
	font-weight: bold;
	color: #424242;
	background-color: #b6ceb2;
	border: none;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none !important;
	box-shadow: none !important;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 5px;
	padding: 16px 25px 15px;
	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 {
	font-size: 12px;
	padding: 5px 10px;
}


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .wp-block-button a:hover {
		background-color: #85a182;
		color: #ffffff;
	}

.commentinput, .styledinput, .captchainput, #commentform input {
	color: #696969;
	font-size: 16px;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #e8e8e8;
}

.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-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 15px;
	border: 1px solid #e8e8e8;
	width: 100%
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
	border: 1px solid #e8e8e8;
	padding: 25px;
	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%;
	max-width: 350px;
	border: none;
	overflow: hidden;
	background-color: transparent;
	border: 2px solid #e9f0e8;
}


.span_content .search-form {
	max-width: 100%;
}

.search-form .search-field {
	color: #757575;
	font-size: 17px;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}

	.search-form .search-field:focus {
		outline: none;
		border-left: 2px solid #85a182;
		border-right:none;
	}
	.header-search .search-form .search-field {
		background-color: transparent;
		height: 34px;
		line-height: 34px;
		font-size: 16px;
		padding: 4px 11px 0px;
	}
	.span_content .search-form .search-field {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}


.search-form .search-submit {
	background-color: #ffffff;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	font-size: 21px;
	color: #85a182;
	background-color: transparent;
	line-height: 53px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
	float: right;
	cursor: pointer;
	width: 40px;
}
	.search-form .search-submit i {
		line-height: 32px
	}
	.header-search .search-form .search-submit {
		background-color: transparent;
		height: 34px;
		line-height: 34px;
		font-size: 18px;
	}
	.span_content .search-form .search-submit {

	}
.search-form .search-submit:hover {
	color: #b7cfb2;
}


/*Subscribe Forms*/

.subscribe {
	background-color: #f2f2f2;
}

.subscribe p {
	margin: 0;
	line-height: 1.5;
}
	.sidebar .subscribe p {

	}


.subscribe h3 {
	font-size: 30px;
	margin: 5px 0 4px
}
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	background-color: transparent;
	position: relative;
	text-align: left;
}
	.sidebar .subscribe .email-form {
		margin-top: 15px;
		margin-bottom: 0px;
		background-color: transparent;
		border-radius: 0;
		border: none;
	}

.subscribe .email-input, .subscribe .formkit-input {
	border: none;
	border: none;
	background-color: #ffffff;
	color: #434f57;
	font-style: italic;
	font-size: 18px !important;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	width: -moz-calc(100% - 210px);
	width: -webkit-calc(100% - 210px);
	width: calc(100% - 210px);
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 4px 20px 0;
}
	.sidebar .subscribe .email-input, .sidebar .subscribe .formkit-input {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.post-content .subscribe .email-input,
	.post-content .subscribe .formkit-input {
		width: 48%;
		margin: 0 1% 2%;
	}
	.fancy-landing-blocks .subscribe .email-input,
	.fancy-landing-blocks .subscribe .formkit-input {
		width: 48%;
		margin: 0 1% 2%;
	}
	.email-input:focus, .formkit-input:focus {

	}
.subscribe .email-submit,
.subscribe .formkit-submit {
	border: none;
	width: 100%;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	color: #424242;
	text-align: center;
	background-color: #b7cfb2;
	border: none;
	float: right;
	display: inline-block;
	width: 200px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
	.subscribe .email-submit i,
	.subscribe .formkit-submit i {
		font-size: 24px;
		position: relative;
		top: 4px;
	}
	.sidebar .subscribe .email-submit,
	.sidebar .subscribe .formkit-submit {
		width: 100%;
		float: none;
	}
	.post-content .subscribe .email-submit, .post-content .subscribe .formkit-submit, .fancy-landing-blocks .subscribe .email-submit, .fancy-landing-blocks .subscribe .formkit-submit {
		width: 98%;
		margin: 0;
		float: none;
	}


	.subscribe .email-submit:hover, .subscribe .formkit-submit:hover, .subscribe .email-submit:focus, .subscribe .formkit-submit:focus {
		background-color: #86a183
	}

.email-input::placeholder, .formkit-input::placeholder {
	color: #757575;
}

.search-field::placeholder {
	color: #757575;
}

.subscribe .formkit-form [data-group="checkboxes"] [data-group="checkbox"] label {
	font-size: 16px;
}
.subscribe .formkit-form .formkit-header {
	margin: 0;
}
.subscribe .formkit-form .formkit-header h2 {
	font-size: 34px;
	margin: 0 0 10px !important;
	color: #424242;
}
.subscribe .formkit-form .formkit-content {
	margin: 10px 0 15px;
	font-size: 22px;
	line-height: 1.4;
}
	.subscribe .formkit-form .formkit-content p, .subscribe .formkit-form .formkit-content p span {
		font-size: 22px;
		line-height: 1.4;
	}
.subscribe form.formkit-form {
	max-width: 100% !important; 
}
/*!---------FOOTER---------*/


.footer {
	overflow: hidden;
	clear: both;
}

.footer a {
	text-decoration: none;
	color: #757575;
}
	.footer a:hover {
		 color: #85a182;
	}

.footer .press {
	padding: 30px 0 30px;
	margin: 0;
	overflow: hidden;
}
.footer .press h3 {
	color: #a9a7a7;
	font-size: 11px;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-style: normal;
	text-align: left;
	margin: 0 0 0px 10px;
}
.footer .press img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.footer-subscribe {
	margin: 60px 0 0
}

.footer .instagram {
	margin-left: -18px;
	margin-right: -18px;
	position: relative;
}
	.footer .instagram .wrap {
		max-width: 100%;
		padding: 0;
	}
	.footer #sb_instagram {
		position: relative;
	}
	.footer #sb_instagram #sbi_images {

	}
	.footer #sb_instagram #sbi_load {
		display: inline-block !important;
		width: auto !important;
		clear: none;
		float: none;
	    position: absolute;
	    bottom: 40px;
	    right: 20px;
	}
	.footer #sb_instagram #sbi_load .sbi_follow_btn a {
	    margin-left: 0;
	    text-transform: uppercase;
	    font-weight: bold;
	    letter-spacing: .1em;
	    font-size: 11px;
	    border-radius: 0 !important;
	    display: inline-block;
	    width: auto;
	    clear: none;
	}

.sub-footer {
	padding: 0px 0 20px;
	color: #757575;
	background-color: #ffffff;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}
.sub-footer a {
	text-decoration: none;
	color: #757575;
}

.sub-footer a:hover {
	color: #85a182;
}

.footer-nav {
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
}
	.footer-nav li {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0;
	}
	.footer-nav li.top a {
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
.sub-footer .social {
	display: inline-block;
	width: 200px;
	float: right;
	text-align: right
}
	.sub-footer .social  a {
		padding: 0 6px;
		font-size: 15px;
	}
.copyright {
	text-align: center;
	clear: both;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
	padding-top: 30px
}
.copyright img {
	margin: 0 auto 10px
}
.copyright p {
	margin: 0;
}

.copyright em {
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
}

.copyright a {
	text-decoration: underline;
	color: #757575;
}

.copyright a:hover {
	color: #85a182;
}


.copyright .footer-nav {
	margin: 20px 0 5px;
	font-family: "Futura";
	color: #757575;
}
.copyright .footer-nav li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
}
	.copyright .footer-nav li:after {
		content: "|";
		margin: 0 3px 0 6px;
	}
		.copyright .footer-nav li:last-child:after {
			display: none
		}


#footer_branding {
	clear: both;
	float: none;
	font-style: italic;
	text-transform: none;
	letter-spacing: normal;
	font-family: "Futura";
	padding-top: 25px;
	opacity: 0.7;
}

/* FD CU Footer Links */
.footer-links {
	background-color: #f5f4f0;
	padding: 30px 0;
	margin: 0 0 10px;
}
.footer-links .inner {
	display: flex;
}

.footer-links h2 {
	font-size: 21px;
	margin: 0 0 20px;
}
.footer-links .wp-block-group {
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
    padding: 5px 15px;
    font-size: 18px;
	text-align: center;
}

.footer-links-widget ul li {	
	margin: 15px 0;
    text-align: center;
	line-height: 1.2;
}
.footer-links-widget ul li a {
    text-decoration: none;
}

@media ( max-width : 975px ) {

	.footer-links .inner {		
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	.footer-links-widget .wrap {
		padding: 0;
	}
}

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

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

#respond {
	margin-bottom: 90px;
	padding: 3% 5%;
	background-color: #e9f0e8;
}

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

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

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

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

.comment-meta {
	margin: 0;
	font-size: 11px;;
	text-align: left;
	clear: none;
}
	#comment-list li.bypostauthor .comment-meta {
		color: #6B6B6B;
	}
.comment-meta:before {
	display: none;
}

.comment-meta a {

}

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

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

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

.comment-content a {
	word-break: break-all;
}

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

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

#commentform label {

}

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}
.akismet_comment_form_privacy_notice {
	font-style: italic;
	color: #757575;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 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: #424242;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	font-weight: bold;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin: 35px 0 0;
	padding: 10px 0;
	overflow: hidden;
	color: #757575;
}
	.comment-nav .pagination {
		text-align: left;
		margin: 0 0 35px;
	}
.pagination .page-numbers{
	color: #757575;
	padding: 4px 8px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #e8e8e8;
}

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

.pagination span.page-numbers.dots {
	border: none;
}
.pagination a.page-numbers:hover {
	background-color: #85a182;
	color: #ffffff;
}

.pagination h2.screen-reader-text {
	display: none;
}
.pagination .nav-links {
	display: block;
}

.comment-nav p {
	margin: 0;
	font-size: 14px;
	color: #757575;
}

#main {
	padding: 0;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	z-index: 2001;
	display: block;
	z-index: 101;
}

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

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

#main li a {
	display: inline-block;
	position: relative;
	padding: 30px 12px 0;
	margin: 0;
	text-decoration: none;
	color: #424242;
}
	#main li.icon-about a {
		background: url(images/smicon-about.svg) no-repeat top center;
		background-size: 21px auto;
	}
	#main li.icon-recipes a {
		background: url(images/smicon-recipes.svg) no-repeat top center;
		background-size: 23px auto;
	}
	#main li.icon-bread a {
		background: url(images/smicon-bread.svg) no-repeat top center;
		background-size: 26px auto;
	}
	#main li.icon-pizza a {
		background: url(images/smicon-pizza.svg) no-repeat top center;
		background-size: 20px auto;
	}
	#main li.icon-carrot a {
		background: url(images/smicon-carrot.svg) no-repeat top center;
		background-size: 22px auto;
	}
	
#main li a:hover, #main li a:focus, #main li:hover a {
	color: #85a182;
}
#main li.green a {
	position: relative;
}
	#main li.green a:after {
	height: 7px;
	content: "";
	display: block;
	position: absolute;
	bottom: 8px;
	left: 11px;
	right: 11px;
	z-index: -1;
	background-color: #d3e2d1;
	}

/*!Sub Menus Level 1 */
#main ul ul {
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -0;
	padding: 0;
	font-size: 15px;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	line-height: 1.4;
	background-color: #b6ceb2;
	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;
	border: none;
	background: none !important;
	color: #424242 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	#main li li.bold a {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .075em;
	}
	#main li li a:hover, #main li li:hover>a {
		background-color: rgba(255,255,255,.2) !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 ul {
	left: 300px;
	top: 0;
	margin: 0;
	background-color: #c5d8c1;
}

#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 {
	
	}

/* Affiliate Block Link */
.affiliate-link-block.wp-block-columns.has-background {
	padding: 1em;
}

/* Added by FD Aug 16, 2021 - Web Stories archive */

.post-type-archive-web-story .archive-post a img {
	transition: transform 3s;
}

.post-type-archive-web-story .archive-post a img:hover, .post-type-archive-web-story .archive-post a img:focus {
	transform: scale(1.02);
}
