/*! 
Theme Name: Cheap Recipe Blog
Theme URL: http://www.cheaprecipeblog.com/
Description: Custom responsive blog theme for Cheap Recipe Blog.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 3.0
*/

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

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

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

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

#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 #ebebec;
	background-color: #d5edef;
	padding: 5px 10px;
	text-decoration: none;
}
 
#skip a:focus {
	position:absolute;
	left: 8px;
	top: 8px;
	z-index: 3001;
	width:auto;
	height:auto;
}

/*! MAIN CONTAINER */

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

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

@media ( min-width : 800px ) {
	.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: 640px;
		float: left;
		overflow: hidden;
	}
		
	.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;
	}

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

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


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

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

body {
	font-family: Georgia, Times, serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.7;
	color: #3C3C41;
	margin: 0;
	padding: 0;
}

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

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

a:hover, a:focus {
	color: #f05e17;
	text-decoration: none;
}
	.post-content a, .page_content a, .cat-desc a {
		color: #078089;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px solid #ebebec;
		box-shadow: inset 0 -2px 0 #d5edef;
	}
	.post-content a:hover, .page_content a:hover, .cat-desc a:hover, .post-content a:focus, .page_content a:focus, .cat-desc a:focus {
		color: #60b3bf;
		box-shadow: inset 0 -16px 0 #d5edef;
		
	}
	
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.1;
	margin: 25px 0;
	color: #3C3C41;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

	.post-content>h2, .page_content h2 {
		font-size: 24px;
		margin-top: 40px;
		padding-bottom: 12px;
		border-bottom: 1px solid #ebebec
	}
	h2 em, h3 em {
		display: block;
		font-style: normal;
		font-family: "causten_round", Geneva, arial, sans-serif;
		font-style: normal;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .3em;
		font-size: 12px;
		margin-bottom: 7px;
		color: #078089;
	}
	h2.divider, h3.divider {
		font-size: 18px;
		letter-spacing: .4em;
	}
	.sidebar .widget-title {
		font-size: 28px;
	}

h3 {
	font-size: 28px;
}
	.post-content>h3, .page_content h3 {
		text-transform: none;
		letter-spacing: normal;
	}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}

h6 {
	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 #ebebec;
}
.sep2 {
	width: 100%;
	display: block;
	clear: both;
	margin: 45px 0;
	border-top: 1px solid #ebebec;
}

hr {
	border: 0;
	height: 0;
	margin: 35px 0;
	border-top: 1px solid #ebebec;
	border-bottom: none;
}
	hr.is-style-default {
		margin: 60px auto;
		border-top: 1px solid #ebebec;
		max-width: 100px;
	}
	hr.spacer {
		border-color: #ffffff !important; 
	}

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

.header {
	border-top: 6px solid #098691;
	height: 146px;
	border-bottom: 1px solid #ebebec;
	margin-bottom: 25px;
}
	body.home .header {
		border-bottom: none;
		margin-bottom: 0px;
	}
.header .logo, .header h1.logo {
	overflow: hidden;
	width: 343px;
	float: left;
	margin: 30px 0;
}

.header-social {
	display: inline-block;
	float: right;
	margin-top: 25px;
}

.header-search {
	display: inline-block;
	float: right;
	margin-left: 30px;
	margin-top: 25px;
	width: 200px;
}

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

.span_content {
	
}

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

.post-content ul, .post-content ol {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}

.post-content ul li {
	list-style-type: none;
	margin: 0 0 8px 25px;
	padding: 0;
}

.post-content>ul li:before {
	color: #60b3bf;
	content: '\2022';
	font-weight: bold;
	margin: 0 0 0 -20px;
	width: 20px;
	font-weight: normal;
	font-style: normal !important;
	display: inline-block;
	font-family: Arial;
}
	.span_content ul li ul li:before {
	
	}
.span_content ol {
	counter-reset:li;
}

