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

/*! 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 - 3%);
		width: -webkit-calc(100% - 320px - 5%);
		width: calc(100% - 320px - 5%);
		max-width: 700px;
		float: left;
		display: inline-block;
	}
		
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 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;
	}


}

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

.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: #3b3c3c;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #edebeb;
	background-color: #f2f0f0;
	padding: 5px 10px;
	text-decoration: none;
}
 
#skip a:focus {
	position:absolute;
	left: 8px;
	top: 8px;
	z-index: 3001;
	width:auto;
	height:auto;
}

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


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


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

a, input[type=submit], button {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

a:link, a:visited, a:active {
	color: #dd6e44;
	text-decoration: underline;
}

a:hover {
	color: #6f8d6f;
}

	.post-content a, .cat-desc a {
		color: #3b3c3c;
		border-bottom: 1px solid #6f8d6f;
		box-shadow: inset 0 -2px 0 #6f8d6f;
		text-decoration: none;
	}
		.post-content a:hover, .post-content a:focus, .cat-desc a:hover, .cat-desc a:focus {
			color: #3b3c3c;
			border-color: #de6e45;
			box-shadow: inset 0 -35px 0 #de6e45;
		}
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Futura", Arial, helvetica, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin: 25px 0;
	color: #3b3c3c;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 30px;
}
	.post-content h2, .page_content h2 {
		margin-top: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #edebeb;
	}
	
	h1.divider, h2.divider, h3.divider, div.divider {
	
	}


	h1 em, h2 em, h3 em, h4 em {
		font-style: normal;
		font-weight: bold;
		-webkit-text-stroke: 1.25px #3c3d3d;
		color: white;
	}
		.sidebar h2 em, .sidebar h3 em {
			
		}
		.centered .divider {
			text-align: center
		}
		.centered .divider em {
			font-size: 14px;
			display: block;
			letter-spacing: .05em;
			-webkit-text-stroke: 0px transparent;
			color: #3c3d3d;
			margin-bottom: 3px;
		}
		
	
h3 {
	font-size: 24px;
}
	.post-content h3, .page_content h3 {
		
	}
h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

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

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

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

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

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

.cta {
	overflow: hidden !important;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 110px;
	width: 110px;
}
	.cta p {
		margin: 0;
	}
	.cta a {
		display: block;
		background-color: #de6e45;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: .05em;	
		font-family: "Futura", Arial, helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
		text-align: center;
		width: 160px;
		padding: 2px;
		text-shadow: 1px 1px 1px rgba(0,0,0,.25);
		position: relative;
		transform: rotate(45deg);
		transform-origin: top left;
		z-index: 201;
		top: -22px;
		right: -18px
	}
		.cta a:hover {
			background-color: #6f8c6f
		}
.header .header-search {
	display: inline-block;
	float: right;
	margin-left: 20px;
	margin-top: 30px;
	width: 250px;
}
	
.header .social {
	float: right;
	margin-top: 30px;
	display: inline-block;
	line-height: 42px;
}
	.header .social a {
		padding: 6px;
		color: #3b3c3c;
		font-size: 18px;
	}
		.header .social a:hover {
			color: #dd6e44
		}


.header {
	margin-bottom: 0px;
}
	body.home .header {
		border-bottom: none;
		margin-bottom: 0;
	}

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



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

.span_content img, .span_sidebar img {
	max-width: 100%;
	height: auto;
}
.span_content ul, .span_content ol {
	padding: 0;
	margin: 25px 0;
}
.span_content ul ul {
	margin: 10px 0;
}
.span_content ul li {
	list-style-type: none;
	margin: 0 0 3px 32px;
	padding: 0;
}
	.span_content ul li:before {
		display: inline-block;
		content: '';
		font-family: "Font Awesome 5 Pro";
		text-align: center;
		color: #3b3c3c;
		background-color: #de6e45;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 6px;
		width: 6px;
		line-height: 22px;
		margin-left: -18px;
		margin-right: 8px;
		position: relative;
		top: -3px;
	}

.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 35px;
	list-style-type: none;
	position: relative;
}
.span_content ol>li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #ffffff;
	background-color: #de6e45;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 28px;
	width: 28px;
	left: -28px;
	top: 4px;
	transform: translateX(-50%);
	font-family: "Futura", Arial, helvetica, sans-serif;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

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

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


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

h1.page-title {

}

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

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

.widget {
	margin: 50px 0 50px 0;
	text-align: center;
}
	.sidebar .widget:first-child, .sidebar .widget:first-child h2 {
		margin-top: 0;
	}
.hide-title .widget-title {
	display: none;
}

.sidebar .widget.shaded {
	background-color: #f2f0f0;
	padding: 20px;
}
	.sidebar .widget.shaded .widget-title {
		margin-top: 0
	}
.sidebar .about.widget:first-of-type {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0px;
}

.sidebar .about h2 {
	margin: 0px 0 5px;
	background-color: #ffffff;
	display: inline-block;
	padding: 5px 12px;
}

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

.sidebar .about .more {
	clear: both;
	margin-top: 25px;
}
.sidebar .about .more a {
	font-size: 20px;
	background-color: #3c3d3d;
	padding: 8px 12px;
	margin-top: 5px;
	font-family: "Futura", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;

}
	.sidebar .about .more a:hover {
		background-color: #3b3c3c;
		color: #ffffff;
		border: none;
		box-shadow: none;
	}

.sidebar .social {
	margin-top: 40px;
}
.sidebar .social a {
	color: #3b3c3c;
	text-decoration: none;
	font-size: 18px;
	border: none;
	box-shadow: none;
	display: inline-block;
	text-align: center;
	background-color: #f2f0f0;
	width: 42px;
	height: 42px;
	line-height: 44px;
	margin: 0 3px;
	padding: 0;
	border-radius: 50%;
}

	.sidebar .social a:hover {
		color: #dd6e44
	}
.sidebar select {
	color: #3c3d3d;
	padding: 13px;
	border: 1px solid #edebeb;
	width: 100%;
	margin: 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 1px center;
	  background-repeat: no-repeat;
	  background-size: 20px auto;
}

.sidebar .widget_nav_menu ul {
	overflow: hidden;
}
.sidebar .widget_nav_menu ul li {
	width: 49%;
	margin: 0 2% 2% 0;
	float: left;
}
	.sidebar .widget_nav_menu ul li:nth-child(2n) {
		margin-right: 0;
	}
	.sidebar .widget_nav_menu ul li a {
		display: block;
		color: #ffffff;
		text-align: center;
		background-color: #6e8c6e;
		font-size: 13px;
		line-height: 1.3;
		padding: 6% 10%;
		text-decoration: none;
	}
		.sidebar .widget_nav_menu ul li a strong {
			display: block;
			font-size: 95%;
			font-family: "Futura", Arial, helvetica, sans-serif;
			text-transform: uppercase;
			letter-spacing: .05em;
			font-weight: bold;
		}
		.sidebar .widget_nav_menu ul li a:hover {
			background-color: #dc6d43;
		}
.sidebar .widget_nav_menu ul li:last-child {
	width: 100%;
	text-align: center;
	clear: both;
}
	.sidebar .widget_nav_menu ul li:last-child a {
		color: #39393a;
		background-color: transparent;
		padding: 3% 10% 0; 
	}
		.sidebar .widget_nav_menu ul li:last-child a:hover {
			color: #dc6d43;
		}
	.sidebar .widget_nav_menu ul li:last-child a strong {
		display: inline;
	}

.sidebar .tptn_title {
	color: #3c3d3d;
	font-family: "Futura", Arial, helvetica, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin: 5px 0 0;
	color: #3b3c3c;
	display: block;
	font-size: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.sidebar .item:hover .tptn_title  {
		color: #6f8c6f
	}
/*!---------POSTS---------*/

