/*! 
Theme Name: La Bella Vita Cucina
Theme URL: https://www.italianbellavita.com
Description: Custom responsive blog theme by Purr.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

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

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

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

/*! MAIN CONTAINER */

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

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

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 320px - 5%);
		width: -webkit-calc(100% - 320px - 5%);
		width: calc(100% - 320px - 5%);
		max-width: 728px;
		float: left;
		display: inline-block;
	}
		
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 320px;
		float: right;
		clear: right;
		display: block;
	}
	.facet_content {
		width: -moz-calc(100% - 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;
	}
	.facetwp-flyout-open {
		display: none
	}

}

.wrap, .wrapper {
	margin: 0 auto 0;
	padding: 0 20px;
	width: 100%;
	max-width: 1160px;
}
	.wide-wrap, body.home .wrap, body.home .wrapper {
		
	}
.screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #343c39;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ebebeb;
	background-color: #dfe1dc;
	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: 'caustenround';
	src: url('fonts/caustenround-bold-webfont.woff2') format('woff2'),
		 url('fonts/caustenround-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}
@font-face {
	font-family: 'lovelace';
	src: url('fonts/lovelace-regular-webfont.woff2') format('woff2'),
	 url('fonts/lovelace-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

body {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.7;
	color: #343c39;
	margin: 0;
}

a, input[type=submit], button {
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/*Desktop Link Transitions*/
@supports not (-webkit-touch-callout: none) {
	a, input[type=submit], button, #submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .page-template-full-width .wp-block-columns button, .items .item .title, .item .title, .items .item img, .home-section .item a.overlay .title {
		-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: #627650;
	text-decoration: underline;
}

a:hover {
	color: #b2b269;
}

	.post-content a, .page-content a, .cat-desc a {
		font-weight: bold;
		/*color: #343c39;
		background: linear-gradient(#e0e4dc, #e0e4dc) 0 92% / 100% 4px no-repeat;
		text-decoration: none;*/
	}
		.post-content a:hover, .post-content a:focus, .page-content a:hover, .page-content a:focus, .cat-desc a:hover, .cat-desc a:focus {
			color: #b2b269;
			/*background: linear-gradient(#e0e4dc, #e0e4dc) 0 92% / 100% 4px no-repeat;*/
		}
p {
	margin: 20px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lovelace", "Baskerville", "Source Serif Pro", "Droid Serif", Georgia, Times, serif;
	line-height: 1.2;
	font-weight: normal;
	margin: 25px 0;
	color: #343c39;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}
	.post-content h2, .page-content h2 {
		margin-top: 45px;
		padding-bottom: 12px;
		border-bottom: 1px solid #ebebeb;
	}
		h2.noline {
			border: none;
			padding-bottom: 0;
			background: none;
		}
	
	h1.divider, h2.divider, h3.divider, div.divider, .block-title {
		text-align: center;
	}
		.centered {
			text-align: center
		}
	h1 em, h2 em, h3 em, h4 em {
		font-style: normal;
	}
	h1 strong, h2 strong, h3 strong, h4 strong {
		font-weight: bold
	}
	.post-content h2 em, .post-content h3 em, .post-content h4 em, .page-content h2 em, .page-content h3 em, .page-content h4 em {
		display: block;
		font-style: normal;
		font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 13px;
		letter-spacing: .22em;
		font-weight: bold;
		margin-bottom: 9px;
	}
	.home-section h2 em, .home-section h3 em, .subtitle {
		display: block;
		font-style: normal;
		font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: .15em;
		font-weight: bold;
		margin-bottom: 5px;
		color: #627650;
	}
	.divider {
		text-transform: uppercase;
		letter-spacing: .1em;
		text-align: left;
		font-size: 18px;
	}
	.widget-title, .sidebar .divider, .sidebar h2 {
		margin: 20px 0 15px;
		font-size: 28px;
	}
	
h3 {
	font-size: 24px;
}
	
	.post-content h3, .page_content h3 {
		margin-top: 35px;
	}
h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

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

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

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

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

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

.top-bar {
	background-color: #627650;
	color: #ffffff;
	min-height: 8px;
	text-align: center;
	padding: 13px;
	width: 100%;
	z-index: 2001;
	height: 50px;
	font-size: 12px;
}
	.top-bar p {
		margin: 0;
	}
	.top-bar strong {
		font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: .12em;
		text-transform: uppercase;
	}
	.top-bar a {
		display: inline-block;
		font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: .12em;
		text-transform: uppercase;
		color: #ffffff;
		padding: 4px 12px 2px;
		text-decoration: none;
		margin-left: 5px;
		font-size: 11px;
		background-color: #89987c;
	}
		.top-bar a:hover {
			background-color: #b2b269;
		}

.header {
	position: relative;
	z-index: 101;
	margin-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}
	body.home .header {
		border-bottom: none;
		margin: 0;
	}

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

.header .top-stuff {
	width: -moz-calc(100% - 352px);
	width: -webkit-calc(100% - 352px);
	width: calc(100% - 352px);
	float: right;
	text-align: right;
	display: inline-block;
	margin: 55px 0 35px;
}
.header .top-stuff .social {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0px
}
.header .top-stuff .header-search {
	display: inline-block;
	vertical-align: middle;
}
.header .top-stuff .top-nav {
	display: inline-block;
	vertical-align: middle;
}
#main {
	padding: 0;
	margin: 0px -15px 0 0;
	width: -moz-calc(100% - 352px);
	width: -webkit-calc(100% - 352px);
	width: calc(100% - 352px);
	float: right;
	text-align: right;
}
	
/*!---------CONTENT---------*/

.span_content {
	
}

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


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

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

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

	p iframe {
		max-width: 100% !important
	}

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

h1.page-title {

}

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

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

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

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

.midsidebar {
	overflow: hidden;
}

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

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

.widget a {
	text-decoration: none;
}

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

.sidebar .shaded {
	background-color: #e0e4dc;
	padding: 20px;
}

.sidebar .about {
	
}

.sidebar .social {
	margin-top: -20px;
}

.social a {
	text-decoration: none;
	border: none;
	box-shadow: none;
	color: #627650;
	font-size: 16px;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	padding: 6px;
}
	.sidebar .social a {
		
	}
	.social a:hover {
		color: #b2b269;
	}
	.social strong {
		background: url(images/followme.png) no-repeat;
		background-size: 100% auto;
		width: 94px;
		height: 33px;
		display: inline-block;
		text-indent: -9999px;
		text-align: left;
	}

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

.post {
	margin-bottom: 0px;
}

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

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

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

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

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

.post-meta a {
	color: #676d6a;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #627650;
		text-decoration: underline;
	}
.post-meta span {
	display: inline-block
}
.post-meta.post-cat {
	margin: 0;
	font-size: 12px;
}
	.post-meta.post-cat a {
		color: #343c39;
		background-color: #ffffff;
		padding: 8px 13px 8px 15px;
		position: relative;
		z-index: 101;
		opacity: 1.0 !important
	}
		.post-meta.post-cat a:hover {
			color: #627650;
			text-decoration: none;
		}
	.teaser-post .post-cat {
		margin: -18px 0 20px;
	}

.post-meta em {
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	font-size: 105%;
}
.post-meta .spacer:after {
	content: "//";
	opacity: 0.5;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0 6px 0 6px;
}

.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
	color: #676d6a;
}
	.meta-bottom a {
		color: #676d6a;
	}
.meta-bottom p {
	margin: 0;
}
.meta-bottom .post-cats {
	margin-bottom: 15px;
	font-size: 11px;
}
	.meta-bottom .post-cats a {
		color: #676d6a;
		background-color: #ffffff;
		text-decoration: none !important;
		border: 1px solid #ebebeb;
		padding: 6px 10px 5px;
		margin: 3px 1px;
		display: inline-block;
		line-height: 1.2;
	}
		.meta-bottom .post-cats a:hover {
			background-color: #b2b269;
			color: #ffffff;
		}
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: #676d6a;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: none !important;
	box-shadow: none !important;
	border: none;
	display: inline-block !important;
}

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

.post-meta a.jump {
	border: 1px solid #ebebeb;
	padding: 5px 10px 4px 12px;
	font-size: 11px;
	display: inline-block;
	margin-top: 15px;
}
	.post-meta a.jump:hover {
		color: #ffffff;
		background-color: #b2b269;
		text-decoration: none;
	}
	.post-meta a.jump:before {
		content: "\f063";
		font-family: 'Font Awesome 5 Pro';
		font-weight: normal;
		margin-right: 4px;
	}

.disclosure, small {
	font-size: 12px;
	color: #676d6a;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
}
	.disclosure-top {
		
	}
	.disclosure-bottom {
		text-align: center
	}
	.disclosure a  {
		text-decoration: underline;
	}
a.more-link {
	font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .22em;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	box-shadow: none;
	border: none;
	text-decoration: none;
	color: #ffffff;
	background-color: #627650;
	display: inline-block;
	padding: 11px 16px 10px 18px;		
}
	a.more-button {
		text-transform: uppercase;
		letter-spacing: .2em;
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		text-align: center;
		box-shadow: none;
		border: none;
		text-decoration: none;
		color: #ffffff;
		background-color: #627650;
		display: inline-block;
		padding: 7px 12px 5px 14px;	
	}
	a.more-link:hover, a.more-link:focus {
		color: #ffffff;
		background: #b2b269;
	}
		a.more-button:hover {
			color: #ffffff;
			background: #b2b269;
		}
		
	.item a.more-link {
		background: url(images/continuereading.svg) no-repeat;
		background-size: 100% auto;
		width: 234px;
		height: 50px;
		text-indent: -9999px;
	}
		.latest-post .item a.more-link {
			width: 293px;
			height: 61px;
		}
		.item a.more-link:hover {
			opacity: 0.7;
			color: #343c39;
			background-color: transparent;
		}

.alignleft {
	margin-right: 10px;
	float: left;
}
	.alignleft.size-large, .alignleft.size-full {
		float: none !important;
		margin: 0 !important;
		display: block !important;
	}
.alignright {
	margin-left: 10px;
	float: right;
}

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

.kb-gallery-ul li:before {
	display: none !important
}

/*! Gutenberg Blocks */

.wp-block-image {
	margin: 30px 0 30px;
}
	.wp-block-image .wp-element-caption {
		font-size: 75%;
		line-height: 1.6;
		margin: 0px 0 0;
		display: block;
		background-color: #f5f5f5;
		padding: 15px;
	}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
.wp-block-group.has-background, .has-background {
	padding: 10px 35px;
	margin-top: 35px;
	margin-bottom: 35px;
}
	ol.has-background, ul.has-background {
		padding: 20px 30px 15px;
	}
	p.has-background {
		padding: 25px;
	}
	.wp-block-group.has-background h2, .wp-block-group.has-background h3 {
		margin-top: 25px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background, .wp-block-group.has-background h3.has-background {
			margin: -10px -35px 10px;
			padding: 20px 35px;
		}
		
		.wp-block-group.has-background {
			position: relative
		}
		.wp-block-group.has-background2 h2:before {
			background: url(images/olive-h2.png) no-repeat;
			background-size: 100% auto;
			letter-spacing: normal;
			display: inline-block;
			font-size: 22px;
			line-height: 46px;
			width: 60px;
			height: 90px;
			text-align: center;
			content: "";
			position: absolute;
			left: -35px;
			top: 20px;
		}

		
		
	.has-background.featured-posts-block h2 {
		padding: 0;
		border: none;
		margin-top: 25px
	}
		.has-background.featured-posts-block .more {
			margin-bottom: 15px;
		}

	.has-green-background-color {
		background-color: #627650;
		color: #ffffff;
	}
		.has-green-background-color h2, .has-green-background-color h3 {
			color: #ffffff;
		}
		.has-green-background-color a {
			color: #e0e4dc
		}
		.has-green-background-color li:before {
			background-color: #ffffff !important;
		}
	.has-medgreen-background-color {
		background-color: #b0baa7;
	}
	.has-lightgreen-background-color {
		background-color: #e0e4dc;
	}
	.has-lightgray-background-color {
		background-color: #f5f5f5;
	}
	.has-medgray-background-color {
		background-color: #ebebeb;
	}
	.has-black-background-color {
		background-color: #343c39;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 3px solid #e0e4dc;
	}

	.has-green-color {
		color: #627650;
	}
	.has-medgreen-color {
		color: #B0BAA7;
	}
	.has-lightgreen-color {
		color: #e0e4dc;
	}
	.has-lightgray-color {
		color: #e0e4dc;
	}
	.has-black-color {
		color: #343c39;
	}
	.has-white-color {
		color: #ffffff;
		border: 2px solid #dfe1dc;
	}
.wp-block-media-text {
	margin: 35px auto;
	}	
	.wp-block-media-text.has-background {
		padding: 0 !important
	}
.wp-block-quote {
	font-size: 115%;
	font-style: italic;
	text-align: center;
	position: relative;
	margin: 45px auto;
	padding: 25px 35px;
	quotes: "“" "”" "‘" "’";
	background-color: #f6f6f6;
}
	.wp-block-quote cite {
		display: block;
		margin-top: 0px;
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
		font-family: "caustenround", arial, helvetica, sans-serif;
		letter-spacing: .1em;
	}
		.wp-block-quote:before {
			font-family: "Lovelace", "Baskerville", "Source Serif Pro", "Droid Serif", Georgia, Times, serif;
			content: open-quote;
			display: block;
			color: #fff;
			font-size: 200px;
			line-height: .5;
			position: absolute;
			font-style: normal;
			left: 10px;
			top: 35px;
			z-index: 1;
		}
		.wp-block-quote:after {
			font-family: "Lovelace", "Baskerville", "Source Serif Pro", "Droid Serif", Georgia, Times, serif;
			content: close-quote;
			display: block;
			color: #fff;
			font-size: 200px;
			line-height: .5;
			position: absolute;
			font-style: normal;
			right: 8px;
			bottom: -30px;
			z-index: 1;
		}	
		.wp-block-quote p {
			position: relative;
			z-index: 2;
		}
	
.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-section .schema-faq-question {
	
}
	.schema-faq-section .schema-faq-question strong {
		
	}
.schema-faq-section .schema-faq-question:before {
	font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #343c39;
	background-color: #e0e4dc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	margin-left: -40px;
	margin-right: 8px;
	top: 6px;
	line-height: 32px;
	font-size: 20px;
	text-align: center;
}




.yoast-table-of-contents {
	background-color: #e0e4dc;
	padding: 0 25px 8px;
}
	.yoast-table-of-contents a {
		font-weight: normal;
	}
	.yoast-table-of-contents h2 {
		background-color: #ebebeb;
		border: none;
		padding: 20px 20px 15px;
		margin: 0 -25px 0;
	}	

.yoast-table-of-contents ul {
	counter-reset:li;
}
.yoast-table-of-contents ul li {
	display: block;
}
.yoast-table-of-contents ul>li {
	padding: 0;
	margin: 0 0 5px 40px;
	list-style-type: none;
	position: relative;
}
.yoast-table-of-contents ul>li:before{
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #343c39;
	background-color: #e0e4dc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 28px;
	width: 28px;
	left: -7px;
	top: 3px;
	transform: translateX(-50%);
	line-height: 28px;
	font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.yoast-table-of-contents ul>li ul {
	margin: 5px 0 10px;
}
.yoast-table-of-contents ul>li li {
	font-size: 90%;
	margin: 0 0 2px 24px;
}
	.yoast-table-of-contents ul>li li:before {
		content: "\f324";
		font-size: 60%;
		border-radius: 0;
		font-family: 'Font Awesome 5 Pro';
		background: transparent;
		left: 2px;
	}

.fullwidth {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width	  : 100vw;
}
	.fullwidth p, .fullwidth h1, .fullwidth h2, .fullwidth h3, .fullwidth h4, .fullwidth .wp-block-quote, .fullwidth ul, .fullwidth ol, .fullwidth .wp-block-columns, .fullwidth .wp-block-group {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}


/*! Inner Post */

.inner-post {
	
}
.social-rocket-inline-buttons {
	clear: both;
	text-align: center;
	margin: 15px 0 35px;
}
	.social-rocket-inline-buttons p, p.dpsp-share-text {
		margin: 0;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .12em;
		text-align: center
	}
.social-rocket-inline-buttons a {
	background: none !important
}


#dpsp-floating-sidebar .dpsp-networks-btns-wrapper li {
	
}
#dpsp-content-top, #dpsp-content-bottom, .dpsp-shortcode-wrapper {
	text-align: center;
}
#dpsp-content-top ul, #dpsp-content-bottom ul, .dpsp-shortcode-wrapper ul {
	margin: 0 auto !important;
	padding: 0 !important;
	display: inline-block;
	width: auto;
	text-align: center;
}
	#dpsp-content-top ul li, #dpsp-content-bottom ul li, .dpsp-shortcode-wrapper ul li {
		display: inline-block;
		float: none;
		padding: 0 !important;
		margin: 0 2px !important
	}
	#dpsp-content-top ul li:first-child, #dpsp-content-bottom ul li:first-child, .dpsp-shortcode-wrapper ul li:first-child {
		margin-left: -2px !important;
		padding-left: 0 !important
	}