.span_content ol li {
	padding: 0 0 0px;
	margin: 0 0 20px 40px;
	list-style-type: none;
	position: relative;
}
.span_content ol li:before {
	content:counter(li);
	counter-increment: li;
	position: absolute;
	background-color: #d5edef;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	color: #078089;
	left: -25px;
	top: 7px;
	transform: translateX(-50%);
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

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

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

h1.page-title, h1.archive-title, h2.page-title, h2.archive-title, .span_content_full>h1:first-of-type {
	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;
}

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

.widget a {
	text-decoration: none;
}

.sidebar select {
	color: #757576;
	font-size: 13px;
	font-family: "causten_round", Geneva, arial, sans-serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #ebebec;
}

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

.sidebar .about {
	text-align: center;
	margin-top: 0;
}
.sidebar .about .widget-title {
	margin: 15px 0;
}
.sidebar .about p {
	margin: 15px 0;
	text-align: center;
}
.sidebar .about img {
	width: 200px;
	height: auto;
	display: block;
	margin: 0 auto 25px;
	border-radius: 50%;
	
}
.sidebar .about .more {

}

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

.social a {
	text-decoration: none;
	font-size: 16px;
	background-color: #d5edef;
	
	padding: 0 2px;
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	text-align: center;
}
	.header-social a {
		font-size: 15px;
	}
	.social a .fa-inverse {
		color: #078089;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.social a .fa-stack {
	    width: 2em;
	}
.social a:hover {
	background-color: #afd8df;
}
	.social a:hover .fa-inverse {
		
	}

.sidebar .press h2 {
	margin: 0;
	color: #757576;
	font-style: normal;
	font-family: "causten_round", Geneva, arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .3em;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.sidebar .press img {
	width: 190px;
	height: auto;
	vertical-align: middle;
	display: inline-block
}

/*! -- 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 .widget {
	text-align: center;
	overflow: hidden;
}
.sidebar .items {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
.sidebar .items .item {
	width: 47%;
}

.sidebar .widget .title {
	margin: 10px 0 20px;
	font-size: 13px;
}
	.sidebar .widget .title a, .sidebar .widget a .title {
		color: #3C3C41;
	}
.sidebar .widget_category-posts .more {
	clear: both;
	padding-top: 20px;
}

.sidebar .widget_category-posts .more {
	display: none
}

.sidebar .popular-posts img {
	margin-bottom: 10px;
}

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

.post {
	margin-bottom: 0px;
}

.post-content>p:first-of-type, p.subhead {
	font-style: italic;
	font-size: 110%;
	line-height: 1.7;
}

.post-title {
	margin: 8px 0px;
}

.post-title a {
	text-decoration: none;
	color: #3C3C41;
}

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

.post-meta {
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #3c3c41;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .15em;
	overflow: hidden;
	margin: 0 0 30px;
}
	.post-meta-top {
		margin: 0;
	}
	.post-cat a, .post-date {
		
	}
.post-meta em {
	font-family: Georgia, Times, serif;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
}

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

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #078089;
}

.post-meta .spacer {
	display: inline-block;
}
.post-meta .spacer:before {
	display: inline-block;
	letter-spacing: normal;
	font-weight: normal;
	opacity: 0.3;
	content: "//";
	margin: 0 5px;
}

.post-meta a.jump {
	color: #078089;
	background-color: #d5edef;
	display: inline-block;
	font-size: 11px;
	font-family: "causten_round", Geneva, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding: 2px 10px 3px;
	margin: 0 15px 0 0;
	text-decoration: none;
}
	.post-meta a.jump:hover {
		background-color: #078089;
		color: #ffffff;
	}
.meta-bottom {
	clear: both;
	margin: 25px 0;
	overflow: hidden;
	text-align: center;
}
.meta-bottom p {
	margin: 0;
}
.post-cats {
	margin-bottom: 15px;
}
.post-cats a {
	color: #00737F;
	background-color: #d5edef;
	display: inline-block;
	font-size: 11px;
	font-family: "causten_round", Geneva, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 2px 10px;
	margin: 3px;
	text-decoration: none;
}
	.post-cats a:hover {
		background-color: #078089;
		color: #ffffff;
		text-decoration: none;
	}
a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
	color: #fff !important;
	font-size: 8px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #757576;
	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: #3C3C41;
}

a.more-link {
	
	font-family: "causten_round", Geneva, arial, sans-serif;
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: #ffffff;
	background-color: #078089;
	padding: 7px 20px;
	text-decoration: none;
}

	a.more-link:hover {
		background-color: #f05e17;
	}


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

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

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

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

.wp-caption p {
	color: #757576;
	font-size: 90%;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px;
}


.post blockquote, .wp-block-quote {
	margin: 45px 0;
	clear: both;
	padding: 4% 6%;
	position: relative;
	background-color: #d5edef;
}

	.post blockquote p, .wp-block-quote p {
		margin: 0;
		text-align: center;
	}


/*Classic Galleries*/
	
.gallery {
	overflow: hidden;
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;}

.gallery.gallery-columns-3 {
	margin: 25px -1.5% 25px;
}

	.gallery.gallery-columns-3 .gallery-item {
		width: 30%;
		margin: 0 1.5% 1.5%;
		text-align: center;
	}
.gallery.gallery-columns-2 {
	margin: 25px -2% 25px;
}
	.gallery.gallery-columns-2 .gallery-item {
		width: 46%;
		margin: 0 2% 2%;
		text-align: center;
	}


.gallery img {
	width: 100%;
	height: auto;
	display: block;
}
.gallery .gallery-caption {
	margin-left: 0;
}

/*!----Gutenberg----*/


.wp-block-image {
	text-align: center;
	margin: 25px 0 25px !important
}
.wp-block-image img, .wp-block-image a {
	display: block !important
}
.wp-block-gallery ul {
	margin: 0 0 -16px !important;
	list-style-type: none
}
.wp-block-gallery li:before {
	display: none !important
}
	.wp-block-gallery ul li img {
		display: block
	}

.wp-block-group.has-background, .has-background {
	padding: 2% 5%;
	margin: 45px 0;
}
	ol.has-background, ul.has-background {
		padding: 5% 5% 3%;
	}
	p.has-background {
		padding: 5%;
	}
	.wp-block-group.has-background h2 {
		margin-top: 25px;
		border-bottom: none;
		padding: 0;
	}
	
	.has-gray-background-color {
		background-color: #efeff0;
	}
	.has-lightblue-background-color {
		background-color: #d5edef;
	}
	.has-blue-background-color {
		background-color: #2c9da6;
		color: #28282A;
	}
	.has-orange-background-color {
		background-color: #f05e17;
	}
	.has-black-background-color {
		background-color: #3c3c41;
		color: #ffffff;
	}
	.has-white-background-color {
		background-color: #ffffff;
		border: 1px solid #ebebec;
	}
	.has-gray-color {
		color: #efeff0;
	}
	.has-lightblue-color {
		color: #d5edef;
	}
	.has-blue-color {
		color: #2c9da6;
	}
	.has-orange-color {
		color: #f05e17;
	}
	.has-black-color {
		color: #3c3c41;
	}
	.has-white-color {
		color: #3c3c41;
	}
	
	
/*! Inner Post */

.share {
	margin: -15px 0 0px;
}

.dpsp-shortcode-wrapper, .dpsp-shortcode-wrapper ul, .dpsp-shortcode-wrapper ul li, #dpsp-content-top li, #dpsp-content-bottom li {
	display: inline-block;
	float: none;
	vertical-align: middle;
}
	.dpsp-shortcode-wrapper ul {
		margin: 0 !important
	}
	#dpsp-content-top ul li {
		position: relative;
		margin: 0 5px 0 0 !important;
	}
	.dpsp-shortcode-wrapper ul li, #dpsp-content-bottom ul li {
		margin: 0 5px !important;
		position: relative;
	}


