/*! 
Theme Name: Healthy Family Project
Theme URL: httpw://www.produceforkids.com
Description: Custom responsive blog theme for Produce for Kids.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/

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

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

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

/*! MAIN CONTAINER */

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

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

@media ( min-width : 801px ) {
	.span_content {
		margin-left: 0;
		width: 68%;
		width: -moz-calc(100% - 300px - 5%);
		width: -webkit-calc(100% - 300px - 5%);
		width: calc(100% - 300px - 5%);
		max-width: 685px;
		float: left;
		display: inline-block;
	}
	
	.span_content_full {
		width: 100%;
		max-width: 100%;
		margin: 0 auto !important;
		float: none !important;
		display: block;
	}
	
	.span_sidebar {
		width: 300px;
		float: right;
		clear: right;
		display: block;
	}
	
}

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

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

.white-wrap {
	background-color: #fff;
}
.wood-wrap {
	background-image: url(../jpg/wood.jpg);
	background-size: 1200px auto;
}

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-family: "uniform_rndbold", Arial, Helvetica, Geneva, sans-serif;
	color: #343434;
	font-size: 13px;
	font-weight: bold;
	background-color: #ffffff;
	padding: 5px 10px;
}
 
#skip a:focus {
	position:absolute;
	top: 13px;
	left: 13px;
	width:auto;
	height:auto;
}
.screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

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

@font-face {
	font-display:swap;
    font-family: 'uniform_rndbold';
    src: url('../woff2/uniformrnd-bold-webfont.woff2') format('woff2'),
         url('../woff/uniformrnd-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
	font-family: "Lato", Arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
	color: #343434;
	margin: 0;
	padding: 0;
	background-image:url(../jpg/wood.jpg);
	background-size: 1200px auto;
}

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: #01764C;
	text-decoration: none;
}

a:hover {
	color: #3BA144;
	text-decoration: none;
}

	.post-content a {
		font-weight: bold;
		color: #343434;
		box-shadow: inset 0 -2px 0 #01764C;
		border-bottom: 1px solid #01764C;
	}
		.post-content a:hover {
			box-shadow: inset 0 -10px 0 #3BA144;
		border-bottom: 1px solid #3BA144;
		}
p {
	margin: 25px 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "uniform_rndbold", "Lato", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 25px 0;
	color: #343434;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}
	.post-content h2, .page_content h2 {
		
	}

h3 {
	font-size: 21px;
}
	h3.widget-title {
		text-transform: uppercase;
		letter-spacing: .2em;
		color: #757575;
	}
		h3.widget-title em {
			
		}
	.post-content h3, .page_content h3 {
		
	}
	h3.divider {
		
	}


h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

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

hr {
	border: 0;
	height: 0;
	border-top: 2px solid #ebebeb;
	border-bottom: none;
}

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


.top-bar {
	background-color: #f2f2f2;
	text-align: right;
	line-height: 47px;
	height: 60px;
	padding: 2px;
	margin: 0;
}
	.top-bar .social {
		float: right;
		width: 280px;
	}
		.top-bar .social a {
			padding: 0;
		}
	.top-bar .top-nav {
		float: left;
		width: -moz-calc(100% - 280px);
		width: -webkit-calc(100% - 280px);
		width: calc(100% - 280px);
		text-align: left;
	}
.header {
	clear: both;
	padding: 2px;
	background-color: #ffffff;
	border-bottom: 2px solid #ebebeb
}
	body.home .header {
		border-bottom: none;
		padding-bottom: 2px;
	}


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

}

.header-search {
	float: right;
	text-align: right;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 34px;
}


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

.span_content {
	
}

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

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

.span_content ol {
	counter-reset:li;
}

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

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

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

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

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;
}

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

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

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

h3.widget-title {
	text-align: center;
}

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

.widget a {
	text-decoration: none;
}

.widget p {
}

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

.sidebar select {
	color: #757575;
	font-size: 13px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	line-height: 35px;
	height: 35px;
	padding: 0 8px;
	width: 100%;
	border: 1px solid #ebebeb;
}

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

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

.sidebar .about p {
	margin: 20px 0 25px
}
.sidebar .about p.simple-image {
	margin: 0 0 15px;
}
	.sidebar .about p.simple-image img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 25px;
	}
.about p.more a {
	color: #01764C;
	display: inline-block;
	width: auto;
	font-family: "uniform_rndbold", "lato", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 13px;
	text-decoration: none;
}
	.about p.more a:hover {
		color: #3BA144;
	}

.social a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal !important;
	padding: 0;
	margin: 0 -3px;
	color: #999999
}
	.social a.social-youtube {
		color: #f15723
	}
	.social a.social-pinterest {
		color: #e2362d
	}
	.social a.social-facebook {
		color: #415ca3
	}
	.social a.social-twitter {
		color: #4fbed9
	}
	.social a.social-instagram {
		color: #3BA144
	}
	
	.top-bar .social a {
		margin: 0 -3px;
		font-size: 70%;
	}	
	.sidebar .social a {

	}
	.social a:hover {
		color: #757575 !important;
		
	}


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


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

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

.sidebar .item a {
	display: block;
}

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

.sidebar .item h4 {
	
}

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

.sidebar .featured .item, .sidebar .category-posts .item {
	width: 47%;
	margin: 0 6% 6% 0;
	float: left;
}
	.sidebar .featured .item:nth-of-type(2n), .sidebar .category-posts .item:nth-of-type(2n) {
		 margin-right: 0;
	}
	
	.sidebar .featured .item:nth-last-child(-n+2), .sidebar .category-posts .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	
.sidebar .featured h4, .sidebar .category-posts .item h4 {
	font-size: 16px;
	margin: 10px 0 0;
}

/*!Recent Posts Widget*/

.sidebar .recentposts {
	
}

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

.sidebar .recent .item {
	width: 30%;
	margin: 0 5% 5% 0;
	float: left;
}

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

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

.sidebar .recent h4.title {
	
}

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



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

.post {
	margin-bottom: 0px;
}
.home-post {
	margin-bottom: 60px
}