.post-title {
	margin: 0px 0 10px;
	text-align: center
}
.post-meta {
	font-family: "Futura", Arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #767676;
	font-size: 12px;
	line-height: 1.8;
	font-weight: bold;
	letter-spacing: .1em;
	overflow: hidden;
	margin: 0 0 25px;
	text-align: center;
}
.post-meta a {
	color: #767676;
	text-decoration: none;
}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
		color: #dd6e44;
		text-decoration: underline;
	}

.post-meta em {
	/*font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;*/
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal
}
.post-meta i {
	color: #dd6e44;
	font-size: 90%;
	margin-right: 3px;
	display: inline-block;
}
.post-meta svg {
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 2px;
	width: 11px;
	height: 11px;
}
.post-meta .spacer:after, .tasty-meta:after {
	font-weight: normal;
	content: "//";
	color: #cfcece;
	letter-spacing: 0;
	margin: 0 5px 0 5px;
}

.disclosure, small {
	font-size: 14px;
	color: #767676;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 30px 0 -5px;
}

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

.meta-bottom p {
	margin: 0px 0 15px;
}

.meta-bottom .post-cats {
	margin: 10px 0 20px;
}

a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-family: "Futura", Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
	background-color: #767676;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 2px 3px 1px;
	font-style: normal !important;
	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: #3b3c3c;
}

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

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

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

/*! Gutenberg Blocks */

.wp-block-image {
	margin: 30px 0 30px;
}
.wp-block-gallery ul {
	margin: 0 !important
}
	.wp-block-gallery ul li:before {
		display: none
	}
.wp-block-group.has-background, .has-background {
	padding: 20px 40px;
	margin: 45px 0;
}
	ol.has-background, ul.has-background {
		padding: 20px 40px 15px;
	}
	p.has-background {
		padding: 25px;
	}
	.wp-block-group.has-background h2 {
		margin-top: 20px;
		border-bottom: none;
		padding: 0;
	}
		.wp-block-group.has-background h2.has-background {
			margin: -20px -40px 10px;
			padding: 20px 40px;
		}
	.has-lightgray-background-color {
		background-color: #f2f0f0;
	}
	.has-medgray-background-color {
		background-color: #e6e2e2;
	}
	.has-orange-background-color {
		background-color: #dd6e44;
	}
	.has-green-background-color {
		background-color: #6f8c6f;
	}

	.has-black-background-color {
		background-color: #3b3c3c;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 2px solid #f2f0f0;
	}
	
	.has-lightgray-color {
		background-color: #f2f0f0;
	}
	.has-medgray-color {
		color: #e6e2e2;
	}
	.has-green-color {
		color: #6f8c6f;
	}
	.has-orange-color {
		color: #de6e45;
	}
	.has-black-color {
		color: #3b3c3c;
	}
	.has-white-color {
		color: #ffffff;
	}

.schema-faq-section {
	margin-left: 40px;
}
	.schema-faq-section p {
		margin-top: 10px;
	}
.schema-faq-question {
	display: block;
}
.schema-faq-question:before {
	font-family: "Futura", Arial, helvetica, sans-serif;
	display: inline-block;
	content: "?";
	font-weight: bold;
	color: #FFFFFF;
	background-color: #de6e45;
	-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: 36px;
	font-size: 18px;
	text-align: center;
}
	
.fullwidth {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}

/*! Inner Post */

.dpsp-share-text {
	font-family: "Futura", Arial, helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 14px;
	margin: 30px 0 -15px;
}
#dpsp-content-bottom {
	text-align: center;
	margin-bottom: 30px;
}
	#dpsp-content-bottom ul li {
		display: inline-block;
		float: none;
		margin: 0 2px 0 !important
	}
#dpsp-content-top {
	text-align: center;
	margin-top: 10px;
}
	#dpsp-content-top ul li {
		display: inline-block;
		float: none;
		margin: 0 2px 0!important
	}

.dpsp-pin-it-wrapper {
    position: relative !important;
    display: inline-table;
    line-height: 0;
    width: 100% !important;
}

/*!Next/prev Posts*/

.post-nav {
	font-family: "Futura", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .05em;
	margin: 30px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 21px;
	line-height: 1.2;
	font-weight: bold;
	border-top: 1px solid #edebeb;
	border-bottom: 1px solid #edebeb;
}

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

.post-nav a {
	color: #3b3c3c;
	text-decoration: none;
}
	.post-nav div a:hover {
		color: #dd6e44;
	}

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

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

