/* 
Theme Name: Bake or Break
Theme URL: http://www.bakeorbreak.com/
Description: Custom responsive blog theme for Bake or Break.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

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


/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* MAIN CONTAINER */
.container {
    max-width: 100%;
    margin: 0 auto;
}

#page_wrap {
    margin-bottom: 0;
}

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* DEFAULT ROW STYLES */
.row {
    margin-bottom: 1.5em;
} /* set according to preference*/
	
								  
/* DEFAULT COLUMN STYLES */
.col {
    display: block;
    float: left;
    width: 100%;
}

@media ( min-width : 800px ) {
    .col {
        margin-left: 2%;
    }
}

/* RESET MARGINS */
.col:first-child {
    margin-left: 0;
} /* all browsers except IE6 and lower */

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 800px ) {

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

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

    .span_sidebar {
        width: 33%;
        min-width: 300px;
        max-width: 300px;
        float: right;
        display: inline-block;
    }
}
.wrapper {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 20px;
    width: 100%;
    max-width: 1040px;
}

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

/*---------STRUCTURE---------*/
@font-face {
    font-family: 'newslab';
    src: url('fonts/newslab-regular-webfont.eot');
    src: url('fonts/newslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/newslab-regular-webfont.woff') format('woff'),
         url('fonts/newslab-regular-webfont.ttf') format('truetype'),
         url('fonts/newslab-regular-webfont.svg#newslab') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'newslab';
    src: url('fonts/newslab-bold-webfont.eot');
    src: url('fonts/newslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/newslab-bold-webfont.woff') format('woff'),
         url('fonts/newslab-bold-webfont.ttf') format('truetype'),
         url('fonts/newslab-bold-webfont.svg#newslab') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'newslab';
    src: url('fonts/newslab-italic-webfont.eot');
    src: url('fonts/newslab-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/newslab-italic-webfont.woff') format('woff'),
         url('fonts/newslab-italic-webfont.ttf') format('truetype'),
         url('fonts/newslab-italic-webfont.svg#newslab') format('svg');
    font-weight: normal;
    font-style: italic;
}


body {
    font-family: "newslab", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 1.8;
    color: #2f111b;
    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: #f00000;
    text-decoration: underline;
}

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

p {
    margin: 20px 0;
}

h1, h2, h3, h4, h5 {
    font-family: "newslab", Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 15px;
}

h1 {
    color: #2f111b;
    font-size: 24px;
}

h2 {
    color: #2f111b;
    font-size: 21px;
    }

h3 {
    color: #2f111b;
    font-size: 16px;
}

h4 {
    color: #ff9b21;
    font-size: 16px;
}

h5 {
    color: #f00000;
    font-size: 16px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
    display: inline-block;
}

.sep {
	display: block;
	clear: both;
	margin: 25px auto 50px;
	width: 100%;
	height: 1px;
	border-bottom: 4px double #e5e5e5;
}
hr {
	width: 100%;
	display: block;
	clear: both;
	outline: none;
	border: none;
	margin: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}

/*---------HEADER---------*/
.slicknav_menu, #mobile, .social-mobile {
    display: none;
}
.header-ad, .footer-ad {
	text-align: center;
	padding: 12px 0 6px;
}
	.header-ad .ad, .footer-ad .ad {
		display: inline-block;
		margin: 0 auto;
	}
	.header-ad .ad a, .header-ad .ad img, .footer-ad .ad a, .footer-ad .ad img {
		display: block;
	}
.top-bar {
    background-color: #f00000;
    min-height: 4px;
    overflow: hidden;
}

.header {
	margin-bottom: 0;
}
.header .logo {
    margin: 60px 0 60px;
    float: left;
    display: inline-block;
}
	.header .logo a {
	    display: inline-block;
	    width: 350px;
	    height: 50px;
	    background: url(images/logo.png) no-repeat;
	    background-size: 100% auto;
	}
