/* ! 
Theme Name: Healthy Seasonal Recipes
Theme URL: http://www.healthyseasonalrecipes.com/
Description: Custom responsive blog theme for Healthy Seasonal Recipes.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/

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

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

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

/* ! MAIN CONTAINER */

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

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

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 300px - 5%);
		width: -webkit-calc(100% - 300px - 5%);
		width: calc(100% - 300px - 5%);
		max-width: 700px;
		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: 300px;
		float: right;
		clear: right;
		display: block;
	}
	
	.facet_content {
		width: -moz-calc(100% - 260px);
		width: -webkit-calc(100% - 260px);
		width: calc(100% - 260px);
		min-width: 0;
		max-width: 100%;
		float: right;
	}
	.facet_sidebar {
		width: 230px;
		min-width: 0;
		max-width: 700px;
		float: left;
	}
	
}
.wrapper, .wrap {
	margin: 0 auto 0;
	padding: 0 15px;
	width: 100%;
	max-width: 1160px;
}

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

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

@font-face {
	font-family: 'justlovely';
	src: url('fonts/nicky_laatz__-_just_lovely-webfont.woff2') format('woff2'),
		 url('fontsnicky_laatz__-_just_lovely-webfont.woff') format('woff');
	font-weight: normal;
	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: 20px;
	font-weight: normal;
	line-height: 1.8;
	color: #212629;
	margin: 0;
	padding: 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: #6666aa;
	text-decoration: underline;
}
	.has-lightgreen-background-color a, .has-lightpurple-background-color a {
		color: #6161A8
	}
