/* 
Theme Name: TidyMom
Theme URL: http://www.tidymom.net/
Description: Custom blog theme for TidyMom.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/

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

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

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

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

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

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

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

body {
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #484744;
    font-weight: 300;
    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;
}
input[type=submit] {
	-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: #73c7c4;
    text-decoration: underline;
}

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

p {
    margin: 23px 0;
}

h1, h2, h3, h4, h5 {
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1 {
    color: #484744;
    font-size: 30px;
}

h2 {
    color: #484744;
    font-size: 24px;
    }
    h2.subtitle, h3.subtitle {
    	font-size: 24px;
    	color: #a3a3a1;
    	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    	font-style: italic;
    	font-weight: normal;
    	text-transform: none;
    	letter-spacing: normal;
    	margin-bottom: 20px;
    }

h3 {
    color: #484744;
    font-size: 16px;
}
	h3.divider {
		font-size: 22px;
		margin-bottom: 20px;
	}
	h3.divider em {
		float: right;
		font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
		font-style: italic;
		font-size: 14px;
		line-height: 23px;
		font-weight: normal;
		text-transform: lowercase;
		letter-spacing: normal;
	}
	h3.divider em a {
		color: #a3a3a1;
		text-decoration: none;
	}
		h3.divider em a:hover {
			color: #e82e4e;
		}
h4 {
    color: #484744;
    font-size: 14px;
}
h5 {
    color: #f5b730;
    font-size: 14px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

.clear {
    clear: both;
}

.sep {
	width: 100%;
	display: block;
	clear: both;
	margin: 25px auto 50px;
	border-bottom: 1px solid #e3e3e3;
}
hr {
	border: none;
	border-top: 1px solid #e3e3e3;
	height: 1px;
	outline: none;
	
	margin: 45px auto 50px;
}

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

.top-bar {
    background-color: #ececec;
    color: #a3a3a1;
    height: 42px;
}

.header {
	
}

.header .logo {
    margin: 20px 0 -20px;
    width: 180px;
    float: left;
    position: relative;
    z-index: 1000;
}

.header .logo a {
    display: inline-block;
    width: 180px;
    height: 180px;
    background: url(//i2.wp.com/tidymom.net/blog/wp-content/themes/tidymom.v2/images/logo.png) no-repeat;
    background-size: 100% auto;
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
		.header .logo a {
		    background: url(//i2.wp.com/tidymom.net/blog/wp-content/themes/tidymom.v2/images/logo@2x.png) no-repeat;
		    background-size: 100% auto;
		}
	
	}


.header-ad {
	background-color: #ececec;
	text-align: center;
	padding: 20px;
	padding-bottom: 1px;
	margin-bottom: 35px;
	clear: both;
}
	.header-ad a, .header-ad img {
		display: block;
		margin: 0 auto;
	}

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

.span_content img, .span_sidebar 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 15px 10px;
    padding: 0;
}

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

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

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

.sidebar {
	font-size: 85%;
	line-height: 1.6;
}

.widget {
    margin-bottom: 45px;
    text-align: center;
}

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

h3.widget-title {
 	margin: 0 auto 15px; 
}
	h3.widget-title em {
		display: block;
		font-size: 10px;
		color: #73c7c4;
		font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
		font-style: normal;
		letter-spacing: .1em;
		margin: 5px 0;
	}

	.about h3.widget-title em, .author-box h3.widget-title em {
		color: #e82e4e;
	}
	.popular-posts h3.widget-title em, .topsidebar .recent-posts h3.widget-title em {
		color: #7dba67;
	}
	.recent-posts h3.widget-title em {
		color: #f5b730;
	}
.widget a {
    text-decoration: none;
}

.widget p {
    margin: 12px 0;
}

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

.widget_categories, .widget_archive {
	width: 47%;
	display: inline-block;
}
	.widget_archive {
		margin-left: 6%;
	}
	.widget_archive:after {
		content: "";
		display: block;
		clear: both;
		float: none;
		width: 100%;
		height: 1px;
	}
.sidebar select {
    color: #989b9c;
    font-size: 12px;
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    line-height: 35px;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    border: 1px solid #e3e3e3;
}
.screen-reader-text {
    display: none;
}


.about {
	text-align: center;
}
	/*.about h3:before {
		width: 150px;
		height: 150px;
		background: url(//i2.wp.com/tidymom.net/blog/wp-content/themes/tidymom.v2/images/about.jpg) no-repeat;
		background-size: 100% auto;
		content: "";
		display: block;
		margin: -15px auto 15px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}*/