.post-content {
	background-color: #ffffff;
	padding-bottom: 3%;
	padding-top: 1px;
}
	.transparent-content {
		background-color: transparent;
		padding: 0;
	}
	.page-content {
		padding-bottom: 2%
	}
	.post-content-after-recipe {
		padding: 0;
		background-color: transparent;
	}
	.post-content img:first-child {
		margin-top: -1px;
	}
	.post-content p, .post-content ul, .post-content ol, .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content iframe, .post-content .wp-block-columns, .post-content hr  {
		margin-left: 5%;
		margin-right: 5%;
	}
		.post-content iframe {
			margin: 0;
			max-width: 100% !important;
		}
	.post-content img, .post-content img {
		margin-left: 0;
		margin-right: 0;
	}
	
h1.post-title, h2.post-title {
	margin: 5px 0 10px;
}

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

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

.post-content>p:first-of-type, .excerpt>p:first-of-type {
	
}
.post-meta {
	font-family: "uniform_rndbold", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #757575;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	overflow: hidden;
	margin: 0 0 20px;
}
	.meta-top {
		margin: 0 0 5px
	}
	.post-date {
		color: #96005e;
		margin: 0
	}
		.post-date a {
			color: #96005e !important
		}
.post-meta em {
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "Lato";
	font-size: 13px;
}

.post-meta a {
	color: #757575;
	text-decoration: none;
}
.post-meta .nobreak {
	display: inline-block;
}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	color: #01764C;
	text-decoration: underline;
}

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

.post-meta .post-cats {
	margin: 0 0 50px;
}
#menu-blog-sidebar li {
	display: inline-block
}
.post-cats a, .subcats a, #menu-blog-sidebar li a {
	color: #ffffff;
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: bold;
	background-color: #01764C;
	border: none;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	cursor: pointer;
	padding: 4px 14px 5px;
	text-decoration: none;
	display: inline-block;
	
}
	
	.post-cats a, #menu-blog-sidebar li a {
		font-size: 12px;
		padding: 6px 18px 6px;
		margin: 3px
	}
	.post-cats a:hover, .subcats a:hover, #menu-blog-sidebar li a:hover {
		background-color: #3BA144 !important;
		color: #ffffff !important;
		text-decoration: none;
	}


.meta-bottom {
	clear: both;
	margin: 25px 0 15px;
	overflow: hidden;
	text-align: center;
}
.meta-bottom i {
	color: #96005e;
}
.meta-bottom p {
	margin: 10px 0;
}


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

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

a.more-link {
	color: #ffffff;
	background-color: #01764C;
	display: inline-block;
	width: auto;
	font-family: "uniform_rndbold", "lato", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 11px;
	text-decoration: none;
	padding: 8px 20px 7px;
}
	a.more-link i {
		margin-left: 5px;
	}

	a.more-link:hover {
		color: #ffffff;
		background-color: #3BA144
	}
	.home-section a.more-link {
		font-size: 13px;
		padding: 11px 25px 10px;
	}


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

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

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

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

.wp-caption p, .wp-block-image figcaption {
	color: #757575;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	padding-right: 0px;
}
.wp-block-image {
	text-align: center;
}
	.wp-block-image img {
		margin: 0 auto;
	}
/*! Gutenberg Blocks */

hr.wp-block-separator {
	margin: 35px auto;
	width: 20%;
}
hr.wp-block-separator.is-style-wide, .post-content hr {
	width: 90%;
	margin: 35px 5%;
}

.wp-block-buttons {
	margin: 25px 5%;
}
	.wp-block-buttons a {
		background-color: #96005e;
		border: none !important;
		color: #ffffff;
		font-size: 14px;
		font-family: "uniform_rndbold", "Lato", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
blockquote, .wp-block-quote {
	background-color: #eaccdf;
	margin: 45px 11%;
	padding: 30px 35px 35px;
}
blockquote p, .wp-block-quote p {
	margin: 0;
}
.wp-block-quote.tip strong {
	display: block;
	font-size: 26px;
	color: #96005e;
	font-family: "uniform_rndbold", Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}
.wp-block-quote.tip strong:before {
		display: inline-block;
		vertical-align: middle;
		margin: 5px 5px 0 -55px;
		content: "\f05a";
		font-family: "Font Awesome 5 Pro";
		color: #757575;
		font-weight: bold;
		font-size: 42px;
		line-height: .8;
		float: left;
		color: #96005e
	}
	
.wp-block-group.has-background {
	margin: 25px 5%;
	padding: 15px 0;
}
.schema-faq-question {
	margin: 25px 5%;
	display: block
}

/*! Inner Post */

.share #dpsp-content-bottom, .share .dpsp-networks-btns-wrapper {
	text-align: center;
	margin-top: 50px;
}
	.share #dpsp-content-bottom ul li {
		display: inline-block;
		float: none;
	}
	
	.share .dpsp-networks-btns-wrapper li {
	    float: none;
	    display: inline-block;
	    margin: 0 4px !important;
    }
.share {
	margin-top: 50px;
	clear: both;
}
	.share-top {
		margin: 0;
		text-align: left
	}
	.share-top .dpsp-networks-btns-wrapper {
		text-align: left
	}


.disclosure, small {
	color: #343434;
	font-style: italic;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	font-family: "Lato";
	margin: 10px 0 0px;
	font-size: 12px;
	background-color: #FFFFFF;
	opacity: 0.5;
	padding: 2px;
	text-align: center;
}

	.disclosure p {
		margin: 15px 0;
	}
	.disclosure strong {
		font-style: normal;
		font-size: 13px;
	}
	.disclosure a {
		text-decoration: underline;
		color: #343434;
		border: none;
	}
	.disclosure-top {
		text-align: left;
		margin: 0 0 25px;
	}

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

	
.inner-post .subscribe {
	padding: 8% !important;
	margin: 0
}
	.inner-post .subscribe h3.widget-title {
		font-size: 40px;
		margin: 0 0 8px;
	}


.author-box {
	text-align: center;
	margin: 50px 0 80px;
}

.author-box .avatar {
	margin: 0 auto;
	border-radius: 50%;
	width: 150px;
	height: auto;
}

.author-box h3 {
	margin: 20px 0 5px;
	color: #757575;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .2em;
}

.author-box h4 {
	margin: 0;
	font-size: 30px;
}

.author-box p {
	margin: 15px auto 15px; 
	font-size: 90%;
	max-width: 500px;
}

.author-box .more a {
	font-family: "uniform_rndbold", "Lato", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 13px;
}

.catdesc {
	overflow: hidden;
	margin-top: -25px;
}
.catdesc p {
	margin: 25px 0;
}
	.catdesc a {
		text-decoration: underline
	}
