/*! 
Theme Name: Turnips 2 Tangerines
Theme URL: https://www.turnips2tangerines.com
Description: Custom responsive blog theme for Turnips 2 Tangerines.
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% - 300px - 5%);
		width: -webkit-calc(100% - 300px - 5%);
		width: calc(100% - 300px - 5%);
		max-width: 680px;
		float: left;
		display: inline-block;
	}
		.wide_content {
			max-width: 720px;
		}
	.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;
	}
	.span_content_wide {
		
	}
	
}

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

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

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #f8f8f8;
	background-color: #f8f8f8;
	padding: 5px 10px;
	text-decoration: none;
}
 
#skip a:focus {
	position:absolute;
	left: 8px;
	top: 8px;
	z-index: 3001;
	width:auto;
	height:auto;
}

/*!---------STRUCTURE---------*/
@font-face {
    font-family: 'causten';
	font-display:swap;
    src: url('fonts/causten-semibold-webfont.woff2') format('woff2'),
         url('fonts/causten-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

body {
	font-family: "Lato", Arial, helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.7;
	color: #4d4d4d;
	margin: 0;
	background: url(images/border.png) repeat-x;
	background-size: 41px 14px;
}

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

a:hover {
	color: #618E61;
}

	.post-content a {
		font-weight: bold;
		color: #4d4d4d;
		text-decoration: none;
		border-bottom: 2px solid #e58956
	}
		.post-content a:hover {
			color: #e58956
		}
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", Times, Georgia, serif;
	line-height: 1.2;
	font-weight: 500;
	margin: 25px 0;
	color: #4d4d4d;
}

h1 {
	font-size: 40px;
}
	.post-content h1 {
		
	}
	h1 strong, h2 strong {
		font-weight: normal !important;
	}
h2 {
	font-size: 32px;
}
	.post-content h2, .page_content h2 {
		margin-top: 40px;
		/*padding-bottom: 12px;
		border-bottom: 1px solid #e8e8e8;*/
	}
	h2.noline {
		border: none;
		padding-bottom: 0;
	}

h3 {
	font-size: 32px;
}
	h3.divider {
		text-align: center
	}

	h3.widget-title {
		margin: 25px 0
	}
		h3.widget-title em {
			font-family: "causten", Arial, Helvetica, Geneva, sans-serif;
			text-transform: uppercase;
			color: #757575;
			font-size: 11px;
			font-weight: bold;
			font-style: normal;
			display: block;
			margin-bottom: 5px;
			letter-spacing: .15em;
			color: #618E61
		}
	.post-content h3, .page_content h3 {
		
	}


h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

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

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

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

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


	.header .social {
		float: right;
		display: inline-block;
		margin-right: 20px;
		margin-top: 60px;
	}
		.header .social a {
			padding: 6px;
			font-size: 15px;
			
		}

	.header .header-search {
		float: right;
		width: 210px;
		margin-top: 60px;
		
	}
.header {
	clear: both;
	padding: 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #EAEAEA;
}
	body.home .header {
		margin-bottom: 0;
		border-bottom: none;
	}
	body.paged .header {
		margin-bottom: 0px;
		border-bottom: 1px solid #EAEAEA;
	}
	
.header-ad {
	margin: -20px 0 25px
}

.header .logo {
	overflow: hidden;
	width: 340px;
	margin: 45px 0; 
	float: left;
	clear: both;
}
	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}
.header .logo a {

}



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

.span_content {
	
}

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

.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: disc;
	margin: 0 0 10px 20px;
	padding: 0;
}
	.span_content ul li li {
		list-style-type: circle;
	}

.span_content ol {
	counter-reset:li;
}

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

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

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

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

h1.page-title {

}

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

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

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
	
}
.widget {
	margin: 30px 0 60px 0;
	text-align: center;
}
	.find-a-recipe .widget {
		margin: 15px 0;
	}
.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;
}

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

.widget a {
	text-decoration: none;
}

.widget p {
}

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

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

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

.sidebar .about {
	text-align: center;
	margin-top: 0;
}

.sidebar .about h3.widget-title {
	margin: 0
}