.about p.simple-image img {
	width: 150px;
	height: 150px;
	display: block;
	margin: -15px auto 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.about strong a, .about p.more a {
	font-size: 10px;
	color: #73c7c4;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .1em;
	font-weight: bold;
}
	.about strong a:hover, .about p.more a:hover {
		color: #e82e4e;
	}
.sidebar .social {
	margin-top: -20px;
}
.sidebar .social a {
    text-decoration: none;
    color: #989b9c;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.1;
    margin: 0;
    padding: 2px 2px;
    display: inline-block;
    vertical-align: middle;
}
.sidebar .social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
	.social a.icon-facebook-circled {
		color: #387192;
	}
	.social a.icon-twitter-circled {
		color: #73c7c4;
	}
	.social a.icon-pinterest-circled {
		color: #e82e4e;
	}
	.social a.icon-instagram-circled {
		color: #7dba67;
	}
	.social a.icon-snapchat-circled {
		color: #f5b730;
	}
	.social a.icon-youtube-circled {
		color: #ff7075;
		position: relative;
		left: 2px;
	}


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

.sidebar .featured .item, .sidebar .recent .item, .sidebar .popular .item {
    width: 47%;
    margin: 0 6% 6% 0;
    float: left;
}

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

.featured img, .sidebar .recent img, .sidebar .popular img {
    width: 100%;
    height: auto;
    display: block;
}

.sidebar .featured h4, .sidebar .recent h4, .sidebar .popular h4 {
    margin: 8px 0 0;
    color: #484744;
    text-align: left;
    font-size: 11px;
    display: none;
}
	
.sidebar .featured .post-meta, .sidebar .recent .post-meta, .sidebar .popular .post-meta {
    display: none;
}

.sidebar .featured a:hover, .sidebar .recent a:hover, .sidebar .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% 6% 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 {
    margin: 8px 0 0;
    color: #484744;
    text-align: left;
    font-size: 11px;
    display: none;
}

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

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

.sidebar .category-posts a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.sidebar .widget_categoryposts h3 a {
	color: #484744;
}
.sidebar .widget_categoryposts h3 a span {
 display: none;
}


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

.post {
    margin-bottom: 50px;
}

.post-title {
	margin-bottom: 25px;
}

h1.post-title, h2.post-title {
    margin: 5px 0;
    color: #484744;
}

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

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

.post .edit {
    text-transform: lowercase;
    letter-spacing: 0;
}
.post-meta {
    color: #989b9c;
    font-size: 11px;
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.post-meta a {
    color: #989b9c;
    text-decoration: none;
}
.post-cats a {
	color: #e82e4e;
	font-weight: bold;
}
	.post-cats a:hover {
		text-decoration: underline;
	}
.post-meta a:hover, .edit a:hover, .meta-bottom a:hover {
    text-decoration: underline;
}
.post-meta .icon-comment:before {
	color: #73c7c4;
	font-size: 90%;
	vertical-align: middle;
	margin: -3px 5px 0 15px;
}
.meta-bottom {
    clear: both;
    margin: 25px 0 0;
    overflow: hidden;
}	

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

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


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: #989b9c;
    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: #484744;
}

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

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

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

.post blockquote, .single-page blockquote {
    color: #989b9c;
    background-color: #ececec;
    font-size: 115%;
    line-height: 1.9;
    padding: 5px 5%;
    margin: 35px 0;
}

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

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

.bp-widget                          {
	color: #989b9c;
	background-color: #ececec;
	margin: 35px 0 35px;
	overflow: hidden;
	border: 1px solid #eeeeee;
	padding: 25px;
}
.bp-widget.nobg                         {
	color: #989b9c;
	background-color: transparent;
	font-style: normal;
	margin: 35px 0 35px;
	overflow: hidden;
	border: none;
	padding: 0;
}

/* Recipe Styles*/
.recipe {
    font-style: normal;
    margin: 100px 0 0;
    padding: 25px;
    background-color: #ececec;
   font-size: 96%;
   line-height: 1.7;
}

.recipe h2 {
	margin: 4px 0;
	text-align: center;
	font-size: 21px;
}

.recipe h3 {
	margin: 25px 0 10px;
}

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


.span_content .recipe ol, .recipe ul {
    padding: 0 !important;
    margin: 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;
    padding-bottom: 0;
}
.recipe ul li:before {
	color: #73c7c4;
}
.recipe .ingredients {
	margin-bottom: 30px;
}
.recipe .instructions {
}
.recipe .summary {
    margin: 0 0 25px;
    clear: left;
    font-style: italic;
    font-size: 115%;
    line-height: 1.6;
    color: #6f7475;
    text-align: center;
}
.recipe .yield {
    font-size: 10px;
    text-align: center;
    color: #e82e4e;
    font-weight: bold;
}
.recipe .time {
    margin: 0 0 20px;
    font-size: 10px;
    text-align: center;
}
.recipe .time p {
	display: inline-block;
    margin: 0 8px;
    padding: 0;
}
.recipe .time strong {
	font-weight: normal;
}
.recipe .notes {
	clear: both;
    font-style: italic;
    margin-top: 20px;
    color: #a3a3a1;
    font-size: 90%;
}
.recipe .notes p {
	display: block;
}
.recipe .source {
    color: #a3a3a1;
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 10px;
    margin-top: 15px;
    clear: left;
}

.recipe .photo {
	display: block;
    margin: -105px auto 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 160px;
}
	.recipe .photo img {
		width: 100% !important;
		height: auto;
	}
	

.recipe .printbutton {
	text-align: center;
}

.printbutton a {
	text-decoration: none;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 11px;
	display: inline-block;
	padding: 4px 15px;
	color: #ffffff;
	background-color: #f5b730;
}
	.recipe .printbutton a:before {
		content: '\e808';
		display: inline-block;
		font-family: fontello;
		margin: 0 8px 0 0;
	}
.printbutton a:hover, .printbutton a:active {
 	background-color: #e82e4e;   
}

.post-recipe {
	background-color: #73c7c4;
	margin: 0 0 25px;
	padding: 1px 20px;
	font-size: 90%;
	line-height: 1.5;
}
	.post-recipe a {
		color: #484744;
	}
	.post-recipe p:before {
		content: '\e806';
		font-family: fontello;
		display: block;
		font-size: 72px;
		line-height: .9;
		margin-right: 10px;
		font-style: normal;
		font-weight: normal;
		vertical-align: middle;
		float: left;
		color: #ffffff;
		margin-right: 15px;
	}
	.post-recipe .strong {
		font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-weight: bold;
		color: #ffffff;
	}
/* Inner Post */

.inner-post {
    overflow: hidden;
}

.author-box {
	border: 1px solid #e3e3e3;;
	margin: 100px 0 40px;
	font-size: 90%;
	line-height: 1.7;
	color: #8a8a8a;
	text-align: center;
	padding: 0 20px 20px;
}
	.author-box .avatar {
		width: 120px;
		margin: -60px 0 10px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.author-box .author-text {
		
	}
	.author-box .more-link {
		font-size: 11px;
		color: #73c7c4;
	}
	.author-box h3 {
		margin: 0;
	}

.post-nav {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin: 50px 0 55px;
    overflow: hidden;
}
	.post-nav .nav-links {
		overflow: hidden;
		width: 100%;
	}
	.post-nav a {
		color: #989b9c;
		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: #484744;
		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: #a3a3a1;
		font-size: 10px;
		font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		background-color: #ffffff;
		padding: 0;
	}
		.post-nav .nav-next .subhead {
			padding: 0;
		}
	.post-nav a:hover h5 {
	    color: #e82e4e;
	}

.related {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 60px;
}
	.related .archive-post, .related h4 {
		margin-bottom: 0;
	}
.related h4 {
	margin: 5px 0;
}
	
/*---------TEASER STYLES---------*/


.teaser-post {
	width: 48%;
	float: left;
	overflow: hidden;
	margin: 0 0 6% 0;
	font-size: 92%;
	line-height: 1.6;
}
	.teaser-post.odd {
		margin-right: 4%;
		clear: left;
	}
	.teaser-post.even {
		
	}

.teaser-post a {
	text-decoration: none;
}
.teaser-post .post-image {
	margin-bottom: 15px;
}
	.teaser-post .post-image img {
		width: 100%;
		height: auto;
		display: block;
	}
.teaser-post .post-thumb a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.teaser-post .post-meta {
	margin: 0;
}
.teaser-post p {
	margin: 15px 0 15px;
}
.more {
}
a.more-link {
	color: #73c7c4;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 13px;
	text-decoration: none;
}
	.teaser-post a.more-link {
		
	}
a.more-link:hover {
    color: #e82e4e;
}

/*---------CAROUSEL STYLES---------*/
.carousel {
	overflow: hidden;
	width: 100%;
	margin: 0 0 .33%;
}

.carousel .wrap {
	overflow: hidden;
}

.carousel .item {
	width: 24.75%;
	margin: 0 .33% 0 0;
	float: left;
	position: relative;
	background-color: #ffffff;
}

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

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

.carousel .item .post-content {
	padding: 13px 15px;
	position: absolute;
	bottom: 10px;
	width: 90%;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.8);
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out	
}
	.carousel .item:hover .post-content {
		opacity:1.0;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}

.carousel .item .post-image {
	position: relative;
}
	.carousel .item .post-cats {
		font-size: 10px;
	}
	.carousel .item .post-cats a, .teaser-post .post-cats a {
		color: #e82e4e;
		font-weight: bold;
	}
		.carousel .item:nth-child(2) .post-cats a, .teaser-post:nth-child(4n+3) .post-cats a {
			color: #7dba67;
		}
		.carousel .item:nth-child(3) .post-cats a, .teaser-post:nth-child(4n+4) .post-cats a {
			color: #73c7c4;
		}
		.carousel .item:nth-child(4) .post-cats a, .teaser-post:nth-child(4n+1) .post-cats a {
			color: #f5b730;
		}
	.carousel .item .post-cats a:hover {
		text-decoration: underline;
	}
.carousel .item h2 {
	margin: 0 0 3px;
}
	.carousel .item h2 a {
		text-decoration: none;
		color: #484744;
	}
		.carousel .item h2 a:hover, .teaser-post:nth-child(4n+2) h2 a:hover {
			color: #e82e4e;
		}
		.carousel .item:nth-child(2) h2 a:hover, .teaser-post:nth-child(4n+3) h2 a:hover {
			color: #7dba67;
		}
		.carousel .item:nth-child(3) h2 a:hover, .teaser-post:nth-child(4n+4) h2 a:hover {
			color: #73c7c4;
		}
		.carousel .item:nth-child(4) h2 a:hover, .teaser-post:nth-child(4n+1) h2 a:hover{
			color: #f5b730;
		}

/*Subscribe*/
.homepage-subscribe {	
	clear: both;
	overflow: hidden;
	margin: 0 auto 50px;
	background-color: #73c7c4;
	text-align: left;
}
	.homepage-subscribe .wrap {
		background: url(//i2.wp.com/tidymom.net/blog/wp-content/themes/tidymom.v2/images/ebook-sm.jpg) left center no-repeat;
		background-size: auto 100%;
		padding: 50px 0 35px;
		overflow: hidden;
		padding-left: 100px;
	}
	
	.inner-post .subscribe {	
		clear: both;
		background: #73c7c4;
		padding: 25px;
		overflow: hidden;
		margin: 0 auto 50px;
		text-align: center;
	}
	.homepage-subscribe .subscribe {
		width: 90%;
		margin: 0 auto;
	}
	
	.inner-post .subscribe {
		background: #73c7c4 url(//i2.wp.com/tidymom.net/blog/wp-content/themes/tidymom.v2/images/ebook.jpg) left center no-repeat;
		background-size: 100% auto;
		padding: 50px 0 35px;
		overflow: hidden;
		padding-left: 290px;
		padding-right: 35px;
	}

.subscribe .title {
	width: 305px;
	float: left;
	vertical-align: middle;
	text-align: center;
}
.subscribe h3 {
	font-size: 21px;
	margin: 2px 0 1px;
}
	.inner-post h3.widget-title {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 2px;
		font-size: 21px;
	}
.subscribe p {
	margin: 0;
	font-size: 14px;
}
	.homepage-subscribe p {
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-weight: bold;
		padding-right: 2px;
		font-size: 11px;
	}
	.inner-post .subscribe p {
		color: #ffffff;
		font-size: 16px;
		margin: 0 0 15px;
	}
.subscribe .email-form {
	width: -moz-calc(100% - 315px);
	width: -webkit-calc(100% -315px);
	width: calc(100% - 315px);
	float: right;
	vertical-align: middle;
}
	.inner-post .email-form {
		float: none;
		width: 100%;
		text-align: center;
	}
.email-form {
	margin: 0 0 0;
}
.email-input {
    color: #989b9c;
    font-size: 14px;
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    font-style: italic;
    background-color: #ffffff;
    border: none;
    vertical-align: middle;
    float: left;
    width: 65%;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    margin: 0 2% 0 0;
    padding: 0 15px;
    float: left;
    display: block;
}
	.inner-post .email-input {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
.email-submit {
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    letter-spacing: .08em;
    font-size: 14px;
    text-transform: uppercase;
	font-weight: bold;
    line-height: 48px;
	color: #ffffff;
	background-color: #e82e4e;
    text-align: center;
    cursor: pointer;
    border: none;
    float: left;
    width: 33%;
    height: 48px;
    padding: 0;
    margin: 0 0 0 -4px;
    display: block;
    float: left;
    vertical-align: middle;
}
	.inner-post .email-submit {
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}
.email-submit:hover {
    background-color: #f5b730;
}



.subscribe .checkboxes {
	clear: both;
	display: block;
	color: #ffffff;
	margin: 0;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
}
	.checkboxes strong {
		font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
		font-size: 11px;
		font-weight: bold;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
	
	.subscribe .checkboxes li, .subscribe .checkboxes ul {
		margin: 0;
		padding: 0;
		display: inline;
	}
		.subscribe .checkboxes li:before {
			display: none;
		}
	.subscribe .checkboxes li {
		display: inline-block;
		margin: 0 0 0 10px;
	}

	
	
/*---------HOMEPAGE STYLES---------*/

.homepage-sections {
	overflow: hidden;
}
.homepage-section {
	overflow: hidden;
	margin-bottom: 40px;
}
.homepage-section a {
	text-decoration: none;
}
	.homepage-section a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
	}
.homepage-section h3 {
	color: #484744;
	font-size: 21px;
}
.homepage-section h3 a {
	text-decoration: none;
	color: #484744;
}

.homepage-section h3 a .more {
	float: right;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: normal;
	font-style: italic;
	color: #a3a3a1;
	display: inline-block;
	padding: 5px 0;
}
.homepage-section .item {
	width: 31%;
	margin: 0 3.5% 3.5% 0;
	float: left;
}
	.homepage-section .item:nth-child(3n) {
		margin-right: 0;
	}
	.homepage-section .item:nth-child(3n+1) {
		clear: left;
	}
.homepage-section .item img {
	width: 100%;
	height: auto;
}
.homepage-section h4 {
	margin: 5px 0;
}

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

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

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

.archive-post {
    margin: 0 3.5% 4.5% 0;
    width: 31%;
    float: left;
    text-align: left;
}

	.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 a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.archive-post h4 {
	margin: 8px 0 3px;
	text-align: left;
}


.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: #73c7c4;
}

.archiveslist a:active, .subcategories a:active {
    color: #484744;
}
.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: #484744;
	    font-size: 13px;
	    line-height: 1.2;
	    font-style: italic;
	    list-style-type: circle;
	    margin:  2px 0 5px 15px;
	}
	.archiveslist ul li:before {
		color: #919394;
	}
	
	.archiveslist ul li a {
	    color: #919394 !important;
	}
	
	.archiveslist ul li a:hover {
	    color: #73c7c4 !important;
	}

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

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

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

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

.subcats ul.subcategories li ul li a:hover {
    background-color: #e82e4e;
    cursor: pointer;
}

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

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

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

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

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

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

.tagtitle {
    color: #73c7c4;
    text-transform: uppercase;
    font-size: 14px;
    margin: 20px 0 5px;
}

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

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

.tagtitle em a {
    color: #989b9c;
    font-size: 11px;
}

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



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

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

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

.commentinput, .styledinput, .captchainput, #commentform input  {
    color: #484744;
    font-size: 13px;
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-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: #484744;
	font-size: 13px;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #e3e3e3;
	width: 100%
}
#commentform #submit {
	width: auto;
}