.catdesc .avatar {
	float: right;
	width: 25%;
	height: auto;
	border-radius: 50%;
}

/*!Next/prev Posts*/

.post-nav {
	line-height: 1.4;
	text-decoration: none;
	margin: 0px 0 100px;
	padding: 20px 2px 20px;
	overflow: hidden;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 300;
	font-family: "uniform_rndbold", Arial, Helvetica, sans-serif;
}

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

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

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

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

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

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

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



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


.homepage-subscribe {
	
}
.homepage-subscribe .wrap {
		
	}
	.homepage-subscribe .subscribe {
		padding: 25px 50px 25px;
		margin: 0 auto;
		overflow: hidden;
	}
	body.home .homepage-subscribe .subscribe {
		
	}
/*!Homepage Category Sections*/

.home-sections {
	overflow: hidden;
	clear: both;
}


.home-section {
	margin: 40px 0 70px;
	overflow: hidden;
	clear: both;
}

	.home-section:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}

.home-section h3.widget-title {
	text-align: center;
	
}
		
.home-section .item {
	overflow: hidden;
	text-align: center;
	width: 22.75%;
	margin: 0 3% 2% 0;
	float: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.home-section .item:nth-child(4n) {
		margin-right: 0;
	}
		

.home-section .item img {
	display: block;
	width: 100%;
	height: auto;
}
	.home-section.fivecolumns .item img {
		border-radius: 50%;
	}
.home-section .item h4 {
	margin: 12px 0 15px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.home-section.fivecolumns .item h4 {
		display: none
	}
.home-section a {
	text-decoration: none;
}

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

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

.home-section.fivecolumns p {
	margin: 0
}
	.home-section.fivecolumns p.more {
		margin: 10px 0 0;
		font-size: 18px;
	}

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

.home-section .more a.more-link {

	
}
	
.home-section .more a.more-link em {
	display: none
}
	.home-section .more a.more-link:hover {
		
	}

.home-section.podcast .wrap {
	position: relative;
}

.home-section.podcast h3.widget-title {
	text-align: left;
	margin-top: 45px;
}
	/*.home-section.podcast h3.widget-title:before {
		content: "";
		width: 120px;
		height: 114px;
		display: block;
		background: url(images/podcast.png) no-repeat;
		background-size: 100% auto;
		position: absolute;
		left: -35px;
		top: -40px;
	}*/
	.home-section.podcast h3.widget-title:before {
		content: "\f2ce";
		font-family: 'Font Awesome 5 Pro';
		font-weight: normal;
		display: inline-block;
	}
.podcast .listen {
	display: inline-block;
	float: right;
	font-size: 13px;
	color: #757575;
	margin-top: -47px;
}
	.sidebar .listen {
		color: #757575;
	}
	.podcast .listen p {
		margin: 0;
	}
	.podcast .listen a, .sidebar .listen a {
		color: #757575;
		text-decoration: underline;
		display: inline-block;
		margin: 0 4px;
	}
		.podcast .listen a:hover, .sidebar .listen a:hover {
			color: #3BA144;
		}
	.podcast .listen strong, .sidebar .listen strong {
		font-weight: normal;
		letter-spacing: .1em;
		font-family: "uniform_rndbold", "lato", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}

.home-section.instagram {
	padding-top: 50px;
	padding-bottom: 50px;
}

#sbi_images {
	background-color: transparent !important;
	margin: 0 !important;
	float: none
}
#sbi_load a {
	color: #ffffff;
	background-color: #01764C;
	display: inline-block;
	width: auto;
	font-family: "uniform_rndbold", "lato", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .1em !important;
	font-size: 13px;
	line-height: 1.6 !important;
	text-decoration: none;
	padding: 12px 25px 11px !important;
	border-radius: 0 !important;
}

.home-section.home-footer {
	margin: 0;
}
.home-section.home-footer.white-wrap {
	padding-top: 40px;
	padding-bottom: 60px;
}

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

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


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


.teaser-post a {
	text-decoration: none;
	display: block;
}
	.teaser-post a:hover {
		
	}
