/* 
Theme Name: Yummy Mummy Kitchen
Theme URL: http://www.yummymummykitchen.com/
Description: Custom responsive blog theme for Yummy Mummy Kitchen.
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"], input[type="search"] {
    -webkit-appearance: none;
}
	
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

    .span_content {
        margin-left: 0;
        width: 73%;
        width: -moz-calc(100% - 300px - 5%);
        width: -webkit-calc(100% - 300px - 5%);
        width: calc(100% - 300px - 5%);
        max-width: 725px;
        float: left;
        display: inline-block;
    }
	
    .span_content_full {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
    }

    .span_sidebar {
        width: 300px;
        float: right;
        clear: right;
        display: block;
    }
}
.wrapper {
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    max-width: 1130px;
}

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

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

@font-face {
    font-family: 'novecento_wide';
	font-display:swap;
    src: url('fonts/novecentowide-book-webfont.woff2') format('woff2'),
         url('fonts/novecentowide-book-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'droid_serif';
	font-display:swap;
    src: url('fonts/droidserif-italic-webfont.woff2') format('woff2'),
         url('fonts/droidserif-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

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

body {
    font-family: "droid_serif", Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
    color: #333333;
    margin: 0;
    padding: 0;
}

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

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

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

p {
    margin: 25px 0;
}

img {
	display: block;
}
h1, h2, h3, h4, h5 {
    font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .25em;
    line-height: 1.3;
    margin: 25px 0;
    color: #333333;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
    }
h3 {
    font-size: 15px;
    font-weight: normal;
}
	h3.widget-title {
	}

h4 {
    font-size: 15px;
    font-weight: normal;
}

h5 {
   font-size: 13px;
   font-weight: normal;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

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

.sep2 {
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
	padding: 0;
	margin: 60px 0;
	border-top: 1px solid #333;
}
	.sep2:after {
		content: "";
		display: block;
		width: 60px;
		height: 60px;
		background: url(//i2.wp.com/yummymummykitchen.com/wp-content/themes/yummymummy/images/icon.png) center bottom no-repeat;
		background-size: auto 100%;
		margin: -30px auto 0;
	}

hr {
	border: 0; 
	height: 0; 
	border-top: 1px solid #333333; 
	border-bottom: none;
}

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

.top-nav {
	text-align: right;
	float: right;
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% -300px);
	width: calc(100% - 300px);
	margin: 15px 0;
}
	.top-nav .social {
		display: inline-block;
		margin: 0;
	}
	.top-nav .social a {
		color: #adadad;
		padding: 4px 6px;
		font-size: 14px;
	}
	.top-nav .social a:hover {
	    color: #debace;
	}
	.top-nav .header-search {
		display: inline-block;
		vertical-align: middle;
		margin: 0 20px 0 0;
		width: auto;
	}
.header {	
	margin-bottom: 40px;
}

.header .logo {
	width: 275px;
	float: left;
	position: absolute;
	top: 35px;
}
	body.admin-bar .header .logo {
		top: 68px;
	}
	.header .logo a {
	    display: inline-block;
	    margin: 0 auto;
	    width: 275px;
	    height: 140px;
	    background: url(//i2.wp.com/yummymummykitchen.com/wp-content/themes/yummymummy/images/logo.png) no-repeat;
	    background-size: 100% auto;
	}


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

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

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

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

.span_content ul li:before {
    color: #96bd74;
    font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    content: '\2022';/* '' */
    margin: 0 6px 0 -10px;
    font-size: 12px;
}

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

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

.sidebar {
	font-size: 88%;
	position: relative;
	z-index: 11;
}
.leftsidebar {
	width: 48%;
	float: left;
}
.rightsidebar {
	width: 48%;
	float: right;
}
.midsidebar {
	overflow: hidden;
	margin: 0;
	clear: both;
	overflow: hidden;
}
.lowersidebar {
	clear: both;
}

.widget {
    margin: 0 0 50px 0;
}
	.widget_search, .widget_nav_menu {
		margin-bottom: 40px;
	}
.widget.center, .widget.center .textwidget {
    text-align: center;
}
.widget.ad, .widget.ad .textwidget {
	text-align: center;
	margin: 60px 0 60px 0;
}
	.widget.ad img {
		display: inline-block;
	}
h3.widget-title {
 	margin: 0 auto 15px; 
 	text-align: center;
}
	.widget_search h3.widget-title, .widget_nav_menu h3.widget-title {
		text-align: left;
		margin-bottom: 15px;
	}
.hide-title h3.widget-title {
	display: none;
}
.widget a {
    text-decoration: none;
}

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

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