.start-here {
	float: right;
	color: #97888d;
	font-size: 12px;
	line-height: 27px;
	display: inline-block;
	letter-spacing: .08em;
	margin-top: -1px;
}
	.start-here em {
		letter-spacing: normal;
	}
	.start-here a {
		background-color: #f00000;
		color: #ffffff;
		text-transform: uppercase;
		display: inline-block;
		font-size: 11px;
		height: 27px;
		padding: 0 10px;
		text-decoration: none;
		margin-left: 6px;
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	.start-here a:hover {
		color: #2f111b;
	}

/*---------CONTENT---------*/
.span_content {
	margin-top: 10px;
}

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

.span_content ul, .span_content ol {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

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

.span_content ul li:before {
    color: #f00000;
    content: '\2022';
    margin: -1px 6px 0 -10px;
    font-weight: bold;
    font-size: 100%;
    vertical-align: middle;
	display: inline-block;
}

.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 {
	margin-top: 10px;
    font-size: 90%;
    line-height: 1.7;
}

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

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

.midsidebar {
	overflow: hidden;
}

.lowersidebar {
    clear: both;
}

.widget {
    margin-bottom: 40px;
}

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

h3.widget-title, .sidebar h3 {
 	margin: 0 0 12px;
}

.widget a {
    text-decoration: none;
}

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

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


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

.about {
	text-align: left;
}
.about img {
	width: 90px;
	height: auto;
	float: right;
	margin: 0 0 5px 10px;
}
.about p.more {
	margin: 0;
	text-align: center;
}
.about .more a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #f00000;
}
	.about .more a:hover {
		color: #ff9b21;
	}
.social {
	text-align: center;
}
	.sidebar .social {
		margin: -20px 0 20px;
	}
.social a {
	color: #f00000;
	font-size: 24px;
	text-decoration: none;
	padding: 2px;
}
	
	
.social a:hover {
		color: #ff9b21;
}

.subscribe {
	border: 1px solid #e5e5e5;
	padding: 15px;
	color: #97888d;
	text-align: center;
	position: relative;
	z-index: 100;
}
	.subscribe:before {
		content: "";
		display: block;
		border: 1px solid #e5e5e5;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 2px;
		left: 2px;
		z-index: -1;
	}
.subscribe h3.widget-title {
	text-align: center;
	margin: 8px 0 5px;
}
.subscribe p {
	line-height: 1.5;
	margin: 0;
}

.email-form {
    clear: both;
    margin-top: 15px;
    overflow: hidden;
}

.email-input {
    color: #97888d;
    font-size: 13px;
    font-family: "newslab", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 36px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 0 12px;
    margin: 0 0 10px 0;
    width: 100%;
    height: 36px;
}

.email-submit {
	font-family: "newslab", Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
	color: #ffffff;
	background-color: #53c7d8;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0px 10px;
    margin: 0;
    height: 36px;
    width: 45%;
    text-align: center;
    float: right;
    -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: #ff9b21;
}

.subscribe .checkboxes {
	color: #97888d;
	font-style: italic;
	text-transform: lowercase;
	font-size: 12px;
	line-height: 1;
	margin: 0 0 0;
	text-align: left;
	width: 55%;
	float: left;
}
	.subscribe .checkboxes li, .subscribe .checkboxes ul {
		margin: 0;
		padding: 0;
	}
		.subscribe .checkboxes li:first-of-type {
			margin-bottom: 6px;
		}
	.subscribe input[type=checkbox] {
	    display: none;
	}
	.subscribe input[type=checkbox] + label {
		cursor: pointer;
	}
	.subscribe input[type=checkbox] + label:before {
		background-color: #ffffff;
		color: #ffffff;
		border: 1px solid #e5e5e5;
		display: inline-block;
		content: '\f00d';
		font-family: "fontello";
		font-style: normal;
		line-height: 1;
		padding: 2px 3px;
		margin: 0 5px 0 0;
		
	}
	.subscribe input[type=checkbox]:checked + label:before {
	    color: #f00000;
	    background-color: #ffffff;
	}
	


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

.sidebar .featured .item {
    width: 100%;
    margin-bottom: 25px;
    }

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

.featured h4 {
	margin: 10px 0 0px;
	color: #2f111b;
	font-weight: normal;
	text-align: center;
}
	
.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: 47%;
    float: left;
    margin: 0 5% 18px 0;
}

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

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

.popular h4 {
 
}
	
.popular .post-meta {
    display: none;
}

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


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

.sidebar .category-posts .item {
    width: 47%;
    margin: 0 6% 18px 0;
    float: left;
}

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

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

.sidebar .category-posts h4 {
    display: none;
}

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

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

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


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

.recentposts .item {
	width: 47%;
    margin: 0 6% 6% 0;
    overflow: hidden;
    text-align: center;
    float: left;
}
	.recentposts .item:nth-child(2n) {
		margin-right: 0;
	}
.recentposts img {
	width: 100%;
	height: auto;
    display: block;
}

.recentposts a img {
    display: block;
}

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

.recentposts h4 {
	margin: 10px 0 0px;
	font-size: 12px;
	color: #2f111b;
	font-weight: normal;
}
.recentposts a:hover {
   opacity:0.7;
   filter:alpha(opacity=70); /* For IE8 and earlier */
   
}

.recentposts .post-meta {
    font-size: 9px;
    margin: 0;
    display: none;
}


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

.post {
    margin-bottom: 40px;
}

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

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

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

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