#dpsp-content-bottom {
	text-align: center;
	margin: 35px 0
}


/** Grow CSS Fix **/
.dpsp-content-wrapper .dpsp-network-btn {
	display: inline-block !important;
}
/** End Grow CSS Fix **/

.disclosure, small {
	font-style: italic;
	color: #757576;
	font-size: 13px;
	line-height: 1.5;
}
	.disclosure p {
		margin: 25px 0;
	}
	.disclosure strong {
		font-style: normal;
	}
	.disclosure-bottom {
		margin: 25px 0 50px;
	}
	.disclosure-top {
		margin: 0px 0 20px;
	}


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

.inner-post .widget {
	
}

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.2;
	text-decoration: none;
	margin: 50px 0 0px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 18px;
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.3;
	border-top: 1px solid #ebebec;
	border-bottom: 1px solid #ebebec;
}

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

.post-nav a {
	color: #3C3C41;
	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 {
	display: block;
}

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

.post-nav em {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-family: "causten_round", Geneva, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	color: #757576;
	padding: 0 0 5px;
}


/*!----Homepage Featured Styles----*/
	
.homepage-featured {
	text-align: center;
	overflow: hidden;
	position: relative;
	background: #efeff0;
	margin-bottom: 50px;
	padding-top: 40px;
}
	.homepage-featured .wrap {
		position: relative;
	}
	.homepage-featured .featuredposts h2 {
		display: none !important;
	}
.homepage-featured .items {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
	.homepage-featured .items .item {
		width: 22.5%;
		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 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 a .title {
	font-size: 16px;
	margin: 12px 0 25px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.homepage-featured .item a:hover .title {
		color: #f06018;
	}

/*!Homepage Category Sections*/

.home-sections {
	overflow: hidden;
	clear: both;
	margin-top: 30px;
}
	
.home-section {
	margin-bottom: 60px;
	overflow: hidden;
	position: relative;
}
	.home-section:last-of-type {
		margin-bottom: 30px;
	}
.home-section.shaded {
	position: relative;
	background: #efeff0;
	padding: 40px 0 50px;
}

.home-section h3.widget-title {
	text-align: center;
	margin-bottom: 25px;
}

.home-section .items {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0;
}

	.home-section .category-posts .item {
		width: 22.5%;
		margin: 0px;
		text-align: center;
	}

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

.home-section .item .title {
	font-size: 16px;
	margin: 12px 0 25px;
	-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: #3C3C41;
}

	.home-section .item a:hover, .home-section .item a:hover .title {
		color: #f06018
	}

.home-section .more-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 11px;
	padding: 5px 12px;
	letter-spacing: .2em;
}

	.home-section .teaser-post .more {
		padding-top: 0;
	}


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

.teaser-posts {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	overflow: hidden;
}
	.teaser-posts .teaser-post {
		font-size: 93%;
		position: relative;
		overflow: hidden;
		text-align: center;
		width: 47%;
		margin-bottom: 60px;
	}
	
.teaser-post img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}


.teaser-post .teaser-content {
	
}

.teaser-post a {
	text-decoration: none;
}

.teaser-post .post-title {
	margin: 10px 0 15px;
	font-size: 28px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.teaser-post a:hover .post-title {
		color: #078089;
	}	

.teaser-post .post-meta {
	text-align: center;
	margin: 0;
}

.teaser-post p {
	margin: 20px 0 25px
}

.teaser-post .more {
	
}



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

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

.archives {
	display: -ms-Flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -1.5%;
}

	.archives .archive-post {
		width: 30%;
		margin: 0 1.5% 30px;
		text-align: center;
	}

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

.archive-post a {
	text-decoration: none;
	border: none !important;
	box-shadow: none !important;
	display: block;
}
.archive-post a.post-edit-link {
	display: inline-block;
}

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

.archive-post .title {
	font-size: 18px;
	margin: 15px 0 0;
	-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: 11px;
}

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

.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;
	line-height: 1.6
}

.archiveslist li {
	list-style-type: disc !important;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	display: table;
}


.archiveslist ul {
	margin-bottom: 0;
	margin-top: 5px
}
.archiveslist ul li {
	font-size: 85%;
	font-style: italic;
	margin-left:15px !important;
	margin-bottom: 3px;
}
	.archiveslist ul li:before {
		font-style: normal !important;
	}
.archiveslist a {
	font-weight: normal;
}
.subcats {
	clear: both;
	margin: 20px 0 40px;
	text-align: left;
}

.subcats strong {
	font-family: "causten_round", Geneva, arial, sans-serif;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin: 5px 8px 0 0;
	vertical-align: middle
}
.subcats ul, .subcats li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 !important
	
}
ul.subcategories {
	overflow: hidden;
	margin: 0 !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 {
	color: #00737F;
	background-color: #d5edef;
	display: inline-block;
	font-size: 11px;
	font-family: "causten_round", Geneva, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 2px 10px;
	margin: 2px 3px;
	text-decoration: none;
}

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

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

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

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

.tagslist>li {
	font-size: 90%;
}

.tagslist>li em {
	font-size: 80%;
	color: #757576;
	margin-left: 8px;
}

.archiveslist a {
	border: none !important;
		box-shadow: none !important;
}

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

.tagindex a {
	font-family: "causten_round", Geneva, arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-right: 3px;
	width: 22px;
	height: 22px;
	float: left;
	color: #757576;
	border: solid 1px #f6f5f5;
	box-shadow: none
}

.tagindex a {
	text-decoration: none;
}

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

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

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

.tagtitle em a {
	color: #757576;
	font-size: 11px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	border: none !important;
	box-shadow: none !important;
}

.tagtitle a:hover {
	color: #3C3C41;
}


/*!Breadcrumbs*/

.breadcrumb {
	text-transform: uppercase;
	color: #757576;
	font-size: 11px;
	font-family: "causten_round", Geneva, arial, sans-serif;
	letter-spacing: .15em;
	clear: both;
	font-weight: bold;
	margin-bottom: 8px
}
	.span_content_full .breadcrumb, .page_content .breadcrumb {
		text-align: left
	}
.breadcrumb a {
	color: #757576;
	text-decoration: underline;
	border: none;
	box-shadow: none;
}
	.breadcrumb .breadcrumb_last {
		font-weight: normal;
		font-family: "causten_round", Geneva, arial, sans-serif;
		font-size: 115%;
		letter-spacing: normal;
		font-weight: normal;
		text-transform: lowercase;
		font-style: italic;
	}
.breadcrumb a:hover {
	color: #078089;
}



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

#submit, .submitbutton, #commentform #submit, .smbutton {
	color: #FFFFFF !important;
	line-height: 1.2;
	font-weight: bold;
	background-color: #078089;
	border: none;
	font-size: 16px;
	font-family: "causten_round", Geneva, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	cursor: pointer;
	margin-top: 5px;
	padding: 15px 25px 14px;
	box-shadow: none;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.submitbutton i {
		font-weight: 300;
		font-size: 140%;
		line-height: 1;
		position: relative;
		top: 2px;
		margin-left: 5px;
	}
.smbutton {
	font-size: 11px;
	padding: 6px 12px 5px;
}


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, .smbutton:hover {
		background-color: #60b3bf;
		color: #ffffff;
		box-shadow: none;
		border: none;
	}

.commentinput, .styledinput, .captchainput, #commentform input {
	color: #696969;
	font-size: 16px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ebebec;
}

.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: Georgia, Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #ebebec;
	width: 100%
}