.sidebar select {
    color: #adadad;
    font-size: 13px;
    font-family: "droid_serif", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #333333;
    background-color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.screen-reader-text {
    display: none;
}

.sidebar .widget.about:first-of-type {
	margin-top: -50px;
}

.about p {
	margin: 10px 0;
	text-align: center;
}
.about p.simple-image {
	display: block;
}
.about p.simple-image img {
	width: 150px;
	height: auto;
	margin: 0 auto 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.about p.more {
	text-align: center;
	margin: 0;
}
.about p.more a {
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	color: #333333;
}
	.about p.more a:hover {
		color: #debace;
	}
.sidebar .widget.social {
	text-align: center;
	margin-top: -20px;
}
.widget.social p {
	margin: 0;
	text-align: center;
}
	.widget.social a {
		font-size: 15px;
		padding: 5px;
		margin: 0 3px;
		color: #96bd74;
	}
	.widget.social a .fa-stack-1x {
		font-size: 85%;
	}
	.widget.social a:hover {
		color: #debace;
	}
.subscribe {
	padding: 25px;
	text-align: center;
	border: 1px solid #333;
}
	.subscribe:before {
		content: "";
		display: block;
		width: 60px;
		height: 60px;
		background: url(//i2.wp.com/yummymummykitchen.com/wp-content/themes/yummymummy/images/icon.png) center bottom no-repeat;
		background-size: auto 100%;
		margin: -60px auto 10px;
	}
.subscribe p {
	margin: 0;
	color: #adadad;
	font-size: 9px;
	text-align: center;
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
}
.subscribe h3.widget-title {
 	margin: 0 0 5px;
 	font-size: 19px;
 	font-weight: 300;
}
.email-form, #ema_signup_form {
    clear: both;
    margin-top: 20px;
    position: relative;
}
.mimi_field {
	text-align: left;
	font-size: 90%;
	line-height: 1.5;
	margin: 10px 0;
}
	
.email-input, .mimi_field input[type=text] {
    color: #333333;
    font-size: 13px;
    line-height: 48px;
    font-family: "Droid_serif", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #333333;
    padding: 0 15px;
    margin: 0;
    width: 100%;
    height: 48px;
}
	.email-input::placeholder {
		color: #adadad;
	}
	.mimi_field label {
		width: 100% !important;
		margin: 0
	}
.email-submit, .mimi_field .submit {
    font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .3em;
    line-height: 0;
	background-color: #333333;
	color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
}

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




/* -- Custom Content Widgets -- */
.sidebar .item img {
    width: 100%;
    height: auto;
    display: block;
}
.sidebar .item a {
	display: block;
}
.sidebar .item a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.sidebar .item .post-meta {
	color: #adadad;
	font-size: 10px;
}
.sidebar .item h4 {
	margin: 15px 0 8px;
	font-size: 14px;
}

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

.sidebar .featured .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}
	.sidebar .featured .item:nth-of-type(2n) {
	    margin-right: 0;
	}
	
.sidebar .featured .post-title {
	display: none;
}
.sidebar .featured h4 {
	
}

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

.sidebar .popular .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}

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

.sidebar .popular h4.title {
	
}
	.sidebar .popular h4.title a {
		color: #96bd74;
	}
	.sidebar .popular h4.title a:hover {
		color: #debace;
	}

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

.sidebar .category-posts .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}

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

.sidebar .category-posts .item h4 {
	
}

/*Recent Posts Widget*/
.sidebar .recentposts {
	
}
.sidebar .recent {
	overflow: hidden;
}
.sidebar .recent .item {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
}

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

.sidebar .recentposts .item h4 {
    
}


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

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

h1.post-title, h2.post-title, h4.post-title {
    margin: 10px 0;
    color: #333333;
    text-align: center;
    position: relative;
}
h1.post-title a, h2.post-title a, h4.post-title a {
	text-decoration: none;
	color: #333333;
}
	h1.post-title a:hover, h2.post-title a:hover, h4.post-title a:hover {
		color: #debace;
	}
	
	h1.post-title span {
		display: inline;
		background-color: #ffffff;
		padding: 0 10px 0 14px;
	}
	h1.post-title:before {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: 1px solid #333333;
		margin: 20px 0 -15px;
	}
.post .edit {
    text-transform: none;
    letter-spacing: 0;
}


.post-meta {
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
    color: #adadad;
    font-size: 10px;
    letter-spacing: .2em;
    font-weight: normal;
    margin: 0 0 25px;
    overflow: hidden;
    text-align: center;
}
	.post-date {
		color: #96bd74;
		font-weight: bold;
		margin: 0;
	}
	.post-meta a {
	    color: #adadad;
	    text-decoration: none;
	}
	.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
	    color: #debace;
	}
.post-meta em {
	text-transform: none;
	letter-spacing: normal;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	font-family: "droid_serif", Georgia, "Times New Roman", Times, serif;
}
.post-meta .spacer {
	display: inline-block;
	margin: 0 8px;
	color: #cacaca;
}
.post-cats {
	margin: 0;
}

.post-cats a {
	font-size: 9px;
	letter-spacing: .1em;
	line-height: 15px;
	color: #ffffff;
	background-color: #96bd74;
	display: inline-block;
	padding: 4px 8px;
	margin: 3px 3px;
}
	.post-cats a:hover {
		color: #ffffff;
		background-color: #debace;
	}
.jumpbutton {
	margin: -15px 0 25px;
}

.meta-bottom {
    clear: both;
    margin: 25px 0;
    overflow: hidden;
	line-height: 1.4;
	padding: 15px 2px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}	
	.home-post-content .meta-bottom {
		border: none;
		padding: 0;
	}