.post-date {
	color: #ffffff;
	font-weight: bold;
	background-color: #f00000;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 10px;
	line-height: 1;
	padding: 6px 10px 4px;
	margin-bottom: 10px;
}
.post-meta {
    color: #97888d;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
	
.post-meta a {
    color: #97888d;
    text-decoration: none;
}

.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    color: #f00000;
    text-decoration: none;
}
.post-meta em {
	text-transform: lowercase;
	letter-spacing: normal;
}
.ccount {
	display: inline-block;
}


.meta-bottom {
    clear: both;
    overflow: hidden;
    line-height: 1.5;
    margin: 30px 0 0;
}	
	.meta-center {
		text-align: center;
	}
	.single-post .meta-bottom {
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		padding: 15px 2px;
	}
	
.meta-bottom .left {
    width: 70%;
    float: left;
    display: inline-block;
}

.meta-bottom .right {
    text-align: right;
    width: 30%;
    float: right;
}
.meta-bottom .ccount {
	margin: 0;
}

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: #97888d;
    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: #2f111b;
}
.post img.size-full, .post img.size-large {
	margin: 0 auto;
	display: block;
}
.alignleft {
    margin-right: 10px;
    float: left;
}
.alignright {
    margin-left: 10px;
    float: right;
}
.aligncenter {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
	img.aligncenter {
		display: block !important;
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
	}

.post img.hiddenimage {
	width: 1px; 
	height: 1px; 
	position: absolute; 
	top: -10px;
}

.post blockquote {
    color: #97888d;
    font-style: italic;
    font-size: 115%;
    line-height: 1.9;
    border: 1px solid #e5e5e5;
    padding: 15px 5%;
    margin: 25px 0;
    position: relative;
    z-index: 100;
}

	.post blockquote:before {
		content: "";
		display: block;
		border: 1px solid #e5e5e5;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 2px;
		left: 2px;
		z-index: -1;
	}

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

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

a.more-link {
	font-size: 11px;
	color: #f00000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
    text-decoration: none;
}

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


/* Recipe Styles*/
.recipe {
    background: #ffffff;
    padding: 10px;
    margin: 35px 0;
	border: 1px solid #e5e5e5;
	padding: 25px;
	position: relative;
	z-index: 100;
}
	.recipe:before {
		content: "";
		display: block;
		border: 1px solid #e5e5e5;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 2px;
		left: 2px;
		z-index: -1;
	}
.recipe h2 {
	font-size: 21px;
	margin: 0 0 5px;
	text-align: center;
}
.recipe h3 {
    margin: 10px 0 10px;
    color: #f00000;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	color: #97888d;
	font-size: 12px;
	font-weight: normal;
	margin: 15px 0 8px;
}

.recipe p, .recipe ol, .recipe ul {
    margin-top: 5px;
    margin-bottom: 12px;
}
.recipe ul li, .recipe ol li {
	margin-bottom: 0px;
}
.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 .summary {
    margin: 0 0 25px;
    clear: left;
    text-align: center;
    font-style: italic;
    font-size: 115%;
}

.recipe .time {
	color: #97888d;
    text-align: center;
    margin: 0 0 25px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.recipe .time p {
	display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}
.recipe .time strong {
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 12px;
}

.recipe .notes {
	margin-top: 30px;
}

.recipe .source {
    color: #97888d;
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
    clear: both;
}

.recipe .photo {
	width: 180px;
	float: right;
	margin-bottom: 10px;
	}
	
.recipe .printbutton {
    float: right;
    clear: right;
    width: 180px;
    text-align: center;
}

.printbutton a {
	font-size: 11px;
	color: #ffffff;
	background-color: #ff9b21;
	line-height: 30px;
	padding: 0 15px;
	margin: 0;
	display: block;
	width: 100%;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    display: inline-block;
    text-decoration: none;
}
	.printbutton a:before { 
		font-family: "fontello";
		content: '\e805';
		vertical-align: middle;
		margin-right: 4px;
		display: inline-block;
		font-size: 13px;
		}
.printbutton a:hover {
	color: #ffffff;
    background-color: #f00000;
}

/* Inner Post */

.inner-post {
	clear: both;
    margin: 55px 0 55px 0;
    padding-right: 5px;
    font-size: 90%;
    line-height: 1.7;
    overflow: hidden;
}

.inner-post .widget {
}

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

.inner-post .subscribe {
    float: right;
    width: -moz-calc(100% - 315px);
    width: -webkit-calc(100% -315px);
    width: calc(100% - 315px);
    clear: right;
    margin: 15px 0 0;
}
.inner-post .subscribe .textwidget {
	
}
.inner-post .subscribe .checkboxes li:first-of-type {
	margin-bottom: 0px;
}

.post-nav {
    color: #2f111b;
    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: #97888d;
		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 .nav-next img {
		float: right;
		width: 30%;
		margin-left: 3%;
		vertical-align: middle;
	}
	.post-nav .nav-previous img {
		float: left;
		width: 30%;
		margin-right: 3%;
	}
	.post-nav .caption {
		float: left;
		width: 67%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
		.post-nav .nav-previous .caption {
			float: left;
			margin-left: 33%;
		}
	.post-nav h5 {
		color: #2f111b;
		font-size: 14px;
		margin: 0;
		-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: #97888d;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: .05em;
	}
		.post-nav .nav-next .subhead {
			
		}
	.post-nav a:hover {
	    opacity:0.7;
	    filter:alpha(opacity=70); /* For IE8 and earlier */
	    
	}


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

.teaser-posts {
	overflow: hidden;
}
.teaser-post {
	width: 46.7%;
	float: left;
	overflow: hidden;
	margin: 0;
	text-align: center;
}
	.teaser-post.odd {
		margin-right: 6.6%;
		clear: left;
	}
		.teaser-posts .teaser-post {
			margin-bottom: 20px;
		}
		.teaser-posts .teaser-post:nth-child(odd) {
			margin-right: 6.6%;
			clear: left;
		}
	.teaser-post.even {
		
	}

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

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

.teaser-post h2 {
	margin: 15px 0 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.teaser-post .post-img, .featured .post-img, .archives .post-img {
	position: relative;
	text-align: center;
}
.teaser-post .post-date, .featured .post-date, .archives .post-date {
	position: absolute;
	bottom: 0;
	left: 50%;
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);
	color: #ffffff;
	font-weight: bold;
	background-color: #f00000;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 11px;
	line-height: 1;
	padding: 6px 10px 4px;
	margin: 0 auto;
}
	.colors-alt .item:nth-child(3n+1) .post-date {
		background-color: #f00000;
	}
		.colors-alt .item:nth-child(3n+1) a:hover h2, .colors-alt .item:nth-child(3n+1) a.more-link {
			color: #f00000;
		}
	.colors-alt .item:nth-child(3n+2) .post-date {
		background-color: #53c7d8;
	}
		.colors-alt .item:nth-child(3n+2) a:hover h2, .colors-alt .item:nth-child(3n+2) a.more-link {
			color: #53c7d8;
		}
	.colors-alt .item:nth-child(3n+3) .post-date {
		background-color: #ff9b21;
	}
		.colors-alt .item:nth-child(3n+3) a:hover h2, .colors-alt .item:nth-child(3n+3) a.more-link {
			color: #ff9b21;
		}

.teaser-post p {
	margin: 10px 0;
}

.teaser-post .more {
	text-align: center;
	margin: 0 0 25px;
}
.teaser-post a.more-link {
	
}

/*---------CAROUSEL STYLES---------*/
.carousel {
	overflow: hidden;
	width: 100%;
	padding-bottom: 25px;
}
.carousel .item {
	width: 23.5%;
	margin: 0 2% 0 0;
	float: left;
	position: relative;
}
	.carousel .item:last-of-type {
		margin-right: 0;
	}
	.carousel .item img {
		width: 100%;
		height: auto;
		display: block;
	}
.carousel .item a {
	display: block;
	text-decoration: none;
	color: #2f111b;
}
.carousel .item a h4.title {
	position: absolute;
	top: 45%;
	left: 8%;
	right: 8%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	background-color: rgba(255,255,255,.8);
	color: #2f111b;
	padding: 10px;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.carousel .item a:hover h4.title {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.carousel .book a .dot {
	background-color: #ff9b21;
	display: inline-block;
	width: 90px;
	height: 90px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	position: absolute;
	left: -15px;
	bottom: -15px;
	line-height: 1.2;
	padding: 28px 10px 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
	.carousel .book a:hover .dot {
		background-color: #f00000;
	}
/*---------HOMEPAGE STYLES---------*/

.homepage-sections {
	clear: both;
	overflow: hidden;
	margin: 50px 0 0;
	padding-top: 50px;
	border-top: 4px double #e5e5e5;
}
	
.homepage-section {
	overflow: hidden;
	margin: 0 0 30px;
}

.homepage-section h3.widget-title {
	margin: 0 0 20px;
}
	.homepage-section h3.widget-title a {
		color: #2f111b;
		text-decoration: none;
	}
.homepage-section h3.widget-title a em {
	float: right;
	display: inline-block;
	background-color: #53c7d8;
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	padding: 3px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
	
}
	.homepage-section h3.widget-title a:hover em {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
	.homepage-section:nth-child(1) h3.widget-title a em {
		background-color: #53c7d8;
	}
		.homepage-section:nth-child(1) h3.widget-title a:hover {
			color: #53c7d8;
		}
	.homepage-section:nth-child(2) h3.widget-title a em {
		background-color: #ff9b21;
	}
		.homepage-section:nth-child(2) h3.widget-title a:hover {
			color: #ff9b21;
		}
	.homepage-section:nth-child(3) h3.widget-title a em {
		background-color: #f00000;
	}
		.homepage-section:nth-child(3) h3.widget-title a:hover {
			color: #f00000;
		}
.homepage-section .category-posts .item {
    margin-right: 5%;
    margin-bottom: 25px;
    width: 30%;
    float: left;
    text-align: center;
}
.homepage-section .category-posts .item img {
	display: block;
	width: 100%;
	height: auto;
}
	.homepage-section .category-posts .item:nth-child(3n) {
	    margin-right: 0;
	}
	
	.homepage-section .category-posts .item:nth-child(3n+1) {
	    clear: both;
	}	
.homepage-section .category-posts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
/*---------ARCHIVE STYLES---------*/

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

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

.archive-post, .related-post {
    margin-right: 4%;
    margin-bottom: 25px;
    width: 22%;
    float: left;
    text-align: center;
}

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

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

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

.archive-post .post-date, .related-post .post-date {
    font-size: 9px !important;
    padding: 4px 7px 4px;
}

.archive-post h4, .related-post h4 {
	color: #2f111b;
	font-weight: normal;
	font-size: 12px;
    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, .related-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: #f00000;
}

.archiveslist a:active, .subcategories a:active {
    color: #2f111b;
}
.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: #2f111b;
	    font-size: 12px;
	    line-height: 1.4;
	    margin:  2px 0 5px 15px;
	}
	.archiveslist ul li:before {
		color: #ff9b21;
	}
	
	.archiveslist ul li a {
	    color: #919394 !important;
	}
	
	.archiveslist ul li a:hover {
	    color: #f00000 !important;
	}

.subcats {
    margin-bottom: 30px;
    padding: 15px;
    text-align: center;
}

.subcats h4 {
    margin: 10px 0 15px;
    color: #2f111b;
}
.subcats ul, .subcats li {
	margin: 0 !important;
	padding: 0 !important;
}
	 .subcats li:before {
	 	display: none !important;
	 }
.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: #f00000;
    font-weight: bold;
    font-size: 11px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0 8px;
    margin: 2px 2px 4px;
    display: inline-block;
    background-color: #ffffff;
}
.subcats ul.subcategories li ul li a:hover {
	color: #ffffff;
	background-color: #ff9b21;
	border-color: #ff9b21;
    cursor: pointer;
}


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

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

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

.tagindex a:visited {
    color: #97888d;
    text-decoration: none;
}

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

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

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

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

.tagtitle em {
    color: #97888d;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    float: right;
    font-weight: normal;
    font-size: 12px;
	font-family: "newslab", Georgia, "Times New Roman", Times, serif;
}

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

.tagtitle a:hover {
    color: #2f111b;
}

/* Recipe Categories */
.recipe-cats {
	overflow: hidden;
}
.recipe-cats .item {
    margin-right: 5%;
    margin-bottom: 25px;
    width: 30%;
    float: left;
    text-align: center;
}
.recipe-cats .item img {
	display: block;
	width: 100%;
	height: auto;
}
	.recipe-cats .item:nth-child(3n) {
	    margin-right: 0;
	}
	
	.recipe-cats .item:nth-child(3n+1) {
	    clear: both;
	}
.recipe-cats a {
	text-decoration: none;
}	
.recipe-cats a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.recipe-cats h4 {
	color: #2f111b;
}

/* Shop/Affiliate Items*/

.shop-post .excerpt {
	font-size: 95%;
	line-height: 1.7;
	margin: 8px 0 15px;
}
.shop-post .item-price {
	margin-top: 10px;
	font-size: 12px;
}

.affiliate-items {
	overflow: hidden;
	margin-bottom: -15px;
}
.affiliate-items h3 {
	text-align: center;
	margin: 20px 0 5px;
}
.affiliate-items .archive-post {
	width: 22%;
	margin: 0 4% 4% 0;
}
	.affiliate-items .archive-post:nth-child(4n) {
		margin-right: 0;
	}
	.affiliate-items .archive-post:nth-child(4n+1) {
		clear: left;
	}
	
.shop .archive-post {
	width: 18%;
	margin: 0 2.5% 4% 0;
}
	.shop .archive-post:nth-child(3n) {
		margin: 0 2.5% 4% 0;
	}
	.shop .archive-post:nth-child(3n+1) {
		clear: none;
	}
	.shop .archive-post:nth-child(5n) {
		margin-right: 0;
	}
	.shop .archive-post:nth-child(5n+1) {
		clear: left;
	}
p.small {
	color: #97888d;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	margin: 0 0 12px;
}
.related {
	overflow: hidden;
	margin-bottom: 50px;
}
.related h3 {

}

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

#submit, .submitbutton, #commentform #submit, .gform_wrapper input[type="submit"]  {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    background-color: #f00000;
    font-family: "newslab", Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .05em;
    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, .gform_wrapper input[type="submit"]:hover {
    background-color: #ff9b21;
}

.commentinput, .styledinput, .captchainput, #commentform input  {
    color: #2f111b;
    font-size: 13px;
    font-family: "newslab", 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: #2f111b;
	font-size: 13px;
	font-family: "newslab", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	width: 100%
}
#commentform #submit {
	width: auto;
}

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

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

.wpcf7-form p {
    font-size: 13px;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    display: block;
    margin: 0 20px 0 0;
    padding: 7px 0;
    width: 100px;
    float: left;
}

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

.wpcf7-form .submit {
    margin-left: 120px;
    clear: both;
}

.search-form {
	
}
.search-form form {
	border: 1px solid #e5e5e5;
	max-width: 350px;
}
.search-form .search-input {
    color: #2f111b;
    font-size: 13px;
    font-family: "newslab", 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%;
}

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

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



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


.footer {
	border-top: 4px double #e5e5e5;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #97888d;
    font-size: 12px;
    padding: 15px 0;
    overflow: hidden;
}

.footer a {
    text-decoration: none;
    color: #97888d;
}
.footer a:hover {
    color: #f00000;
}

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

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

.footer-nav li.top a {
    color: #2f111b;
    font-weight: 600;
}
	.footer-nav li.top a:before {
		content: '\e815';
		font-family: "fontello";
		vertical-align: top;
		font-weight: normal;
		color: #f00000;
		margin-right: 5px;
		font-size: 12px;
	}

.footer .copyright {
	font-size: 10px;
	width: 30%;
	float: right;
	text-align: right;
}
	.footer .copyright em {
		text-transform: none;
		letter-spacing: normal;
	}
	.footer .copyright a {
		text-decoration: underline;
	}






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

#comments, #pings           {
	margin-top: 5px;
	text-align: left; }
#respond            {
	margin-top: 65px;
	text-align: left; }
#comment-list          {
	font-size: 95%;
	line-height: 1.7;
	list-style-type: none;
	margin: 20px 0 30px;
}
#comment-list li           {
	margin: 0;
	padding: 30px 0 20px 75px;
	border-top: 1px solid #e5e5e5;
	list-style-type: none;
}
	#comment-list li:first-child {
		border-top: none;
	}
	#comment-list li:before {
		display: none;
	}