a:hover {
	color: #9AB73C;
	text-decoration: none;
}

	
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5 {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 1.1;
	margin: 25px 0;
	color: #212629;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}
	.single-post-content h2, .page_content h2 {
		border-bottom: 1px solid #E4E5E5;
		padding-bottom: 15px;
		font-size: 28px;
		margin-top: 40px
	}

	h2 em, h2 .subtitle {
		display: block;
		font-family: "justlovely", cursive;
		letter-spacing: normal;
		font-style: normal;
		font-weight: normal;
		font-size: 48px;
		font-size: 5vw;
		font-size: clamp(24px, 5vw, 48px);
		line-height: 1;
		margin: 0;
	}

	.block-title {
		text-align: center !important;
		overflow: hidden;
		position: relative;
		line-height: 1.3;
	}
		
	.block-title span {
		background-color: #ffffff;
		padding: 0 10px 0;
		position: relative;
		z-index: 1;
	}
		.has-purple-background-color .block-title span {
			background-color: #6666aa
		}
		.has-medpurple-background-color .block-title span {
			background-color: #d9d9ea
		}
		.has-lightpurple-background-color .block-title span {
			background-color: #e8e8f2
		}
		.has-green-background-color .block-title span {
			background-color: #9ab73c
		}
		.has-lightgreen-background-color .block-title span {
			background-color: #e6edce
		}
		.has-lightgray-background-color .block-title span {
			background-color: #f2f2f2
		}
		.has-medgray-background-color .block-title span {
			background-color: #e4e5e5
		}
		.has-black-background-color .block-title span {
			background-color: #212629
		}
		.sidebar .block-title span {
			background-color: transparent;
			padding: 0;
		}
	.block-title:before {
		content: "";
		display: block;
		width: 50%;
		height: 1px;
		background: #e4e5e5;
		right: 0px;
		top: 60%;
		margin-top: -1px;
		position: absolute;
	}
		.has-medpurple-background-color .block-title:before {
			background: #C2C2DD;
		}
		.has-lightpurple-background-color .block-title:before {
			background: #C2C2DD;
		}
	.block-title:after {
		content: "";
		display: block;
		width: 50%;
		height: 1px;
		background: #e4e5e5;
		left: 0px;
		top: 60%;
		margin-top: -1px;
		position: absolute;
	}
		.has-medpurple-background-color .block-title:after {
			background: #C2C2DD;
		}
		.has-lightpurple-background-color .block-title:after {
			background: #C2C2DD;
		}
		.search-section .block-title:before, .search-section .block-title:after, .sidebar .block-title:before, .sidebar .block-title:after {
			display: none;
		}
	.recent, .popular .block-title, .search-section .block-title, .script-title {
		font-family: "justlovely", cursive;
		letter-spacing: normal;
		font-style: normal;
		font-weight: normal;
		font-size: 58px;
		color: #6666aa;
		margin: 0 0 10px;
	}
		.search-section .block-title {
			color: #ffffff;
			margin: 0;
			text-transform: lowercase;
			font-size: 80px;
		}
		.recent:before, .recent:after, .popular .block-title:before, .popular .block-title:after {
			top: 50%;
		}

h3 {
	font-size: 25px;
}

	.single-post-content h3, .page_content h3 {
		color: #6666aa
	}
		.single-post-content .has-background h3, .page_content .has-background h3 {
			color: #212629
		}
		
h4 {
	font-size: 21px;
}
	.post-content h4 {
	}
h5 {
	font-size: 15px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

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

hr, hr.wp-block-separator {
	border: 0;
	height: 0;
	border-top: 1px solid #e4e5e5;
	border-bottom: none;
	margin: 45px 0
}

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

.top-bar {
	height: 54px;
	line-height: 54px;
	padding: 0;
	text-align: center;
	z-index: 101;
	width: 100%;
	border-bottom: 1px solid #e4e5e5;
	flex-wrap: nowrap;
	display: flex;
	justify-content: space-between;
}
	.top-bar .social {
		width: 250px !important;
		flex-basis: 0 0 250px;
		white-space: nowrap;
	}
	.top-bar .cta {
		margin-left: 10px;
	}
		.top-bar .cta p {
			margin: 0;
			display: inline;
			font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
			font-size: 13px;
			text-transform: uppercase;
			letter-spacing: .08em;
			line-height: 15px;
		}
		.top-bar .cta a {
			width: 200px;
			background-color: #6666aa;
			color: #ffffff;
			height: 54px;
			padding: 11px 5px 11px 0;
			display: block;
			text-decoration: none;
			position: relative;
		}
			.top-bar .cta a:before {
				position: absolute;
				content: "";
				width: 16px;
				height: 100%;
				background-color: #6666aa;
				clip-path: polygon(100% 0, 0 100%, 100% 100%);
				top: 0;
				left: -16px;
				transform: rotateX(180deg);
			}
			.top-bar .cta a:hover {
				opacity: 0.7
			}
		.top-bar .cta em {
			font-family: "justlovely", cursive;
			text-transform: lowercase;
			letter-spacing: normal;
			font-style: normal;
			font-weight: normal;
			font-size: 250%;
		}

.header {
	clear: both;
	border-bottom: 1px solid #E4E5E5;
	margin-bottom: 40px;
}

	body.home .header {
		border-bottom: none;
		margin-bottom: 0
	}
	
	body.home.paged .header {
		border-bottom: 1px solid #E4E5E5;
		margin-bottom: 40px;
	}

.header .logo, .header h1.logo {
	overflow: hidden;
	margin: 20px 0;
	width: 344px;
	float: left;
}
	
	.header .logo img {
		display: inline-block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}


.header .header-search {
	float: right;
	margin: 30px 0 10px;
}

.header #main {
	float: right;
	clear: right;
	width: -moz-calc(100% - 344px);
	width: -webkit-calc(100% - 344px);
	width: calc(100% - 344px);
	text-align: right;
}


/* !---------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 li {
	list-style-type: none;
	margin: 0 0 5px 40px;
	padding: 0;
}

.span_content ul li:before {
	color: #9ab73c;
	content: '\f324';
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	margin: 0 0 0 -30px;
	width: 30px;
	font-weight: normal;
	font-size: 90%;
	display: inline-block;
}
	.span_content ul ul li:before {
		color: #6666aa;
		content: '\f105';
		margin: 0 0 0 -16px;
		width: 16px;
		font-style: normal !important;
	}
.span_content ol {
	counter-reset:li;
}

.span_content ol li {
	padding: 0 0 0px;
	margin: 0 0 20px 55px;
	list-style-type: none;
	position: relative;
}
.span_content ol li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	background-color: #9ab73c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 26px;
	width: 26px;
	color: #212629;
	left: -26px;
	top: 5px;
	transform: translateX(-50%);
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	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;
}

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

.sidebar {
	font-size: 90%;
}

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

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

.midsidebar {
	overflow: hidden;
}

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

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

.widget.ad, .widget.ad .textwidget {
	text-align: center;
}
	.widget.ad .textwidget iframe {
		margin: 0 auto;
	}

.widget.ad img {
	display: inline-block;
}

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

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

.widget a {
	text-decoration: none;
}

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

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

.sidebar select {
	color: #5D6163;
	font-size: 13px;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #E4E5E5;
}

.sidebar .screen-reader-text {
	display: none;
}

.sidebar .about {
	text-align: center;
}

.sidebar .about h3.widget-title {
	
}

.sidebar .about p {
	margin: 20px 0;
}
.sidebar .about p.simple-image {
	margin: 0;
}
	.sidebar .about p.simple-image img {
		display: block;
		width: 180px;
		height: auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin: 0 auto 25px;
	}
.sidebar .about .more a {
	display: inline-block;
	text-decoration: none;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
	color: #212629;
	background-color: #9ab73c;
	padding: 6px 15px 5px;
	text-decoration: none;
}
	.sidebar .about .more a:hover {
		background-color: #6666aa;
		color: #ffffff;
	}

.sidebar .widget.social {
	margin-top: -15px;
}
	.sidebar .social br {
		display: inline;
		display: none;
	}
.social a {
	text-decoration: none;
	color: #6666aa;
	font-size: 24px;
	padding: 5px 10px;
}
	.top-bar .social a {
		font-size: 16px;
		padding: 5px 6px;
	}
	.social a:hover {
		color: #9AB73C;
	}

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

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

.post {
	margin-bottom: 0px;
}

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

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

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

.post-meta {
	color: #5d6163;
	font-size: 12px;
	overflow: hidden;
	margin: 0 0 35px;
	line-height: 1.5;
}
	.post-date {
	}
	
.post-meta em {
	text-transform: lowercase;
}
.post-meta strong {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
}
.post-meta a {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	color: #5D6163;
}

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

.post-meta .spacer {
	display: inline-block;
	margin: 0 5px;
	font-weight: 300;
}

.post-meta .avatar {
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	background-color: #E4E5E5
}
.post-meta a.jump {
	float: right;
	border: 1px solid #E4E5E5;
	padding: 5px 10px;
	color: #5d6163;
	display: inline-block;
	margin-left: 15px;
	margin-top: -17px;
	text-decoration: none !important;
}
	.post-meta a.jump:hover {
		text-decoration: none;
		background-color: #9ab73c;
		color: #ffffff;
	}
.ccount a:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 2px;
	content: "\f075";
	font-family: "Font Awesome 5 Pro";
	color: #5D6163;
	font-weight: bold;
	font-size: 90%;
}
	
.post-cats a {
	color: #6666aa;
	display: inline-block;
	font-size: 13px;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-decoration: none;
}
	.meta-bottom .post-cats a {
		border: 1px solid #e4e5e5;
		padding: 6px 10px;
		margin: 3px;
	}
	.post-cats a:hover {
		color: #9AB73C;
	}

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

.meta-bottom p {
	margin: 0;
}

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

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

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

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

a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 8px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #5D6163;
	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: #212629;
}

a.more-link {
	display: inline-block;
	text-decoration: none;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 16px;
	color: #212629;
	background-color: #9ab73c;
	padding: 12px 25px;
	text-decoration: none;
}
	.more-search a.more-link {
		font-size: 11px;
		padding: 8px 15px;
	}

	a.more-link:hover {
		background-color: #6666aa;
		color: #ffffff;
		border-color: #6666aa;
	}
	

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

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

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

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

.wp-caption p {
	color: #5D6163;
	font-size: 90%;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px;
}
	
	
/* !---------GUTENBERG STYLES---------*/

.span_content ul.wp-block-gallery {
	margin: 25px 0;
	padding: 0;
}

.span_content ul.wp-block-gallery li {
	margin: 0;
	padding: 0;
}
	.span_content ul.wp-block-gallery li:before {
		display: none
	}
	
.wp-block-columns {
	margin-bottom: 10px
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0;
}
ul.wp-block-social-links li:before {
	display: none
}

.wp-block-media-text {
	margin: 35px 0;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 0 5%;
}
.wp-block-media-text h2 {
	margin-top: 0;
}

.wp-block-media-text img.size-square {
	border-radius: 50%;
}

/*! Gutenberg Blocks */


.wp-block-image {
	margin: 30px 0 30px;
}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
.post .wp-block-group.has-background, .post .has-background, .page .has-background {
	padding: 10px 35px;
	margin: 45px 0;
}
	.post ol.has-background, .post ul.has-background, .page ol.has-background, .page ul.has-background {
		padding: 20px 30px 15px;
	}
	.post p.has-background, .page 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: #f2f2f2;
	}
	.has-medgray-background-color {
		background-color: #e4e5e5;
	}
	.has-purple-background-color {
		background-color: #6666aa;
		color: #ffffff;
	}
		.has-purple-background-color h2, .has-purple-background-color h3 {
			color: #ffffff
		}
	.has-lightpurple-background-color {
		background-color: #e8e8f2;
	}
	.has-medpurple-background-color {
		background-color: #d9d9ea;
	}
	.has-lightgreen-background-color {
		background-color: #E6EDCE;
	}
	.has-green-background-color {
		background-color: #9ab73c;
	}
	.has-black-background-color {
		background-color: #212629;
		color: #ffffff;
	}
		.has-black-background-color h2, .has-black-background-color h3 {
			color: #ffffff
		}
	.has-white-background-color {
		background-color: #ffffff;
		
		box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	}
	
	.has-lightgray-color {
		color: #f7f7f6;
	}
	.has-medgray-color {
		color: #e4e5e5;
	}
	.has-purple-color {
		color: #6666aa;
	}
	.has-lightpurple-color {
		color: #e8e8f2;
	}
	.has-medpurple-color {
		color: #d9d9ea;
	}
	.has-green-color {
		color: #9ab73c;
	}
	.has-lightgreen-color {
		color: #e6edce;
	}
	.has-black-color {
		color: #212629;
	}
	.has-white-color {
		color: #ffffff;
	}
	