.meta-bottom .left {
    width: 70%;
    float: left;
    text-align: left;
    display: inline-block;
}

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

.meta-centered {
	text-align: center;
	margin: 40px 0 0;
}
	.meta-centered p {
		text-align: center;
		margin: 0;
	}
	.meta-centered p.post-cats {
		margin-bottom: 20px;
	}
	.meta-centered p.post-ings {
		margin: -10px 0 20px;
	}
	.meta-centered .post-cats a {
		font-size: 11px;
	}

a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {
    color: #fff !important;
    font-size: 9px;
    line-height: 1;
    font-weight: bold;
    background-color: #d1d1d1;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-left: 8px;
    padding: 3px 4px 2px;
    display: inline-block !important;
    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: #96bd74;
}
.meta-more {
	clear: both;
	margin: 20px 0 0;
}
	.meta-more .right {
		line-height: 40px;
	}
a.more-link {
	color: #333333;
	display: inline-block;
	letter-spacing: .15em;
	font-size: 14px;
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
	.teaser-post a.more-link {
	}
	a.more-link:hover {
		color: #debace;
	}


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

.alignright {
    margin-left: 15px;
    float: right;
}
	.page page-id-2 .alignright {
		width: 30%;
		height: auto;
	}
.aligncenter {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.post blockquote {
	margin: 35px 0;
	clear: both;
    padding: 5% 6%;
    background-color: #f2f1f2;
    font-size: 115%;
    line-height: 1.7;
}
	


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

.wp-caption p {
    color: #adadad;
    font-size: 80%;
    text-align: center;
    margin-top: 2px;
    padding: 0;
}

/*Dropcap*/
.post-content {
	position: relative;
}
	.post-content>*, .post-content>ul, .post-content>ol {
		margin: 25px 40px;
	}
		.post-content>img {
			margin: 25px 0;
		}
	.home-post-content .more {
		margin: 0 40px;
	}
	.post-content>p:nth-of-type(1) {
		text-align: center;
		font-size: 112%;
		display: block;
	}
	.post-content>p:nth-of-type(2) {
		margin-top: 50px;
	}
	.post-content>p:nth-of-type(2):first-letter {
		font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
		font-size: 100px;
		font-weight: bold;
		line-height: .5;
		color: #ffffff;
		display: inline-block;
		text-shadow:
		   -1px -1px 0 #000,  
		    1px -1px 0 #000,
		    -1px 1px 0 #000,
		     1px 1px 0 #000;
	}
	.post-content img.size-full, .post-content img.size-large {
		margin: 35px 0;
		display: block;
	}

/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 65px 0 35px;
    padding: 40px;
	background-color: #ffffff;
	position: relative;
	border: 1px solid #333333;
}

.recipe h2 {
	margin: 5px 0 9px;
	text-align: center;
	font-size: 24px;
}
	
.recipe h3 {
	margin: 20px 0 10px;
}
	.recipe h3#directions {
		margin-top: 30px;
	}
.recipe h4 {
	color: #adadad;
	font-size: 13px;
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin: 20px 0 -15px
}


.recipe ol, .recipe ul {
    margin-bottom: 0 !important;
}

.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 !important;
    padding-bottom: 0;
}
.recipe ul li:before {
	
}

.recipe-meta {
	clear: none !important;
	margin: 0 0 25px;
    }
	.yield {
		display: block;
		margin: -54px 0 10px;
	}
	.yield span {
		background-color: #ffffff;
		display: inline-block;
		padding: 5px 12px;
	}
.recipe-meta strong {
	font-weight: normal;
}

.recipe-meta p, .recipe-meta div.yield {
	display: inline-block;
	text-align: center;
    margin: 0 15px 0 0;
}
	
	.recipe-meta p:last-of-type {
		margin-right: 0;
	}

.recipe .summary {
    margin: 0 0 35px;
    clear: left;
    font-style: italic;
    font-size: 110%;
    text-align: center;
}
	.recipe .summary p {
		margin: 20px 0;
	}
.recipe .ingredients {
	
}
.recipe .instructions strong {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 95%;
}

.recipe .notes {
	clear: both;
    margin-top: 25px;
    font-style: italic;
}
	.recipe .notes p {
		margin-top: 0;
	}
.recipe .notes h3 {
	font-style: normal;
}
.recipe .source {
    color: #b5b5b4;
    font-size: 80%;
    font-style: italic;
    margin-top: 15px;
    clear: left;
}
	.recipe .source p {
		margin: 0;
		display: inline-block;
	}

.recipe .sep2 {
	margin: 30px 0 40px;
}
.recipe img.photo {
	width: 170px;
	height: auto;
	float: right;
	margin: 0 0 15px 15px;
	display: block;
	}
	

.recipe .printbutton {
	text-align: center;
	width: 170px;
	float: right;
	clear: right;
}
	
.printbutton a {
	text-decoration: none;
	font-weight: normal;
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 12px;
	display: inline-block;
	margin: 0 auto;
	background-size: 100% auto;
	padding: 6px 15px;
	color: #ffffff;
	background-color: #96bd74;
	text-align: center;
}
	.printbutton a i {
		margin-right: 5px;
		font-weight: normal;
	}