#comment-list li.bypostauthor       {
	background-color: #fff;
	padding: 13px 10px 13px 73px }
#comment-list li p {
	margin: 10px 0;
}
.comment-meta         {
	margin: 0;
	 }

.comment-meta strong           {
	color: #f00000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em; }
.comment-meta strong a            {
	color: #f00000; }
.comment-meta a:hover         {
	color: #ff9b21;
	text-decoration: underline; }


#comment-list .avatar    {
	float: left;
	margin-left: -75px; }
	
#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: #97888d;
	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: #97888d;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #f00000;
	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: #f00000 }
.comment-nav .alignright a {
	color: #97888d;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #f00000;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin: 25px 0 0;
	padding: 30px 0 10px 60px;
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #f00000;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #f00000;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #f00000;
	text-decoration: underline }

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

.pagination {
    text-transform: uppercase;
    letter-spacing: .08em;
    clear: both;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 25px;
    overflow: hidden;
}

.pagination .page-numbers {
    color: #97888d;
    padding: 5px 10px;
    border: solid 1px #ffffff;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #2f111b;
	    background-color: #ffffff;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #ffffff;
    background-color: #ff9b21;
}

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

#main {
    margin: 40px 0 20px;
    width: 60%;
    width: -moz-calc(100% - 360px);
    width: -webkit-calc(100% -360px);
    width: calc(100% - 360px);
    display: inline-block;
    float: right;
    text-align: right;
    height: 45px;
}

