/* 
Theme Name: Bunsen Burner Bakery
Theme URL: //www.bunsenburnerbakery.com/
Description: Custom responsive blog theme for Bunsen Burner Bakery.
Author: Purr Design
Author URI: //www.purrdesign.com
Version: 1.0
*/

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

:focus {
    outline: 0;
}

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

input[type="submit"], input[type="text"] {
    -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 : 800px ) {

    .span_content {
        margin-left: 0;
        width: 65%;
        max-width: 600px;
        float: left;
        display: inline-block;
    }

    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 35%;
        min-width: 350px;
        max-width: 350px;
        float: right;
        display: inline-block;
    }
}
.wrapper {
    background-color: #fff;
    margin: 0 auto 0;
    padding: 0 20px;
    width: 100%;
    max-width: 1050px;
}

.wrap {
    margin: 0 auto 0;
    padding: 0 20px;
    width: 100%;
    max-width: 1050px;
}
a.nc_tweet { color: #fff !important; }

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

@font-face {
    font-family: 'Uniform';
	font-display:swap;
    src: url('fonts/uniform-medium-webfont.eot');
    src: url('fonts/uniform-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/uniform-medium-webfont.woff2') format('woff2'),
         url('fonts/uniform-medium-webfont.woff') format('woff'),
         url('fonts/uniform-medium-webfont.ttf') format('truetype'),
         url('fonts/uniform-medium-webfont.svg#Uniform') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Uniform Extra Condensed';
	font-display:swap;
    src: url('fonts/uniformextracondensed-regular-webfont.eot');
    src: url('fonts/uniformextracondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/uniformextracondensed-regular-webfont.woff2') format('woff2'),
         url('fonts/uniformextracondensed-regular-webfont.woff') format('woff'),
         url('fonts/uniformextracondensed-regular-webfont.ttf') format('truetype'),
         url('fonts/uniformextracondensed-regular-webfont.svg#Uniform Extra Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Pt Serif", Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.6;
    color: #403f41;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

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

p {
    margin: 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Uniform Extra Condensed", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .01em;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1,
h2,
h5 {
    color: #f99747;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 32px;
}

h3,
h4,
h6 {
    color: #85d0dd;
}

h3 {
    font-size: 32px;
}
	.post>h3:before {
		content: "";
		width: 80px;
		height: 1px;
		display: block;
		border-bottom: 4px solid #f99747;
		margin: 0 0 25px;
	}
h4 {
    font-size: 24px;
}
h5,
h6 {
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.5;
}



strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	display: block;
	margin: 25px auto 45px;
	background: url(images/sep.png) center top no-repeat;
	background-size: auto 100%;
	height: 31px;
}


/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}

.top-bar {
    background-color: #85d0dd;
    height: 38px;
}
	.top-bar .top-search {
		float: right;
		text-align: right;
		width: 150px;
	}
	.top-bar #main {
	    margin:0;
	    width: auto;
	    display: inline-block;
	    width: -moz-calc(100% - 300px);
	    width: -webkit-calc(100% -300px);
	    width: calc(100% - 300px);
	    text-align: left;
	}
	
	

.header {
	text-align: center;
	margin-bottom: 20px;
}

.header .logo {
    text-align: center;
   
}

.header .logo a {
    display: inline-block;
    width: 420px;
    height: 120px;
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
     margin-top: -20px;
}

.header-ad {
	text-align: center;
	overflow: hidden;
	width: 728px;
	margin: 0 auto 15px;
}

/*---------CONTENT---------*/
.span_content {
}

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

.span_content ul, .span_content ol {
    margin: 0;
    padding: 0;
    margin: 20px 0;
}

.span_content ul li {
    list-style-type: none;
    margin: 0 0 3px 40px;
    padding: 0;
}

.span_content ul li:before {
    color: #f99747;
    content: '\2022';/* '' */
    margin: 0 12px 0 -20px;
}

.span_content ol li {
    list-style-type: decimal;
    padding: 0 0 10px;
    margin: 0 0 0 20px;
}


h1.pagetitle, h1.archivetitle {
    margin: 0 0 20px;
}
/*---------SIDEBAR---------*/

.sidebar {
	font-size: 93%;
	line-height: 1.6;
	margin-top: 15px;
}


.midsidebar {
	overflow: hidden;
}
	.leftsidebar {
		width: 46%;
		float: left;
	}
	.rightsidebar {
		width: 46%;
		float: right;
	}
	
.lowersidebar {
	clear: both;
}

.widget {
    margin-bottom: 45px;
}

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

h3.widget-title {
 	margin: 0 0 7px;
}

.widget a {
    text-decoration: none;
}

.widget p {
    margin: 0 0 15px;
}

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


.sidebar select {
    color: #9f9fa0;
    font-size: 12.5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #e2e2e2;
}
.screen-reader-text {
    display: none;
}

.about {
	margin-top: 40px;
}
.about, .boxed, .subscribe {
	border: 1px solid #e2e2e2;
	padding: 25px;
}
.about .more a {
	color: #403f41;
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
}
	.about .more a:hover {
		color: #85d0dd;
	}
.about h3.widget-title:after {
	display: inline-block;
	float: right;
	content: "";
	width: 110px;
	height: 76px;
	background: url(images/beakers.png) no-repeat;
	background-size: 100% auto;
	margin: -50px 0 0;
}
.about .social {
	margin: 15px auto -32px;
	text-align: center;
	display: block;
}
.social a {
    text-decoration: none;
    color: #85d0dd;
    font-size: 32px;
    line-height: 1;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}
.social a:hover {
	color: #f99747;
}


.subscribe {
	text-align: center;
}
.subscribe h3.widget-title {
	margin: 0 0 7px;
}
.subscribe p {
	margin: 0;
}

.email-form {
    clear: both;
    margin-top: 12px;
}

.email-input {
    color: #9f9fa0;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 34px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 0 10px;
    margin: 0 0 15px 0;
    width: 100%;
    height: 36px;
}

.email-submit {
    font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    letter-spacing: .15em;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 32px;
	color: #fff;
	background-color: #85d0dd;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 10px;
    margin: 0;
    height: 36px;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.email-submit:hover {
    background-color: #f99747;
}


/*Featured Posts Widget*/
.featured {
    text-align: center;
    overflow: hidden;
}

.featured .item {
    width: 46%;
    float: left;
    margin: 0 8% 8% 0;
}

.featured .item:nth-of-type(2n) {
    margin-right: 0;
}
	.boxed .item:last-of-type {
	    margin-bottom: 3px;
	}
	.boxed .item:nth-last-child(2) {
	    margin-bottom: 3px;
	}

.featured img {
    width: 100%;
    height: auto;
    display: block;
}
.featured img a {
	display: block;
}

.featured h4 {
    margin: 10px 0;
	font: 10px "Uniform", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .08em;
}
	.footer .featured h4 {
		color: #fff;
		margin-bottom: 0;
	}
.featured .post-meta {
    display: none;
}

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

/*Popular Posts Widget*/
.popular {
    text-align: center;
    overflow: hidden;
}

.sidebar .popular .item {
    width: 46%;
    float: left;
    margin: 0 8% 8% 0;
}

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

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

.popular h4 {
    margin: 10px 0;
    font-size: 14px;
}
	
.popular .post-meta {
    display: none;
}

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


/*Category Posts Widget*/
.category-posts {
    text-align: center;
    overflow: hidden;
}

.category-posts .item {
    width: 46%;
    margin: 0 8% 8% 0;
    float: left;
}

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

.category-posts .item img {
    width: 100%;
    height: auto;
    display: block;
}

.category-posts h4,
.category-posts .post-meta {
    display: none;
}

.category-posts h4 a {
    color: #363636;
}

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

/*Recent Posts Widget*/
.recent {
    overflow: hidden;
}

.recent .item {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
}

.recent img {
    margin-right: 5%;
    width: 30%;
    height: auto;
    float: left;
    display: block;
}

.recent a img {
    display: block;
}

.recent .item:last-of-type {
    margin-bottom: 0;
}

.recent .item h4 {
    margin: 4px 0;
}
	.recent .item a h4 {
		 color: #f99747;
	}

.recent a:hover {
   opacity:0.7;
   filter:alpha(opacity=70); /* For IE8 and earlier */
   
}

.recent .post-date {
  top: 0;
  margin: 8px 0 0;
  font-size: 9px;
  padding: 2px 8px;
}


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

.post {
    margin-bottom: 50px;
}

.post-title {
	margin: 15px 0 25px;
	text-align: center;
	border: 1px solid #e2e2e2;
	padding: 0 18px 18px;
}

.post-title h1, .post-title h2 {
    margin: -7px 0 2px;
    color: #f99747;
}

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

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

.post .edit {
    text-transform: lowercase;
    letter-spacing: 0;
}

.post-date {
	background-color: #85d0dd;
	color: #fff;
	font-size: 10px;
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	display: inline-block;
	padding: 2px 10px;
	text-decoration: none;
	margin: 0;
	position: relative;
	top: -14px;
}

.breadcrumbs a, .breadcrumbs > span {  
    color: #F00;  
    font-size: 14px;  
   }  
.breadcrumbs strong {  
    color: #007FFF;  
}
	
.post-meta, #breadcrumbs {
    color: #9f9fa0;
    font-size: 10px;
    font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}
	.post-meta a, #breadcrumbs a {
	    color: #9f9fa0;
	    text-decoration: underline;
	}