.printbutton a:hover, .printbutton a:active {
 	background-color: #debace;   
}

.recipe .nutrition {
	clear: both;
	margin: 25px 0 0;
	font-size: 86%;
	font-weight: normal;
	 }
	.recipe .nutrition h3, .recipe .nutrition h4 {
		margin: 0 4px 0 0;
		line-height: 1;
		display: inline-block;
	}
	.recipe .nutrition p {
		display: inline-block;
		margin: 0;
	}
		.recipe .nutrition p span {
			font-weight: normal;
		}
	.recipe .nutrition ul {
		margin: 0;
	}
	.recipe .nutrition li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
		.recipe .nutrition li:after {
			display: inline-block;
			content: ", ";
		}
			.recipe .nutrition li:first-of-type:after, .recipe .nutrition li:last-of-type:after {
				display: none;
			}
		.recipe .nutrition li:before {
			display: none;
		}
	.recipe .nutrition strong {
		font-style: italic;
		font-weight: normal;
		margin-right: 4px;
	}
	.recipe .nutrition span {
		font-weight: bold;
	}
	
/*recipe PS*/
.recipe-ps {
	margin: 0 0 35px;
	background-color: #EDEDEE;
	padding: 30px;
	line-height: 1.5;
}
	.recipe-ps p {
		margin: 0;
	}
	.recipe-ps i {
		font-size: 70px;
		line-height: .7;
		float: left;
		vertical-align: middle;
		color: #debace;
		margin-right: 15px;
	}
	.recipe-ps strong {
		font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-size: 14px;
	}
	.recipe-ps em {
		font-weight: bold;
		font-style: normal;
	}






/* Inner Post */

.dpsp-content-wrapper {
	text-align: center;
}
.dpsp-content-wrapper ul li {
	float: none;
	display: inline-block;
}

.inner-post {
    position: relative;
    overflow: hidden;
    margin: 60px 0 0 0;
}
.inner-post .subscribe {
	padding: 6% 5%;
	margin: 0;
	text-align: center;
}

/*Next/prev Posts*/
.post-nav {
	clear: both;
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
    margin: 0 0 50px;
    overflow: hidden;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333333;
    padding: 45px 5px;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #333333;
		text-decoration: none;
	}
		.post-nav a:hover {
			color: #ffffff;
		}

	.post-nav .nav-previous {
		float: left;
		width: 48%;
	}
		
	.post-nav .nav-next {
		float: right;
		text-align: right;
		width: 48%;
	}
		.post-nav div a {
			display: block;
			background-color: #ffffff;
		}
			.post-nav div a:hover {
				color: #debace;
			}

	.post-nav em {
		display: block;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		color: #adadad;
		padding: 0 0 5px;
	}



.related {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 0px;
}
	.related h3 {
		margin: 5px 0 20px;
	}

.related .related-post {
	margin-bottom: 20px !important;
}
.related-post a {
	display: block;
}
	.related-post a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		
	}
/*---------HOMEPAGE POST STYLES---------*/

/*Category Sections*/
.home-sections {
	clear: both;
	margin: 60px 0 30px;
}
.home-section {
	overflow: hidden;
	text-align: left;
	margin-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid #333333;
}
	
	.home-section h3.widget-title {
		text-align: left;
	}

	.home-section h3.widget-title a {
		color: #96bd74;
	} 
		.home-section h3.widget-title a:hover {
			color: #debace;
		}

.home-section .item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 20px;
	float: left;
	text-align: left;
}
	.home-section .item:nth-child(3n) {
		margin-right: 0;
	}
	.home-section .item:nth-child(3n+1) {
		clear: left;
	}
	.home-section .item img {
		width: 100%;
		height: auto;
	}
	.home-section a {
		text-decoration: none;
	}
	
.home-section .more {
	text-align: center;
	clear: both;
	}
		.home-section .more a.more-link {
			color: #fff;
			font-size: 13px;
			letter-spacing: .1em;
			line-height: 1;
			font-weight: bold;
			background-color: #96bd74;
			border: none;
			cursor: pointer;
			text-decoration: none;
			padding: 10px 15px;
			display: inline-block;
		}
	.home-section .more a.more-link:hover {
	    background-color: #debace;
	}

	.home-section .more a {
		text-decoration: none;
	}
.category-section {
	margin-bottom: 50px;
}
.category-posts {
	overflow: hidden;
}
.home-section h4 {
	margin: 13px 0;
	font-size: 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.home-section a {
	display: inline-block;
}
.home-section a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}





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

.teaser-post {
	width: 46.8%;
	float: left;
	overflow: hidden;
	margin: 0 0 40px;
	font-size: 93%;
	text-align: center;
}
	.teaser-post.odd, .related-posts .teaser-post:nth-child(2n+1) {
		margin-right: 6.4%;
		clear: left;
	}
	.teaser-post.even {
		
	}
	
	.teaser-post a {
		text-decoration: none;
		display: block;
	}	
	
	.teaser-post img {
		width: 100%;
		height: auto;
		display: block;
	}