#dpsp-content-top a, #dpsp-content-top button, #dpsp-content-bottom a, #dpsp-content-bottom button, .dpsp-shortcode-wrapper a {
	border: none !important;
	box-shadow: none !important;
}
#dpsp-content-top button, #dpsp-content-bottom button {
	margin-right: .5px !important
}
#dpsp-content-top {
	margin-top: -5px !important;
	margin-bottom: -10px !important
}
#dpsp-content-top ul {
	margin-left: 4px !important;
}
#dpsp-content-bottom {
	margin-top: 0!important;
	margin-bottom: 20px !important
}
	#dpsp-content-bottom:before, #dpsp-content-top:before {
		content: "Share This:";
		font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: .2em;
		color: #676d6a;
		vertical-align: middle;
		margin: 0 5px 0;
		display: inline-block;
		line-height: 32px;
		position: relative;
		top: -10px;
	}

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 30px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 21px;
	line-height: 1.2;
	font-family: "Lovelace", "Baskerville", "Source Serif Pro", "Droid Serif", Georgia, Times, serif;
	font-weight: bold;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

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

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

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

.post-nav .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.post-nav div a {
	color: #343c39
}
.post-nav div a:hover {
	color: #676d6a;
}

.post-nav em {
	display: block;
	font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .22em;
	color: #676d6a;
	padding: 0 0 5px;
}


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

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

	/* Desktop 3 Columns*/
	.items-3-col {
		margin: 0 -1.75%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 3.5%);
			margin: 0 1.75% 3.5%;
		}
		.teaser-posts.items-3-col .item, .items-2-col.search-posts .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% 2%;
		}
	/* 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%;
			margin-bottom: 15px;
			
		}
		@media ( min-width : 800px ) {
			.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% 0;
			
		}
	.items-7-col {
		margin: 0 -1%;
	}
		.items-7-col .item {
			width: calc((100% / 7) - 2%);
			margin: 0 1% 0;
			
		}
	.items-8-col {
		margin: 0 -1%;
	}
		.items-8-col .item {
			width: calc((100% / 8) - 2%);
			margin: 0 1% 0;
			
		}

.items .item .title {
	margin: 15px 0;
	word-wrap: break-word;
	clear: both;
	text-align: center;
}
	.items-2-col .item .title {
		font-size: 16px;
		font-size: clamp(14px, 1.5vw, 18px)
	}
		
	.items-3-col .item .title {
		font-size: 24px;
		font-size: clamp(14px, 2vw, 24px);
	}
		.teaser-posts.items-3-col .item .title, .span_content .items-2-col.search-posts .item .title {
			font-size: 30px;
			font-size: clamp(24px, 2.25vw, 28px);
		}
		.archives.items-3-col .item .title {
			font-size: 18px;
			font-size: clamp(18px, 2vw, 21px)
		}
		.featured-posts-block .items-3-col .item .title {
			font-size: 21px;
			font-size: clamp(14px, 2vw, 21px);
		}
		
	.items-4-col .item .title {
		font-size: 21px;
		font-size: clamp(17px, 2vw, 21px);
	}
		.sidebar .item .title {
			font-size: 15px;
			margin: 10px 0;
		}
	.items-5-col .item .title {
		font-size: 19px;
		font-size: clamp(14px, 1.9vw, 19px);
	}
	.items-6-col .item .title {
		font-size: 17px;
		font-size: clamp(14px, 1.5vw, 17px);
	}

	.icons .title {
		font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #343c39;
		text-transform: uppercase;
		letter-spacing: .15em;
	}

.item .title {
	text-decoration: none;
	color: #343c39;
}
	.item .title a {
		color: #343c39;
		text-decoration: none;
	}
	.item .title a .inline {
		
	}
	.item .title a:hover, .item a:hover .title, .item:hover .title {
		color: #627650;
	}
	
	
.page_content .items h2 {
	padding: 0;
	border: none;
}
.items a {
	text-decoration: none;
	border: none;
	box-shadow: none;
}
.items .item a.block {
	display: block;
	width: 100%;
}

.items .item img {
	display: block;
	width: 100%;
	height: auto;
}
	.items .item a.block:hover img {
		opacity: 0.85
	}
	.icons .item img {
		margin: 0 auto;
		display: block;
		border-radius: 50%;
	}

	
.item .excerpt {
	font-size: 95%;
}
	.latest-post .item .excerpt {
		font-size: 105%;
	}
	.item p.excerpt {
		margin: 15px 0 15px;
	}

.item .more {
	
}
.teaser-post .more {
	
}
.featured-posts-block .block-title, .featured-posts-block h2 {
	text-align: center;
}
.featured-posts-block .more {
	text-align: center;
	margin-top: -30px;
}
.sidebar .widget_category-posts .more {
	display: none
}
	
.upper-home-sections .home-section .item a.overlay {
	display: block;
	position: relative;
}
	.upper-home-sections .home-section .item a.overlay .title {
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		display: inline-block;
		background-color: #627650;
		color: #ffffff;
		font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: .2em;
		font-size: 12px;
		display: inline-block;
		margin: 0;
		padding: 10px 12px 9px 15px;
		white-space: nowrap;
	}
		.upper-home-sections .home-section .item a.overlay:hover .title {
			background-color: #b2b269;
		}


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

.upper-home-sections, .recipe-index-sections {

}
	.upper-home-sections .home-section {
		border: none;
		margin: 0;
		padding: 0 0 2vw;
	}
		.upper-home-sections .home-section:first-child {
		
		}
	
.lower-home-sections {

}

.home-section {
	clear: both;
	position: relative;
	padding: 3.5vw 0 3vw;
	border-bottom: 1px solid #ebebeb;
	margin-top: -1px;
}

	
.home-section .wrap {
	position: relative;
}
	.home-section.shaded {
		border: none;
		background-color: #e0e4dc;
		padding: 3vw 0;
		position: relative;
	}
	.home-section.green {
		background-color: #627650;
	}
	.home-section.medgreen {
		background-color: #b0baa7;
	}

.home-section .block-title {
	font-size: 32px;
	margin: 15px 0 20px;
	position: relative;
}
	.home-section .block-title:after, .teaser-post .title:after {
		background: url(images/olive-sep.png) no-repeat;
		background-size: 100% auto;
		content: "";
		width: 82px;
		height: 29px;
		display: block;
		margin: 15px auto 25px;
	}
		.teaser-post .title:after {
			margin: 15px auto
		}
.home-section .description {
	margin: -10px auto 25px;
}

.home-section .more {
	text-align: center;
	clear: both;
	margin: 20px 0 0;
}
	.home-section .more a {
		
	}
.home-section .fixed-more {
	margin-top: -20px;
	margin-bottom: 30px;
}
	
	.home-section .more a em, .sidebar .more a em {
		display: none
	}


.latest-post {
	
}
.latest {
	text-align: center;
	margin-top: 0;
}
.home-section.latest-post {
	padding: 60px 0;
}
.home-section.teaser-posts {
	
}
.home-section.latest-post .widget-content {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	align-items: center;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
}
	.home-section.latest-post .widget-content .image {
		width: 50%;
		position: relative;
		overflow: hidden;
		order: 1;
	}
		.home-section.latest-post .widget-content .image img {
			width: 100%;
			height: auto;
			display: block;
		}
	.home-section.latest-post .widget-content .caption {
		width: 55%;
		text-align: center;
		padding: 3.5% 3% 2%;
		z-index: 11;
		order: 2;
		background-color: #ffffff;
		margin-left: -5%;
		position: relative;
	}
	
		.home-section.latest-post .widget-content .caption:before {
			background: url(images/olives-top.png) no-repeat;
			background-size: 100% auto;
			background-position: bottom center;
			content: "";
			width: 54%;
			height: 0;
			padding-bottom: 14%;
			position: absolute;
			top: 0;
			left: 50%;
			-webkit-transform: translate(-50%,-100%);
			-ms-transform: translate(-50%,-100%);
			transform: translate(-50%,-100%);
		}
		.home-section.latest-post .widget-content .caption:after {
			background: url(images/olives-bottom.png) no-repeat;
			background-size: 100% auto;
			background-position: top center;
			content: "";
			width: 52%;
			height: 0;
			padding-bottom: 18%;
			position: absolute;
			bottom: 0;
			left: 50%;
			-webkit-transform: translate(-50%,100%);
			-ms-transform: translate(-50%,100%);
			transform: translate(-50%,100%);
		}
		.home-section.latest-post .widget-content .caption .post-meta {
			margin: 0 0 5px;
			color: #627650;
			font-size: 14px;
		}
		.home-section.latest-post .widget-content .caption .title {
			margin: 0;
		}
	
.home-section.about .widget-content {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	align-items: center;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	max-width: 880px;
	margin: 0 auto;
}
	.home-section.about .widget-content .image {
		width: 30%;
		max-width: 200px;
		position: relative;
		overflow: hidden;
		order: 2;
	}
		.home-section.about .widget-content .image img {
			width: 100%;
			height: auto;
			display: block;
			border-radius: 50%;
		}
		.sidebar .about .widget-content .image img {
			max-width: 150px;
			margin: 0 auto;
			border-radius: 50%;
		}
	.home-section.about .widget-content .caption {
		width: 65%;
		flex-grow: 1;
		text-align: center;
		padding: 2% 2%;
		z-index: 11;
		order: 1;
	}
	.home-section.about .widget-content .caption .block-title {
		text-align: center;
		margin: 15px 0px;
	}
		.sidebar .widget-content .caption .block-title {
			text-align: center;
			margin: 15px 0 0px;
		}
		.about .block-title:after {
			display: none;
		}
	.home-section.about .widget-content .caption p {
		margin: 18px 0;
		font-size: 20px;
	}
		.sidebar .widget-content p {
			margin: 15px 0;
			
		}
		
		.home-section.about .widget-content .caption p em, .sidebar .about .widget-content .caption p em {
			background: url(images/buonappetito@2x.png) no-repeat;
			background-size: 100% auto;
			text-indent: -9999px;
			width: 180px;
			height: 40px;
			display: inline-block
		}
	.home-section.about .widget-content .caption .more {
		margin: 25px 0 0px;
		display: none;
	}
		.sidebar .widget-content .caption .more {
			margin: 20px 0 0;
			display: block
		}
	
.optin-content {
	margin: 0 auto;
	padding: 0;
	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;
	align-items: center;
	align-content: center;
	justify-content: center;
	max-width: 905px;
}
	.optin-content .caption {
		flex: 50% 0 1;
		padding-right: 20px;
		text-align: center;
	}
		.footer .optin-content .caption {
			flex: 100% 0 0;
			padding: 0;
		}
		.inner-post .optin-content .caption {
			flex: 100% 0 0;
			padding: 0;
		}
		.optin-content .caption h2 {
			color: #ffffff;
		}
			.home-section .optin-content .caption h2 {
				margin: 0 auto 10px;
				color: #ffffff;
				text-align: center;
				font-size: 32px;
				line-height: 1;
				background: url(images/subscribe@2x.png) no-repeat;
				background-size: 100% auto;
				text-indent: -9999px;
				width: 410px;
				height: 65px;
			}
			.sidebar .optin-content .caption h2 {
				width: 100%;
				height: 0;
				padding-bottom: 16%;
				margin: 0 auto 10px;
				color: #ffffff;
				text-align: center;
				font-size: 32px;
				line-height: 1;
				background: url(images/subscribe@2x.png) no-repeat;
				background-size: 100% auto;
				text-indent: -9999px;
				margin-top: -8px;
			}
			.footer .optin-content .caption h2 {
				margin: 0 auto 10px;
				color: #ffffff;
				text-align: center;
				font-size: 32px;
				line-height: 1;
				background: url(images/subscribe@2x.png) no-repeat;
				background-size: 100% auto;
				text-indent: -9999px;
				flex: 100% 1 1;
				width: 100%;
				height: 0;
				padding-bottom: 16%;
				margin: 0;
			}
			.inner-post .optin-content .caption h2 {
				margin: 0;
				font-size: 38px;
				font-size: 2.1vw;
				font-size: clamp(21px, 2.1vw, 42px);
				height: auto;
				padding: 0;
			}
		.optin-content .caption .block-title:after {
			display: none;
		}
		.optin-content .caption p {
			margin: 0;
			font-size: 15px;
			line-height: 1.4;
		}
			.sidebar .optin-content .caption p {
							
			}
			.inner-post .optin-content .caption p {
				margin: 15px 0 20px;	
				font-size: 18px;
				line-height: 1.6;		
			}
	.optin-content .form {
		flex: 39% 1 0;
	}
	
.sidebar .optin-content, .inner-post .optin-content {
	flex: none;
	display: block;
	padding: 0;
}
.sidebar .optin-content .image {
	width: 100px;
	margin: 0 auto 15px;
	margin-top: -80px;
}
.sidebar .optin-content .caption {
	padding: 0;
}
.sidebar .optin-content h2 {
	font-size: 28px;
	margin: 10px 0;
}
.sidebar .optin-content p {
	margin: 10px 0 15px;
}

.lower-home-sections .home-section.shop {
	
}
.lower-home-sections .home-section.shop .wrap {
	display: flex;
	justify-content: space-between;
}
	.lower-home-sections .home-section.shop .wrap .block-title {
		width: 150px;
		margin: 15px 0 0;
		padding: 10px;
		font-size: 26px;
	}
	.lower-home-sections .home-section.shop .wrap .items {
		width: -moz-calc(100% - 150px);
		width: -webkit-calc(100% - 150px);
		width: calc(100% - 150px);
	}
	.lower-home-sections .home-section.shop .wrap .items .item {
		padding: 0 8px;
		margin-bottom: 0;
	}
	.lower-home-sections .home-section.shop .wrap .items .item .title {
		margin-bottom: 0;
	}


/*!---------ARCHIVE STYLES---------*/
.cat-title {

}	
	.cat-title-paged, .cat-title.no-image {
		
	}
	.cat-title .wrap {
		
	}
	.cat-title .wrap .cat-image {
		width: 25%;
		float: right;
		margin: 0 0 25px 15px;
		min-width: 125px;
	}
		.cat-title .cat-image img {
			display: block;
			height: auto;
			width: 100%;
		}
	.cat-title .wrap .cat-desc {
		
	}
		.cat-title.no-image .wrap .cat-desc {
			
		}
		.cat-title .cat-desc h1 {
			margin-bottom: 15px;
		}
		.cat-title .cat-desc .breadcrumb {
			margin-bottom: 8px;
		}
		.cat-title .cat-desc p {
			font-size: 95%;
			line-height: 1.7;
			margin: 15px 0 15px;
		}
		.cat-title .cat-desc.no-image {
			
		}