.wpcf7-form {
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-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 {
    max-width: 350px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

.search-form .search-input {
    color: #484744;
    font-size: 13px;
    font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    font-style: italic;
    line-height: 35px;
    background-color: #fff;
    padding: 0 12px;
    margin: 0;
    border: none;
    float: left;
    vertical-align: middle;
    width: 80%;
}

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

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

.header-search {
	height: 28px;
	border: none;
	vertical-align: middle;
}
.header-search .search-input {
	height: 28px;
	line-height: 28px;
	color: #484744;
	background-color: transparent;
	font: italic 13px "Fira Sans", Arial, Helvetica, Geneva, sans-serif;
}
.header-search .search-submit {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #989b9c;
	padding: 0;
	margin: -4px 0 0 -4px;
}
	.header-search .search-submit:hover {
		color: #73c7c4;
	}

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

.footer-subscribe {
	margin: 0;
}
.footer {
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    color: #a3a3a1;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.footer a {
    text-decoration: none;
    color: #a3a3a1;
}
.footer a:hover {
    color: #73c7c4;
}

.footer-nav {
    margin: 0;
    padding: 0;
    width: 60%;
    float: left;
    text-transform: lowercase;
}	
	.footer .social-nav {
		float: right;
		text-align: right;
		width: 40%;
	}
.footer-nav li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}

.footer-nav li.top a {
    font-weight: bold;
    text-transform: uppercase;
    color: #484744;
    cursor: pointer;
}
	.footer-nav li.top a:hover {
	    color: #73c7c4;
	}
.copyright {
	color: #a3a3a1;
	font-size: 11px;
	text-align: center;
	clear: both;
	margin-top: 50px;
}
	.copyright em {
		text-transform: none;
		letter-spacing: normal;
		font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
		letter-spacing: normal;
		text-transform: lowercase;
	}
	.copyright a {
		color: #a3a3a1;
		text-decoration: underline;
	}
.copyright .logo a {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(//i2.wp.com/tidymom.net/blog/wp-content/themes/tidymom.v2/images/logo.png) no-repeat;
    background-size: 100% auto;
}


/*Instagram Widget */
.instagram-widget {
	padding: 0;
	overflow: hidden;
	width: 100%;
}

#sb_instagram {
	overflow: hidden;
	width: 100%;
}
.sbi_item {
	width: 12.5%;
	float: left;
}
.sbi_item a, .sbi_item img {
	display: block;
	width: 100%;
	height: auto;
}
#sbi_load {
	padding: 0 !important;
}
.sbi_follow_btn {
	float: left;
	width: 12.5%;
	height: 0;
	padding-bottom: 12.5%;
	margin: 0;
	display: block;
	background-color: #f5b730;
	position: relative;
}
	.sbi_follow_btn a {
		display: block;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		position: relative;
	}
	.sbi_follow_btn a:hover {
	}