.sidebar .about p {
	margin: 15px 0;
	line-height: 1.7;
}
.sidebar .about p.simple-image {
	margin: 0
}
	.sidebar .about p.simple-image img {
		display: block;
		width: 150px;
		height: auto;
		margin: 0 auto 25px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
.sidebar .about p.more {
	margin-bottom: 0;
}
.sidebar .about p.more a {

}

.social a {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal !important;
	padding: 5px;
	color: #757575;
	text-decoration: none;
}

	.social a:hover {
		color: #618E61;
	}
	.social strong {
		width: 70px;
		height: 26px;
		display: inline-block;
		background: url(images/followme.png) no-repeat;
		background-size: 100% auto;
		text-indent: -9999px;
		margin-top: -6px;
		margin-right: 5px;
		vertical-align: middle;
	}


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


/*! -- Custom Content Widgets -- */

.sidebar .item img {
	width: 100%;
	height: auto;
	display: block;
}

.sidebar .item a {
	display: block;
}

.sidebar .item a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.sidebar .item h4 {
	margin: 10px 0;
	text-align: center;
}

/*!Featured Posts Widget*/
.sidebar .featuredposts {
	
}
.sidebar .featured, .sidebar .category-posts {
	text-align: center;
	overflow: hidden;
}

.sidebar .featured .item, .sidebar .category-posts .item {
	width: 47%;
	margin: 0 6% 4% 0;
	float: left;
}
	.sidebar .featured .item:nth-of-type(2n), .sidebar .category-posts .item:nth-of-type(2n) {
		 margin-right: 0;
	}
	
	.sidebar .featured .item:nth-of-type(2n+1), .sidebar .category-posts .item:nth-of-type(2n+1) {
		clear: left
	}
	
.sidebar .featured h4 {
	
}

/*!Recent Posts Widget*/

.sidebar .recentposts {
	
}

.sidebar .recent {
	text-align: left;
	overflow: hidden;
}

.sidebar .recent .item {
	width: 47%;
	margin: 0 6% 6% 0;
	float: left;
}

.sidebar .recent .item:nth-of-type(2n) {
	margin-right: 0;
}

.sidebar .recent .item img {
	width: 100%;
	height: auto;
	display: block;
}

.sidebar .recent h4.title {
	
}

.sidebar .recent .post-meta {
	display: none;
}



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

.post {
	margin-bottom: 0px;
}
.home-post {
	margin-bottom: 60px
}
	
h1.post-title, h2.post-title {
	margin: 12px 0 15px;
}

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

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

.post-content>p:first-of-type, .excerpt>p:first-of-type {

}
.post-meta {
	font-family: "causten", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #757575;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .15em;
	overflow: hidden;
	margin: 0 0 25px;
}
	.meta-top {
		margin: 0 0 12px
	}
	.post-date {
		margin: 0 0 12px;
		color: #618E61
	}

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

.post-meta a {
	color: #757575;
	text-decoration: none;
}

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

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

.post-meta a.jump {
	background-color: #e58956;
	color: #ffffff;
	margin-right: 15px;
	display: inline-block;
	padding: 4px 10px;
}

.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	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;
}

.meta-centered p {
	margin: 0;
}
.meta-centered p.post-cats {
	margin-top: 20px;
}
a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 8px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #757575;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	text-decoration: none;
	display: inline-block !important;
}

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

a.more-link, .about p.more a {
	display: inline-block;
	color: #4d4d4d;
	font-family: "causten", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .15em;
	padding: 4px 2px;
	background: url(images/underline.png) repeat-x center bottom;
	background-size: auto 8px;
	
}
	a.more-link:hover, .about p.more a:hover {
		color: #e58956;
		opacity: 1.0 !important;
	}



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

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

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

.post blockquote {
	margin: 35px 0;
	clear: both;
	padding: 4% 6%;
	text-align: center;
	background-color: #EAEAEA;
}
	.post blockquote p {
		
	}
	.post blockquote strong {
		font-family: "Lato", Arial, helvetica, sans-serif;
		display: block;font-size: 26px;
	}

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

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

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

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

.wp-block-button {
	margin: 25px 0
}

.wp-block-button.bigbutton {
	
}
	
/*! Inner Post */

.post-content .social-rocket-inline-buttons .social-rocket-buttons {
	text-align: center
}
	.post-content .social-rocket-inline-buttons:nth-child(1) .social-rocket-buttons {
		text-align: left
	}
#dpsp-content-bottom {
	text-align: center;
}
	#dpsp-content-bottom ul li {
		display: inline-block;
		float: none;
	}
	
.dpsp-share-text {
	text-align: center;
	margin-bottom: -16px;
}
.share {
	
}
	.share-top {
	
	}




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

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

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


/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 0px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-family: "Playfair Display", Times, Georgia, serif;
	line-height: 1.2;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

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

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

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

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

.post-nav div a:hover {
	color: #e58956;
}

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

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