.home-section.cat-featured-section {
	padding: 30px 0 25px;
	margin: 50px 0 50px;
	border: none;
}
	.home-section.cat-featured-section .block-title {
		text-align: center;
	}

/*Subcategories*/
.subcats {
	margin: 0 0 20px;
}
.subcats ul {
	margin: 0;
}
ul.subcategories strong, .subcats strong {
	font-size: 14px;
	color: #343c39;
	font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	margin: 0 5px 0 0;
	text-align: left;

}
ul.subcategories li, ul.subcategories li ul, ul.subcategories ul li ul li, .subcats ul.menu li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before, .subcats ul.menu li:before {
		display: none;
	}
ul.subcategories, ul.subcategories li, ul.subcategories li ul, .subcats ul.menu li {
	display: inline-block
}
ul.subcategories li a, .subcats ul.menu li a {
	display: inline-block;
	font-size: 11px;
	
	font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-decoration: none;
	font-weight: bold;
	color: #343c39;
	background-color: #ffffff;
	padding: 4px 14px;
	margin: 3px 2px;
	border: 1px solid #ebebeb;
	box-shadow: none;
}
	ul.subcategories li a:hover, ul.subcategories li a:focus, .subcats ul.menu li a:hover, .subcats ul.menu li a:focus {
		background: none;
		background-color: #b2b269;
		text-decoration: none;
		color: #343c39
	}

ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a {
	background-color: #e0e4dc;
	color: #3d3d3c;
	box-shadow: none;
}