.wp-block-quote {
	background-color: #f2f2f2;
	border: none;
	padding: 20px 35px;
	margin: 40px 0;
	font-style: italic;
	text-align: center;
	font-size: 112%;
	position: relative;
}
.wp-block-quote cite {
	text-align: center;
	display: block;
	font-style: normal;
	font-family: "Futura", "Gill Sans", "Gill Sans MT", "Source Sans Pro", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: -10px;
	opacity: 0.7;
	}
	.wp-block-quote.stars {
		margin-top: 55px;
	}
	.wp-block-quote.stars:before {
		content: "\f005\f005\f005\f005\f005";
		font-family: 'Font Awesome 5 Pro';
		font-weight: bold;
		font-style: normal;
		font-size: 38px;
		margin: -50px auto -10px;
		color: #6666aa;
		display: block;
	}
.wp-block-group.has-background[class*="icon-"] {
	position: relative;
	text-align: center;
	margin-top: 50px;
	padding-top: 15px;
}
h2[class*="icon-"], h3[class*="icon-"] {
	background: transparent none;
	padding: 0;
	border: none;
}
	.has-background h2[class*="icon-"], .has-background h3[class*="icon-"] {
		margin: 20px 0 -10px;
	}

[class*="icon-"]:before {
	color: #6666aa;
	letter-spacing: normal;
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	display: inline-block;
	text-align: center;
	margin-right: 8px;
}
	.wp-block-group.has-background[class*="icon-"]:before {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		font-size: 28px;
		margin-right: 0;
		line-height: 60px;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		color: #FFF;
		background-color: #6666aa;
	}