/*!----Homepage Featured Styles----*/
	
.homepage-featured {
	position: relative;
	margin-bottom: 50px;
}
	.homepage-featured .wrap {
		
	}
.homepage-featured h2.widget-title {
	display: none;
}
.homepage-featured .item {
	width: 23%;
	margin-right: 2.66667%;
	float: left;
	text-align: center;
	position: relative;
	background-color: transparent;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.homepage-featured .item:nth-child(4n) {
		margin-right: 0
	}

.homepage-featured .item p {
	margin: 0
}
.homepage-featured .item img {
	width: 100%;
	height: auto;
	display: block;
}

.homepage-featured .item a {
	display: block;
	text-decoration: none;
}


.homepage-featured .item h2 {
	font-size: 18px;
	margin: 15px 0 0;
}
	
	.homepage-featured .item a:hover {
		opacity: 0.7
	}


.homepage-subscribe {
	margin: 0px 0 70px;
	padding: 0;
}
	body.home .homepage-subscribe {
		
	}
	body.paged .homepage-subscribe {
		
	}
	
.homepage-subscribe .wrap {
		
	}
	.homepage-subscribe .subscribe {
		max-width: 760px;
		margin: 0 auto;
		background-color: transparent;
		overflow: hidden;
		position: relative;
	}
	.subscribe h3.widget-title {
		width: 380px;
		height: 48px;
		background: url(images/icon-faded.png) no-repeat left center;
		background-size: auto 100%;
		float: left;
		font-size: 21px;
		line-height: 54px;
		text-transform: uppercase;
		letter-spacing: .05em;
		text-align: left;
		display: block;
		white-space: nowrap;
		padding: 40px 0 70px 30px;
	}
		.subscribe h3 em {
			color: #4d4d4d;
			width: 164px;
			height: 48px;
			background: url(images/newrecipes.png) no-repeat left center;
			background-size: 100% auto;
			text-indent: -99999px;
			display: inline-block;
			vertical-align: middle;
			position: relative;
			top: 4px;
		}

	.homepage-subscribe .subscribe .textwidget {
		width: -moz-calc(100% - 380px);
		width: -webkit-calc(100% - 380px);
		width: calc(100% - 380px);
		float: right;
		margin-top: 50px;
	}
/*!Homepage Category Sections*/

.home-sections {
	overflow: hidden;
	clear: both;
	margin-top: 60px;
}


.home-section {
	margin-bottom: 100px;
	clear: both;
	position: relative;
	overflow: hidden;
}
	.home-section .wrap {
		overflow: hidden
	}

.home-section:last-of-type {
	margin-bottom: 20px;
}

.home-section h3.divider {
	margin: 0 0 25px;
}
		
.home-section .item {
	overflow: hidden;
	text-align: center;
	width: 31%;
	margin: 0 3.5% 2.5% 0;
	float: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.home-section .item:nth-child(3n) {
		margin-right: 0;
	}
	.home-section .item:nth-child(3n+1) {
		clear: left
	}

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

.home-section .item h4 {
	clear: both;
	margin: 15px 0 15px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.home-section a {
	text-decoration: none;
}

.home-section .item a {
	display: block;
	color: #4d4d4d;
}

	.home-section .item a:hover, .home-section .item a:hover h4 {
		color: #e58956
	}

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


/*!---------TEASER STYLES---------*/

.span_content .teaser-post {
	font-size: 93%;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 47%;
	margin: 0 6% 50px 0;
	float: left;
	clear: none;
	background-color: #ffffff;
}
	.span_content .teaser-post.even {
		margin-right: 0
	}
	.span_content .teaser-post.odd {
		clear: both
	}


.teaser-post img {
	width: 100%;
	height: auto;
	display: block;
}
.teaser-post img {
	display: block;
	margin-bottom: -18px;
}

.teaser-post a {
	text-decoration: none;
	display: block
}
	.teaser-post a:hover {
	
	}
.teaser-post a h2.post-title {
	margin: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.teaser-post a:hover h2.post-title {
		color: #e58956;
	}

.teaser-post .post-date {
	margin: 0;
	background-color: #ffffff;
	display: inline-block;
	padding: 4px 10px 0;
}

.teaser-post p {
	margin: 20px 0px;
	color: #4d4d4d
}

.teaser-post .more {
	margin-top: 25px;
}
.teaser-post .more a.more-link {
	display: inline-block
}

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

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

.archives {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden;
}

.archive-post {
	margin-right: 5%;
	margin-bottom: 35px;
	width: 30%;
	float: left;
	text-align: center;
	background-color: #ffffff;
}
	
	.archive-post:nth-child(3n) {
		margin-right: 0;
	}
	
	.archive-post:nth-child(3n+1) {
		clear: both;
	}

.archive-post img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.archive-post a {
	text-decoration: none;
	display: block;
}

.archive-post a.post-edit-link {
	display: inline-block;
}

.archive-post .post-meta {
	margin: 0;
	font-size: 10px;
}

.archive-post h4 {
	color: #4d4d4d;
	margin: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}

.archive-post .post-meta {
	margin-top: 10px;
	font-size: 9px;
}

.archive-post .post-meta:before, .archive-post .post-meta:after {
	display: none;
}

.archive-post a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

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

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

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

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

.archiveslist a:hover {
	color: #e58956;
}

.archiveslist a:active {
	color: #4d4d4d;
}

.archiveslist>li {
	
}

.archiveslist ul {

}

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

.subcats {
	margin-bottom: 40px;
	background-color: #f2f2f2;
	padding: 25px 25px 5px;
	text-align: center;
}

.categories h4 {
	font-size: 18px;
	margin: 0 0 10px;
}

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

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

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

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

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

ul.subcategories ul li a, .widget.categories a {
	display: inline-block;
	font-size: 10px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 2px 10px;
	margin: 3px;
	text-decoration: none;
	color: #e58956;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tagtitle a:hover {
	color: #4d4d4d;
}

/*!Breadcrumbs*/

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

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #618E61;
	border: none;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: none !important;
	box-shadow: none !important;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 5px;
	padding: 16px 25px 15px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.wp-block-button.bigbutton a {
		font-size: 21px;
		padding: 25px 40px;
	}
a.smbutton {
	font-size: 12px;
	padding: 5px 10px;
}


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

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

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

#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 16px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 15px;
	border: 1px solid #e8e8e8;
	width: 100%
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
	border: 1px solid #e8e8e8;
	padding: 25px;
	margin-bottom: 35px;
}

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

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

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

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

.search-form {
	width: 100%;
	max-width: 350px;
	border: none;
	overflow: hidden;
	background-color: transparent;
	border: 1px solid #EAEAEA;
}


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

	.search-form .search-field:focus {
		outline: none;
		border-left: 2px solid #e58956;
		border-right:none;
	}
	.header-search .search-form .search-field {	
		background-color: transparent;
		height: 34px;
		line-height: 34px;
		font-size: 15px;
		padding: 0 11px;
	}
	.span_content .search-form .search-field {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	
	
.search-form .search-submit {
	background-color: #ffffff;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	font-size: 21px;
	color: #4d4d4d;
	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: 40px;
}
	.search-form .search-submit i {
		
	}
	.header-search .search-form .search-submit {
		background-color: transparent;
		height: 34px;
		line-height: 34px;
		font-size: 16px;
		color: #757575;
	}
	.span_content .search-form .search-submit {
		
	}
.search-form .search-submit:hover {
	color: #e58956;
}


/*Subscribe Forms*/

.subscribe {
	background-color: #f2f2f2;
}
.sub-wrap {
	
}
	.sidebar .subscribe, .inner-post .subscribe {
		padding: 25px;
	}

	
.sidebar .subscribe {
	border: none;
	position: relative;
}

.subscribe p {
	margin: 0;
	line-height: 1.5;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
}
	.sidebar .subscribe p {
		
	}
	.inner-post .subscribe p {
		
	}
	.sidebar .subscribe h3.widget-title {
		margin: 0 0 8px;
	}

.subscribe h3 {
	font-size: 30px;
	margin: 8px 0 4px
}
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: left;
	border: 1px solid #EAEAEA;
	background-color: #ffffff;
}
	.sidebar .subscribe .email-form {
		margin-top: 15px;
		margin-bottom: 0px;
		background-color: #ffffff;
		border-radius: 0;
		border: none;
	}
	.inner-post .subscribe .email-form, .page-content .email-form {
		margin-top: 25px;
	}

.subscribe .email-input {
	border: none;
	background-color: #ffffff;
	color: #434f57;
	font-style: italic;
	font-size: 17px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
	height: 54px;
	line-height: 54px;
	margin: 0;
	padding: 0 20px;
}
	.sidebar .subscribe .email-input {
		width: -moz-calc(100% -50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	.inner-post .subscribe .email-input {
		
	}
	.email-input:focus {
		
	}
.subscribe .email-submit {
	border: none;
	width: 100%;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #4d4d4d;
	text-align: right;
	background-color: transparent;
	border: none;
	float: right;
	display: inline-block;
	width: 70px;
	height: 54px;
	line-height: 54px;
	padding: 0 15px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
	.subscribe .email-submit i {
		font-size: 28px;
		position: relative;
		top: 6px;
	}
	.subscribe .email-submit span {
		display: none
	}
	.sidebar .subscribe .email-submit {
		width: 50px;
	}
		.sidebar .subscribe .email-submit i {
			font-size: 30px;
			position: relative;
			top: 6px;
		}
	.inner-post .subscribe .email-submit {
		
	}


	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		color: #e58956
	}

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

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



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

	
.footer {
	overflow: hidden;
	clear: both;
	margin-top: 50px;
}

.footer a {
	text-decoration: none;
	color: #757575;
}
	.footer a:hover {
		 color: #e58956;
	}
	
.footer .press {
	border-top: 1px solid #EAEAEA;
	padding: 30px 0 30px;
	margin: 0;
	overflow: hidden;
}
.footer .press h3 {
	color: #a9a7a7;
	font-size: 10px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-style: normal;
	text-align: left;
	margin: 10px 0 5px 5px;
}
.footer .press img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.footer-subscribe, body.home .footer-subscribe {
	clear: both;
	margin: 0;
	padding: 60px 0 55px;
	text-align: left;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
	
.sub-footer {
	padding: 20px 0 120px;
	color: #757575;
	background-color: #ffffff;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.sub-footer a {
	text-decoration: none;
	color: #757575;
}

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

.footer-nav {
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
	float: left;
}
	.footer-nav li {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0;
	}	
	.footer-nav li.top a {
		color: #4d4d4d;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 90%;
	}

.copyright {
	width: 270px;
	float: right;
	text-align: right;
}
.copyright p {
	margin: 0;
}

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

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

.copyright a:hover {
	color: #e58956;
}


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


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

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

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

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

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

#comment-list li {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
	list-style-type: none;
}

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

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

#comment-list li.bypostauthor>div.comment {
	background-color: #EAEAEA;
	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: 10px;
	text-align: left;
	clear: none;
}

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

.comment-meta a {
	
}

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

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

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

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

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

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

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

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

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

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

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

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

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

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

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

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

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

#main {
	clear: both;
	text-align: right;
	font-size: 22px;
	line-height: 50px;
	font-family: "Playfair Display", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: normal;
	display: block;
	clear: right;
	float: right;
	width: -moz-calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
	width: calc(100% - 350px);
	margin-right: -15px;
	margin-top: 12px;
}

#main ul.mainmenu {
	display: block;
	width: 100%;
}

#main li {
	display: inline-block;
	margin: 0px;
	padding: 0;
	position: relative;
}
	
#main li a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #4d4d4d;
	-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:hover a {
	color: #e58956;
}


/*!Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	padding: 7px 0;
	line-height: 1.4;
	background-color: #f2f2f2;
	text-align: left;
	z-index: 2001;
	width: 220px;
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.15);
	box-shadow: 1px 2px 5px rgba(0,0,0,.15);

}

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

#main li li a {
	display: block;
	width: 220px;
	color: #4d4d4d !important;
	margin: 0;
	background-color: transparent;
	padding: 6px 15px;
	border: none;
	font-size: 16px;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	#main li li.bold a {
		font-weight: bold;
	}
	
	#main li li a:hover, #main li li:hover a {
		color: #e58956 !important;
	}
	
#main ul li:hover > ul {
	display: block;
}


/*! 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: bold;
	float: right;
	display: inline;
	vertical-align: middle;
	margin: 0 -4px 0 4px;
	font-size: 80%;
	display: none;
}

#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	float: right;
	display: inline;
	margin: 2px -5px 0 0;
	font-size: 80%;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #dfdfdf !important;
	left: 220px;
	top: -7px;
	margin: 0;
}
	#main ul ul li ul a {
	color: #4d4d4d !important;
	}	
#main ul ul li ul:before {
	display: none;
}

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



/*! WPRM */

.wprm-recipe.wprm-recipe-template-custom {
	padding: 25px !important;
	position: relative;
	overflow: visible;
	margin: 50px 0 50px;
}

	
.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-image {
	width: 30%;
	float: right;
	margin: 0 0 15px 15px;
}


.wprm-recipe.wprm-recipe-template-custom h2.wprm-recipe-name {
	margin: 5px 0 10px !important;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.1 !important;
}

.wprm-recipe.wprm-recipe-template-custom .post-date {
	margin: 0;
	font-size: 13px;
}

.wprm-recipe.wprm-recipe-template-custom .recipe-rating {
	font-size: 18px;
	margin: 20px 0 35px;
	color: #757575;
	font-style: italic;
	
}
	.wprm-recipe.wprm-recipe-template-custom .recipe-rating .wprm-recipe-rating-details {
		font-size: 13px;
		font-style: italic;
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-rating div {
		display: inline-block
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-rating a {
		text-decoration: none;
	}
	.wprm-recipe.wprm-recipe-template-custom .recipe-rating a.jump {
		display: inline-block;
		font-size: 11px;
		font-style: normal;
		font-family: "causten";
		text-transform: uppercase;
		letter-spacing: .1em;
		color: #4d4d4d;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		padding: 0;
		margin-left: 10px;
		line-height: 1.1;
	}
		.wprm-recipe.wprm-recipe-template-custom .recipe-rating a.jump:hover {
			color: #e58956
		}
	
.wprm-recipe.wprm-recipe-template-custom h3.wprm-recipe-header {
	font-weight: 500
}

.wprm-recipe.wprm-recipe-template-custom h4.wprm-recipe-group-name {
	font-weight: 600;
	letter-spacing: .1em;
	margin: 25px 0 15px !important;
	font-size: 16px;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-summary {
	
}

.wprm-recipe.wprm-recipe-template-custom .recipe-meta {

}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta-bottom {
	clear: both;
	margin-top: 35px;
	padding-top: 25px;
	border-top: 1px solid #E0E0E0;
	color: #6C6C6F;
}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-block-text-normal, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
	text-transform: uppercase;
	color: #6C6C6F;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .15em;
}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta p {
	margin-top: 10px;
	letter-spacing: normal;
	text-transform: none;
	font-size: 115%;
	font-weight: normal;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container {
		display: inline-block
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-container:after {
		content: "//";
		display: inline-block;
		color: #dedede;
		margin: 0 7px 0 11px;
		font-weight: 300;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-link {
		background-color: #ffffff;
		padding: 0 3px 0 5px
	}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-details-label, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-label {
	letter-spacing: normal;
	font-family: "Lato";
	text-transform: lowercase;
	font-size: 115%;
	font-weight: normal;
}
.wprm-recipe.wprm-recipe-template-custom .recipe-meta .wprm-recipe-details-unit, .wprm-recipe.wprm-recipe-template-custom .wprm-recipe-servings-unit, .wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-text-nutrition-unit {
	font-size: 100%
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-custom-container {
	display: block;
	text-align: center;
}

.wprm-recipe.wprm-recipe-template-custom .wprm-recipe-custom-container {
	display: block;
	text-align: center;
}

.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container .wprm-call-to-action-header {
    display: block;
    font-family: "Playfair Display", Times, Georgia, serif;
	line-height: 1.2;
    font-weight: 500 !important;
    font-size: 26px !important;
    line-height: 1.4;
    margin-top: 0px
}

/*Buttons*/

.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
	text-decoration: none;
	font-family: "causten";
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 15px;
	border-width: 2px !important
}

/*Lists*/

.wprm-recipe.wprm-recipe-template-custom ul.wprm-advanced-list li:before {
    margin: 6px 0 0 -30px !important;
}

/*Nutrition*/
.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container {
	color: #6C6C6F;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-block-text-italic {
		letter-spacing: normal;
		text-transform: lowercase;
		font-size: 115%;
		font-weight: normal;
	} 
	.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container .wprm-nutrition-label-text-nutrition-daily {
		color: #e58956 !important
	}

.wprm-recipe.wprm-recipe-template-custom .wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container {
    white-space: nowrap;
    padding-right: 10px;
    flex-basis: 33% !important;
}

/*Jump Button*/

.post-meta .wprm-recipe-snippet {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 2px;
	margin-right: 12px;
}
	.post-meta .wprm-recipe-snippet a {
		color: #4d4d4d !important;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
		padding: 5px 7px;
		border: 1px solid #EAEAEA;
	}
		.post-meta .wprm-recipe-snippet a:before {
			content: "\f063";
			font-family: "Font Awesome 5 Pro";
			margin-right: 5px;
			color: #e58956;
		}
		
	.post-meta .wprm-recipe-snippet a:hover {
		background-color: #e58956;
		color: #ffffff !important;
		text-decoration: none !important;
	}