ul.subcategories li.all a {
	color: #3d3d3c !important;
	background-color: #ffffff;
}
	ul.subcategories li.all a:hover {
		background: none;
		border: none;
		box-shadow: none;
		background-color: transparent !important;
		color: #627650 !important;
	}
	
.recipe-cats {
	margin-top: 20px;
	margin-bottom: -15px;
}
	.recipe-cats h2 {
		padding: 0;
		border: none;
	}
.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 {
	display: block;
	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: #676d6a;
}

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

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

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

.tagindex a {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-right: 2px;
	width: 22px;
	height: 25px;
	float: left;
	
	background: none !important;
	border: solid 1px #f6f5f5;
	color: #676d6a;
	text-decoration: none;
}
	.tagindex a:hover {
		background-color: #e0e4dc
	}

.tagtitle {
	margin-bottom: 10px;
}

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

.tagtitle .backtotop a {
	color: #676d6a;
	background: none !important;
	text-decoration: none;
}

	.tagtitle .backtotop a:hover {
		color: #627650;
	}
	
.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: #676d6a;
		font-size: 80%;
	}

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

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

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

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

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

	}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;

	}
.breadcrumb a:hover {
	color: #627650;
	text-decoration: underline;
}


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

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

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a, .gform_wrapper .gform_button, .facetwp-load-more, button.facetwp-flyout-open, .ninja-forms-field[type=button] {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #627650;
	font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	box-shadow: none !important;
	letter-spacing: .15em;
	cursor: pointer;
	margin-top: 5px;
	padding: 20px 25px 19px;
	text-decoration: none;
}
	.wp-block-button.bigbutton a {
		font-size: 21px;
		padding: 25px 40px;
	}
	a.smbutton, button.smbutton {
		font-size: 11px;
		padding: 10px 12px;
	}

	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .wp-block-button a:hover, .gform_wrapper .gform_button:hover, .facetwp-load-more:hover, button.facetwp-flyout-open:hover {
		background-color: #b2b269;
	}