.post-nav em {
	display: block;
	font-family: "Futura", Arial, helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 11px;
	color: #767676;
	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 -2%;
	}
		.items-3-col .item {
			width: calc((100% / 3) - 4%);
			margin: 0 2% 30px;
		}
		.archives.items-3-col .item {
			margin-bottom: 15px;
		}

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

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

}
	.items-2-col .item .title {
		
	}
	.items-3-col .item .title {
		font-size: 18px;
		font-size: clamp(12px, 3vw, 18px);
	}
		.span_content_full .items-3-col .item .title {
			font-size: 24px;
			font-size: clamp(18px, 3vw, 24px);
		}
	.items-4-col .item .title {
		font-size: 18px;
		font-size: clamp(12px, 1.5vw, 20px);
	}
		.home-featured .items-4-col .item .title {
			
		}
		.sidebar .items-4-col .item .title {
			
		}
	.items-5-col .item .title {
		font-size: 18px;
		font-size: clamp(12px, 2vw, 18px);
	}

.item .title {
	text-decoration: none;
	color: #3b3c3c;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.item .title a:hover, .item a:hover .title, .item:hover .title {
		color: #dd6e44 !important;
	}
	
.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;
}
	
.item .more {
	margin: 22px 0;
}
.sidebar .widget_category-posts .more {
	display: none
}

a.more-link {
	font-family: "Futura", Arial, helvetica, sans-serif;
	display: inline-block;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 16px;
	color: #3b3c3c;
	border-bottom: 1px solid #6f8d6f;
	box-shadow: inset 0 -7px 0 #6f8d6f;
	text-decoration: none;
	padding: 2px 3px 0;
}
	a.more-link:hover, a.more-link:focus {
		color: #3b3c3c;
		border-color: #6f8d6f;
		box-shadow: inset 0 -30px 0 #6f8d6f;
	}
	a.more-link i {
		font-size: 80%;
		margin: -2px 0 0 2px;
		position: relative;
		top: -1px;
	}
		
.item p.excerpt {
	font-size: 95%;
	margin: 22px 0px 22px;
}

.latest-posts .item a.link-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

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

.key {
	clear: both;
	position: relative;
	z-index: 101;
	-webkit-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	text-align: center;
	margin-top: 35px;
	margin-bottom: -20px;
}
	.latest-posts .item .key {
		margin-top: 3px;
		margin-bottom: -30px;
	}
.key a {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 0 2px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.key a img {
		display: block;
		width: 100%;
		height: auto;
	}
	.key a:hover {
		transform: scale(1.1)
	}

.home-featured {
	margin-bottom: 50px;
}

.home-featured .home-section.widget-first h2 {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.home-featured .home-section.widget-first {
	margin: 0 0 20px;
}
	.home-featured .home-section.widget-first .item {
		margin-bottom: 0;
	}
	
.home-section.icons {
	padding: 40px !important;
	text-align: center;
	-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
}
	.home-section.icons h2 {
		margin: 0 0 15px;
		font-size: 36px;
	}
		.sidebar .icons h2 {
			font-size: 34px;
			margin: 0 0 15px
		}
	.home-section.icons h2.divider {
		display: none;
	}
	.home-section.icons .search-area {
		width: 55%;
	}
		.sidebar .icons .search-area  {
			margin-bottom: 15px;
		}
	.home-section.icons .items {
		width: 40%;
		max-width: 320px;
		min-width: 275px;
		justify-content: space-between;
		margin: 0;
		margin-bottom: -15px !important;
	}
		.home-section.icons .items .item {
			margin: 0;
		}
			.sidebar .icons  .item {
				margin-bottom: 0;
			}
		.home-section.icons .items .item img, .sidebar .icons .item img {
			width: 90%;
			max-width: 67px;
			height: auto;
			margin: 0 auto;
		}
		.home-section.icons .items .title, .sidebar .icons .title {
			font-family: "Futura", Arial, helvetica, sans-serif;
			font-style: normal;
			text-transform: uppercase;
			font-size: 11px !important;
			letter-spacing: .05em;
			margin: 8px 0 15px;
		}
		.home-section.icons .items a:hover .title {
			color: #dd6e44
		}

.lower-home-sections {
	margin-top: 50px;
}
.home-section {
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 3vw;
}
.home-section .wrap {
	position: relative;
}
	.home-section.shaded {
		border: none;
		background-color: #f2f0f0;
		padding: 2.5vw 0;
	}
		.home-featured .home-section.shaded {
			padding: 25px 0 1px;
			margin-bottom: 0;
		}
		.home-section.shaded .items {
			margin-bottom: 0;
		}

.home-section .divider {
	margin: 15px 0 20px;
}

.home-section .description {
	margin: 0px auto 25px;
}

.home-section .more {
	text-align: center;
	clear: both;
	margin-top: 0px;
	position: absolute;
	top: 21px;
	right: 0px;
}
	.home-section.icons .more {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 15px;
	}
		.sidebar .icons .more {
			position: relative;
			line-height: 1;
			margin: 10px 0 25px
		}

	.home-section .more a, .sidebar .icons .more a {
		box-shadow: none;
		font-size: 14px;
		padding: 3px;
		border: none;
	}
		.home-section.icons .more a {
			font-size: 13px;
			padding: 10px;
		}
		.home-section .more a:hover, .sidebar .icons .more a:hover {
			color: #de6e45;
		}
	.sidebar .more a.more-link {
		font-size: 12px;
	}
	.home-section .more a em, .sidebar .more a em {
		display: none
	}
		


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

.cat-desc {

}

.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;
	margin-bottom: 40px !important;
}

.archiveslist li {
	margin: 0 0 10px 10px !important;
	padding: 0 10px 0 0px !important;
	list-style-type: disc !important;
	list-style-position: outside;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	line-height: 1.3;
	font-size: 19px;
	color: #dd6e44;
}
	.span_content .archiveslist li:before {
		display: none;
	}
.archiveslist a {
	color: #3b3c3c;
	text-decoration: none;
}
	.archiveslist a:hover {
		color: #dd6e44;
	}


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

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


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

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

.tagtitle {
	margin-bottom: 10px;
}

.tagtitle em {
	color: #757574;
	letter-spacing: normal;
	font-style: italic;
	text-transform: lowercase;
	margin-left: 9px;
	font-weight: normal;
	float: right;
	font-size: 14px;
}

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

	.tagtitle a:hover {
		color: #de6e45;
	}
	
.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;
	font-size: 90%;
	margin:	 0 !important
	
}

	.tagslist li em {
		color: #767676;
		font-size: 80%;
	}