#main ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

#main li {
   	display: inline-block;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 15px;
    line-height: 45px;
}

#main > ul > li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

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

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

#main .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
    padding: 4px 0;
    margin-top: 0px;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    background-color: #ff9b21;
}
	#main .sub-menu:after { 
		bottom: 100%; 
		left: 50%; 
		border: solid transparent; 
		content: " "; 
		height: 0; 
		width: 0; 
		position: absolute; 
		pointer-events: none; 
		border-color: rgba(222, 66, 111, 0); 
		border-bottom-color: #ff9b21; 
		border-width: 10px; 
		margin-left: -10px; }
		
#main .sub-menu .menu-item {
    margin: 0;
    display: block;
    font-size: 12px;
    line-height: 1.2;
}

#main .sub-menu .menu-item a {
    color: #ffffff;
    display: block;
    width: 160px;
    padding: 7px 12px;
}

#main .sub-menu .menu-item:first-of-type a {
    border-top: none;
}
#main .sub-menu .menu-item a:hover, #main .sub-menu li.menu-item-has-children:hover>a  {
    color: #2f111b;
}

/* Navigation sub-submenu */
#main .sub-menu .menu-item:hover .sub-menu {
    display: block;
}

#main .sub-menu .menu-item .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 100%;
    top: 0;
    padding: 5px 0;
    margin-left: 0px;
}
	#main .sub-menu .menu-item .sub-menu:after { 
		display: none; }

	