.teaser-post h2.post-title {
	margin: 20px 15px 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
	.teaser-post a:hover h2.post-title {
		color: #01764C;
	}
.teaser-post .post-date {
	margin: 17px 0 5px;
}

.teaser-post p {
	margin: 20px 15px
}

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

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

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

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

.archive-post {
	margin-right: 5%;
	margin-bottom: 25px;
	width: 30%;
	float: left;
	text-align: center;
}

.archive-post:nth-child(3n) {
	margin-right: 0;
}

.archive-post:nth-child(3n+1) {
	clear: both;
}

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

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

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

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

.archive-post h4 {
	color: #343434;
	font-size: 18px;
	margin: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

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

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

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

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

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

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

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

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

.archiveslist a:hover {
	color: #01764C;
}

.archiveslist a:active {
	color: #272727;
}

.archiveslist>li {
	
}

.archiveslist ul {

}

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

.subcats {
	margin-bottom: 40px;
}

.categories h4 {
	margin: 0;
	font-size: 16px;
	color: #757575;
	line-height: 1;
	display: inline
}

.categories ul {
	overflow: hidden;
	display: inline;
	margin: 0px 0 0px !important;
	padding: 0 !important;
}

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

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

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

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

ul.subcategories ul li a, .widget.categories a {
	margin: 4px
}

	ul.subcategories ul li a a:hover, .widget.categories a:hover {
		
	}

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

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

/*!---------Shop Archives---------*/
.shop {
	margin-left: 5%;
	margin-right: 5%;
	overflow: hidden;
}

h3.shop-divider {
	border-top: 2px solid #ebebeb;
	padding-top: 25px;
}

.shop-post {
	margin-right: 2%;
	margin-bottom: 25px;
	width: 23.5%;
	float: left;
	text-align: center;
}

	.shop-post:nth-child(4n) {
		margin-right: 0;
	}
	
	.shop-post:nth-child(4n+1) {
		clear: both;
	}

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

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

.shop-post h4 {
	color: #343434;
	font-size: 18px;
	margin: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

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


/*!---------PAGE SPECIFIC STYLES---------*/

.produce-tips {
	overflow: hidden;
	margin: 0 5% 5%;
}
.produce-tips .item {
	width: 18%;
	margin: 0 2.5% 2.5% 0;
	float: left;
	text-align: center;
}

	.produce-tips .item:nth-child(5n) {
		margin-right: 0;
	}
	
	.produce-tips .item:nth-child(5n+1) {
		clear: both;
	}
	.produce-tips .item img {
		width: 100%;
		height: auto;
		display: block;
	}
.produce-tips .item h2 {
	font-size: 21px;
}

.recipe-cats {
	margin-bottom: -30px;
}

/*!Breadcrumbs*/

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

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

#submit, .submitbutton, #commentform #submit, a.smbutton, .fscf-button-submit {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1.2;
	font-weight: bold;
	background-color: #01764C;
	border: none;
	font-family: "uniform_rndbold", "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	cursor: pointer;
	margin-top: 5px;
	padding: 16px 25px 15px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.smbutton {
	font-size: 11px;
	padding: 8px 12px;
}


	#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .fscf-button-submit:hover {
		background-color: #96005e;
		color: #ffffff;
	}

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

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

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

#commentform #submit {
	width: auto;
}

.fscf-div-form {
	margin: 0 5%;
}
	.fscf-required-indicator { 
		text-align:left;
		color: #e2362d;
		 }
	.fscf-required-text      { 
		text-align:left;
		color: #e2362d;
		font-size: 14px;
		 }

.fscf-div-clear {
	overflow: hidden;
	margin-bottom: 15px;
}

.fscf-div-field input  {
	
}

.fscf-button-submit {
	clear: both;
	margin-top: 20px;
}


.search-form {
	width: 100%;
	max-width: 350px;
	border: none;
	background-color: #ffffff;
	border: 2px solid #ebebeb;
	overflow: hidden;
}
	.header-search .search-form {
		width: 280px
	}
.span_content .search-form {
	max-width: 100%;
}
	
.search-form .search-field {
	color: #757575;
	font-size: 17px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 40px;
	height: 50px;
	background-color: #fff;
	padding: 0 15px;
	border: none;
	vertical-align: middle;
	float: left;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}
	.header-search .search-form .search-field {	
		
	}
	.span_content .search-form .search-field {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	
	
.search-form .search-submit {
	background-color: #ffffff;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
	font-size: 21px;
	color: #757575;
	background-color: transparent;
	line-height: 50px;
	height: 50px;
	border-style: none;
	vertical-align: middle;
	text-align: center;
	margin: -1px 0 0;
	float: right;
	cursor: pointer;
	width: 40px;
}
	.search-form .search-submit i {
		
	}
	.header-search .search-form .search-submit {
		
	}
	.span_content .search-form .search-submit {
		
	}
.search-form .search-submit:hover {
	color: #96005e;
}


/*Subscribe Forms*/

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

.subscribe p {
	margin: 0;
	color: #757575;
	line-height: 1.5;
	font-size: 90%;
}
	.sidebar .subscribe p {
		
	}
	.inner-post .subscribe p {
		font-size: 18px;
	}
.homepage-subscribe .subscribe h3.widget-title {
	display: inline-block;
	float: left;
	width: 390px;
	font-size: 19px;
	text-align: left;
	margin: 0;
	padding: 10px 0;
}
	.sidebar .subscribe h3.widget-title {
		margin: 0 0 8px;
	}
		
.subscribe .email-form {
	clear: none;
	margin: 0;
	overflow: hidden;
	background-color: transparent;
	position: relative;
	text-align: left;
}
	.homepage-subscribe .subscribe .email-form {
		display: inline-block;
		float: left;
		width: -moz-calc(100% - 390px);
		width: -webkit-calc(100% - 390px);
		width: calc(100% - 390px);
		vertical-align: middle;
		white-space: nowrap;
	}
	.sidebar .subscribe .email-form {
		margin-top: 25px;
		margin-bottom: 0px;
		background-color: transparent;
		border-radius: 0;
		border: none;
	}
	.inner-post .subscribe .email-form {
		margin-top: 25px;
	}
	
.subscribe .email-input {
	border: none;
	border: 2px solid #ebebeb;
	background-color: #ffffff;
	color: #434f57;
	font-style: italic;
	font-size: 18px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	width: -moz-calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	width: calc(100% - 240px);
	height: 60px;
	line-height: 60px;
	margin: 0 10px 0 0;
	padding: 0 20px;
}
	.sidebar .subscribe .email-input {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.inner-post .subscribe .email-input {
		
	}
	
.subscribe .email-submit {
	border: none;
	width: 100%;
	font-family: "uniform_rndbold", "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #96005e;
	border: none;
	float: right;
	display: inline-block;
	width: 230px;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
}
	.subscribe .email-submit i {
		position: relative;
		font-size: 22px;
		line-height: 1;
		vertical-align: middle;
		margin-top: -2px;
	}
	.sidebar .subscribe .email-submit {
		width: 100%;
		float: none;
	}
	.inner-post .subscribe .email-submit {
		
	}


	.subscribe .email-submit:hover, .subscribe .email-submit:focus {
		background-color: #01764C;	
		outline:none;
		box-shadow: none;
	}

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

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

.email-input:focus, input:focus, textarea:focus {
	border: 2px solid #3BA144;
	outline:none;
	box-shadow: none;
}
.search-input:focus, .search-field:focus, .search-submit:focus {
	background-color: #ebebeb;
}

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

	
.footer {
	position: relative;
	clear: both;
	border-top: 1px solid #ebebeb;
	padding: 50px 20px;
}

.footer a {
	text-decoration: none;
	color: #757575;
}
	.footer a:hover {
		 color: #01764C;
	}
	
.footer a.top {
		display: block;
		color: #ffffff !important;
		background-color: #96005e;
		width: 65px;
		height: 65px;
		border-radius: 50%;
		font-size: 36px;
		line-height: 62px;
		padding: 1px 0 0 0px;
		text-align: center;
		letter-spacing: normal;
		position: absolute;
		right: 25px;
		top: -32px;
	}
		.footer a.top:hover {
			background-color: #3BA144;	
		}
		
.footer .footer-widget {
	display: inline-block;
	float: left;
	width: auto;
	margin: 0;
	font-size: 15px;
}
.footer .widget_nav_menu {
	color: #757575;
	font-size: 12px;
	font-family: "uniform_rndbold";
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.4;
	float: right;
	width: 13%;
	margin-left: 4%
}
	.footer .widget_nav_menu li {
		margin: 0 0 12px
	}
.footer .footer-widget h3 {
	text-align: left;
	font-size: 15px;
	color: #343434;
	margin: 0 0 15px;
}
.footer .social a {
	padding: 0;
}
.footer .subscribe {
	width: 28%;
}
	.footer .subscribe p {
		font-weight: normal;
	}
	.footer .subscribe .email-form {
		border: 1px solid #ebebeb;
		width: 100%;
		margin: 10px 0 20px;
	}
	.footer .subscribe .email-input {
		border: none;
		height: 38px;
		line-height: 38px;
		width: -moz-calc(100% - 38px);
		width: -webkit-calc(100% - 38px);
		width: calc(100% - 38px);
		font-size: 16px;
		margin: 0;
	}
	.footer .subscribe .email-submit {
		border: none;
		height: 38px;
		line-height: 38px;
		width: 38px;
		color: #999999;
		background-color: transparent;
	}
		.footer .subscribe .email-submit span {
			display: none
		}
	
.sub-footer {
	padding: 30px 0 30px;
	color: #696969;
	background-color: #ebebeb;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.4;
	font-family: "uniform_rndbold";
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 500;
	text-align: left;
}
	.sub-footer .wrap {
		max-width: 100%;
	}
.sub-footer a {
	text-decoration: none;
	color: #696969;
}

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

.footer-nav {
	width: 80%;
	float: left;
}
	.footer-nav li {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0;
	}	
	.footer-nav li.top a {
		color: #01764C;
		font-weight: bold;
	}
.copyright {
	width: 20%;
	float: right;
	text-align: right;
}

.copyright p {
	margin: 0;
}

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

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

.copyright a:hover {
	color: #01764C;
}


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


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

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

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

#respond {
	margin-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: 90%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}
	#comment-list:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: 2px solid #ebebeb;
		margin: 55px 0;
	}
#comment-list li {
	margin: 30px 0;
	padding: 25px;
	background-color: #ffffff;
	border: 2px solid #ebebeb;
	list-style-type: none;
}

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

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