h2[class*="icon-"]:before, h3[class*="icon-"]:before {
	font-size: 22px;
	margin-right: 12px;
	line-height: 46px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	color: #FFF;
	background-color: #6666aa;
}
	.wp-block-group.has-lightgreen-background-color[class*="icon-"]:before, .has-lightgreen-background-color h2[class*="icon-"]:before, .has-lightgreen-background-color h3[class*="icon-"]:before {
		background-color: #9ab73c;
	}
	.has-background h2[class*="icon-"]:before {
		margin-left: -57px;
	}
	h3[class*="icon-"]:before  {
		font-size: 20px;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	
	.icon-utensils:before {
		content: "\f2e7";
	}
	.icon-utensils-alt:before {
		content: "\f2e6";
	}
	.icon-hat-chef:before {
		content: "\f86b";
	}
	.icon-carrot:before {
		content: "\f787";
	}
	.icon-salad:before {
		content: "\f81e";
	}
	.icon-envelope:before {
		content: "\f0e0";
	}
	.icon-lightbulb:before {
		content: "\f0eb";
	}
	.icon-refrigerator:before {
		content: "\e026";
	}
	.icon-leaf:before {
		content: "\f06c";
	}
	.icon-check:before {
		content: "\f00c";
	}
	.icon-question:before {
		content: "\f128";
	}
	.icon-info:before {
		content: "\f129";
	}	
	.icon-heart:before {
		content: "\f004";
	}	
	.icon-star:before {
		content: "\f005";
	}	
	.icon-asterisk:before {
		content: "\f069";
	}
	.icon-arrow-right:before {
		content: "\f061";
	}
		
	
.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
}
.schema-faq-question:before {
	font-family: "Futura", "Gill Sans", "Gill Sans MT", "Source Sans Pro", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #FFF;
	background-color: #6666aa;
	-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 h3, .span_content_full .page-content .wp-block-quote, .span_content_full .page-content .breadcrumb, .span_content_full .page-content ol, .span_content_full .page-content ul {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.span_content_full figure.alignright {
	width: 35%;
	height: auto;
}
	.span_content_full figure.alignright img {
		width: 100%;
		height: auto;
	}
.span_content_full .fullwidth, .page_content_full .has-background {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
}
	.span_content_full .fullwidth.has-background {
		padding: 3vw 20px;
	}
		.span_content_full .fullwidth.has-background .wp-block-media-text {
			max-width: 1100px !important;
			margin: 0 auto;
		}

/* ! Inner Post */

.disclosure, small, p.small {
	text-align: center;
	font-style: italic;
	color: #5D6163;
	font-size: 13px;
	display: block;
}
	.disclosure p {
		margin: 15px 0;
	}
	.disclosure strong {
		font-style: normal;
		font-size: 13px;
	}
	.shop-disclosure {
		text-align: left;
		margin-top: -20px;
	}


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

.inner-post .widget {
	
}

.author-box {
	clear: both;
	overflow: hidden;
	position: relative;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.author-box .avatar {
	width: 30%;
	border-radius: 50%;
	margin: 0 0 15px 15px;
	float: right;
}
	body.author.archive .avatar {
		float: right;
		width: 175px;
		height: auto;
		border-radius: 50%;
		margin-top: -60px;
		margin-left: 20px;
	}
		body.author.archive .sidebar .about {
			display: none;
		}
.author-box .author-text {
	
}
.author-box h3 {
	margin: 0 0 15px;
	font-size: 32px;
	color: #212629;
}
.author-box .post-meta {
	margin: 0;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #6666aa;
}

.author-box .social {
	font-size: 15px;
}
.author-box .social a {
	font-size: 16px;
	padding: 3px;
}
.author-box p {
	margin: 15px 0;
	line-height: 1.6;
	font-size: 90%;
}

/* !Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 50px 0 0px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 28px;
	font-weight: bold;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	border-top: 1px solid #e4e5e5;
	border-bottom: 1px solid #e4e5e5;
}

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

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

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

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

.post-nav a:hover {
	color: #9ab73c;
}

.post-nav em {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 11px;
	color: #5D6163;
	padding: 0;
}

/* !Facets*/
.facets {
	font-size: 90%;
}
	.facets .facetwp-counter {
		display: none;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 8px;
	}
.facets h3 {
	font-size: 18px;
	margin: 0 0 10px;
}
.facetwp-facet {
	font-size: 80%;
	text-transform: capitalize;
	margin: 0 0 25px !important;
}
.facetwp-toggle {
	font-style: italic;
	font-size: 85%;
}
.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 #E4E5E5;
	color: #424242;
	font-size: 12px;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	background-color: #fff;
	padding: 0 10px;
	vertical-align: middle;
	height: 30px;
}
.facet-pagination {
	clear: both;
	width: 100%;
	display: block;
}

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

.facetwp-load-more {
	color: #fff;
	font-size: 15px;
	letter-spacing: .12em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #9ab73c;
	border: none;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 25px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block
}

.facetwp-load-more a:hover {
	background-color: #6666aa;
	color: #ffffff;
}

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

.items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
	.items .item {
		margin: 0 1% 0;
		text-align: center;
		position: relative;
	}
.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%;
	}

	/* Desktop 2 Columns*/
	.items-2-col {
		margin: 0 -1.5%;
	}
		.items-2-col .item {
			width: calc((100% / 2) - 3%);
			margin: 0 1.5% 3%;
		}
		.search-posts.items-2-co {
			margin: 0 -2%;
		}
		.search-posts.items-2-col .item {
			width: calc((100% / 2) - 4%);
			margin: 0 2% 5%;
		}
		
	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -1.75%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 3.5%);
			margin: 0 1.75% 3.5%;
		}
		.span_content_full .items-3-col .item	 {
		
		}
		.archives.items-3-col .item {
			
		}

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

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

}
	.items-2-col .item .title {
		font-size: 26px;
		font-size: clamp(18px, 2.5vw, 26px);
	}
		
	.items-3-col .item .title {
		font-size: 32px;
		font-size: clamp(16px, 3vw, 32px);
	}
		.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(18px, 2vw, 24px);
		}
		.shop.items-3-col .item .title {
			font-size: 24px;
			font-size: clamp(18px, 2vw, 24px);
		}
		
	.items-4-col .item .title {
		font-size: 26px;
		font-size: clamp(18px, 2.5vw, 26px);
	}
		.archives.items-4-col .item .title {
			font-size: 20px;
			font-size: clamp(16px, 2vw, 20px)
		}
		.post-content .items-3-col .item .title, .post-content .items-4-col .item .title {
			font-size: 24px;
			font-size: clamp(18px, 2vw, 24px);
		}
		.sidebar .items-4-col .item .title {
			font-size: 21px;
		}
	.items-5-col .item .title {
		font-size: 24px;
		font-size: clamp(14px, 1.5vw, 24px);
	}
	.items-6-col .item .title, .items-7-col .item .title, .items-8-col .item .title {
		font-size: 21px;
		font-size: clamp(14px, 2vw, 21px);
		line-height: .9;
		margin: 8px 0;
	}