#commentform #submit {
	width: auto;
}

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

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

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

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

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

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

.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field {
	color: #343c39;
	font-size: 18px;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-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%;
	background-color: #ffffff;
	border: 1px solid #ebebeb;
}
	.header-search .search-field {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin: 0;
		padding: 0 30px 0 12px;
	}

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

	
.search-form .search-submit {
	background-color: transparent;
	font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .22em;
	font-weight: bold;
	font-size: 23px;
	color: #627650;
	fill: #627650;
	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: 5px;
}
	.search-form .search-submit svg {
		color: #627650;
		fill: #627650;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out
	}
	.search-form .search-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover svg , .search-form .search-submit:focus svg {
		color: #b2b269;
		fill: #b2b269;
	}
	.header-search .search-submit {
		height: 40px;
		line-height: 40px;
		width: 36px;
		border: none;
		font-size: 18px;
		top: 2px;
	}
		.header-search .search-submit svg {
			width: 20px;
			height: 18px;
		}

/*Subscribe Forms*/

.subscribe {
	background-color: #627650;
	color: #ffffff;
}
	.home-section.subscribe {
		padding: 38px 0;
	}
	.sidebar .subscribe {
		padding: 25px;
	}
	.inner-post .subscribe {
		padding: 6%;
	}
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	.sidebar .subscribe .email-form {
		display: block;
	}
	