.fa-instagram:before {
	content: '\e806';
	font-family: fontello;
	display: block;
	font-size: 80px;
	font-size: 6vw;
	font-style: normal;
	font-weight: normal;
	  margin-top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}


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

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

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

.comment-meta strong           {
	font-size: 13px;
	color: #484744;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .08em; }
.comment-meta strong a            {
	color: #484744;
	text-decoration: underline }
.comment-meta a:hover         {
	color: #73c7c4;
	text-decoration: underline }


#comment-list .avatar    {
	float: right;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; }
	
#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: #989b9c;
	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: #989b9c;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.comment-nav .current {
	color: #73c7c4;
	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: #73c7c4 }
.comment-nav .alignright a {
	color: #989b9c;
	text-decoration: none }
.comment-nav .alignright a:hover {
	color: #73c7c4;
	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: #73c7c4;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #73c7c4;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #73c7c4;
	text-decoration: underline }

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

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

.pagination .page-numbers {
    color: #989b9c;
    padding: 5px 10px;
    border: solid 1px #ffffff;
    text-decoration: none;
    display: inline-block;
}
	.pagination span.page-numbers.current {
	    color: #484744;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}
.pagination a.page-numbers:hover {
    color: #f5b730;
}


/*----TOP Menu----*/
.top-nav {
	margin: 0;
	display: inline-block;
	float: right;
	text-align: right;
	width: 40%;
	font: 11px "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	line-height: 42px;
	font-weight: normal;
	text-transform: lowercase;
}
	.social-nav {
		float: left;
		text-align: left;
		width: 60%;
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: .02em;
	}

.top-nav ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: left;
}