.item .title {
	text-decoration: none;
	color: #212629;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title a {
		color: #212629;
		text-decoration: none;
	}
	.item .title a:hover, .item a:hover .title {
		color: #6666AA;
	}

.page_content .items h2 {
	padding: 0;
	border: none;
}

.item .more {
	
}

.post-content .featured-posts-block {
	padding: 0 5px;
	margin: 45px 0;
}
	.post-content .featured-posts-block.has-background {
		padding: 20px 20px 1px;
	}

.post-content .featured-posts-block .wrap {
	padding: 0;
}
	.post-content .featured-posts-block .block-title {
		padding: 0;
		margin-bottom: 20px;
		border: none
	}
	.post-content .featured-posts-block.has-background .block-title:before, .post-content .featured-posts-block.has-background .block-title:after {
		display: none
	}

.sidebar .widget_category-posts .more {
	display: none
}
	
.item .excerpt {
	font-size: 95%;
	margin: 20px 0;
	line-height: 1.7;
}

.teaser-post .more {
	
}
.teaser-post .post-meta.post-cats {
	margin: 15px 0 -7px;
}

.item .wprm-recipe-rating, .item .tasty-rating {
	text-align: center;
	line-height: 1.4;
	font-size: 14px;
	margin-top: -6px;
	margin-bottom: 15px;
	color: #6666AA;
}
	.item a.jump {
		display: none;
	}
.item .wprm-recipe-rating-details, .item .rating-label {
	display: inline-block;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	margin: 0 !important;
	color: #212629
}

	
.home-section .item, .post-content .featured-posts-block .item, .cat-landing .home-section .item {
	background-color: #ffffff;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
}
	.icons-block .item {
		background-color: transparent;
		box-shadow: none;
	}
	.home-section .item .title, .cat-landing .home-section .item .title, .post-content .items-3-col .item .title, .post-content .items-4-col .item .title {
		margin-left: 8px;
		margin-right: 8px;
		clear: none;
	}
	
.home-section .items-2-col .item a.block {
	width: 100%;
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}
	.home-section .items-2-col .item a.block img {
		width: 25%;
		height: auto;
	}
	.home-section .items-2-col .item a.block .title {
		flex-grow: 1;
		text-align: left;
		margin: 0 15px
	}
	.home-section .items-2-col .item .tasty-rating {
		display: none;
	}
		
/*!----Homepage Styles----*/

.upper-home-sections {
}

.lower-home-sections {

}

.home-section {
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 3vw 0;
}
	.upper-home-sections .home-section, .lower-home-sections .home-section {
		
	}
	.sidebar .home-section {
		padding: 0;
	}
	.cat-landing .home-section, .page-content .home-section {
		padding: 4vw 0;
		margin: 0;
	}
.home-section .wrap {
	position: relative;
}
.home-section.shaded, .home-section.has-background {
	border: none;
	padding: 3vw 0;
	position: relative;
}
	.cat-landing .home-section.shaded, .cat-landing .home-section.has-background {
		padding: 2vw 0 1.5vw;
		margin: 0;
	}
		.cat-landing .home-section.cta-block.has-background {
			padding: 3.5vw 0;
			margin: 0;
		}
	.home-section.has-white-background-color {
		padding: 0;
	}
	