.subscribe .email-input {
	border: none;
	background-color: #ffffff;
	color: #434f57;
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 15px;
	width: 48.5%;
	height: 55px;
	line-height: 55px;
	margin: 0 0 3%;
	padding: 0 15px;
}
	.email-input:focus {
		outline: none;
		color: #343c39;
		background-color: #ffffff;
		border: 2px solid #b2b269
	}
	.sidebar .subscribe .email-input {
		width: 100%
	}

.subscribe .email-submit {
	border: none;
	width: 100%;
	font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .22em;
	color: #ffffff;
	background-color: #89987c;
	border: none;
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	padding: 0 5px;
	text-decoration: none;
	cursor: pointer;
}
	
	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		color: #ffffff;
		background-color: #b2b269;
	}
		.sidebar .email-submit:hover, .sidebar .email-submit:focus {
			
		}
.email-input::placeholder {
	color: #9B9693;
}
.search-field::placeholder {
	color: #9B9693;
}


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


.press {
	padding: 30px 0 15px;
	text-align: center;
}
	.press .wrap {
	}
		.press h2.block-title {
			font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			font-weight: normal;
			letter-spacing: .15em;
			color: #676d6a;
			font-size: 11px;
			text-align: center;
			margin: 0;
		}
			.press h2.block-title:after {
				display: none;
			}
		.press img {
			width: 100%;
			height: auto;
			max-width: 495px !important;
			margin: 0 auto;
		}
	.press-mobile {
		display: none;
	}
	.press-desktop {
		display: block;
	}
	