.teaser-post h2.post-title {
	margin:  0 0 15px;
}


.teaser-post .post-date {
	margin: -18px 0 10px;
}
	.teaser-post .post-date span {
		background-color: #ffffff;
		padding: 4px 12px;
		display: inline-block;
	}	
.teaser-post .excerpt {
	margin: 0;
}

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

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


/*---------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: 3.95%;
    margin-bottom: 35px;
    width: 30.7%;
    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 .post-meta:before {
		display: none;
	}
.archive-post h4 {
    margin: 15px 0 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
	
.archive-post .excerpt p {
	font-size: 90%;
	line-height: 1.6;
	margin: 10px 0 10px;
}
.archive-post .post-meta {
	margin-top: 5px;
	font-size: 9px;
	color: #adadad;
	font-weight: bold;
}
	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}


.archiveslist {
    overflow: hidden;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    text-transform: capitalize;
    
}
	.archiveslist li {
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 10px !important;
	list-style-type: circle !important;
	    -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 li:before {
		
	}
.archiveslist a:link {
    color: #333333;
    text-decoration: none;
}

.archiveslist a:visited {
    color: #333333;
    text-decoration: none;
}
.archiveslist a:hover {
    color: #debace;
}

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


.archiveslist ul {
	margin: 4px 0 0;
	padding: 0;
	width: 100%;
}
	.archiveslist ul li {
	    font-size: 90%;
	    font-style: italic;
	}

.subcats {
	margin-bottom: 40px;
	padding: 25px 25px 20px;
	text-align: center;
}

.subcats h4 {
    margin: 0 0 10px;
    font-size: 14px;
    color: #333333;
}
.subcats ul {
	overflow: hidden;
	margin: 0 0 0 -10px;
	padding: 0;
}
	.subcats ul li ul {
		margin: 0;
		padding: 0;
	}
	.subcats ul li ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	 
	.subcats li:before {
		display: none;
	}

	.subcats ul li a {
		color: #ffffff !important;
		text-decoration: none;
		background-color: #debace;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: .1em;
		font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		display: inline-block;
		padding: 4px 10px;
		margin: 2px 2px 5px;
	}
	.subcats ul li a:hover {
		background-color: #96bd74;
	}
ul.tagindex, .tagindex li {
    margin: 0!important;
    padding: 0 !important;
}

.tagindex li:before {
    display: none;
}

.tagindex a {
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-right: 2px;
    width: 20px;
    height: 22px;
    float: left;
    border: solid 1px #f6f5f5;
}

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

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

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

.tagindex a:hover {
    color: #96bd74;
    text-decoration: none;
}
.tagslist li em {
	color: #a6a6a6;
	margin-left: 5px;
	font-size: 90%;
}
.tagtitle {
    margin-bottom: 5px;
    font-weight: bold;
    color: #a6a6a6;
}

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

.tagtitle em {
    color: #96bd74;
    letter-spacing: normal;
    font-style: italic;
    margin-left: 10px;
    font-weight: normal;
    float: right;
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
}

.tagtitle em a {
    color: #96bd74;
    font-size: 11px;
}

.tagtitle a:hover {
    color: #696969;
}

/*Breadcrumbs*/
.breadcrumb {
	text-transform: uppercase;
    color: #adadad;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .1em;
    clear: both;
    margin: 0 0 15px;
}
	.breadcrumb a {
	    color: #adadad;
	    text-decoration: underline;
	}
	.breadcrumb a:hover {
	    color: #debace;
	}


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

#submit, .submitbutton, #commentform #submit, a.smbutton, .cntctfrm_input input[type=submit] {
    color: #fff;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 1.2;
    font-weight: bold;
    background-color: #96bd74;
    border: none;
    font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
    padding: 15px 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }
	a.smbutton {
		text-decoration: none;
		font-size: 10px;
		padding: 5px 10px 4px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
#submit:hover, .submitbutton:hover, #commentform #submit:hover, a.smbutton:hover, .cntctfrm_input input[type=submit]:hover {
    background-color: #debace;
}

.commentinput, .styledinput, .captchainput, #commentform input, .cntctfrm_input input  {
    color: #696969;
    font-size: 14px;
    font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 10px;
    border: 1px solid #333333;
}
.cntctfrm_input {
	margin: 5px 0 15px;
}
.commentinput, #commentform input, .cntctfrm_input {
	width: 100% }
	
#commentform textarea, .cntctfrm_input textarea, .gform_wrapper textarea {
	color: #696969;
	font-size: 14px;
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #333333;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
    width: 100%;
}

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

.wpcf7-form p {
	margin: 15px 0 5px;
}

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

.wpcf7-form .submit {
    clear: both;
    margin-top: 15px;
}

.search-form {
	width: 100%;
    border: 1px solid #333333;
    overflow: hidden;
}

.search-form .search-input {
    color: #696969;
    font-size: 11px;
    font-family: "droid_serif", Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 50px;
    background-color: #fff;
    padding: 0 15px;
    border: none;
    vertical-align: middle;
    float: left;
    width: 85%;
    height: 50px;
	margin: 0 !important;
}
	.search-form .search-input::placeholder {
		color: #adadad;
	}