.upper-home-sections .home-section {
	
}
	.upper-home-sections .tagline {
		padding: 15px 0 15px;
	}
		.upper-home-sections .tagline h1 {
			margin: 0 0 5px;
			font-size: 32px;
		}
		.upper-home-sections .tagline p {
			margin: 0;
			font-size: 16px;
			font-family: "Futura", "Gill Sans", "Gill Sans MT", "Source Sans Pro", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: .1em;
		}
	.upper-home-sections .icons-block.has-background {
		padding: 25px 0 16px;
	}
	.upper-home-sections .icons-block .wrap {
		position: relative;
	}
	@media ( min-width : 700px ) {
		.upper-home-sections .icons-block .wrap .block-title {
			font-family: "justlovely", cursive;
			letter-spacing: normal;
			font-style: normal;
			font-weight: normal;
			font-size: 48px;
			font-size: 5vw;
			font-size: clamp(24px, 5vw, 48px);
			line-height: 1;
			margin: 0;
			white-space: nowrap;
			color: #6666aa;
			width: auto;
			transform-origin: top center;
			transform: rotate(270deg);
			position: absolute;
			bottom: 24%;
			left: -8%;
		}
		.upper-home-sections .icons-block .wrap .items {
			margin-left: 40px;
		}
	}
	@media ( min-width : 850px ) {
		.upper-home-sections .icons-block .wrap .block-title {
			bottom: 24%;
			left: -70px;
		}
		.upper-home-sections .icons-block .wrap .items {
			margin-left: 60px;
		}
	}

.home-section .block-title {
	margin: 10px 0 25px;
}
.popular .block-title {
	margin: 10px 0;
}
.home-section .description {
	text-align: center;
	margin: -15px 0 20px
}

.home-section .more {
	text-align: center;
	clear: both;
}
	.upper-home-sections .home-section .more, .lower-home-sections .home-section .more {
		margin-bottom: 10px;
	}
	.home-section .more a em, .sidebar .more a em {
		display: none
	}

.home-section.subscribe {
	padding: 25px 0;
}
	.sidebar .subscribe {
		padding: 1px 20px 20px;
	}
	.sidebar .subscribe .wrap, .sidebar .widget .wrap {
		padding: 0;
	}
	.inner-post .subscribe {
		padding: 1px 30px 40px;
		margin-top: 130px;
		overflow: visible;
	}
.optin-content {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
	
}
	.sidebar .optin-content, .inner-post .optin-content {
		display: block;
		gap: 0;
	}
	.optin-content .image {
		width: 200px;
	}
		.sidebar .optin-content .image {
			margin: 0 auto;
		}
		.inner-post .optin-content .image {
			margin: -100px auto 0;
			flex: none;
			display: block;
		}
		.optin-content .image img {
			width: 100%;
			height: auto;
		}
	.optin-content .caption {
		
	}
		.optin-content .caption h2 {
			font-size: 36px;
			margin: 0 0 15px;
			text-align: center;
		}
			
		.optin-content .caption p {
			margin: 0;
			font-size: 90%;
		}

	.optin-content .form {
		flex-grow: 1;
	}

		
.home-section .widget-content {
	margin-left: auto;
	margin-right: auto;
	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;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
}
	.sidebar .home-section .widget-content {
		box-shadow: unset;
		display: block;
		flex: none;
	}
	.home-section.about .widget-content {
		max-width: 920px;
	}
.home-section .widget-content .image {
	width: 42%;
}
	.sidebar .home-section .widget-content .image {
		width: 100%;
	}
	.home-section .widget-content .image img {
		width: 100%;
		height: auto;
		display: block;
		vertical-align: top;
	}