.top-nav li {
	display: inline-block;
	position: relative;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-nav > ul > li {
	padding-bottom: 10px;
	margin-bottom: -10px;
}

.top-nav a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	color: #ababab;
}

.top-nav a:hover,.top-nav li.menu-item-has-children:hover>a {
	color: #6d6c6a;
	cursor: pointer;
}

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

.top-nav .sub-menu {
	display: none;
	position: absolute;
	text-align: center;
	left: 50%;
	padding: 5px 0;
	margin-top: 0;
	margin-left: -80px;
	width: 160px;
	z-index: 2000;
	background-color: #323232;
}

.top-nav .sub-menu .menu-item {
	margin: 0;
	font-size: 13px;
	line-height: 1.2;
	text-transform: lowercase;
	letter-spacing: normal;
	font-weight: 400;
}

.top-nav .sub-menu .menu-item a {
	color: #7a7a7a;
	display: block;
	width: 160px;
	padding: 8px 12px;
}

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

.top-nav .sub-menu .menu-item a:hover {
	color: #96adcf;
}

.top-nav .sub-menu .menu-item-has-children a {
}

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

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

.top-nav li li a:after {
	display: none;
}

/*----MAIN Menu----*/
#main {
	margin: 70px 0 20px;
	width: auto;
	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 0 0 10px;
	padding: 0;
}

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