.search-form .search-submit {
    background-color: transparent;
   	color: #adadad;
    font-size: 18px;
    line-height: 47px;
    cursor: pointer;
    width: 15%;
    height: 50px;
    border-style: none;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    float: right;
}

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

.header-search {
	position: relative;
	border: none;
	margin: 0;
	text-align: right;
}
	.header-search input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		vertical-align: middle;
		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: 1px solid #ffffff;
		background-color: transparent;
		padding: 0 2px 0 10px;
		margin: 2px 25px 0 0 !important;
		font-size: 10px;
		height: 25px;
		line-height: 25px;
		width: 35px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		vertical-align: middle;
		float: right;
	}

	.header-search input[type=search]:focus {
		width: 140px;
		background-color: #fff;
		color: #535252;
		border-color: #ebebeb;
	}
	
	.header-search .search-submit {
		font-size: 15px;
		font-weight: normal;
		line-height: 25px;
		height: 25px;
		width: 25px;
		background-color: transparent;
		font-family: "FontAwesome";
		color: #adadad;
		cursor: pointer;
		border-style: none;  
		vertical-align: middle; 
		padding: 0 3px;
		width: auto;
		margin: 0; 
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: absolute;
		top: 0;
		right: 0;
	}
		.header-search .search-submit:hover {
			color: #debace;
		}



/*---------FOOTER---------*/
.footer {
	clear: both;
	margin-top: 70px;
}

	
/*Sub-footer*/
.sub-footer {
    font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
    overflow: hidden;
	font-size: 10px;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: .15em;
	padding: 20px 0;
	color: #333;
	border-top: 1px solid #333;
}

.sub-footer a {
    text-decoration: none;
    color: #333;
}
.sub-footer a:hover {
    color: #debace;
}

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

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

.footer-nav li.top a {
    font-weight: bold;
}


.sub-footer .copyright {
	max-width: 40%;
	display: inline-block;
	float: right;
	text-align: right;
}

.copyright {
	background: url(//i2.wp.com/yummymummykitchen.com/wp-content/themes/yummymummy/images/icon.png) left center no-repeat;
	background-size: auto 100%;
	padding-left: 28px;
}
	.copyright em {
		text-transform: none;
		letter-spacing: normal;
		font-style: italic;
		font-weight: normal;
		font-size: 11px;
		font-family: "droid_serif", Georgia, "Times New Roman", Times, serif;
	}



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

#comments, #pings           {
	margin-top: 5px }
	h3#comments {
		
	}
	h3#comments strong {
		text-transform: uppercase;
		letter-spacing: .08em;
	}
#respond, #comments            {
	margin-top: 65px }
#comment-list          {
	font-size: 95%;
	list-style-type: none;
	margin: 20px 0 30px;
	padding: 0;
}
#comment-list li           {
	margin: 30px 0;
	padding: 25px;
	border: 1px solid #333333;
	list-style-type: none;
}
	#comment-list li:before {
		display: none;
	}
#comment-list li.bypostauthor {
	border: none;
	padding: 0;
}
#comment-list li.bypostauthor>div.comment {
	background-color: #F2F4F7;
	padding: 20px;
}
#comment-list li p {
	margin: 10px 0;
}
	#comment-list li p:last-of-type {
		margin-bottom: 0;
	}
.comment-meta {
	color: #adadad;
	margin: 0;
	letter-spacing: .1em;
	font-size: 10px;
	text-align: left;
	clear: none;
	 }
	 .comment-meta:before {
	 	display: none;
	 }
	.comment-meta a {
		color: #adadad;
	}
.comment-meta strong           {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	 }
.comment-meta strong a            {
	color: #333333;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #debace;
	text-decoration: underline }


#comment-list .avatar    {
	float: right;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 0 10px 10px; }
	
#pings {
	margin-top: 50px;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
	
	
#commentform   {
	margin-bottom: 30px;
	width: 100% }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }

.comment-nav {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-align: left;}
	.comment-nav-bottom {
		margin-bottom: 25px;
	}
.comment-nav .nav-links {
	overflow: hidden;
}
.comment-nav .nav-previous {
	float: left;
	width: 48%;
}
.comment-nav .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
.comment-nav a {
	color: #adadad;
	text-decoration: none;
}
	.comment-nav a:hover {
		color: #96bd74;
	}


/*threaded comments*/
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin-bottom: 0;
	border: none;
}
#cancel_reply, #cancel_reply a       {
	color: #96bd74;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #96bd74;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #debace;
	text-decoration: underline }

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

.pagination {
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
    clear: both;
    text-align: center;
    font-size: 10px;
    margin: 20px 0 0;
    overflow: hidden;
    color: #adadad;
}
.pagination .page-numbers {
    color: #adadad;
    padding: 4px 10px 3px;
    margin: 0 3px;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current, .pagination a.active {
	    color: #333333 !important;
	    margin: 0;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover{
	color: #debace;
}



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

#main {
	clear: both;
	width: 100%;
	display: block;
	text-align: right;
	height: 48px;
	line-height: 46px;
	margin: 37px 0 100px;
	font-size: 12px;
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#main ul {
	padding: 0;
	text-align: right;
	display: inline-block;
}

#main li {
	display: inline-block;
	position: relative;
	width: auto;
	list-style: none;
	margin:  0 0 0 10px;
	padding: 0;
	float: left;
}
	#main li:first-of-type {
		margin-left: 0;
	}