#comment-list li.bypostauthor>div.comment {
	background-color: #f2f2f2;
	padding: 20px;
}

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

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

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

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

.comment-meta a {
	
}

.comment-meta strong {
	font-weight: bold;
	font-size: 17px;
	text-transform: none;
	letter-spacing: 0;
	color: #96005e;
}

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

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

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

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

#commentform label {
	
}

#commentform p {
	margin-bottom: 5px
}

.wp-smiley {
	vertical-align: middle
}

/*!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: #272727;
	font-size: 11px;
	font-weight: bold
}

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

.pagination {
	font-family: "uniform_rndbold", Arial, Impact, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	clear: both;
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	color: #757575;
}
	.comment-nav .pagination {
		text-align: left;
		margin: 0 0 35px;
	}
.pagination .page-numbers{
	color: #757575;
	padding: 4px 10px 3px;
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #ebebeb;
	background-color: #ffffff;
	border-radius: 10px;
}

.pagination span.page-numbers.current, .pagination a.active {
	color: #ffffff;
	background-color: #01764C;
	font-weight: bold;
}

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


.pagination .nav-links {
	display: block;
}

.comment-nav p {
	margin: 0;
	font-size: 14px;
	color: #757575;
}
/*!---------MAIN DROPDOWN MENU---------*/

#top {
	font-family: "uniform_rndbold", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 13px;
	line-height: 54px;
	height: 54px;
	display: block;
}

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

#top li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
	
#top li a {
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
	color: #696969;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

	
#top li a:hover, #top li:hover a {
	color: #01764C;
}
	
/*!Sub Menus Level 1 */

#top ul ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 15px 0;
	background-color: #f2f2f2;
	text-align: left;
	z-index: 2001;
	width: 200px;
	line-height: 1.4;
	font-family: "Lato";
	font-weight: normal;
	font-size: 15px;
	-moz-box-shadow: 1px 4px 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 4px 3px rgba(0,0,0,.25);
	box-shadow: 1px 4px 3px rgba(0,0,0,.25);
}

#top ul ul li {
	float: none;
	width: 200px;
	margin: 0;
}

#top li li a {
	width: 100%;
	padding: 6px 15px;
	border: none;
	color: #696969 !important;
	font-weight: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	#top li li a:hover {
		color: #01764C !important;
	}

#top ul li:hover > ul {
	display: block;
}


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

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

#main {
	clear: both;
	font-family: "uniform_rndbold", "Lato", Arial, Helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .1em;
	font-size: 18px;
	line-height: 50px;
	display: block;
	clear: right;
	float: right;
	width: -moz-calc(100% - 320px);
	width: -webkit-calc(100% - 320px);
	width: calc(100% - 320px);
	margin-right: -13px
}

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

#main li {
	display: inline-block;
	margin: 0 4px;
	padding: 0;
	position: relative;
}
	
#main li a {
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #272727;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

#main li a:hover, #main li:hover a {
	color: #96005e;
}


/*!Sub Menus Level 1 */

#main ul ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 10px 0;
	line-height: 1.4;
	background-color: #01764C;
	text-align: left;
	z-index: 2001;
	width: 200px;
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.25);
	box-shadow: 1px 1px 6px rgba(0,0,0,.25);
}

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

#main li li a {
	display: block;
	width: 200px;
	color: #ffffff !important;
	margin: 0;
	background-color: transparent;
	padding: 7px 18px;
	border: none;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	#main li li.bold a {
		
	}
	
	#main li li>a:hover, #main li li:hover>a {
		border-left: 5px solid #96005e
	}
	
#main ul li:hover > ul {
	display: block;
}


/*! Show indicator for menu items with children */
#main ul li.menu-item-has-children>a:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	float: right;
	display: inline;
	vertical-align: middle;
	margin: 0 -4px 0 4px;
	font-size: 80%;
	display: none;
}

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

#main ul ul li ul {
	background-color: #3BA144 !important;
	left: 200px;
	top: -7px;
	margin: 0;
}
	#main ul ul li ul a {
	color: #ffffff !important;
	}	
#main ul ul li ul:before {
	display: none;
}

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

/*! Create custom recipe card */
.mv-create-card {
	max-width: 100% !important;
	width: 100% !important;
	margin: 160px 0 150px !important;
}

.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none;
	border-top: 10px solid #3BA144 !important;
	padding: 0 5% !important;
}
	.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
		font-size: 16px;
		line-height: 1.7;
	}
	