#commentform #submit {
	width: auto;
}

.wpcf7-form {
	width: 100%;
	background-color: #d5edef;
	padding: 25px;
}

.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 Forms*/
.search-form {
	width: 100%;
	max-width: 350px;
	border: 1px solid #ebebec;
	background-color: #ffffff;
	overflow: hidden;
}

.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field {
	color: #757576;
	font-size: 18px;
	
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 50px;
	height: 50px;
	background-color: #fff;
	padding: 0 20px;
	border: none;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
}
	.header-search .search-field {
		height: 42px;
		line-height: 40px;
		font-size: 16px;
		padding: 0 15px;
	}
	.search-field:focus {
		border: 2px solid #f06018;
		outline: none;
	}
.search-form .search-submit {
	font-family: "causten_round", Geneva, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 22px;
	background-color: #FFFFFF;
	color: #078089;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	float: right;
	cursor: pointer;
	width: 50px;
}
	.header-search .search-submit {
		height: 42px;
		line-height: 42px;
		font-size: 18px;
		width: 42px;
	}

.search-form .search-submit:hover, .search-form .search-submit:focus {
	color: #f05e17;
}


/*Subscribe Forms*/
.subscribe {
	background-color: #2c9da6;
}

	.homepage-featured .subscribe, .footer .subscribe {
		overflow: hidden;
		padding: 40px 0;
		background: #2c9da6 url(images/subscribebg.png) repeat-x center center;
		background-size: auto 94%;
	}
		.homepage-featured .subscribe .wrap, .footer .subscribe .wrap {
			max-width: 800px;
		}