.home-section .widget-content .caption {
	width: 58%;
	padding: 3%;
	text-align: center;
}
	.sidebar .home-section .widget-content .caption {
		width: 100%;
		padding: 0;
	}
	.home-section .widget-content .block-title {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.home-section .widget-content .caption p {
		margin: 18px 0;
		line-height: 1.7;
	}
		.home-section .widget-content .caption p strong {
			font-family: "Futura", "Gill Sans", "Gill Sans MT", "Source Sans Pro", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 24px;
			line-height: 28px
		}
		.home-section .widget-content .caption p a {
			font-family: "Futura", "Gill Sans", "Gill Sans MT", "Source Sans Pro", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			letter-spacing: .1em;
			font-size: 17px;
			color: #212629;
			text-decoration: none;
			background: linear-gradient(#d9d9ea, #d9d9ea) 0 95% / 100% 9px no-repeat;
		}
			.home-section .widget-content .caption p a:hover {
				color: #6666aa;
			}
		.home-section .widget-content .more {
			margin-top: 25px;
		}
		body.home .home-section.about .widget-content .more {
			display: none;
		}
.home-section .video-content .player {
	width: 60%;
	margin-bottom: -6px;
}
	.home-section .video-content .player iframe {
		width: 100%;
	}
.home-section .video-content .caption {
	width: 40%;
	padding: 1% 0 1% 4%;
}

.home-section.search-section {
	padding: 25px 0 35px;
}
.home-section.search-section .block-title {
	margin: 0 0 5px;
}
.search-section .wrap .form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	.search-section .wrap .form .search-form {
		width: 49%;
	}
	.search-section .wrap .form a {
		width: 24%;
		display: block;
		height: 70px;
		padding: 0 10px;
		line-height: 70px;
		text-align: center;
	}
.search-section .recipesmenu {
	text-align: center;
	margin: 0 auto;
	margin-top: 25px;
	max-width: 900px;
}
	.search-section .recipesmenu h3 {
		margin: 0;
		display: inline;
		font-size: 28px;
		line-height: 1;
	}
	.search-section .recipesmenu ul {
		display: inline
	}
	.search-section .recipesmenu li {
		display: inline-block
	}
	.search-section .recipesmenu a {
		display: inline-block;
		background-color: #6666aa;
		color: #ffffff;
		font-family: "Futura", "Gill Sans", "Gill Sans MT", "Source Sans Pro", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-weight: bold;
		text-decoration: none;
		padding: 10px 20px;
		margin: 8px 6px;
		font-size: 16px;
	}
		.search-section.has-purple-background-color .recipesmenu a {
			background-color: #212629
		}
		.search-section .recipesmenu a:hover {
			background-color: #8585BB
		}

/*!---------ARCHIVE STYLES---------*/
.category-landing {

}
	.cat-landing {
		border-bottom: 1px solid #e4e5e5	;
		margin: 0px 0 3vw;
	}
	.no-cat-landing {
		margin-bottom: 35px;		
	}
	
	.cat-landing .wp-block-group.video {
		background-color: transparent;
		max-width: 860px;
		margin: 35px auto;
		padding: 30px 30px 1px;
	}
		.cat-landing .wp-block-group.video h2, .cat-landing .wp-block-group.video h3 {
			margin: 0 0 15px;
			text-align: center;
		}
		.cat-landing .wp-block-group.video .wp-block-mv-video {
		
		}
		.cat-landing .wp-block-group.video .mv-video-target {
		
		}
		.cat-landing .wp-block-group.video .wp-block-buttons {
			margin: -10px 0 25px;
			text-align: center;
		}

		
.cat-desc {
	margin-bottom: 30px;
}
	.cat-desc a span {
		font-weight: bold !important;
	}
	.cat-image {
		float: right;
		width: 30%;
		min-width: 125px;
		max-width: 200px;
		margin: 0 0 15px 15px;
	}
		.cat-image img {
			width: 100%;
			height: auto;
			display: block;
			border-radius: 50%;
		}
		
.subcats {
	background-color: #dee5dc;
	padding: 20px 0;
}
.subcat-section {
	padding: 30px 0 1px
}
.items.recipe-index-subcats {
	justify-content: center;
}
ul.subcategories, .subcats ul.menu {
	margin: 0 0 4px;
	padding: 0 !important;
}
ul.subcategories strong {
	margin: 0;
	text-align: left;
	font-family: "Futura", "Gill Sans", "Gill Sans MT", "Source Sans Pro", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
}
ul.subcategories li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before {
		display: none;
	}
ul.subcategories li, ul.subcategories ul, .subcats ul.menu li {
	display: inline-block
}
ul.subcategories a, .subcats a {
	display: inline-block;
	font-size: 11px;
	font-family: "Futura", "Gill Sans", "Gill Sans MT", "Source Sans Pro", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #e4e5e5;
	color: #717272;
	padding: 5px 12px;
	margin: 3px 2px;
}
	ul.subcategories a:hover, ul.subcategories a:focus, .subcats a:hover, .subcats a:focus, ul.subcategories a:hover, ul.subcategories ul li.current-cat a {
		background-color: #6666aa;
		color: #FFFFFF;
		text-decoration: none !important;
	}
	ul.subcategories .all a {
		border: none !important;
		color: #212629
	}

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

.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-family: "Futura", "Gill Sans", "Gill Sans MT", "Source Sans Pro", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin-right: 3px;
	width: 25px;
	height: 25px;
	float: left;
	border: solid 1px #f6f5f5;
	color: #5d6163;
	text-decoration: none;
}
	.tagindex a:hover {
		color: #9ab73c
	}

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle em {
	color: #5d6163;
	letter-spacing: normal;
	font-style: italic;
	font-family: "Futura", "Gill Sans", "Gill Sans MT", "Source Sans Pro", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 11px;
}

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

	.tagtitle a:hover {
		color: #9ab73c;
	}
	
.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: #5d6163;
		font-size: 80%;
	}
	
/* !Breadcrumbs*/

.breadcrumb, #breadcrumbs {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #5D6163;
	font-size: 11px;
	letter-spacing: .15em;
	margin: 0 0 8px;
}

.breadcrumb a, #breadcrumbs a {
	color: #5D6163;
	font-weight: bold;
	text-decoration: underline;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 115%;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
		display: none;
	}
.breadcrumb a:hover, #breadcrumbs a:hover {
	color: #212629;
}

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a {
	color: #212629;
	font-size: 15px;
	letter-spacing: .12em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #9ab73c;
	border: none;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 25px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block
}

a.smbutton, .has-small-font-size.wp-block-button a {
	font-size: 13px !important;
	padding: 8px 18px;
	display: inline-block
}
	
	.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
		background-color: #9ab73c;
		color: #212629;
	}
	
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .wp-block-button a:hover {
	background-color: #6666aa;
	color: #ffffff;
}

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

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

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

#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f6f6f6;
	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 {
	
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 0;
	border: none;
	background-color: #ffffff;
	border: 1px solid #e4e5e5;
}
.search-form .search-field, .wp-block-search .wp-block-search__input {
	color: #212629;
	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 #e4e5e5;
}
	.wp-block-search .wp-block-search__input {
		border: none;
		padding: 0 10px 0 10px !important;
	}
	.home-section .search-field {
		height: 70px;
		line-height: 70px;
	}
	.search-form .search-field:focus, .wp-block-search__input:focus {
		outline: none;
		border: 2px solid #9ab73c !important
	}

	
.search-form .search-submit {
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 22px;
	color: #212629;
	background-color: transparent;
	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: #9ab73c;
	}
	.home-section .search-submit {
		height: 70px;
		line-height: 70px;
		width: 60px;
		font-size: 30px;
	}

.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
	.sidebar .subscribe .email-form {
		display: block;
		flex: none;
	}