/*Header*/
.mv-create-card .mv-create-wrapper .mv-create-header {
	background-color: #ffffff;
	padding-left: 0;
	padding-right: 0;
}

.mv-create-card .mv-create-wrapper .mv-create-image {
    border: none;
}
	
.mv-create-card .mv-create-wrapper .mv-create-description p {
	font-size: 20px;
}


.mv-create-card .mv-create-wrapper h2.mv-create-title-primary {
	line-height: 1.1;
	margin: 25px 0 10px;
	font-size: 38px;
}

.mv-create-card .mv-create-wrapper h3.mv-create-title-secondary {
	font-size: 26px;
	color: #343434;
	text-transform: none;
	letter-spacing: normal;
	margin: 20px 0 5px
}
	.mv-create-card .mv-create-wrapper .mv-create-instructions h2.mv-create-title-secondary, .mv-create-card .mv-create-wrapper .mv-create-notes h2.mv-create-title-secondary {
		margin-top: 30px;
	}
	

/*Times & Meta*/
.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 30px 0 0;
	opacity: 1.0;
	line-height: 1.4;
	color: #757575;
	text-align: left;
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.mv-create-card .mv-create-wrapper .mv-create-times * {
	opacity: 1.0 !important
}
.mv-create-card .mv-create-times .mv-create-time {
	width: 33%;
	float: left;
	padding: 25px 5px 25px 20px !important;
}
	.mv-create-card .mv-create-times .mv-create-time:before {
		display: inline-block;
		vertical-align: middle;
		margin: 0 14px 0 0;
		content: "\f017";
		font-family: "Font Awesome 5 Pro";
		color: #757575;
		font-weight: bold;
		font-size: 42px;
		line-height: .8;
		float: left;
		color: #f2972e
	}
	.mv-create-card .mv-create-times .mv-create-time:nth-child(1) {
		padding-left: 5px !important;
	}
	.mv-create-card .mv-create-times .mv-create-time:nth-child(2) {
		border-left: 1px solid #ebebeb !important;
		border-right: 1px solid #ebebeb !important;
	}
	.mv-create-card .mv-create-times .mv-create-time:nth-child(4), .mv-create-card .mv-create-times .mv-create-time:nth-child(5) {
		display: none !important;
	}
	
	.mv-create-card .mv-create-times .mv-create-time:nth-child(1):before {
		content: "\f2e7";
		color: #96005e
	}
	.mv-create-card .mv-create-times .mv-create-time:nth-child(2):before {
		content: "\f86b";
		color: #e2362d;
	}
.mv-create-card .mv-create-wrapper .mv-create-time-format {
	font-size: 14px;
	display: block;
}

.mv-create-card .mv-create-wrapper .mv-create-time-label {
	font-style: normal;
	text-transform: uppercase;
	font-family: "uniform_rndbold", "Lato", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: .1em;
	display: block;
}