.sidebar .subscribe {
	padding: 25px;
}

.inner-post .subscribe {
	padding: 25px;
}
	

.subscribe h2 {
	font-size: 26px;
	color: #ffffff;
}
	.subscribe h2 em {
		color: #28282A;
	}
	.homepage-featured .subscribe h2, .footer .subscribe h2 {
		margin: 4px 0 0;
		text-align: left;
		width: 100%;
		max-width: 400px;
		padding-right: 20px;
		float: left;
		text-align: center;
	}
	.sidebar .subscribe h2, .inner-post .subscribe h2 {
		margin: 0;
	}
	
.subscribe .email-form {
	clear: none;
	margin: 0 auto;
	overflow: hidden;
	background-color: transparent;
	position: relative;
	vertical-align: middle;
	max-width: 580px;
	}
	.homepage-featured .subscribe .textwidget, .footer .subscribe .textwidget {
		width: -moz-calc(100% - 400px);
		width: -webkit-calc(100% - 400px);
		width: calc(100% - 400px);
		max-width: 100%;
		float: right;
		margin: 0px 0 0;
	}
	.sidebar .subscribe .email-form, .inner-post .subscribe .email-form {
		margin-top: 15px;
		width: 100%;
		float: none;
	}
.subscribe .email-input {
	width: 100%;
	border: none;
	background-color: #ffffff;
	color: #434f57;
	font-style: italic;
	font-size: 16px;
	font-family: Georgia, Times, serif;
	float: left;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 20px;
}
	.sidebar .subscribe .email-input, .inner-post .subscribe .email-input {
		
	}
	.subscribe .email-input:focus {
		border: 2px solid #f06018;
		outline: none;
	}