#breadcrumbs {
	text-align: center;
	font-size: 9px;
}
	#breadcrumbs a {
		text-decoration: underline;
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover, #breadcrumbs a:hover {
    color: #85d0dd;
    text-decoration: none;
}

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

.meta-bottom .left {
    width: 70%;
    float: left;
    display: inline-block;
}

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
    line-height: 36px;
}


a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
    color: #fff !important;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #9f9fa0;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-left: 8px;
    padding: 1px 3px;
    text-decoration: none;
}

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: #403f41;
}

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

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

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

.post blockquote {
	margin: 70px 0 40px;
	padding: 0 35px 15px;
	text-align: center;
	font-size: 115%;
	font-style: italic;
	background-color: #f9f9f9;
        border:2px solid #f99747;
	
}
	.post blockquote:before {
		display: inline-block;
		content: "";
		width: 90px;
		height: 66px;
		background: url(images/beakers.png) no-repeat;
		background-size: 100% auto;
		margin: -30px auto 0;
	}
		.post blockquote h5, .post blockquote h6, .post blockquote h4, .post blockquote h3 {
			font-style: normal;
			margin: 15px 0 5px;
		}
		.post blockquote h5 {
			font-size: 16px;
		}
		
.wp-caption {
    text-align: left;
    max-width: 100% !important;
}

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