#main li.search {
	display: none;
}	 


/* ---- FONTELLO ---- */
@font-face {
    font-family: 'fontello';
  src: url('fonts/fontello.eot?40216357');
  src: url('fonts/fontello.eot?40216357#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?40216357') format('woff'),
       url('fonts/fontello.ttf?40216357') format('truetype'),
       url('fonts/fontello.svg?40216357#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-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-youtube:before { content: '\e81b'; } /* '' */

.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-youtube-1:before { content: '\e81a'; } /* '' */

.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-menu:before { content: '\f0c9'; } /* '' */
.icon-close:before { content: '\f00d'; } /* '' */
.icon-plus:before { content: '\e801'; } /* '' */
.icon-print:before { content: '\e805'; } /* '' */
.icon-search:before { content: '\f002'; } /* '' */



/* 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: #ffffff;
	border: 4px double #e5e5e5;
	padding: 25px;
}

.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.7;
	color: #2f111b;
}

.mv-create-card .mv-create-wrapper .mv-create-header {
	margin-top: 10px;
}

.mv-create-card .mv-create-wrapper .mv-create-title-wrap {
	text-align: center;
}

.mv-create-card .mv-create-wrapper h2.mv-create-title-primary {
	line-height: 1.1;
	margin-bottom: 10px;
	font-size: 24px;
	width: 100%;
	max-width: 100%;
	float: none !important;
	clear: none !important;
}

.mv-create-card .mv-create-wrapper h3.mv-create-title-secondary {
	color: #f00000;
	font-size: 16px;
	font-family: "newslab", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .12em;
	margin: 20px 0 10px;
}

.mv-create-card .mv-create-wrapper .mv-create-instructions h3.mv-create-title-secondary, .mv-create-card .mv-create-wrapper .mv-create-notes h3.mv-create-title-secondary {
	margin-top: 30px;
	clear: none !important;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients h4, .mv-create-card .mv-create-wrapper .mv-create-instructions h4, .mv-create-card .mv-create-wrapper .mv-create-instructions h4 {
	font-size: 14px;
	color: #97888d;
	margin: 18px 0 12px
}

/*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;
	line-height: 16px;
	width: auto;
	float: none !important;
	clear: none !important;
	color: #97888d;
	text-align: center;
	margin: 10px 0 20px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.mv-create-card .mv-create-wrapper .mv-create-time {
	padding: 0;
	border: none !important;
	display: inline-block !important;
	float: none !important;
	margin: 0 10px 0 0;
	font-size: 12px;
	color: #97888d;
	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: #97888d;
}

.mv-create-card .mv-create-wrapper .mv-create-time-label {
	color: #97888d;
	font-weight: normal;
}
	.mv-create-card .mv-create-wrapper .mv-create-time-label:after {
		content: ":";
		display: inline;
	}

.mv-create-card .mv-create-wrapper .mv-create-yield {
	color: #f00000;
	font-size: 14px;
	display: block;
	margin-bottom: 8px;
	font-family: "newslab", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 11px;
	font-weight: normal;
	opacity: 1.0;
	color: #ffffff;
	font-weight: bold;
	background-color: #f00000;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 10px;
	line-height: 1;
	padding: 6px 10px;
	margin-bottom: 10px;
}

/*Ingredients & 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: #f00000;
	content: '\2022';
	margin: 0 6px 0 -10px;
	display: inline-block;
}

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

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

/*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: #97888d;
	font-size: 95%;
	font-style: italic;
}


/*Products*/
.mv-create-card .mv-create-wrapper .mv-create-products {
	border: 1px solid #EDEDEE;
	margin: 25px 0 0;
	padding: 20px;
	text-align: center;
}

.mv-create-card .mv-create-wrapper .mv-create-products-product-name {
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	color: #2f111b;
	text-decoration: underline;
}

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

/*Nutrition*/
.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	background-color: #EDEDEE;
	padding: 25px;
	margin: 25px -25px -25px;
	line-height: 1.3;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition * {
	
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition-amount {
	font-size: 14px;
}

.mv-create-card .mv-create-wrapper .mv-create-nutrition h3 {
	font-size: 14px;
}

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

ul.mv-create-products-list li:before {
	display: none
}

/*Image Container*/
.mv-create-card .mv-create-wrapper .mv-create-image-container {
	width: 33% !important;
	max-width: auto;
	min-width: auto;
	float: right;
	clear: none;
}

.mv-create-card .mv-create-wrapper .mv-create-image-container img {
	margin-bottom: 15px;
}


.mv-create-card .mv-create-wrapper .mv-create-description {

	margin: 15px 0 25px;
	text-align: center;
}
	.mv-create-card .mv-create-wrapper .mv-create-description p {
		text-align: center;
		font-size: 17px;
		font-style: italic;
	}

/*Ratings*/
.mv-create-card .mv-create-wrapper .mv-reviews {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #97888d;
	font-style: italic;
}

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

.mv-create-card .mv-create-wrapper .mv-reviews-stars {
	margin-bottom: 6px;
}

.mv-create-card .mv-create-wrapper .mv-reviews-stars svg {
	width: 120px !important;
	height: auto;
}

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

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



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

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

.mv-comments-card {
	margin: 0 !important;
	border: 1px solid #e5e5e5 !important;
	padding: 15px 25px !important;
}
.mv-comments-card-header {
	background-color: #ffffff !important;
	margin: 0 !important;
	padding: 0 0 25px !important;
	border-bottom: 1px solid #e5e5e5 !important;
}
	.mv-comments-card-header h2.mv-comments-card-heading {
		font-size: 16px !important;
		margin: 0px 0 10px;
	}
	h3#comment-title{
		margin-top: 17px;
	}
	.mv-comments-card-header .mv-comments-card-stars {
		font-size: 16px;
		color: #97888d;
	}
	
.mv-comments-review {
	border-bottom: 1px solid #e5e5e5 !important;
}
.mv-comments-review, .mv-comments-review * {
	opacity: 1.0 !important;
}
.mv-comments-review .mv-comments-review-author {
	color: #f00000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em; 
	display: inline-block;
	opacity: 1.0 !important;
	margin-bottom: 10px;
}
	.mv-comments-review .mv-comments-review-author:after {
		content: " – ";
		margin: 0 5px;
		color: #97888d;
		font-weight: normal;
	}
.mv-comments-review .mv-comments-review-date {
	color: #97888d;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: .08em;
	display: inline-block;
	opacity: 1.0 !important;
	margin-bottom: 10px;
}

.mv-comments-review .mv-comments-review-stars, .mv-comments-review .mv-stars {
	width: 120px;
	text-align: left;
}
.mv-comments-review-stars svg {
	width: 120px !important;
	height: auto;
}
	

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

.mv-create-card .mv-create-wrapper button.mv-create-print-button, .mv-review-form button[type=submit] {
	text-decoration: none;
	font-family: "newslab", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 13px;
	line-height: 1;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #ff9b21;
	border: none;
	display: block;
	width: 100%;
	opacity: 1.0 !important;
}
	.mv-review-form button[type=submit] {
		margin: 12px 0 6px;
	}

.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, .mv-review-form button[type=submit]:hover {
	background-color: #f00000;
	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: #f00000 !important;
}

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

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

/*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: "newslab", Georgia, "Times New Roman", Times, 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: #97888d;
}

/*Print View*/
.mv-create-print-view.mv-create-card, .mv-create-print-view .mv-create-yield, .mv-create-print-view .mv-create-footer-flexbox {
	font-family: Arial, sans-serif !important;
}
.mv-create-print-view.mv-create-card h1, .mv-create-print-view.mv-create-card h2, .mv-create-print-view.mv-create-card h3, .mv-create-print-view.mv-create-card h4, .mv-create-print-view.mv-create-card h5 {
	font-family: Arial, sans-serif !important;
}
.mv-create-print-view.mv-create-card .mv-create-wrapper {
	background-color: #ffffff;
	border: none !important;
	padding: 0;
}

.mv-create-print-view .mv-create-image-container {
	
}

.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 .mv-create-wrapper p, .mv-create-print-view.mv-create-card .mv-create-wrapper li {
	color: #000 !important;
	text-align: left;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-title-wrap, .mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-times {
	text-align: left;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-yield {
	color: #97888d;
	background-color: #ffffff !important;
	padding: 0 !important;
	text-align: left;
}

.mv-create-print-view.mv-create-card .mv-create-wrapper .mv-create-description p {
	text-align: left;
}

.mv-create-print-view.mv-create-card * {
	color: #000 !important
}


@media ( max-width : 650px ) {
	.mv-create-card .mv-create-wrapper {
		padding: 15px;
	}
}