#main a {
	color: #333333;
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 0 15px;
	text-align: center;
}

	
#main a:hover, #main li.sm>a:hover, #main li.menu-item-has-children:hover>a {
	color: #debace;
	cursor: pointer;
}

#main ul li.menu-item-has-children>a:after {
	content: '+';
	float: right;
	display: inline;
	margin: 0px 0 0 3px;
}
	
/* Navigation submenu */
#main .menu-item:hover .sub-menu {
	display: block;
}

#main .sub-menu {
	display: none;
	position: absolute;
	text-align: left;
	top: 42px;
	left: 0;
	padding: 8px 0;
	width: 180px;
	z-index: 2000;
	background-color: #efefef;
	background-color: rgba(239,239,239,.95);
}

#main .sub-menu .menu-item {
	margin: 0;
	display: block;
	text-align: left;
	float: none;
	width: 100%;
}

#main .sub-menu .menu-item a {
	display: block;
	font-size: 12px;
	line-height: 1.3;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	padding: 5px 15px;
}

#main .sub-menu .menu-item a:hover,#main .sub-menu li.menu-item-has-children:hover>a {
}

/* 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: left;
	font-size: 10px;
	background-color: #d4d5d5;
	left: 100%;
	top: 0px;
	margin-left: 0;
}

	#main .sub-menu .menu-item .sub-menu li a:hover {
		
	}

	#main .sub-menu li.menu-item-has-children>a:after {
		content: ">";
		float: right;
	}
#main .sub-menu .menu-item .sub-menu:after {
	display: none;
}
#main li.bold, #main li.bold a, #main li li.bold {
	font-weight: bold !important;
}
#main li.search {
	display: none;
}



/* Create custom recipe card */

.single-post-content .mv-create-card {
	max-width: 100% !important;
	width: 100% !important;
}

.single-post-content .mv-create-wrapper {
	background-color: #ffffff;
	padding: 25px !important;
	border: 1px solid #333333 !important;
	margin-top: 15px !important;
}
	.single-post-content .mv-create-wrapper p, .single-post-content .mv-create-wrapper li {
		font-size: 15px;
		font-weight: normal;
		line-height: 1.8;
		color: #333333;
	}