/*Subcategories*/
ul.subcategories {
	margin: 0 0 25px;
}
ul.subcategories strong {
	font-family: "Futura", Arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;

}
ul.subcategories li, ul.subcategories li ul, ul.subcategories ul li ul li {
	margin: 0 !important;
	padding: 0 !important;
}
	ul.subcategories li:before {
		display: none;
	}
ul.subcategories ul li, ul.subcategories li ul {
	display: inline-block
}
ul.subcategories ul li a, .widget.categories a, .post-cats a {
	display: inline-block;
	font-size: 12px;
	font-family: "Futura", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 4px 11px 3px;
	margin: 3px 3px 3px 0;
	text-decoration: none;
	color: #3b3c3c;
	background-color: #f2f0f0;
}

	ul.subcategories ul li a a:hover, .widget.categories a:hover, .post-cats a:hover {
		color: #3b3c3c;
		background-color: #dd6e44;
	}

ul.subcategories ul li a:hover, ul.subcategories ul li.current-cat a {
	background-color: #dd6e44;
	color: #3b3c3c !important;
}

ul.subcategories ul li a.all {
	background-color: transparent;
}
	ul.subcategories ul li a.all:hover {
		background-color: #dd6e44
	}

/*Facets*/
.facets {
	font-size: 90%;
}
	.facets .facetwp-counter {
		opacity: 0.7;
		font-size: 12px;
	}
	.facets .facetwp-checkbox {
		line-height: 1.4;
		margin-bottom: 8px;
	}
.facets h3 {
	margin: 0 0 10px;
	padding: 5px;
	font-size: 21px;
	background-color: #F3F3F3
}
.facetwp-facet {
	font-size: 90%;
	margin: 0 0 30px !important;
}
.facetwp-toggle {
	font-style: italic;
}
.facetwp-per-page {
	margin-bottom: 25px;
}

.facetwp-expand {
	float: none !important;
}
.sort {
	clear: none !important;
	width: 50%;
	float: right;
	text-align: right;
	vertical-align: middle;
}
	.sort-top {
		margin: -10px 0 15px;
	}
	
.sort .facetwp-per-page, .sort .facetwp-sort {
	display: inline-block;
	margin: 0 0 0 10px;
}
.facet-pagination {
	margin: -5px 0 15px;
	padding: 0;
	border: none;
	text-align: center;
	border: none;
}
	.facet-pagination:after {
		display: none;
	}
	.facetwp-pager {
		
	}
.facetwp-page {
	padding: 6px !important;
}
.facetwp-search {
	border: 1px solid #edebeb;
	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: 18px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #3c3d3d;
	font-family: "Futura", 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: #3b3c3c;
		background-color: #dd6e44;
	}


/*!Breadcrumbs*/

.breadcrumb {
	max-width: 1120px;
	color: #767676;
	font-size: 11px;
	font-family: "Futura", Arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 15px;
	clear: both;
	margin: 0 auto 25px;
	padding: 6px 12px 4px;
	border-top: 1px solid #edebeb;
	border-bottom: 1px solid #edebeb;
}
	
.breadcrumb a {
	color: #767676;
	text-decoration: none;
}
	.breadcrumb .breadcrumb_last {
		/*font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;*/
		font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
		font-weight: normal;
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;

	}
.breadcrumb a:hover {
	color: #de6e45;
	text-decoration: underline;
}
.breadcrumb .spacer {
	display: inline-block;
	height: 22px;
	width: 22px;
	border-top: 1px solid #edebeb;
	border-right: 1px solid #edebeb;
	vertical-align: middle;
	transform: rotate(45deg);
	margin-right: 13px;
	margin-top: -2px;
	margin-left: -6px;
	}

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

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

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .wp-block-button a {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #3c3d3d;
	font-family: "Futura", Arial, helvetica, sans-serif;
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	box-shadow: none !important;
	cursor: pointer;
	border: none;
	margin-top: 5px;
	padding: 15px 22px 14px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	a.smbutton, button.smbutton {
		font-size: 11px;
		padding: 7px 12px;
	}


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


#commentform #submit {
	width: auto;
}

.wpcf7-form, .gform_wrapper {
	width: 100%;
	background-color: #f2f0f0;
	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;
	background-color: #ffffff;
	border: none;
	height: 55px;
	position: relative;
}

.search-form .search-field {
	color: #3b3c3c;
	font-size: 18px;
	/*font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;*/
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 55px;
	height: 55px;
	border: none;
	padding: 0 50px 0 15px;
	vertical-align: middle;
	float: left;
	width: 100%;
}
	.header-search .search-field {
		border: 1px solid #edebeb;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
		padding: 0 30px 0 10px;
	}
	.sidebar .search-form .search-field, .span_content .search-form .search-field {
		border: 1px solid #edebeb
	}
	.span_content .search-field {
		border: 1px solid #edebeb;
	
	}
	.search-form .search-field:focus {
		outline: none;
		border: 3px solid #dd6e44
	}
	
.search-form .search-submit {
	background-color: transparent;
	font-family: "Futura", Arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 24px;
	color: #3b3c3c;
	line-height: 55px;
	height: 55px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	float: right;
	cursor: pointer;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
	.search-form .search-submit i {
		font-weight: normal
	}
	.header-search .search-submit {
		height: 42px;
		line-height: 40px;
		width: 42px;
		font-size: 18px;
	}

	.span_content .search-form .search-submit {
		
	}
.search-form .search-submit:hover, .search-form .search-submit:focus, .home-section.icons .search-form .search-submit:hover {
	color: #dd6e44 !important;
}


/*Subscribe Forms*/

.subscribe {
	background-color: #f2f0f0;
	padding: 25px;
}
	.inner-post .subscribe {
		padding: 5%;
	}
	.midroll.subscribe {
		margin: 40px 0;
	}
.subscribe h2, .subscribe h2.divider {
	margin: 0;
}
	.inner-post .subscribe h2, .midroll h2 {
		text-align: center;
		margin-bottom: 10px;
		padding: 0;
		border: none;
	}
.subscribe p {
	margin: 10px 0;
	line-height: 1.3;
}
.email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: left;
	background-color: #ffffff;
}
	.sidebar .email-form {
		background-color: transparent
	}
.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-family: "-apple-system","BlinkMacSystemFont","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
	font-style: italic;
	font-size: 18px;
	float: left;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	height: 55px;
	line-height: 55px;
	margin: 0;
	padding: 0 16px;
}
	.sidebar .email-input {
		width: 100%;
		margin-top: 10px 
	}
	.email-input:focus {
		outline: none;
		color: #3b3c3c;
		background-color: #ffffff;
		border-left: 5px solid #dd6e44
	}