.footer {
	position: relative;
	clear: both;
	background-color: #627650;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 50px;
	padding: 50px 0;
}

	body.home .footer {
		margin-top: 0px;
	}
	body.home.paged .footer {
		margin-top: 50px;
	}
.footer h2 {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	margin: 0 0 20px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #b2b269;
}

.footer .wrap {
	-ms-box-orient: horizontal;
	display: -ms-Flexbox;
	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;
}
.footer .widget_nav_menu {
	margin: 0;
	width: -moz-calc(36% / 3);
	width: -webkit-calc(36% / 3);
	width: calc(36% / 3);
}
	.footer .widget_nav_menu li {
		font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		font-weight: normal;
		letter-spacing: .15em;
		font-size: 11px;
		margin: 15px 0;
	}

.footer .subscribe {
	width: 36%;
	order: 5;
	padding: 0;
}
	.footer .subscribe p {
		font-size: 14px;
		line-height: 1.4;
		margin: 10px 0;
	}
.footer .copyright {
	width: 28%;
	margin: 0 auto;
	order: 4;
}

.copyright {
	text-align: center;
	font-size: 11px;
}
.copyright p {
	margin: 5px 0;
	opacity: 0.6;
	color: #ffffff;
}
	.copyright .logo a {
		display: inline-block;
	}