.wp-caption .wp-caption-text, .gallery-caption {
    font-family: "Uniform Extra Condensed", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #9f9fa0;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 1.2;
}

/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 30px 0 25px;
    padding: 20px;
    border: 3px solid #f99747;
    overflow: hidden;
}

.recipe h2 {
	margin: 4px 0;
}

.recipe h3 {
    margin: 10px 0 5px;
    font-size: 24px;
}

.recipe h4 {
	font-size: 11px;
	margin: 20px 0 10px;
	color: #9f9fa0;
}


.recipe p, .recipe ol, .recipe ul {
    margin-top: 5px;
    margin-bottom: 12px;
}

.recipe ol li:last-of-type, .recipe ul li:last-of-type, .recipe .notes p:last-of-type, .recipe .source p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.recipe ul li:before {
	color: #85d0dd;
}
.recipe .ingredients {
	margin-bottom: 30px;
}
.recipe .instructions {
	margin-bottom: 30px;
}
.recipe .summary {
    margin: 0 0 25px;
    clear: left;
    font-style: italic;
    font-size: 110%;
    line-height: 1.6;
    color: #6f7475;
}

.recipe .yield {
	top: 0;
	margin: 0;
}
.recipe .time {
    margin: 0 0 20px;
    font-size: 10px;
}
.recipe .time p {
	display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}
.recipe .time strong {
	font-weight: normal;
}
.recipe .notes {
	clear: both;
    font-style: italic;
    border-top: 1px solid #e2e2e2;
    margin-top: 0px;
    padding-top: 25px;
    font-size: 94%;
    line-height: 1.6;
    color: #6f7475;
}
.recipe .notes p {
	display: block;
}
.recipe .source {
    color: #9f9fa0;
    font-size: 80%;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}

.recipe .photo {
    margin: 0 0 10px 15px;
    float: right;
    width: 29%;
}
	.recipe .photo img {
		width: 100% !important;
		height: auto;
	}
	

.recipe .printbutton {
	width: 29%;
    margin: 0 0 15px 15px;
    float: right;
    clear: right;
    text-align: center;
}

.printbutton a {
	text-decoration: none;
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 11px;
	display: inline-block;
	width: 100%;
	background-size: 100% auto;
	padding: 4px 0;
	color: #fff;
	background-color: #85d0dd;
}
	.recipe .printbutton a:before {
		content: '\e805';
		display: inline-block;
		font-family: fontello;
		margin: 0 8px 0 0;
	}
.printbutton a:hover, .printbutton a:active {
 	background-color: #f99747;   
}