.email-submit {
	border: none;
	width: 100%;
	font-family: "Futura", Arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #3b3c3c;
	background-color: transparent;
	text-align: center;
	border: none;
	float: right;
	display: inline-block;
	width: 50px;
	height: 55px;
	line-height: 55px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
	.sidebar .subscribe .email-submit {
		width: 100%;
		float: none;
		margin: 10px 0 0px;
		background-color: #de6e45;
		color: #ffffff;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.email-submit i {
		font-size: 32px;
		line-height: 55px;
	}
		.sidebar .subscribe .email-submit i {
			font-size: 18px;
			font-weight: bold;
		}
	.email-submit:hover, .email-submit:focus {
		color: #dd6e44;
	}
		.sidebar .subscribe .email-submit:hover, .sidebar .subscribe .email-submit:focus {
			background-color: #6f8c6f
		}

::placeholder {
	color: #767676;
}

.home-section.subscribe {
	background-color: #f2f0f0;
	overflow: hidden;
	margin: 0;
	padding: 30px 10%;

}

	.home-section.subscribe h2 {
		margin: 0;
		width: 380px;
		float: left;
		font-size: 26px;
		line-height: 55px;
		white-space: nowrap;
	}
	.home-section.subscribe .email-form {
		width: -moz-calc(100% - 380px);
		width: -webkit-calc(100% - 380px);
		width: calc(100% - 380px);
		float: right;
	}


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


.footer {
	position: relative;
	clear: both;
	margin-top: 60px;
}
	body.home .footer {
		margin-top: 40px
	}
	body.paged .footer {

	}
	.footer .wrap {
	
	}
.sub-footer {
	overflow: hidden;
	clear: both;
	font-size: 14px;
	padding: 50px 0 35px;
}
.sub-footer a {
	text-decoration: none;
	color: #3b3c3c;
}
	.sub-footer a:hover {
		color: #dd6e44
	}


.sub-footer .footer-menus {
	width: -moz-calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
	width: calc(100% - 350px);
	max-width: 600px;
	float: right;
	text-align: center;
	-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;
	padding-left: 5%;
}
	.sub-footer .footer-menus .footer-widget {
		width: 30%;
		text-align: center;
	}
		.sub-footer .footer-menus li {
			margin-bottom: 8px;
		}
	.sub-footer h3 {
		margin: 0 0 15px;
		font-size: 21px;
	}
.sub-footer .copyright {
	width: 340px;
	float: left;
	text-align: center;
	color: #767676;
	font-size: 11px;
}
.copyright .logo {
	width: 98%;
	margin: 0 auto 15px;
	text-align: center;
}
.copyright p {
	margin: 0;
}
.copyright em {
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
}

.copyright a {
	text-decoration: underline;
	color: #767676;
}
.copyright .social {
	margin: 15px 0;
}
.copyright .social a {
	font-size: 20px;
	color: #3c3d3d;
	padding: 5px;
}
	.copyright a:hover {
		color: #de6e45
	}
.copyright strong {
	font-family: "Futura", Arial, helvetica, sans-serif;
	display: inline-block;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#menu-copyright {
	margin-bottom: 15px;
}
#menu-copyright li {
	font-family: "Futura", Arial, helvetica, sans-serif;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0 4px;
}


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

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

#respond {
	margin-bottom: 90px;
	padding: 20px !important;
	background: #f2f0f0;
}

	#reply-title a#cancel-comment-reply-link {
		display: none !important
	}
	#comment-list #reply-title a#cancel-comment-reply-link {
		display: inline-block !important
	}
#comment-title, #reply-title {
	
}
#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 #edebeb;
	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: #f2f0f0;
	padding: 20px;
}

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

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

.comment-meta {
	margin: 0;
	font-size: 11px;
	text-align: left;
	clear: none;
	color: #6B6B6B;
}
.comment-meta strong {
	font-weight: bold;
	font-size: 14px;
	color: #3b3c3c;
}

	.comment-meta strong a {
		color: #3b3c3c;
		text-decoration: underline;
		border: none !important;
		box-shadow: none !important;
	}
	
	.comment-meta a:hover {
		color: #3b3c3c;
		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
}

.akismet_comment_form_privacy_notice {
	font-style: italic;
	color: #767676;
	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: #3b3c3c;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	font-weight: bold;
	font-family: "Futura", Arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	color: #767676;
}
.pagination:before {
	margin: 0 5px 0 0;
	content: "More Recipes:";
	display: inline-block;
	vertical-align: middle;

}
.pagination .nav-links {
	display: inline-block
}
.pagination a {
	box-shadow: none !important
}
.pagination .page-numbers {
	color: #767676;
	margin: 0;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 33px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #edebeb;
	border-radius: 50%;
}

.pagination .page-numbers.current, .pagination a.active {
	color: #3c3d3d;
	background-color: transparent;
	border: none;
	font-weight: bold;
}
	.pagination .page-numbers:nth-last-child(2) {
		display: none
	}
		body.archive .pagination .page-numbers:nth-last-child(2) {
			display: inline-block
		}
	
.pagination .prev, .pagination .next {
	width: auto;
	border: none;
	border-radius: 0;
	padding: 0;
	background-color: transparent !important;
}
.pagination .dots {
	border: none;
	width: auto;
	opacity: 0.5;
	margin: 0 5px;
}

.pagination a.page-numbers:hover {
	background-color: #6f8d6f;
	color: #ffffff;
}

	.pagination .prev:hover, .pagination .next:hover {
		color: #6f8d6f !important;
	}
	
	
/*!---------MAIN DROPDOWN MENU---------*/

#main {
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-family: "Futura", Arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .025em;
	font-size: 21px;
	line-height: 32px;
	display: block;
	float: right;
	width: -moz-calc(100% - 260px);
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
	margin-top: 15px;
	margin-right: -10px;
}

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

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

#main li a {
	display: inline-block;
	padding: 0 12px;
	text-decoration: none;
	color: #3b3c3c;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

#main li a:hover, #main li:hover a, #main li a:focus {
	color: #de6e45;
	outline: none;
}
	
/*!Sub Menus Level 1 */