#main a {
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	display: block;
	text-decoration: none;
	padding: 0 12px;
	color: #484744;
	text-align: center;
}

#main a:hover,#main li.menu-item-has-children:hover>a {
	color: #e82e4e;
	cursor: pointer;
}
#main li.search {
	display: none;
}

/*Menu Icons/Colors*/
.menu-item {
	text-align: center;
}
.menu-item:before { 
	font-family: fontello;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	font-size: 120%;
	}
.menu-item.recipes:before { 
	color: #e82e4e;
	content: '\e827'; }
	#main li:nth-child(5n+1) a:hover, #main li:nth-child(5n+1):hover>a {
		color: #e82e4e;
	}
	
.menu-item.diy:before { 
	color: #FF7075;
	content: '\e831'; }
	#main li:nth-child(5n+2) a:hover, #main li:nth-child(5n+2):hover>a {
		color: #FF7075;
	}
.menu-item.home:before { 
	color: #7dba67;
	content: '\e82f'; }
	#main li:nth-child(5n+3) a:hover, #main li:nth-child(5n+3):hover>a {
		color: #7dba67;
	}
.menu-item.travel:before {
	color: #73c7c4;
	content: '\e828'; }
	#main li:nth-child(5n+4) a:hover, #main li:nth-child(5n+4):hover>a {
		color: #73c7c4;
	}
.menu-item.holiday:before {
	color: #f5b730;
	content: '\e829'; }
	#main li:nth-child(5n+5) a:hover, #main li:nth-child(5n+5):hover>a {
		color: #f5b730;
	}


	

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

#main .sub-menu {
	display: none;
	position: absolute;
	text-align: center;
	left: 50%;
	padding: 0;
	margin-top: 15px;
	margin-left: -80px;
	width: 160px;
	z-index: 2000;
	background-color: #e82e4e;
}
	#main li:nth-child(5n+1) .sub-menu {
		background-color: #e82e4e;
	}
	#main li:nth-child(5n+2) .sub-menu {
		background-color: #FF7075;
	}
	#main li:nth-child(5n+3) .sub-menu {
		background-color: #7dba67;
	}
	#main li:nth-child(5n+4) .sub-menu {
		background-color: #73c7c4;
	}
	#main li:nth-child(5n+5) .sub-menu {
		background-color: #f5b730;
	}
#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: #e82e4e;
	border-width: 10px;
	margin-left: -10px;
}

	#main li:nth-child(5n+1) .sub-menu:after {
		border-bottom-color: #e82e4e;
	}
	#main li:nth-child(5n+2) .sub-menu:after {
		border-bottom-color: #FF7075;
	}
	#main li:nth-child(5n+3) .sub-menu:after {
		border-bottom-color: #7dba67;
	}
	#main li:nth-child(5n+4) .sub-menu:after {
		border-bottom-color: #73c7c4;
	}
	#main li:nth-child(5n+5) .sub-menu:after {
		border-bottom-color: #f5b730;
	}

#main .sub-menu .menu-item {
	margin: 0;
	display: block;
}

#main .sub-menu .menu-item a {
	color: #fff;
	display: block;
	width: 160px;
	padding: 5px 12px;
	font-size: 11px;
	font-weight: normal;
}

#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: #ffffff;
	background-color: rgba(255,255,255,.3);
}