.single-post-content .mv-create-wrapper .mv-create-header {
	background-color: transparent;
	padding: 0 0 20px;
	border-bottom: 1px solid #333333;
	margin-bottom: 50px;
}
	.single-post-content .mv-create-wrapper .mv-create-header:after {
		content: "";
		display: block;
		width: 60px;
		height: 60px;
		margin: 0 auto -50px;
		background: url(//i2.wp.com/yummymummykitchen.com/wp-content/themes/yummymummy/images/icon.png) center bottom no-repeat;
		background-size: auto 60px;
	}
.single-post-content .mv-create-wrapper .mv-create-description {
	margin-top: 20px;
}
.single-post-content .mv-create-wrapper .mv-create-ingredients, .single-post-content .mv-create-wrapper .mv-create-instructions {
	padding: 0;
}
	.mv-create-instructions {
	    clear: none !important;
	}
.single-post-content .mv-create-wrapper h1.mv-create-title-primary {
	line-height: 1.1;
	margin: 0 0 10px;
	font-size: 24px;
}

.single-post-content .mv-create-wrapper h2.mv-create-title-secondary {
	font-size: 15px;
	font-weight: normal;
	margin-top: 0;
}
	.single-post-content .mv-create-wrapper .mv-create-instructions h2.mv-create-title-secondary, .single-post-content .mv-create-wrapper .mv-create-notes h2.mv-create-title-secondary {
		margin-top: 30px;
	}
.single-post-content .mv-create-wrapper .mv-create-yield {
	
}
.single-post-content .mv-create-wrapper .mv-create-times {
	margin: 10px 0;
	opacity: 1.0;
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.4;
}
.single-post-content .mv-create-wrapper .mv-create-time-format, .single-post-content .mv-create-wrapper .mv-create-time-label {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em !important;
	color: #ADADAD;
	opacity: 1.0;
}
	.single-post-content .mv-create-wrapper .mv-create-time-yield, .single-post-content .mv-create-wrapper .mv-create-time-yield > * {
		font-weight: bold;
		color: #96bd74;
		font-size: 11px;
		letter-spacing: .15em;
	}
	.single-post-content .mv-create-wrapper .mv-create-times .mv-create-time:first-of-type {
		padding-left: 0;
	}
.single-post-content .mv-create-wrapper .mv-create-time-format, .single-post-content .mv-create-wrapper .mv-create-time-label {
	text-align: left;
}
.single-post-content .mv-create-wrapper .mv-create-time-label {
	font-style: normal !important;
}

.single-post-content .mv-create-wrapper .mv-create-ingredients h3 {
	font-size: 13px;
	color: #ADADAD;
	margin: 20px 0 5px
}
.single-post-content .mv-create-wrapper .mv-create-ingredients ul, .single-post-content .mv-create-wrapper .mv-create-notes ul {
	margin: 0;
	padding: 0;
}
.single-post-content .mv-create-wrapper .mv-create-ingredients ul li, .single-post-content .mv-create-wrapper .mv-create-notes ul li {
	margin: 0 0 3px 15px;
	padding: 0;
	list-style-type: none;
}
	
	.single-post-content .mv-create-wrapper .mv-create-ingredients ul li:before, .single-post-content .mv-create-wrapper .mv-create-notes ul li:before {
	    color: #96bd74;
	    content: '\2022';
	    margin: 0 6px 0 -10px;
	    font-size: 12px;
		display: inline-block;
	}
.single-post-content .mv-create-wrapper .mv-create-instructions ol {
	margin: 0;
	padding: 0;
}
.single-post-content .mv-create-wrapper .mv-create-instructions ol li {
	margin: 0 0 15px 20px;
	padding: 0;
	list-style-type: decimal;
}
.single-post-content .mv-create-wrapper .mv-create-reviews {
	color: #adadad;
	font-size: 12px;
	font-style: italic;
}
.single-post-content .mv-create-wrapper .mv-review-status {
	min-height: auto !important;
}
.single-post-content .mv-create-wrapper .mv-create-rating p {
	font-size: 13px;
	line-height: 1.2;
}
.single-post-content .mv-create-wrapper .mv-create-rating a {
	text-decoration: underline;
	color: #96bd74;
	font-weight: bold;
}
.single-post-content .mv-create-wrapper .mv-create-products {
	border: 1px solid #d9d9d9;
	padding-top: 15px;
	padding-bottom: 15px;
}
	.single-post-content .mv-create-wrapper .mv-create-affiliate-disclaimer {
	font-size: 12px;
	color: #b6b6b6;
	font-style: italic;
}
.single-post-content .mv-create-wrapper .mv-create-notes p {
	font-size: 90%;
	font-style: italic;
}
.single-post-content .mv-create-wrapper .mv-create-nutrition {
	padding: 0
}
.single-post-content .mv-create-wrapper .mv-create-nutrition-disclaimer {
	font-size: 12px;
}
.single-post-content .mv-create-footer {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
}

.single-post-content .mv-create-wrapper button.mv-create-print-button {
	float: right;
	clear: right;
	width: 30%;
	text-decoration: none;
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: normal !important;
	font-size: 13px;
	line-height: 1;
	margin: 15px auto;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #96bd74;
	border: none;
	top: 0;
	bottom: 0;
}

	.single-post-content .mv-create-wrapper button.mv-create-print-button:hover {
	 	background-color: #debace;
	 	cursor: pointer;
	}

.single-post-content .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: #debace !important;
}
	.single-post-content .mv-create-wrapper .mv-create-pin-button:hover {
	 	background-color: #96bd74 !important;
	 	cursor: pointer;	 	
	}

.single-post-content .mv-create-footer-flexbox, .single-post-content .mv-create-footer-flexbox .mv-create-copy, .mv-create-footer-flexbox .mv-create-wrapper .mv-create-categories {
	font-family: "novecento_wide", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em !important;
	color: #ADADAD;
	opacity: 1.0 !important;
}
	.single-post-content .mv-create-footer-flexbox * {
		opacity: 1.0 !important;
		color: #ADADAD !important;
		letter-spacing: .15em !important;
	}
	.single-post-content .mv-create-footer-flexbox .mv-create-strong {
		font-weight: normal;
		letter-spacing: .15em;
	}
.single-post-content .mv-create-wrapper .mv-create-image {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	float: right;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 30% !important;
	height: auto !important;
	border: none;
}

.single-post-content .mv-create-wrapper .mv-create-reviews, .single-post-content .mv-create-wrapper .mv-create-print-form {
	width: 30%;
	clear: right;
	float: right;
	margin-bottom: 15px;
}

	@media ( min-width : 800px ) and ( max-width : 871px ), ( max-width : 500px ) {
		.single-post-content .mv-create-wrapper .mv-create-image {
			float: none;
			margin: 0 auto;
			width: 50% !important;
			max-width: 250px;
		}
		.single-post-content .mv-create-wrapper .mv-create-reviews, .single-post-content .mv-create-wrapper .mv-create-print-form {
			width: 100%;
			clear: right;
			float: none;
			text-align: center;
			margin-bottom: 15px !important;
		}
	}
	
	@media ( max-width : 800px ) {
		.single-post-content .mv-create-card {
			padding: 15px;
		}
		.single-post-content .mv-create-wrapper {
			padding: 20px !important;
			margin: 0 !important;
		}
		.single-post-content .mv-create-wrapper .mv-create-pin-button {
			top: 0 !important;
			right: 0 !important;
		}
	}
	
#recipe_btf_wrapper, .mv-create-target {
	float: right !important;
	clear: right !important;
	width: 300px !important;
	margin: 10px 0 20px !important;
	padding-left: 20px !important;
}