#main ul ul {
	font-family: "Futura", Arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 32px;
	left: 50%;
	padding: 5px;
	line-height: 1.4;
	background-color: #3c3d3d;
	text-align: center;
	z-index: 2001;
	width: 200px;
	-moz-box-shadow: 1px 3px 6px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,.25);
	box-shadow: 1px 3px 6px rgba(0,0,0,.25);

}
	#main ul li:last-child>ul { 
		left: auto;
		right: 0;
		transform: rotateX(-90deg) translateX(0%);
	}
#main ul ul li {
	float: none;
	width: 100%;
	margin: 0;
}

#main li li a {
	width: 100%;
	padding: 8px 5px;
	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;
	border: none !important;
	box-shadow: none !important;
}
	
#main li li.bold a, #main li li li.bold a {
	color: #de6e45 !important
}

	#main li li a:hover, #main li li:hover>a, #main li li a:focus {
		background-color: #de6e45;
		color: #ffffff !important;
		border: none;
		box-shadow: none;
	}



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

/*! 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: bold;
	float: right;
	display: inline-block;
	position: absolute;
	right: 1px;
	top: 10px;
	font-size: 12px;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #5a5c5c;
	left: 295px;
	top: -5px;
	margin: 0;
}

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

#main li li li a {
	background-color: none !important;
}
	#main li li li a:hover {
		background-color: #de6e45;
		color: #ffffff !important;
	}


/* !  Create custom recipe card  */

.mv-create-card {
	max-width: 100% !important;
	width: 100% !important;
	margin-bottom: 40px !important;
}

.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: 1px solid #edebeb !important;
	padding: 30px !important
}
	.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
		font-size: 16px;
		font-weight: normal;
		line-height: 1.7;
		color: #39393a;
	}
	
.mv-create-card .mv-create-wrapper .mv-create-header, .mv-create-card .mv-create-wrapper .mv-create-ingredients, .mv-create-card .mv-create-wrapper .mv-create-instructions, .mv-create-card .mv-create-wrapper .mv-create-notes, .mv-create-card .mv-create-wrapper .mv-create-products {
	
}
/* ! Header */
.mv-create-card .mv-create-wrapper .mv-create-header {
	background-color: #f2f0f0;
	margin: -30px -30px 25px;
	padding: 30px !important
}
	
.mv-create-card .mv-create-wrapper .mv-create-image-container {
	max-width: 200px;
	width: 33% !important;
	float: right !important;
}
.mv-create-card .mv-create-wrapper .mv-create-description p {
	margin: 20px 0;
	font-size: 105%;
	font-style: italic
}


.mv-create-card .mv-create-wrapper h2.mv-create-title-primary {
	line-height: 1.2
}

.mv-create-card .mv-create-wrapper h3.mv-create-title-secondary {

}


/* ! Times & Meta */
.mv-create-card .mv-create-wrapper .mv-create-yield {
	font-size: 12px !important;
	font-family: "Futura", Arial, helvetica, sans-serif;
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: .1em !important;
	color: #3c3d3d !important;
	opacity: 1.0 !important
}
.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 0px 0 25px !important;
	opacity: 1.0;
	line-height: 1.4;
	display: block !important;
}
	.mv-create-card .mv-create-wrapper .mv-create-times * {
		opacity: 1.0
	}
.mv-create-card .mv-create-wrapper .mv-create-time {
	border: none !important;
	padding: 0;
	margin: 0 15px 0 0 !important;
	display: inline-block;
	width: auto;
}
.mv-create-card .mv-create-wrapper .mv-create-time-format {
	font-size: 12px !important;
	font-family: "Futura", Arial, helvetica, sans-serif;
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: .1em !important;
	color: #3c3d3d;
	opacity: 1.0;
}
	
	.mv-create-card .mv-create-wrapper .mv-create-times .mv-create-time:first-of-type {
		padding-left: 0;
	}
.mv-create-card .mv-create-wrapper .mv-create-time-label, .mv-create-card .mv-create-wrapper .mv-create-time-format {
	text-align: left;
	display: inline-block;
}

.mv-create-card .mv-create-wrapper .mv-create-time .mv-create-time-label {
	text-align: left;
	font-size: 13px !important;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: normal;
	color: #3c3d3d;
}
	.mv-create-card .mv-create-wrapper .mv-create-time .mv-create-time-label:after {
		content: ":";
		display: inline;
	}