/* 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: 0;
}

#main .sub-menu .menu-item .sub-menu:after {
	display: none;
}
	 
/* ---- FONTELLO ---- */
@font-face {
    font-family: 'fontello';
	font-display:swap;
  src: url('fonts/fontello.eot');
  src: url('fonts/fontello.eot#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff') format('woff'),
       url('fonts/fontello.ttf') format('truetype'),
       url('fonts/fontello.svg#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: '\e809'; } /* '?' */
.icon-rss-circled:before { content: '\e800'; } /* '?' */
.icon-instagram-circled:before { content: '\e801'; } /* '?' */
.icon-snapchat-circled:before { content: '\e802'; } /* '?' */
.icon-youtube-circled:before { content: '\e803'; } /* '?' */
.icon-snapchat:before { content: '\e804'; } /* '?' */
.icon-instagram:before { content: '\e806'; } /* '?' */
.icon-youtube:before { content: '\e807'; } /* '?' */
.icon-twitter:before { content: '\e80a'; } /* '?' */
.icon-twitter-circled:before { content: '\e80b'; } /* '?' */
.icon-facebook:before { content: '\e80c'; } /* '?' */
.icon-facebook-circled:before { content: '\e80d'; } /* '?' */
.icon-gplus:before { content: '\e80e'; } /* '?' */
.icon-gplus-circled:before { content: '\e80f'; } /* '?' */
.icon-pinterest:before { content: '\e810'; } /* '?' */
.icon-pinterest-circled:before { content: '\e811'; } /* '?' */
.icon-stumbleupon:before { content: '\e812'; } /* '?' */
.icon-stumbleupon-circled:before { content: '\e813'; } /* '?' */
.icon-mail-circled:before { content: '\e822'; } /* '?' */
.icon-mail:before { content: '\e823'; } /* '?' */
.icon-heart-circled:before { content: '\e826'; } /* '?' */

.icon-up:before { content: '\e81f'; } /* '?' */
.icon-down:before { content: '\e81b'; } /* '?' */
.icon-left:before { content: '\e81c'; } /* '?' */
.icon-right:before { content: '\e81d'; } /* '?' */
.icon-arrow-up:before { content: '\e825'; } /* '?' */
.icon-arrow-down:before { content: '\e820'; } /* '?' */
.icon-arrow-left:before { content: '\e821'; } /* '?' */
.icon-arrow-right:before { content: '\e824'; } /* '?' */

.icon-cancel:before { content: '\e814'; } /* '?' */
.icon-menu:before { content: '\e815'; } /* '?' */
.icon-calendar:before { content: '\e816'; } /* '?' */
.icon-bookmark:before { content: '\e817'; } /* '?' */
.icon-clock:before { content: '\e818'; } /* '?' */
.icon-star:before { content: '\e819'; } /* '?' */
.icon-heart:before { content: '\e81a'; } /* '?' */
.icon-print:before { content: '\e808'; } /* '?' */
.icon-comment:before { content: '\e805'; } /* '?' */
.icon-search:before { content: '\e81e'; } /* '?' */
.icon-quote-right:before { content: '\e82b'; } /* '?' */
.icon-quote-left:before { content: '\e82c'; } /* '?' */

.icon-apple:before { content: '\e827'; } /* '?' */
.icon-boat:before { content: '\e828'; } /* '?' */
.icon-sun:before { content: '\e829'; } /* '?' */
.icon-trees:before { content: '\e82a'; } /* '?' */
.icon-house:before { content: '\e82f'; } /* '?' */
.icon-plane:before { content: '\e830'; } /* '?' */
.icon-heart:before { content: '\e831'; } /* '?' */
.icon-logo:before { content: '\e82d'; } /* '?' */



/* Create custom recipe card */

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

.mv-create-card .mv-create-wrapper {
	background-color: #eeeded !important;
	border: 1px solid #e3e3e3 !important;
	padding: 0 !important;
}
	.mv-create-card .mv-create-wrapper p, .mv-create-card .mv-create-wrapper li {
		font-size: 18px;
		font-weight: normal;
		line-height: 1.7;
		color: #484744;
	}
.mv-create-card .mv-create-wrapper .mv-create-header {
	
}
	
.mv-create-card .mv-create-wrapper .mv-create-description {
	margin-top: 20px;
	line-height: 1.6;
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients, .mv-create-card .mv-create-wrapper .mv-create-instructions, .mv-create-card .mv-create-wrapper .mv-create-notes {
	padding-right: 25px;
	padding-left: 25px;
}

.mv-create-card .mv-create-wrapper h1.mv-create-title-primary {
	line-height: 1.2;
	font-size: 21px;
	margin: 25px 0 10px;
}

.mv-create-card .mv-create-wrapper h2.mv-create-title-secondary {
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
}
	.mv-create-card .mv-create-wrapper .mv-create-instructions h2.mv-create-title-secondary, .mv-create-card .mv-create-wrapper .mv-create-notes h2.mv-create-title-secondary {
		margin-top: 30px;
	}
.mv-create-card .mv-create-wrapper .mv-create-yield {
	
}
.mv-create-card .mv-create-wrapper .mv-create-times {
	margin: 10px 0;
	opacity: 1.0;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 1.2;
}
.mv-create-card .mv-create-wrapper .mv-create-time {
	margin: 0 5px;
}
.mv-create-card .mv-create-wrapper .mv-create-time-format {
	font-size: 11px;
	font-weight: normal !important;
	text-transform: uppercase !important;
	letter-spacing: .1em !important;
	color: #989b9c;
	opacity: 1.0;
}
	
	.mv-create-card .mv-create-wrapper .mv-create-times .mv-create-time:first-of-type {
		padding-left: 0;
	}
.mv-create-card .mv-create-wrapper .mv-create-time-format, .mv-create-card .mv-create-wrapper .mv-create-time-label {
	font-size: 11px;
	font-weight: normal !important;
	text-transform: uppercase !important;
	letter-spacing: .1em !important;
	color: #989b9c;
	opacity: 1.0;
}
.mv-create-card .mv-create-wrapper .mv-create-time-label {
	font-style: normal !important;
	font-weight: bold !important;
}

.mv-create-card .mv-create-wrapper .mv-create-ingredients h3, .mv-create-card .mv-create-wrapper .mv-create-instructions h3 {
	font-size: 12px;
	color: #989b9c;
	margin: 20px 0 12px
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul, .mv-create-card .mv-create-wrapper .mv-create-notes ul {
	margin: 0;
	padding: 0;
}
.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li, .mv-create-card .mv-create-wrapper .mv-create-notes ul li {
	margin: 0 0 3px 15px;
	padding: 0;
	list-style-type: none;
}
	
	.mv-create-card .mv-create-wrapper .mv-create-ingredients ul li:before {
	    color: #e82e4e;
	    content: '\2022';
	    margin: 0 6px 0 -10px;
		display: inline-block;
	}
	.mv-create-card .mv-create-wrapper .mv-create-notes ul li:before {
	    color: #e82e4e;
	    content: '*';
	    margin: 0 6px 0 -10px;
	    font-size: 12px;
		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;
}
.mv-create-card .mv-create-wrapper .mv-create-rating {
	margin-top: 20px;
}
.mv-create-card .mv-create-wrapper .mv-review-status {
	min-height: auto !important;
}
.mv-create-card .mv-create-wrapper .mv-reviews-reviewcount {
	font-size: 12px;
	color: #989b9c;
	line-height: 1.3;
	margin: 5px 0 0;
	opacity: .6;
}
.mv-create-card .mv-create-wrapper .mv-create-rating a {
	text-decoration: underline;
	color: #73c7c4;
	font-weight: bold;
}
.mv-create-card .mv-create-wrapper .mv-create-notes {
	margin: 25px 0;
	padding-top: 1px;
	border-top: 1px solid #e3e3e3 !important;
}
.mv-create-card .mv-create-wrapper .mv-create-notes p {
	font-size: 80%;
	font-style: italic;
}
.mv-create-card .mv-create-wrapper .mv-create-notes p em {
	color: #a3a3a1;
	font-size: 80%;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition {
	padding: 0;
	margin: 20px 0 0;
	line-height: 1.4;
	background-color: #ffffff;
	padding: 20px;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-box {
	padding: 0 !important
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-amount {
	font-size: 87%;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition .mv-create-uppercase {
	font-weight: bold;
}
.mv-create-card .mv-create-wrapper .mv-create-nutrition-disclaimer {
	font-size: 12px;
}
.mv-create-footer {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 11px;
	opacity: 1.0 !important;
}	
	.mv-create-footer * {
		opacity: 1.0 !important;
	}
.mv-post-recipe {
	opacity: 1.0;
	padding: 25px 25px 15px;
	margin: -5px 0 5px;
}
	.mv-post-recipe p {
		letter-spacing: normal;
		text-transform: none;
		font-size: 14px;
		
	}
.mv-create-card .mv-create-wrapper .mv-create-products {
	margin: 25px 0 0;
	padding-top: 25px;
	border-top: 1px solid #e3e3e3 !important;
}
.mv-create-card .mv-create-wrapper .mv-create-affiliate-disclaimer {
	font-size: 12px;
	font-style: italic;
	color: #989b9c;
	margin: -10px 0 15px;
}
.mv-create-card .mv-create-wrapper button.mv-create-print-button {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold !important;
	font-size: 12px;
	line-height: 1;
	margin: 0 auto 40px;
	background-size: 100% auto;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #f5b730;
	border: none;
}

	.mv-create-card .mv-create-wrapper button.mv-create-print-button:hover {
	 	background-color: #e82e4e;
	 	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: #e82e4e !important;
	top: 15px !important;
	right: 15px !important;
}
	.mv-create-card .mv-create-wrapper .mv-create-pin-button:hover {
	 	background-color: #73c7c4 !important;
	 	cursor: pointer;	 	
	}
.mv-create-card .mv-create-wrapper .mv-create-pin-button .mv-icon-pinterest:before {
	
}

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

.mv-create-footer-flexbox, .mv-create-footer-flexbox .mv-create-copy, .mv-create-footer-flexbox .mv-create-wrapper .mv-create-categories {
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .15em !important;
	color: #989b9c;
	opacity: 1.0 !important;
}
	.mv-create-footer-flexbox * {
		opacity: 1.0 !important;
		color: #989b9c !important;
		letter-spacing: .15em !important;
	}
	.mv-create-footer-flexbox .mv-create-strong {
		font-weight: normal;
		letter-spacing: .15em;
	}


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




.mv-comments-nav ul li:before {
	display: none
}