/* Inner Post */

.inner-post {
    position: relative;
    overflow: hidden;
    margin: 0 0 55px 0;
    font-size: 95%;
    line-height: 1.6;
}

.inner-post .widget {
}

.inner-post .widget.ad {
    width: 300px;
    margin: 0;
    float: left;
}


.inner-post .widget.subscribe {
    width: 100%;
	text-align: center;
}

.inner-post .widget.subscribe h3.widget-title {
	margin-top: 10px;
}
.inner-post .widget.subscribe p {
	
}

.post-nav {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin: 50px 0 55px;
    overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #9f9fa0;
		text-decoration: none;
	}
	
	.post-nav .nav-previous {
		float: left;
		width: 47%;
		position: relative;
	}
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 47%;
		position: relative;
	}

	.post-nav .caption {
		
	}
	.post-nav h4 {
		color: #f99747;
		margin: 0;
		line-height: 1.1;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;

	}
	.post-nav .subhead {
		display: inline-block;
		color: #9f9fa0;
		font-size: 10px;
		font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		background-color: #fff;
		padding: 0;
	}
		.post-nav .nav-next .subhead {
			padding: 0;
		}
	.post-nav a:hover h4 {
	    color: #85d0dd;
	}

.related {
	
}
	
/*---------TEASER STYLES---------*/

.teaser-post {
	overflow: hidden;
	border: 1px solid #e2e2e2;
	padding: 20px;
}

.teaser-post a {
	text-decoration: none;
}
.teaser-post .post-thumb {
	width: 39.5%;
	float: left;
}
	.teaser-post .post-thumb img {
		width: 100%;
		height: auto;
		display: block;
	}
	.teaser-post .post-thumb a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