.subscribe .email-submit {
	border: none;
	width: 100%;
	font-family: "causten_round", Geneva, arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
	font-size: 16px;
	color: #f06018;
	background-color: #FFFFFF;
	text-align: center;
	float: right;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 64px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
	.subscribe .email-submit i {
		font-size: 30px;
		position: relative;
		top: 5px;
	}


	.subscribe .email-submit:hover {
		color: #098691
	}

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

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


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


.footer {
	margin-top: 60px;
	clear: both;
}
.sub-footer {
	clear: both;
	font-size: 15px;
	padding: 25px 0;
	overflow: hidden;
	background-color: #ebebec;
	
	font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
}
	.sub-footer a {
	    text-decoration: none;
	    color: #3c3c41;
	}
		.sub-footer a:hover {
		    color: #f06018;
		}
.sub-footer .wrap {
	
}


.copyright {
	font-size: 11px;
	width: 360px;
	float: right;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: right;
	font-family: Georgia, Times, serif;
}
	.copyright strong {
		font-family: "causten_round", Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
.copyright a {
	text-decoration: underline;
}
.footer-nav {
	margin: 0;
	width: -moz-calc(100% - 360px);
	width: -webkit-calc(100% - 360px);
	width: calc(100% - 360px);
	float: left;
}
	.footer-nav li {
		display: inline-block;
		margin: 0 12px 0 0;
	}
	.footer-nav li.top {
		font-weight: bold;
	}


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

#comments, #pings, #reply-title {
	margin-top: 5px;
	letter-spacing: normal;
	text-transform: none;
}

#respond {
	margin-top: 50px;
}

	#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: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}

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

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

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

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

.comment-meta a {
	
}

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

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

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

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

#pings {
	margin-top: 50px;
}

#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0
}

#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0
}

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

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination {
	font-family: "causten_round", Geneva, arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 13px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #757576;
}

.pagination .page-numbers {
	color: #757576;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
}
	.pagination .page-numbers.prev, .pagination .page-numbers.next {
		width: auto;
		border-radius: none;
	}
.pagination .page-numbers.current, .pagination a.active {
	color: #078089;
	background-color: #d5edef;
	margin: 0;
	font-weight: bold;
}

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

.pagination a.page-numbers:hover {
	color: #078089;
}

.pagination h2.screen-reader-text {
	margin: 0 10px 0 0;
	font-size: 13px;
	font-family: "causten_round";
	letter-spacing: .1em;
	display: inline-block
}
.pagination .nav-links {
	display: inline-block
}

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

#main {
	width: 100%;
	padding: 0;
	margin: 5px -13px 0 0;
	text-align: right;
	font-weight: bold;
	font-family: "causten_round", Geneva, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 18px;
	line-height: 60px;
	height: 60px;
	display: block;
	width: -moz-calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
	width: calc(100% - 350px);
	float: right;
}

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

#main li a {
	display: inline-block;
	padding: 0 13px;
	text-decoration: none;
	color: #3C3C41;
	-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, #top li a:hover, #top li:hover a {
	color: #1b8a9b;
}

		
/*!Sub Menus Level 1 */