/*Ingredients & Instructions*/
.mv-create-card .mv-create-wrapper .mv-create-ingredients {
	width: 32%;
	float: left;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-instructions {
	width: 63%;
	float: right;
	clear: none;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients h3 {
	
}
.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 {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
}
	
	.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li:before {
	   display: none
	}

.span_content .mv-create-card .mv-create-wrapper .mv-create-instructions ol {
	counter-reset:li;
	margin: 0;
}

.span_content .mv-create-wrapper .mv-create-instructions ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 0;
	list-style-type: none;
	position: relative;
}
.span_content .mv-create-wrapper .mv-create-instructions ol>li:before {
	content:counter(li);
	counter-increment: li;
	position: relative;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #01764C;
	margin: 0 7px 0 0;
	left: 0;
	transform: none;
	top: 6px;
	line-height: .9;
	font-size: 48px;
	font-family: "uniform_rndbold", "Lato", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	float: left;
	display: block !important;
}

/*Ratings*/
.mv-create-card .mv-create-wrapper .mv-create-reviews {
	color: #757575;
	font-size: 12px;
	font-family: "uniform_rndbold", "Lato", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0
}
.mv-create-card .mv-create-wrapper .mv-reviews-stars {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px
}
.mv-create-card .mv-create-wrapper .mv-reviews-reviewcount {
	display: inline-block;
	vertical-align: middle
}
@media ( min-width : 801px ) { 
	.mv-review-form {
		min-width: 350px;
	}
}
.mv-review-form .mv-review-form-stars {
   
}
.mv-review-form label {
    text-align: left !important;
    display: block;
	color: #343434 !important;
}
.mv-review-form input, .mv-review-form textarea {
    color: #696969;
	font-size: 16px !important;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 30px !important;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px 15px !important;
	border: 1px solid #ebebeb;
	margin-bottom: 15px !important;
}

.mv-review-form footer {
	font-family: "Lato";
	font-style: italic;
	color: #757575 !important;
	letter-spacing: normal;
	text-transform: none;
}

.mv-review-form button {
    text-decoration: none;
	text-transform: uppercase;
	font-family: "uniform_rndbold", "Lato", Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	font-weight: normal !important;
	font-size: 14px;
	line-height: 1.8;
	margin: 25px auto;
	background-size: 100% auto;
	padding: 10px 15px !important;
	color: #ffffff;
	background-color: #01764C;
	border: none;
	cursor: pointer;
}

/*Notes*/
.mv-create-card .mv-create-wrapper .mv-create-notes {
	clear: both;
	border-top: 1px solid #ebebeb;
	padding: 0;
}
	.mv-create-card .mv-create-wrapper .mv-create-notes:before {
		display: none;
	}
.mv-create-card .mv-create-wrapper .mv-create-notes p {
	font-style: italic;
}

/*Nutrition*/


.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
	margin-top: 30px;
	margin-bottom: -180px !important;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition-box {
	padding: 20px 30px;
	margin: 0;
	clear: both;
	background-color: #eaccdf;
}
	.mv-create-card .mv-create-nutrition .mv-create-nutrition-title {
		display: block;
		font-size: 26px;
		color: #96005e;
		margin: 0 0 10px;
	}
	.mv-create-card .mv-create-nutrition .mv-create-nutrition-title:before {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 0 -50px;
		content: "\f05a";
		font-family: "Font Awesome 5 Pro";
		color: #757575;
		font-weight: bold;
		font-size: 42px;
		line-height: .8;
		float: left;
		color: #96005e
	}

.mv-create-card .mv-create-wrapper .mv-create-nutrition-item {
	font-size: 16px;
	color: #343434;
	opacity: 1.0;
}
	.mv-create-card .mv-create-wrapper .mv-create-nutrition-item:after {
		content: "; ";
		display: inline;
	}
	.mv-create-card .mv-create-wrapper .mv-create-nutrition-item:last-child:after, .mv-create-card .mv-create-wrapper .mv-create-nutrition-serving-size:after {
		display: none
	}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-amount {
	font-size: 16px;
	color: #343434;
	opacity: 1.0;
}
.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 {
	
}

/*Buttons*/
.mv-create-card .mv-create-wrapper button.mv-create-print-form {
	display: block;
}
.mv-create-card .mv-create-wrapper button.mv-create-print-button {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "uniform_rndbold", "Lato", Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	font-weight: normal !important;
	font-size: 14px;
	line-height: 1;
	margin: 25px auto;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #01764C;
	border: none;
	bottom: 0;
}

	.mv-create-card .mv-create-wrapper button.mv-create-print-button:hover {
	 	background-color: #3BA144;
	 	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: #e2362d !important;
	top: 25px !important;
	right: 15px !important;
}
	.mv-create-card .mv-create-wrapper .mv-create-pin-button:hover {
	 	background-color: #96005e !important;
	 	cursor: pointer;	 	
	}
.mv-create-card .mv-create-wrapper .mv-create-pin-button .mv-icon-pinterest:before {
	content: "\f231";
	font-family: "Font Awesome 5 Brands";
	font-size: 90%;
	font-style: normal;
	position: relative;
	top: -8px
}

.mv-create-card .mv-create-wrapper .mv-create-pin-button .mv-icon-pinterest:before {
	
}
.mv-create-pin-button .mv-icon-pinterest {
    background-image: none !important;
}

/*Products*/

.mv-create-products {
	clear: both;
	border-top: 1px solid #ebebeb;
}

.mv-create-products .mv-create-affiliate-disclaimer {
	font-style: italic;
	color: #757575;
	font-size: 14px !important;
	line-height: 1.5 !important;
	margin-bottom: 18px !important;
}

.mv-create-products ul li {
	text-align: center;
}
.mv-create-products ul li a {
	opacity: 1.0 !important;
	font-weight: bold;
	font-family: "uniform_rndbold", "Lato", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #343434;
}
	.mv-create-products ul li a img {
		border: 1px solid #ebebeb;
		margin-bottom: 15px;
	}
.mv-create-products ul li a:hover {
	opacity: 0.6 !important;
}
/*Social Footer*/
.post .mv-create-social {
	background-color: transparent;
	text-align: center;
	display: block !important;
	margin-top: 0px;
}

.post .mv-create-social h3 {
	font-size: 22px;
	margin: 0 0 10px !important; 
}
	.post .mv-create-social h3:before {
		display: inline;
		content: "\f16d";
		font-family: "Font Awesome 5 Brands";
		margin-right: 5px;
	}
.post .mv-create-social p {
	margin: 0; 
}

.post .mv-create-social a {
	text-decoration: underline;
	color: #01764C;
	font-weight: bold;
}

/*Footer*/
.mv-create-footer {
	opacity: 1.0 !important;
	display: none !important;
	
	}
.mv-create-footer-flexbox {
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em !important;
	color: #757575;
}

/*!Jump Button*/
.mv-create-jtr-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0 0 !important;
	float: right;
	width: 100px;
	text-align: center;
	clear: none !important;
}
	.post-content .mv-create-jtr-wrapper {
		display: none
	}
.mv-create-jtr-wrapper a.mv-create-jtr-link {
	color: #757575;
	padding: 5px 8px;
	font-size: 11px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	font-family: "uniform_rndbold", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #757575;
	display: inline-block;
	box-shadow: none;
	border: 1px solid #d1d1d1;
	margin: -2px 0 0 10px;
}
	.mv-create-jtr-wrapper a.mv-create-jtr-link:hover {
		color: #ffffff;
		background-color: #01764C;
		border-color: #01764C;
	}
	.mv-create-jtr-wrapper a.mv-create-jtr-link svg {
		display: none
	}
	.mv-create-jtr-wrapper a.mv-create-jtr-link:before {
		content: "\f063";
		font-family: "Font Awesome 5 Pro";
		font-size: 90%;
	}
	
/*Public Reviews*/

.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 #eaecee !important;
	font-size: 16px;
	padding: 10px 12px;
	font-family: "Lato", sans-serif;
	color: #757575;
	opacity: 1.0;
}

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



#comments {
	background-color: #ffffff;
	padding: 3% 5% !important;
}
	#comments h3 {
		margin: 10px 0 15px !important
	}
.mv-comments-wrap {
	margin: 0 -5% !important;
}
.mv-comments-nav ul {
	margin: 0 0 -16px !important;
	position: relative;
	z-index: 101;
}
.mv-comments-nav ul li {
	color: #757575;
	text-align: center;
	font-family: "uniform_rndbold", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	border: none !important;
	padding: 10px;
	margin: 0 8px 0 0 !important;
}
	.mv-comments-nav ul li.mv-active {
		color: #01764C;
		font-weight: bold;
		border-bottom: 1px solid #ffffff !important;
	}
	.mv-comments-nav ul li:before {
		display: none;
	}

.mv-comments-card {
	margin: 0 !important;
	border: none !important;
	padding: 3% 5% !important;
	background-color: #ffffff;
}
.mv-comments-card-header {
	background-color: #ffffff !important;
	margin: 0 !important;
	padding: 0 0 25px !important;
}
	.mv-comments-card-header h2.mv-comments-card-heading {
		font-size: 21px !important;
		margin: 10px 0 15px;
	}
	h3#comment-title{
		margin-top: 17px;
	}
	.mv-comments-card-header .mv-comments-card-stars {
		font-size: 15px;
		color: #757575;
	}
	.mv-comments-card-header .mv-comments-card-stars-divider {
		color: #ffffff !important;
		background-color: transparent;
	}
	.mv-comments-card-header .mv-comments-card-stars a {
		color: #ffffff;
		background-color: #01764C;
		opacity: 1.0;
		font-family: "uniform_rndbold", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		padding: 3px 10px;
		text-decoration: none;
		font-size: 11px;
	}
	.mv-comments-loadmore button {
		color: #ffffff !important;
		background-color: #01764C !important;
		opacity: 1.0;
		font-family: "uniform_rndbold", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		padding: 3px 10px !important;
		text-decoration: none !important;
		font-size: 10px;
	}