/* ! Ingredients & Instructions */
.mv-create-card .mv-create-wrapper .mv-create-ingredients h4, .mv-create-card .mv-create-wrapper .mv-create-instructions h4 {
	font-size: 16px;
	margin: 20px 0 10px
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul, .mv-create-card .mv-create-wrapper .mv-create-notes ul {
	margin: 0 0 0 10px;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li, .mv-create-card .mv-create-wrapper .mv-create-notes ul li {
	margin: 0 0 3px 15px;
	padding: 0;
	list-style-type: none;
}
	

.mv-create-card .mv-create-wrapper .mv-create-instructions h3 {
	margin-top: 30px
	
}
.mv-create-card .mv-create-wrapper .mv-create-instructions ol {
	margin: 0 0 25px 11px !important
}
.mv-create-card .mv-create-wrapper .mv-create-instructions ol li {
	margin: 0 0 20px 35px;
	padding: 0;
}

.mv-create-card .mv-create-wrapper .mv-create-instructions ol li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	color: #ffffff;
	background-color: #de6e45;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 28px;
	width: 28px;
	left: -28px;
	top: 4px;
	transform: translateX(-50%);
	font-family: "Futura", Arial, helvetica, sans-serif;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	display: block !important;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-instructions ol li:before {
	display: none !important;
}

/* ! Ratings */
.mv-create-card .mv-create-wrapper .mv-reviews {
	margin-top: 20px;
	font-size: 14px;
	font-style: italic; 
	color: #767676;
}


/* ! Notes */
.mv-create-card .mv-create-wrapper .mv-create-notes {
	border-top: 1px solid #EEEEEE;
	margin: 30px 0 0 !important;
	padding-top: 10px;
}

.mv-create-card .mv-create-wrapper .mv-create-notes p em {
	font-size: 85%;
	opacity: .7;
	}

/* ! Nutrition */

.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	padding: 0;
	margin: 20px 0 0;
	line-height: 1.4;
	border: 1px solid #f2f1f2;
	padding: 20px;
	color: #767676;
}


.mv-create-card .mv-create-wrapper .mv-create-nutrition .mv-create-nutrition-title:before {
   display: none
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition h4 {
	font-size: 12px;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition .mv-create-nutrition-title {
	font-size: 15px;
	margin: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition .mv-create-nutrition-title span {
	opacity: 1.0
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition .mv-create-nutrition-item {
	opacity: 1.0
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-yield, .mv-create-card .mv-create-wrapper h4.mv-create-nutrition-label {
	font-size: 12px;
	opacity: 0.7;
	/*font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Roboto","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;*/
	font-family: "-apple-system","BlinkMacSystemFont","segoe ui","Oxygen-Sans","Ubuntu","Cantarell","helvetica neue",sans-serif;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-amount {
	font-size: .75em;
	opacity: 1.0
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-disclaimer {
	font-size: 12px;
	margin-top: 10px;
}


/* ! Affiliate Items */

.mv-create-card .mv-create-wrapper .mv-create-products {
	border: 1px solid #EEEEEE;
	background-size: 34px 34px;
	padding: 2px 25px;
	margin: 25px;
}

.mv-create-card .mv-create-wrapper .mv-create-products a.mv-create-products-link {
    opacity: 1.0 !important;
    text-align: center;
	border-bottom: none;
	box-shadow: none;
	font-size: 15px;
	font-weight: bold
}
	.mv-create-card .mv-create-wrapper .mv-create-products a.mv-create-products-link img {
		border: 1px solid #EEEEEE;
	}
	.mv-create-card .mv-create-wrapper .mv-create-products a.mv-create-products-link:hover {
		color: #dc6d43;
		opacity: 0.6 !important;
	}
.mv-create-card .mv-create-wrapper .mv-create-affiliate-disclaimer {
	color: #767676;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	line-height: 1.4;
	margin: 10px 0 15px;
}

/* ! Buttons */
.mv-create-card .mv-create-wrapper button.mv-create-print-button, .mv-create-wrapper .mv-list-link {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Futura", Arial, helvetica, sans-serif;
	letter-spacing: .1em;
	font-weight: normal !important;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 14px;
	line-height: 1;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #6e8c6e;
	border: none !important;
	box-shadow: none !important;
}

	.mv-create-card .mv-create-wrapper button.mv-create-print-button:hover, .mv-create-wrapper .mv-list-link:hover {
	 	background-color: #dc6d43;
	 	cursor: pointer;
	}

.mv-create-card .mv-create-wrapper .mv-create-pin-button {
	border: none;
	width: 50px !important;
	height: 50px !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	background-color: #DC6D43 !important;
	top: -15px !important;
	right: -15px !important;
}
	.mv-create-card .mv-create-wrapper .mv-create-pin-button:hover {
	 	background-color: #6e8c6e !important;
	 	cursor: pointer;	 	
	}
.mv-create-card .mv-create-wrapper .mv-create-pin-button .mv-icon-pinterest:before {
	
}

.mv-create-card .mv-create-wrapper .mv-create-pin-button .mv-icon-pinterest:before {
	
}
.mv-create-jtr-wrapper {
	text-align: center;
}
.mv-create-jtr-wrapper a.mv-create-jtr-link {
	font-family: "Futura", Arial, helvetica, sans-serif;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    color: #3c3d3d;
    background: #f2f0f0;
    box-shadow: none;
    text-shadow: none;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
	.mv-create-jtr-wrapper a.mv-create-jtr-link:before {
		content: "\f063";
		
		font-family: "Font Awesome 5 Pro";
		margin-right: 4px;
	}
	.mv-create-jtr-wrapper a.mv-create-jtr-link:hover {
		background-color: #de6e45;
		color: #ffffff;
	}
.mv-create-jtr-link .mv-create-jtr-caret {
    display: none
}

/* ! Footer */

.mv-create-card .mv-create-social {
	background-color: #f2f0f0;
	margin: 25px -30px -30px !important
}
.mv-create-card .mv-create-footer {
	color: #767676;
	opacity: 1.0 !important;
	text-transform: none !important;
	letter-spacing: normal;
	text-align: center;
	margin:  0 !important;
}
.mv-create-card .mv-create-footer-flexbox {
	display: block;
	width: 100%;
}
.mv-create-card .mv-create-footer-flexbox .mv-create-copy {
	text-align: left;
}
	.mv-create-footer .mv-create-strong {
		font-weight: normal;
		letter-spacing: normal;
		text-transform: lowercase !important;
		font-style: italic
	}
	.mv-create-footer .mv-create-spacer {
		font-weight: normal;
		letter-spacing: normal;
	}


/* ! Mobile */

@media ( min-width : 800px ) and ( max-width : 871px ), ( max-width : 500px ) {
	
}

@media ( max-width : 600px ) {
	.mv-create-card .mv-create-wrapper {
		padding: 20px !important
	}
	.mv-create-card .mv-create-wrapper .mv-create-image-container {
		max-width: 200px;
		min-width: 130px !important;
		width: 100% !important;
		margin: 0 auto 15px !important;
		float: none !important;
	}
	.mv-create-card .mv-create-wrapper h2.mv-create-title-primary {
		text-align: center
	}
	.mv-create-card .mv-create-wrapper .mv-create-header {
		text-align: center;
		margin-left: -20px !important;
		margin-right: -20px !important;
		padding: 15px 15px 15px !important;
	}
	.mv-create-card .mv-create-wrapper .mv-create-description p {
		margin: 0 0 15px;
	    font-size: 16px;
	    line-height: 1.5;
	    font-style: italic;
	    text-align: center;
	}
	.mv-create-card .mv-create-wrapper .mv-create-instructions ol li {
		margin: 0 0 20px 20px;
		padding: 0;
	}
	.mv-create-card .mv-create-social {
	background-color: #f2f0f0;
	margin: 25px -20px -20px !important
}


}


/* ! Print View */
.mv-create-print-view.mv-create-card {
	max-width: 8.5in !important;
	border: none !important;
	margin: 0 !important;
	padding: 10px !important;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-image-container {
	max-width: 200px;
	width: 20% !important;
	float: right !important;
	display: none;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-header {
	background-image: none;
	background-color: transparent;
	margin: 0 !important;
	padding: 0px !important;
	text-align: left !important;
}
	.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-header * {
		text-align: left !important;
	}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-description p {
	text-align: left !important;
}

.mv-create-print-view.mv-create-card .mv-create-times {
	display: block;
	text-align: left;
}
.mv-create-print-view.mv-create-card .mv-create-time {
	display: inline-block
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-header, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-ingredients, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-instructions, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-notes, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-products {
	padding-left: 0;
	padding-right: 0;
}

.mv-create-print-view.mv-create-card .mv-create-image {
	
}
.mv-create-print-view .recipe-ps {
	display: none !important;
	visibility: hidden;
}

.mv-create-print-view.mv-create-card *, .mv-create-print-view.mv-create-card .mv-create-yield {
	color: #000 !important;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper h2.mv-create-title-primary {
	margin: 0;
	line-height: 1.2;
}
.mv-create-print-view.mv-create-card .mv-create-title-secondary {
	margin: 10px 0 5px;
	font-size: 20px;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-instructions h3 {
	margin-top: 10px;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-ingredients h4, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-instructions h4 {
	font-size: 14px;
	margin: 5px 0 5px;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 0px !important;
	display: block !important;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-times .mv-create-time {
	margin: 0 !important;
	padding: 0 10px 0 0 !important;
	flex-basis: auto;
	width: auto;
	flex-shrink: 1;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-description p {
	text-align: left !important;
	margin: 10px 0 0px;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-ingredients {
	margin: 0;
 }
 .mv-create-print-view.mv-create-card .mv-create-wrapper p, .mv-create-print-view.mv-create-card .mv-create-wrapper li {
	 font-size: 14px;
	 font-weight: normal;
	 line-height: 1.4;
 }
.mv-create-print-view.mv-create-card .mv-create-wrapper ul li {
	list-style-type: disc !important;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-notes ul li {
	margin: 0 0 3px 10px;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper ol {
	margin-left: 0;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper ol li {
	list-style-type: decimal !important;
	margin-left: 20px;
	margin-bottom: 5px;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-notes {
	border-top: 1px solid #EEEEEE;
	margin: 10px 0 0 !important;
	padding-top: 0px;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	font-size: 86%;
	opacity: 0.7;
	line-height: 1.2;
	margin: 15px 0 0;
	padding: 10px;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-nutrition-disclaimer {
	font-size: 11px;
	margin-top: 6px;
}

.mv-create-print-view.mv-create-card .mv-create-footer-flexbox, .mv-create-print-view.mv-create-card .mv-create-categories, .mv-create-print-view.mv-create-card .mv-create-social {
	display: none;
}


/* ! Comment Ratings */
.mv-review-form label {
	display: block;
	text-align: left;
	font-size: 16px !important;
	margin: 10px 0 4px;
	font-style: normal !important;
}
.mv-review-form input, .mv-review-form textarea {
	border: solid 1px #e2e2e2 !important;
	font-size: 16px;
	padding: 10px 12px;
	font-family: "Zilla Slab", Georgia, "Times New Roman", Times, serif;
	color: #767676;
	opacity: 1.0;
}

.mv-review-form footer {
	color: #767676 !important;
}



#comment-list {
	border: 1px solid #e5e5e5 !important;
	padding: 15px 25px;
}

.mv-comments-nav ul {
	margin: 0 0 -16px !important;
	position: relative;
	z-index: 101;
}
.mv-comments-nav ul li {
	color: #767676;
	text-align: center;
	margin: 10px 0 20px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	border: 1px solid #e5e5e5 !important;
	padding: 10px;
	margin: 0 !important;
}
	.mv-comments-nav ul li.mv-active {
		color: #6e8c6e;
		font-weight: bold;
		border-bottom: 1px solid #ffffff !important;
	}
	.mv-comments-nav ul li:before {
		display: none;
	}

.mv-comments-card {
	margin: 0 !important;
	border: 1px solid #e5e5e5 !important;
	padding: 15px 25px !important;
}
.mv-comments-card-header {
	background-color: #ffffff !important;
	margin: 0 !important;
	padding: 0 !important;
}
	.mv-comments-card-header h2.mv-comments-card-heading {
		font-size: 20px !important;
		margin: 0px 0 10px;
	}
	h3#comment-title{
		margin-top: 13px;
		margin-bottom: 0px;
		font-size: 20px !important;
	}
	.mv-comments-card-header .mv-comments-card-stars {
		font-size: 14px
	}
	
	.mv-comments-card-header .mv-comments-card-stars-divider {
		display: none
	}
	.mv-comments-card-header .mv-comments-card-stars a {
		color: #fff;
		font-size: 10px;
		letter-spacing: .15em;
		line-height: 1.2;
		font-weight: bold;
		background-color: #6e8c6e;
		border: none;
		text-transform: uppercase;
		cursor: pointer;
		margin-left: 15px;
		padding: 7px 10px;
		text-decoration: none;
		display: inline-block
	}
		.mv-comments-card-header .mv-comments-card-stars a:hover {
			background-color: #dc6d43
		}
	
.mv-comments-review {
	border: 1px solid #e5e5e5;
	padding: 25px !important;
	margin: 30px 0;
	font-size: 15px;
}
.mv-comments-review, .mv-comments-review * {
	opacity: 1.0 !important;
}
.mv-comments-review .mv-comments-review-author {
	color: #6e8c6e;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em; 
	display: inline-block;
	opacity: 1.0 !important;
	margin-bottom: 10px;
}
	.mv-comments-review .mv-comments-review-author:after {
		content: " – ";
		margin: 0 5px;
		color: #767676;
		font-weight: normal;
	}
.mv-comments-review .mv-comments-review-date {
	color: #767676;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: .08em;
	display: inline-block;
	opacity: 1.0 !important;
	margin-bottom: 10px;
}

.mv-comments-review h3 {
	display: block !important;
	width: 100% !important;
	margin: 10px 0;
}
.mv-comments-review .mv-comments-review-stars {
	
}
.mv-comments-review .mv-comments-review-stars .mv-stars {
	width: 120px;
	text-align: left;
}
.mv-comments-review-stars svg {
	width: 120px !important;
	height: auto;
}



#whisk-sp-unit-block-1 {
	border: 1px solid #F4F4F4;
	border-top: none;
	padding: 15px 25px 25px;
	text-align: center;
}
 #whisk-sp-unit-block-1 div div {
	 text-align: center;
	 display: block;
	 margin: 0 auto !important;
 }