.subscribe .email-input {
	border: none;
	background-color: #ffffff;
	color: #212629;
	font-family: Georgia, "Source Serif Pro", "Droid Serif", "Iowan Old Style", "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 15px;
	border: 2px solid #ffffff;
	width: 32%;
}
	.sidebar .subscribe .email-input {
		width: 100%;
		margin-bottom: 2%;
	}
	.email-input:focus {
		outline: none;
		color: #252626;
		background-color: #ffffff;
		border: 2px solid #9ab73c;
	}

.subscribe .email-submit {
	border: none;
	font-size: 16px;
	font-weight: bold;
	font-family: "Futura", "Gill Sans", "Gill Sans MT", "Source Sans Pro", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #212629;
	background-color: #9ab73c;
	text-align: center;
	border: none;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	width: 32%;
}
	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		background-color: #8585BB;
		color: #ffffff;
	}
	.sidebar .subscribe .email-submit {
		width: 100%;
	}

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

/* !---------FOOTER---------*/
	
	
.footer {
	clear: both;
	margin-top: 50px;
}
	body.home .footer {
		margin-top: 0
	}
.footer a {
	color: #212629;
}

.footer a:hover {
	color: #ffffff;
}


.footer .subscribe {
	margin-bottom: 0;

}

.footer .wp-block-columns {
	margin: 0 auto 0;
	padding: 3vw 15px;
	width: 100%;
	max-width: 1160px;
	text-align: center;
	font-size: 90%;
}
	.footer .wp-block-columns h2 {
		text-align: center;
		font-size: 24px;
		margin: 0 0 15px
	}
	.footer .wp-block-columns a {
		color: #6666aa;
	}
		.footer .wp-block-columns a:hover {
			color: #9ab73c;
		}

.sub-footer {
	clear: both;
    overflow: hidden;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 11px;
	line-height: 40px;
	padding: 15px 0;
}

.sub-footer a {
    text-decoration: none;
    color: #5D6163;
}
.sub-footer a:hover {
    color: #9ab73c;
}

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

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

	.footer-nav li.top a {
	    color: #6666aa;
	}


.copyright {
	width: 30%;
	float: right;
	text-align: right;
	color: #5D6163;
}
	.copyright em {
		font-style: normal;
		text-transform: none;
		letter-spacing: normal;
		font-weight: normal;
		font-family: Rubik;
	}


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

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

#respond {
	margin-top: 50px;
}

#comment-list {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}

#comment-list li {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	border: 1px solid #E4E5E5;
	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: #F3F3F4;
	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-meta:before {
	display: none;
}

.comment-meta a {
	
}

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

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

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

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

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

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}

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

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

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

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

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

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

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

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

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

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

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

#cancel_reply, #cancel_reply a {
	color: #212629;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

h3#reply-title small {
	display: inline;
	font-style: normal;
	display: none;
}
	#comment-list h3#reply-title small {
	display: inline;
}

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

.postnavigation {
	overflow: hidden;
	clear: both
}
.pagination {
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 13px;
	margin: 0 0 50px;
	padding: 10px 0;
	overflow: hidden;
	color: #5D6163;
}

.pagination .page-numbers{
	color: #5D6163;
	padding: 4px 8px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
}

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

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

.pagination a.page-numbers:hover {
	background-color: #6666aa;
	color: #ffffff;
}

.pagination h2.screen-reader-text {
	margin: 0 15px 0 0;
	font-size: 13px;
	color: #9ab73c;
	display: inline-block
}
.pagination .nav-links {
	display: inline-block
}


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

#top {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	font-family: "Futura", "Gill Sans MT", "Source Sans Pro", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 14px;
	line-height: 54px;
	height: 54px;
	display: block;
}

#top ul {
	display: block;
	width: 100%;
	margin-left: 10px
}

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

#top li a {
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
	color: #212629;
	-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
}
	#top li.bold a {
		color: #6666aa
	}
#top li a:hover, #top li:hover a {
	color: #9ab73c;
}

/* !---------MAIN DROPDOWN MENU---------*/

#main {
	text-align: center;
	font-weight: bold;
	font-family: "Futura", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 20px;
	line-height: 54px;
	height: 54px;
	display: block;
}

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

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

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

#main ul ul {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .1em;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	padding: 4px 8px;
	top: 50px;
	left: 50%;
	line-height: 1.4;
	background-color: #fff;
	-moz-box-shadow: 1px 3px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 3px 5px rgba(0,0,0,.15);
	box-shadow: 1px 3px 5px rgba(0,0,0,.15);
	text-align: center;
	z-index: 2001;
	width: 220px;
}

#main ul ul li {
	float: none;
	width: 100%;
	margin: 0;
}
	#main ul ul li.bold a {
		color: #6666aa !important;
	}

#main li li a {
	display: block;
	padding: 10px 5px;
	border-bottom: 1px solid #f2f2f2;
	color: #212629 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	#main li li:last-child a {
		border: none;
	}
	#main li li a:hover, #main li li:hover a, #main ul ul li.bold a:hover {
		color: #6666aa !important;
	}



#main 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 li.menu-item-has-children>a:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	display: inline-block;
	font-size: 75%;
	margin-left: 6px;
	position: relative;
	top: 1px;
	display: none;
}

#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	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: 330px;
	top: 0;
	margin: 0;
}

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

#main li li li a, #main li li:hover li a {
	color: #252626 !important;
	background-color: transparent !important;
}
	#main li li li a:hover {
	color: #e06699 !important;
	}