#main ul ul {
	transform: rotateX(-90deg) translateX(-50%);
	transform-origin: top left;
	opacity: 0.3;
	transition: 280ms all 120ms ease-out;
	visibility: hidden;
	position: absolute;
	top: 59px;
	left: 50%;
	padding: 0;
	font-size: 13px;
	line-height: 1.4;
	background-color: #078089;
	text-align: center;
	z-index: 2001;
	width: 220px;
}

	#main ul ul:after	 {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(55, 71, 87, 0);
		border-bottom-color: #078089;
		border-width: 7px;
		margin-left: -7px;
	}
#main ul ul li {
	float: none;
	width: 100%;
	margin: 0;
	word-wrap: break-word;
}

#main li li a {
	width: 100%;
	padding: 10px 15px;
	word-wrap: break-word;
	border: none;
	color: #ffffff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	
	#main li li a:hover, #main>ul>li>ul>li:hover {
		background-color: #f06018;
	}

#main li li.bold a {
	background-color: #f06018;
}

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


/*! Show indicator for menu items with children */
#main ul ul li.menu-item-has-children>a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	float: right;
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 13px;
	font-size: 80%;
}
	
		
/*!Sub Menus Level 2*/

#main ul ul li ul {
	background-color: #555555;
	top: 0;
	left: 330px;
	margin: 0;
	word-wrap: break-word;
}

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

#main li li li a:hover {
	background-color: #1b8a9b;
}

/* !  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 #efefee !important;
	padding: 0 !important;
	margin: 150px 0 0 !important
}
	.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
		font-size: 18px;
		font-weight: normal;
		line-height: 1.7;
		color: #3c3c41;
	}
	
.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 {
	padding-left: 25px;
	padding-right: 25px;
}
/* ! Header */
.mv-create-card .mv-create-wrapper .mv-create-header {
	background-color: #efeff0 !important;
	border-bottom: 1px solid #efefee;
	margin-bottom: 40px;
}
	
.mv-create-card .mv-create-wrapper .mv-create-image {
	border: none;
}
.mv-create-card .mv-create-wrapper .mv-create-description p {
	margin: 25px 0;
	font-style: italic;
	text-align: center;
}


.mv-create-card .mv-create-wrapper h1.mv-create-title-primary {
	line-height: 1.2;
	font-size: 28px;
}

.mv-create-card .mv-create-wrapper h2.mv-create-title-secondary {
	font-size: 18px;
}


/* ! Times & Meta */
.mv-create-card .mv-create-wrapper .mv-create-yield {
	
}
.mv-create-card .mv-create-wrapper .mv-create-times {
	line-height: 1.3;
}
	.mv-create-card .mv-create-wrapper .mv-create-times * {
		opacity: 1.0
	}
.mv-create-card .mv-create-wrapper .mv-create-time {
	border: none;
	display: inline;
	width: auto;
	flex: none;
}
.mv-create-card .mv-create-wrapper .mv-create-time-format {
	font-size: 12px;
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: .15em !important;
	color:  #5b5b5c;
	opacity: 1.0;
}

.mv-create-card .mv-create-wrapper .mv-create-time-format {
	color:  #5b5b5c !important;
	font-family: "causten_round", Geneva, arial, sans-serif;
	font-size: 12px;
}

.mv-create-card .mv-create-wrapper .mv-create-time .mv-create-time-label {
	color: #5b5b5c !important;
	font-weight: normal;
	text-transform: lowercase;
	font-style: italic;
	font-size: 12px;
}