.teaser-post .post-content {
	width: 60.5%;
	float: right;
	padding-left: 20px;
}
.teaser-post .post-title {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
	.teaser-post .post-title .post-date {
		top: 0;
	}
	.teaser-post .post-title h2 {
		margin: 4px 0;
	}


.teaser-post .excerpt {
	margin: 12px 0 15px;
	font-size: 92%;
	line-height: 1.6;
}
.more {

}
a.more-link {
	color: #85d0dd;
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 13px;
	text-decoration: none;
}
	.teaser-post a.more-link {
		font-size: 11px;
	}
a.more-link:hover {
    color: #f99747;
}


/*---------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%;
    height: auto;
}

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

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

.archive-post h4 {
	color: #f99747;
    margin: 5px 0 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}



.archiveslist {
    color: #6b6963;
    overflow: hidden;
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
}
.archiveslist a:link, .subcategories a:link {
    color: #6b6963;
    text-decoration: none;
}

.archiveslist a:visited, .subcategories a:visited {
    color: #919394;
    text-decoration: none;
}
.archiveslist a:hover, .subcategories a:hover {
    color: #85d0dd;
}

.archiveslist a:active, .subcategories a:active {
    color: #403f41;
}
.archiveslist li {
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
}
.archiveslist ul {
	margin: 0;
	list-style-type: circle;
}
	.archiveslist ul li {
	    color: #403f41;
	    font-size: 12px;
	    line-height: 1.2;
	    font-style: italic;
	    list-style-type: circle;
	    margin:  2px 0 5px 15px;
	}
	.archiveslist ul li:before {
		color: #919394;
	}
	
	.archiveslist ul li a {
	    color: #919394 !important;
	}
	
	.archiveslist ul li a:hover {
	    color: #85d0dd !important;
	}

.subcats {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
}

.subcats h4 {
    margin: 10px 0 15px;
}
.subcats ul, .subcats li {
	margin: 0 !important;
	padding: 0 !important;
}
	 .subcats li:before {
	 	display: none;
	 }
.subcats ul.subcategories {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

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

.subcats ul.subcategories li ul li a {
    color: #9f9fa0;
    font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 5px 8px;
    margin: 2px 2px 4px;
    border: 1px solid #e2e2e2;
    display: inline-block;
}

.subcats ul.subcategories li ul li a:hover {
    color: #85d0dd;
    cursor: pointer;
}

ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}
.tagslist li {
	font-size: 95%;
}
.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-right: 2px;
    width: 17px;
    height: 19px;
    float: left;
    border: solid 1px #f6f5f5;
}

.tagindex a:link,
.tagindex a:active {
    color: #919394;
    text-decoration: none;
}

.tagindex a:visited {
    color: #9f9fa0;
    text-decoration: none;
}

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

.tagtitle {
    color: #9f9fa0;
    text-transform: uppercase;
}

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

.tagtitle em {
    color: #9f9fa0;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

.tagtitle a:hover {
    color: #403f41;
}



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

#submit, .submitbutton, #commentform #submit {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    background-color: #85d0dd;
    font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer;
    margin-top: 5px;
    padding: 10px 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-style: none;
}

#submit:hover, .submitbutton:hover, #commentform #submit:hover {
    background-color: #f99747;
}

.commentinput, .styledinput, .captchainput, #commentform input  {
    color: #403f41;
    font-size: 13px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: solid 1px #e2e2e2;
}

.commentinput, #commentform input {
	width: 100% }
	
#commentform textarea {
	color: #403f41;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #e2e2e2;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
    font-family: Georgia, "Times New Roman", Times, serif;
    width: 100%;
}

.wpcf7-form .formfield {
    overflow: hidden;
}

.wpcf7-form p {
    text-align: left;
	margin: 15px 0 5px;

}

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

.wpcf7-form .submit {
	margin: 20px 0 0;
    clear: both;
}

.search-form {
    max-width: 350px;
    border: 1px solid #e2e2e2;
	overflow: hidden;
}

.search-form .search-input {
    color: #403f41;
    font-size: 13px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
    line-height: 35px;
	height: 35px;
    background-color: #fff;
    padding: 0 12px;
    border: none;
    vertical-align: middle;
    width: 80%;
	float: left;
}

.search-form .search-submit {
    color: #85d0dd;
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
    background-color: transparent;
    font-family: "fontello";
    cursor: pointer;
    width: 20%;
    border-style: none;
    vertical-align: middle;
    text-align: right;
	float: right;
    margin: 0;
}

.search-form .search-submit:hover {
    color: #403f41;
}

.header-search {
	height: 28px;
	border: none;
	vertical-align: middle;
}
.header-search .search-input {
	height: 28px;
	line-height: 28px;
	background-color: transparent;
	padding: 0 10px !important;
}
.header-search .search-submit {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	padding: 0;
}
	

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


.footer {
    overflow: hidden;
    margin: 25px 0 0;
    padding: 25px 0 20px;
    color: #fff;
	background-color: #85d0dd;
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 10px;
}

.footer a {
    text-decoration: none;
    color: #fff;
}
.footer a:hover {
    color: #403f41;
}

.footer-nav {
    margin: 0;
    padding: 0;
    width: 70%;
    float: left;
}

.footer-nav li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}

	
.footer-nav li.top a {
    font-weight: normal;
    text-transform: uppercase;
    color: #403f41;
}
	.footer-nav li.top a:before {
		content: '\e815';
		font-family: "fontello";
		vertical-align: top;
		margin-right: 5px;
	}

.footer-widgets {
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.2);
	margin-bottom: 25px;
	padding-bottom: 35px;
}
.footer-widget {
	margin: 0;
	clear: both;
}
.footer-widget h3 {
	color: #fff;
}
.footer-widgets .featured .item {
	width: 18%;
	float: left;
	margin: 0 2.5% 0 0 !important;
}
	.footer-widgets .featured .item:last-of-type {
		margin-right: 0 !important;
	}

.sub-footer {
	clear: both;
}	
.copyright {
	color: #fff;
	font-size: 10px;
	width: 30%;
	float: right;
	text-align: right;
}
	.copyright em {
		text-transform: none;
		letter-spacing: normal;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 115%;
		letter-spacing: normal;
	}
	.copyright a {
		text-decoration: underline;
	}
	
.footer-ad {
	text-align: center;
	clear: both;
	padding: 45px 0 15px;
}	
	.footer-ad div {
		margin-bottom: 20px;
	}
	.footer-ad img, .footer-ad a {
		display: block;
		margin: 0 auto;
	}

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

#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 65px }
#comment-list          {
	font-size: 93%;
	line-height: 1.6;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
	border-bottom: 1px solid #e2e2e2;
}
#comment-list li           {
	margin: 0;
	padding: 30px 0 20px;
	border-top: 1px solid #e2e2e2;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background-color: #ececec;
	padding: 15px; }
#comment-list li p {
	margin: 10px 0;
}
.comment-meta         {
	margin: 0;
	font-size: 10px;
	 }

.comment-meta strong           {
	color: #fff;
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .08em;
	background-color: #85d0dd;
	padding: 3px 8px; }
.comment-meta strong a            {
	color: #fff; }
.comment-meta strong a:hover         {
	color: #fff;
	text-decoration: underline }


#comment-list .avatar    {
	float: right; }
	
#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: #9f9fa0;
	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: #9f9fa0;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #85d0dd;
	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: #85d0dd }
.comment-nav .alignright a {
	color: #9f9fa0;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #85d0dd;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin: 20px 0 0;
	padding: 20px;
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #85d0dd;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #85d0dd;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #85d0dd;
	text-decoration: underline }

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

.pagination {
    font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    clear: both;
    text-align: center;
    font-size: 12px;
    margin: 0 0 25px;
    overflow: hidden;
}

.pagination .page-numbers {
    color: #9f9fa0;
    padding: 5px 10px;
    border: solid 1px #fff;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #403f41;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #85d0dd;
}


/*----MAIN Menu----*/



#main ul {
	display: inline-block;
    margin: 0;
}