.copyright .logo img {
	margin: 0 auto;
	text-align: center
}
.copyright strong {
	font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
}
.copyright a {
	text-decoration: underline;
	color: #ffffff;
}
.copyright a:hover {
	color: #b2b269;
}


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

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

#respond {
	background-color: #e0e4dc;
	padding: 30px;
	margin-bottom: 80px;
}

	#reply-title a#cancel-comment-reply-link {
		display: none !important
	}
	#comment-list #reply-title a#cancel-comment-reply-link {
		display: inline-block !important
	}
#comment-list {
	font-size: 90%;
	list-style-type: none;
	margin: 20px 0px;
	padding: 0;
}

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

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

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

.comment-meta {
	margin: 0;
	font-size: 11px;
	text-align: left;
	clear: none;
	padding-right: 85px;
}

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

.comment-meta a {
	
}

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

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

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

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

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

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}
.akismet_comment_form_privacy_notice {
	font-style: italic;
	color: #676d6a;
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0 80px;
	display: block
	}
/*!threaded comments*/

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

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

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

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

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

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

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

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

.pagination a.page-numbers:hover {
	color: #627650;
}
.pagination:before {
	content: "More Recent Recipes:"
}
.comment-pagination {
	text-align: left
}
	.comment-pagination:before, .facet-pagination:before {
		display: none
	}

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

#top {
	font-size: 13px;
	text-transform: lowercase;
}
#top li {
	display: inline-block;
	margin: 0 12px 0 0;
}
#top li a {
	color: #676d6a;
	text-decoration: none;
}
	#top li a:hover {
		color: #627650
	}


/*!---------MAIN DROPDOWN MENU---------*/
#main {
	font-family: "Lovelace", "Baskerville", "Source Serif Pro", "Droid Serif", Georgia, Times, serif;
	font-size: 26px;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 50px;
	height: 50px;
	display: block;
	position: relative;
	z-index: 202;
}

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

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

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

#main ul ul {
	font-weight: bold;
	font-family: "caustenround", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .2em;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	padding: 8px;
	top: 45px;
	left: 50%;
	line-height: 1.4;
	background-color: #627650;
	text-align: center;
	z-index: 2001;
	width: 210px;
}

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


#main li li a {
	display: block;
	padding: 8px 15px;
	border: none;
	color: #ffffff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	#main ul li.bold a {
		
	}
	#main li li>a:hover, #main li li:hover>a {
		background-color: #89987c;
	}



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

#main ul ul li ul {
	border: none;
	left: 307px;
	top: -8px;
	margin: 0;
}

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

#main li li li a {
	background-color: transparent;
}

	#main li li li a:hover {
		background-color: #89987c;
	}
	
	
/*CREATE*/
.mv-create-card .mv-create-wrapper {
	border: 1px solid #ebebeb !important;
	margin: 100px 0;
	position: relative;
}
.mv-create-card:before {
	background: url(images/olives-top.png) no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	content: "";
	width: 320px;
	height: 0;
	padding-bottom: 14%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,-100%);
	-ms-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
}
.mv-create-card .mv-create-wrapper:after {
	background: url(images/olives-bottom.png) no-repeat;
	background-size: 100% auto;
	background-position: top center;
	content: "";
	width: 320px;
	height: 0;
	padding-bottom: 18%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%,100%);
	-ms-transform: translate(-50%,100%);
	transform: translate(-50%,100%);
}

.tasty-recipes {
	position: relative;
}
.tasty-recipes:before {
	background: url(images/olives-top.png) no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	content: "";
	width: 320px;
	height: 82px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,-100%);
	-ms-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
}
.tasty-recipes:after {
	background: url(images/olives-bottom.png) no-repeat;
	background-size: 100% auto;
	background-position: top center;
	content: "";
	width: 320px;
	height:108px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%,100%);
	-ms-transform: translate(-50%,100%);
	transform: translate(-50%,100%);
}