/* ! Ingredients & Instructions */
.mv-create-card .mv-create-wrapper .mv-create-ingredients h4 {
	font-size: 13px;
	color:  #757576;
	margin: 20px 0 5px
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul, .mv-create-card .mv-create-wrapper .mv-create-notes ul {
	margin: 0;
	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-ingredients ul li:before {
	    color: #f06018;
	    content: '\2022';
	    margin: 0 6px 0 -10px;
	    font-weight: bold;
		display: inline-block;
	}
	.mv-create-card .mv-create-wrapper .mv-create-notes ul li:before {
	    color: #f06018;
	    content: '*';
	    margin: 0 6px 0 -10px;
	    font-size: 12px;
		display: inline-block;
	}
.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;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-instructions ol li {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style-type: decimal;
}

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

/* ! Notes */
.mv-create-card .mv-create-wrapper .mv-create-notes p {
	font-size: 90%;
	font-style: italic;
}

/* ! Nutrition */

.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	padding: 0;
	margin: 20px 0 0;
	line-height: 1.3;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-inner {
	background-color: #f5f3f3;
	padding: 25px;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-amount {
	font-size: 87%;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition .mv-create-uppercase {
	font-weight: bold;
}
.mv-create-footer {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition h6 {
	
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-disclaimer {
	font-size: 11px;
	margin-top: 12px
}

/* ! Affiliate Items */

.mv-create-card .mv-create-wrapper .mv-create-products {
	border: 1px solid #efefee;
	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 #efefee;
	}
	.mv-create-card .mv-create-wrapper .mv-create-products a.mv-create-products-link:hover {
		color: #f05e17;
		opacity: 0.6 !important;
	}
.mv-create-card .mv-create-wrapper .mv-create-affiliate-disclaimer {
	color:  #757576;
	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, .mv-review-form button {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: normal !important;
	font-family: "causten_round", Geneva, arial, sans-serif;
	font-weight: bold !important;
	letter-spacing: .1em;
	font-size: 14px;
	line-height: 1;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #07828a;
	border: none !important;
	box-shadow: none !important;
	border-radius: 6px;
}

	.mv-review-form button {
		margin: 15px 0 0 !important;
		padding: 15px !important
		
	}
	.mv-create-card .mv-create-wrapper button.mv-create-print-button:hover, .mv-create-wrapper .mv-list-link:hover, .mv-review-form button:hover {
	 	background-color: #f05e17;
	 	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: #f06018 !important;
	top: 15px !important;
	right: 15px !important;
}
	.mv-create-card .mv-create-wrapper .mv-create-pin-button:hover {
	 	background-color: #098691 !important;
	 	cursor: pointer;	 	
	}


/* ! Footer */
.mv-create-card .mv-create-footer {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
	font-weight: bold;
	color:  #757576;
	font-family: "causten_round", Geneva, arial, sans-serif;
	opacity: 1.0 !important;
	margin: 10px 0 !important
}

	.mv-create-footer .mv-create-strong {
		font-weight: normal;
		letter-spacing: normal;
		font-family: Georgia, Times, serif;
		text-transform: lowercase !important;
		font-style: italic
	}
	.mv-create-footer .mv-create-spacer {
		font-weight: normal;
		letter-spacing: normal;
	}

.mv-create-social {
	background-color: #2C9DA6 !important;
	text-align: center;
}
.mv-create-social h2.mv-create-social-title {
	font-size: 28px !important;
}
.mv-create-social p.mv-create-social-body {
	text-align: center;
	color: #28282A;
}
.mv-create-social .mv-create-social-link {
	border: none;
	box-shadow: none;
	display: none;
}

/*Jump Button*/
.mv-create-jtr-wrapper {
	margin: -20px 0 20px !important;
	}
.mv-create-jtr-wrapper  a.mv-create-jtr {
	color: #00737F;
	background-color: #d5edef;
	display: inline-block;
	font-size: 11px;
	font-family: "causten_round", Geneva, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 5px 12px !important;
	margin: 0;
	text-decoration: none;
	border: none !important;
	box-shadow: none !important;
}
	.mv-create-jtr-wrapper a.mv-create-jtr:hover {
		color: #ffffff;
		background-color: #098691;
	}
	.mv-create-jtr .mv-create-jtr-caret {
	    margin-right: 5px;
	    padding-top: 6px;
	    fill: #078089;
	    display: none !important;
	}

/* ! Mobile */

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

@media ( max-width : 400px ) {
	.wp-block-mv-recipe {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
	.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 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.mv-create-footer, .mv-create-footer .mv-create-categories {
		text-align: center
	}
}


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

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-header {
	background-image: none;
	background-color: transparent;
	margin: 0
}
.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 {
	border-radius: 50%;
}
.mv-create-print-view .recipe-ps {
	display: none !important;
	visibility: hidden;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper p, .mv-create-print-view.mv-create-card .mv-create-wrapper li {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
}
.mv-create-print-view.mv-create-card * {
	color: #000 !important;
}