#main li {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
    line-height: 38px;
}
	
#main > ul > li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

#main a {
    display: block;
    text-decoration: none;
    padding: 0 15px 0;
    color: #fff;
}

#main a:hover, #main li.menu-item-has-children:hover>a {
    color: #403f41;
    cursor: pointer;
}
	#main li.small a:hover, #main li.small.menu-item-has-children:hover>a {
	    color: #403f41;
	}
		
/* Navigation submenu */
#main .menu-item:hover .sub-menu {
    display: block;
}

#main .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-top: 0px;
    margin-left: -85px;
    width: 170px;
    z-index: 2000;
    background-color: #85d0dd;
    padding-bottom: 6px;
}
		
#main .sub-menu .menu-item {
    margin: 0;
    font-size: 10px;
	line-height: 1.5;
	float: left;
}

#main .sub-menu .menu-item a {
    display: block;
    width: 170px;
    padding: 5px 10px;
}

#main .sub-menu .menu-item:first-of-type a {
    border-top: none;
}

#main .sub-menu .menu-item a:hover {
    color: #403f41;
}

#main .sub-menu .menu-item-has-children a {
}

#main .sub-menu .menu-item .sub-menu .menu-item a {
    border: none;
    padding: 10px 15px 10px 20px;
    margin-top: -12px;
    font-style: italic;
    background-color: transparent;
    font-size: 12px;
}

#main .sub-menu .menu-item .sub-menu .menu-item a:hover {
    color: rgba(255,255,255,.7);
}


/* Top Search */

.header-search {
	margin: 0;
	display: inline-block;
	position: relative;
	margin: 5px 0;
}
	.header-search input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
	}
	.header-search input::-webkit-search-decoration,
	.header-search input::-webkit-search-cancel-button {
		display: none; 
	}
	
	
	.header-search input[type=search] {
		border: none;
		background-color: transparent;
		color: #403f41;
		padding: 5px 0 5px 10px;
		margin-right: 25px;
		width: 70px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 11px;
		color: #fff;
		font-style: normal;
	}
		.header-search ::-webkit-input-placeholder {
			color: #fff;
		   opacity: 1 !important;
		}
		
		.header-search :-moz-placeholder {
			color: #fff;
		   opacity: 1 !important;
		}
		
		.header-search ::-moz-placeholder {
			color: #fff;
		   opacity: 1 !important; 
		}
		
		.header-search :-ms-input-placeholder {  
			color: #fff;
		   opacity: 1 !important;
		}

	.header-search input[type=search]:focus {
		width: 120px;
		background-color: #fff;
		color: #424242;
	}
	
	.header-search .search-submit {
		font-size: 16px;
		font-weight: normal;
		line-height: 25px;
		background-color: transparent;
		font-family: "fontello";
		color: #fff;
		cursor: pointer;
		border-style: none;   
		padding: 0;
		width: auto;
		margin: 0 0 0 -4px; 
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: absolute;
		right: 0;
	}
	.header-search .search-submit:hover {
		color: #403f41;
	}

		 