.mv-comments-review {
	border: 2px solid #ebebeb !important;
	padding: 25px !important;
	margin-bottom: 20px;
}
.mv-comments-review, .mv-comments-review * {
	opacity: 1.0 !important;
}
.mv-comments-review .mv-comments-review-author {
	display: inline-block;
	opacity: 1.0 !important;
	color: #96005e;
		font-family: "uniform_rndbold", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}
	.mv-comments-review .mv-comments-review-author:after {
		content: " – ";
		margin: 0 5px;
		color: #757575;
		font-weight: normal;
		font-size: 11px;
	}
.mv-comments-review .mv-comments-review-date {
	color: #757575;
	font-size: 10px;
	line-height: 18px;
	font-family: "Lato", Arial, Helvetica, Geneva, sans-serif;
	display: inline-block;
	opacity: 1.0 !important;
	margin-bottom: 10px;
}

.mv-comments-review .mv-comments-review-stars {
	
	}
.mv-comments-review .mv-review-stars {
	width: 120px !important;
	text-align: left !important;
	vertical-align: middle;
}
	.mv-comments-review .mv-star-ratings {
	    position: relative;
	    width: 120px;
	    margin-right: auto;
	    margin-left: auto;
	    text-align: left;
	    z-index: 1;
	}
.mv-comments-review .mv-comments-review-stars h3 {
	margin: 0 0 7px;
	vertical-align: middle;
}
.mv-comments-review-stars svg {
	width: 120px !important;
	height: auto;
}

/*!Create Lists*/

.mv-list-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none !important;
}
.mv-list-card .mv-list-link {
	text-decoration: none;
	font-family: "proxima_nova";
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 13px;
	line-height: 1;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #01764C;
	border: none;
}

	.mv-list-card .mv-list-link:hover {
	 	cursor: pointer;
	}
	
.mv-list-card .mv-create-print-form {
	display: none
}

.mv-list-card .mv-create-wrapper p {
	font-size: 19px;
	font-weight: normal;
	line-height: 1.8;
	color: #4e5251;
	margin: 25px 0;
}
.mv-list-card .mv-list-item-container {
	border: 2px solid #eaecee !important;
	padding: 25px !important;
}
.mv-list-card h3.mv-list-single-title {
	font-size: 32px;
}


/*Mobile*/

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

@media ( max-width : 600px ) {
	.mv-create-card .mv-create-wrapper .mv-create-ingredients {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 30px;
	}
	.mv-create-card .mv-create-wrapper .mv-create-instructions {
		width: 100%;
		float: none;
		clear: none;
		padding: 0;
	}
	.mv-create-card .mv-create-times { 
		text-align: center
		 
	 }
	.mv-create-card .mv-create-times .mv-create-time {
		width: 33%;
		float: left;
		text-align: center;
		display: block;
		padding: 10px !important;
	}
		.mv-create-card .mv-create-times .mv-create-time-label, .mv-create-card .mv-create-times .mv-create-time-format {
			text-align: center;
		}
		.mv-create-card .mv-create-times .mv-create-time:before {
			display: block;
			margin: 0 auto 10px !important;
			font-size: 32px;
			line-height: .8;
			float: none;
		}
	
}
@media ( max-width : 375px ) {
	.mv-create-card .mv-create-times {
		border: none !important
	}
	.mv-create-card .mv-create-times .mv-create-time {
		width: 100%;
		float: none;
		border: 1px solid #ebebeb !important;
		margin-bottom: 5px !important;
	}
	
}


/*Print View*/
.mv-create-print-view.mv-create-card {
	margin: 0 !important;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none !important;
	padding: 10px 15px !important;
	margin: 0 !important;
	max-width: 8.5in;
}
.mv-create-print-view .mv-create-header {
	padding: 0 !important;
}
.mv-create-print-view .mv-create-header .mv-create-image {
	margin: 0 0 10px 15px;
	top: 0;
	left: 0;
	position: relative;
	float: right;
	width: 150px;
	height: auto;
}
.mv-create-print-view h2.mv-create-title-primary {
	margin: 0 0 10px;
	font-size: 32px !important; 
	max-width: calc(100% - 165px);
}
.mv-create-print-view .mv-create-description{
	max-width: calc(100% - 165px);
}

.mv-create-print-view h3.mv-create-title-secondary {
	margin: 0 0 10px !important;
	font-size: 22px !important;
}

.mv-create-print-view.mv-create-card .mv-create-times .mv-create-time {
	width: 33%;
	float: left;
	padding: 15px 5px 15px 10px !important;
}
	.mv-create-print-view.mv-create-card .mv-create-times .mv-create-time:before {
		display: inline-block;
		vertical-align: middle;
		margin: 0 12px 0 0;
		font-weight: bold;
		font-size: 32px;
		line-height: 1.2;
		float: left;
	}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-instructions ol {
	counter-reset:li;
	margin: 0;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-instructions ol>li {
	padding: 0 0 0px;
	margin: 0 0 20px 0;
	list-style-type: none;
	position: relative;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-instructions ol>li:before {
	content:counter(li);
	counter-increment: li;
	position: relative;
	background-color: transparent;
	width: auto;
	height: auto;
	color: #01764C;
	margin: 0 7px 0 0;
	left: 0;
	transform: none;
	top: 6px;
	line-height: .8;
	font-size: 46px;
	font-family: "uniform_rndbold", "Lato", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	float: left;
	display: block !important;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	margin-top: 10px;
	margin-bottom: 20px !important;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-nutrition-box {
	padding: 20px 30px;
	margin: 0;
	clear: both;
	border: 1px solid #ebebeb;
	background-color: transparent;
}
.mv-create-print-view.mv-create-card .mv-create-nutrition .mv-create-nutrition-title {
		font-size: 20px;
		margin: 0px;
		display: inline-block
	}
	.mv-create-print-view.mv-create-card .mv-create-nutrition .mv-create-nutrition-title:before {
		margin: 0 5px 0 0px;
		font-size: 20px;
		line-height: 1.4;
	}
	
.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;
	opacity: 1.0 !important
}