/* ---- FONTELLO ---- */
@font-face {
    font-family: 'fontello';
	font-display:swap;
  src: url('fonts/fontello.eot?56033232');
  src: url('fonts/fontello.eot?56033232#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?56033232') format('woff'),
       url('fonts/fontello.ttf?56033232') format('truetype'),
       url('fonts/fontello.svg?56033232#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.icon-plus:before { content: '\e801'; } /* '' */
.icon-comment:before { content: '\e802'; } /* '' */
.icon-print:before { content: '\e805'; } /* '' */
.icon-calendar:before { content: '\e80f'; } /* '' */
.icon-heart:before { content: '\e814'; } /* '' */
.icon-star:before { content: '\e818'; } /* '' */
.icon-clock:before { content: '\e819'; } /* '' */
.icon-search:before { content: '\f002'; } /* '' */

.icon-rss:before { content: '\e80d'; } /* '' */
.icon-twitter:before { content: '\e808'; } /* '' */
.icon-facebook:before { content: '\e80a'; } /* '' */
.icon-instagram:before { content: '\e80e'; } /* '' */
.icon-gplus:before { content: '\e80b'; } /* '' */
.icon-pinterest:before { content: '\e80c'; } /* '' */

.icon-rss-1:before { content: '\e800'; } /* '' */
.icon-twitter-1:before { content: '\e803'; } /* '' */
.icon-facebook-1:before { content: '\e804'; } /* '' */
.icon-instagram-1:before { content: '\e806'; } /* '' */
.icon-gplus-1:before { content: '\e807'; } /* '' */
.icon-pinterest-1:before { content: '\e809'; } /* '' */

.icon-arrow-up:before { content: '\e815'; } /* '' */
.icon-arrow-left:before { content: '\e816'; } /* '' */
.icon-arrow-down:before { content: '\e817'; } /* '' */
.icon-arrow-right:before { content: '\e810'; } /* '' */
.icon-left:before { content: '\e811'; } /* '' */
.icon-right:before { content: '\e812'; } /* '' */
.icon-down:before { content: '\f078'; } /* '' */
.icon-up:before { content: '\f077'; } /* '' */
.icon-close:before { content: '\f00d'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */




/* Create custom recipe card */

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

.mv-create-card .mv-create-wrapper {
	background-color: #fff;
	border: 4px solid #85d0dd !important;
	padding: 0 !important;
}

.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	color: #403f41;
}

/*Headings*/
.mv-create-card .mv-create-wrapper h1.mv-create-title-primary {
	line-height: 1.1;
	margin-bottom: 10px;
}

.mv-create-card .mv-create-wrapper h2.mv-create-title-secondary {
	margin: 20px 0 10px;
}

.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: 25px;
	clear: none !important;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients h3, .mv-create-card .mv-create-wrapper .mv-create-instructions h3, .mv-create-card .mv-create-wrapper .mv-create-instructions h4 {
	margin: 18px 0 12px;
	font-family: Uniform;
	font-size: 13px;
	letter-spacing: .1em;
}

/*Header*/

.mv-create-card .mv-create-wrapper .mv-create-header {
	background-color: #F4F4F4;
	border-bottom: 1px solid #EDEDEE;
	margin-bottom: 45px;
}

.mv-create-card .mv-create-wrapper .mv-create-image {
	border: none;
}

.mv-create-card .mv-create-wrapper .mv-create-description {
	line-height: 1.6;
	font-size: 115%;
	font-style: italic;
	color: #403f41;
	margin: 15px 0;
}

/*Times*/

.mv-create-card .mv-create-wrapper .mv-create-yield *, .mv-create-card .mv-create-wrapper .mv-create-times * {
	opacity: 1.0;
}

.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 7px 0 20px;
	display: block !important;
	width: auto;
	float: none !important;
	clear: none !important;
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
}

.mv-create-card .mv-create-wrapper .mv-create-time {
	padding: 0;
	border: none !important;
	display: inline-block !important;
	float: none !important;
	margin: 0;
	padding: 0 10px !important;
	font-size: 11px;
	letter-spacing: .1em;
	width: auto !important;
}

.mv-create-card .mv-create-wrapper .mv-create-time-format, .mv-create-card .mv-create-wrapper .mv-create-time-label {
	padding: 0;
	text-align: left;
	display: inline-block;
	width: auto;
	color: #9f9fa0;
	font-size: 11px;
	letter-spacing: .15em;
}

.mv-create-card .mv-create-wrapper .mv-create-time-label {
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	opacity: 1.0;
}

.mv-create-card .mv-create-wrapper .mv-create-yield {
	font-size: 14px;
	display: block;
	margin-bottom: 8px;
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 11px;
	font-weight: normal;
	opacity: 1.0;
}

/*Ratings*/
.mv-create-card .mv-create-wrapper .mv-create-rating {
	margin-top: 20px;
	margin-bottom: 15px !important;
}

.mv-create-card .mv-create-wrapper .mv-create-rating p {
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
	color: #9f9fa0;
	font-style: italic;
}

.mv-create-card .mv-create-wrapper .mv-create-rating a {
	text-decoration: underline;
	color: #f99747;
	font-weight: bold;
}

.mv-create-card .mv-create-wrapper .mv-reviews-stars {
	margin-bottom: 6px;
}
.mv-create-card .mv-create-wrapper .mv-review-status {
	min-height: auto !important;
}

/*Buttons*/
.mv-create-card .mv-create-wrapper .mv-create-print-form {
	text-align: center;
	margin: 0 0 -20px;
}

.mv-create-card .mv-create-wrapper button.mv-create-print-button {
	text-decoration: none;
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	line-height: 1;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #fff;
	background-color: #85d0dd;
	border: none;
	display: block;
	width: 100%;
	top: 0;
	bottom: 0;
}

.mv-create-card .mv-create-wrapper button.mv-create-print-button i {
	vertical-align: middle;
}

.mv-create-card .mv-create-wrapper button.mv-create-print-button:hover {
	background-color: #f99747;
	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: #f99747 !important;
}

.mv-create-card .mv-create-wrapper .mv-create-pin-button:hover {
	background-color: #85d0dd !important;
	cursor: pointer;
}

.mv-create-card .mv-create-wrapper .mv-create-pin-button .mv-icon-pinterest:before {
	
}

/*Ingredients & Instructions*/

.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-ingredients {
	clear: none !important;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients ul {
	margin: 0;
	padding: 0;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients 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: #f99747;
	content: '\2022';
	margin: 0 6px 0 -10px;
	display: inline-block;
}

.mv-create-card .mv-create-wrapper .mv-create-instructions ol {
	margin: 0 !important;
	padding: 0;
}

.mv-create-card .mv-create-wrapper .mv-create-instructions ol li {
	margin: 0 0 15px 25px !important;
	padding: 0;
	list-style-type: decimal;
}

/*Notes*/
.mv-create-card .mv-create-wrapper .mv-create-notes {
	margin: 0;
}

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

.mv-create-card .mv-create-wrapper .mv-create-notes p em {
	color: #9f9fa0;
	font-size: 95%;
	font-style: italic;
}


/*Products*/
.mv-create-card .mv-create-wrapper .mv-create-products {
	border-top: 1px solid #EDEDEE;
	margin: 25px 0 0;
	padding: 20px;
	text-align: center;
}
	.mv-create-card .mv-create-wrapper .mv-create-products * {
		opacity: 1.0 !important;
	}
.mv-create-card .mv-create-wrapper .mv-create-products-product-name {
	text-align: center;
	line-height: 1.4;
	font-size: 14px;
	text-decoration: underline;
}

.mv-create-card .mv-create-wrapper .mv-create-affiliate-disclaimer {
	font-size: 12px;
	line-height: 1.3;
	color: #9f9fa0;
	text-align: center;
	font-style: italic;
	margin-top: 10px;
}

/*Nutrition*/
.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	margin: 0 !important;
	background-color: #F4F4F4;
	padding: 25px;
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-inner {
	background-color: transparent;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition * {
	font-size: 100%;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition-amount {
	font-family: "PT Serif";
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 110%;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition-title {
	font-family: Uniform;
	font-size: 13px;
	letter-spacing: .1em;
	font-weight: normal !important;
	color: #85d0dd;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition h3:before {
	display: none !important;
}


/*Footer*/
.mv-create-card .mv-create-footer {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
}

.mv-create-footer, .mv-create-footer * {
	opacity: 1.0 !important;
}

.mv-create-footer .mv-create-footer-flexbox {
	font-family: "Uniform", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 10px;
	opacity: 1.0;
}

.mv-create-footer .mv-create-footer-flexbox * {
	opacity: 1.0 !important;
	letter-spacing: .08em !important;
	font-weight: normal !important;
	color: #bebebf;
}
.mv-create-footer .mv-create-copy {
	width: 50% !important;
}
.mv-create-footer .mv-create-categories {
	width: 50% !important;
	flex-grow: 1;
}

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

.mv-create-print-view .mv-create-image {
	display: none;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-header {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: none;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-description {
	margin-bottom: 25px;
}
.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;
}

.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 {
	padding: 0;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li {
	margin: 0 !important;
	padding: 0;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-products {
	display: none;
}

@media ( max-width : 650px ) {
	.mv-create-card .mv-create-wrapper .mv-create-image-container {
		
	}
	
}

