/* 
Theme Name: Kevin & Amanda
Theme URL: http://www.kevinandamanda.com/
Description: Custom responsive blog theme for Kevin & Amanda.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.36
*/



/* ---------------------------- Amanda Edits ---------------------------- */

.wp-caption-text {
	font-size: 75%;
	font-style: italic;
	color: #939597;
}


/* RESET

----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,

dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {

    font-family: inherit;

    font-size: 100%;

    font-weight: inherit;

    font-style: inherit;

    vertical-align: baseline;

    white-space: normal;

    margin: 0;

    padding: 0;

    border: 0;

    outline: 0;

    background: transparent;

}



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

    display: block;

}



ol, ul {

    list-style: none;

}



blockquote, q {

    quotes: none;

}



:focus {

    outline: 0;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



input[type="submit"], input[type="text"] {

    -webkit-appearance: none;

}

	

/* 

	16 COLUMN - RESPONSIVE GRID SYSTEM

	DEVELOPED BY DENIS LEBLANC

	URL - http://responsive.gs

	VERSION - 2.0

	LICENSED UNDER GPL & MIT

*/





/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX

	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */

* {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}





/* MAIN CONTAINER */

.container {

    max-width: 100%;

    margin: 0 auto;

}



#page_wrap {

    margin-bottom: 0;

}



/* SELF CLEARING FLOATS - CLEARFIX METHOD */

.row:after, .col:after, .clr:after, .group:after {

    content: "";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

}





/* DEFAULT ROW STYLES */

.row {

    margin-bottom: 1.5em;

} /* set according to preference*/

	

								  

/* DEFAULT COLUMN STYLES */

.col {

    display: block;

    float: left;

    width: 100%;

}



@media ( min-width : 800px ) {

    .col {

        margin-left: 2%;

    }

}



/* RESET MARGINS */

.col:first-child {

    margin-left: 0;

} /* all browsers except IE6 and lower */



/* COLUMN WIDTH ON DISPLAYS +768px */

@media ( min-width : 800px ) {



    .span_content {

        margin-left: 0;

        width: 70%;

        max-width: 720px;

        float: left;

        display: inline-block;

    }



    .span_content_full {

        width: 100%;

        margin-left: 0;

        max-width: 100%;

    }



    .span_sidebar {

        width: 29%;

        min-width: 300px;

        max-width: 300px;

        float: right;

        display: inline-block;

    }

}
.wrapper {
    background-color: #ffffff;
    margin: 0 auto 0;
    padding: 0 10px;
    width: 100%;
    max-width: 1080px;
}

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



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

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


body {

    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;

    font-size: 15px;

    line-height: 1.8;

    color: #3f403f;

    margin: 0;

    padding: 0;

}


a, input[type=submit] {

    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: #3bb5b3;

    text-decoration: underline;

}



a:hover {

    color: #e53971;

    text-decoration: none;

}



p {

    margin: 20px 0;

}



h1, h2, h3, h4, h5 {

    font-family: "thirstysoft", script;
    font-weight: 300;

    line-height: 1.2;

    margin-top: 15px;

    margin-bottom: 15px;

}



h1 {

    color: #3f403f;

    font-size: 36px;

}



h2 {

    color: #3f403f;

    font-size: 36px;
    }



h3 {

    color: #3f403f;

    font-size: 24px;

}
	h3.widget-title {
		text-align: center;
	}
	h3.widget-title em {
		font-style: normal;
		color: #e53971;
	}



h4 {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;

    color: #3f403f;

    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;

}



h5 {

    color: #3bb5b3;

    font-size: 21px;

}



strong, b {

    font-weight: bold;

}



em, i {

    font-style: italic;

}



.clear {

    clear: both;
    display: inline-block;

}



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


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

.slicknav_menu, #mobile, .social-mobile {

    display: none;

}
#zoom, #zoom-content {
	display: none!important;
	visibility: hidden;
}

.header-ad, .footer-ad {
	text-align: center;
	padding: 12px 0 6px;
	background-color: #3f403f;
}
	.header-ad .ad, .footer-ad .ad {
		display: inline-block;
		margin: 0 auto;
	}
	.header-ad .ad a, .header-ad .ad img, .footer-ad .ad a, .footer-ad .ad img {
		display: block;
	}

.top-bar {
    background-color: #3bb5b3;
    min-height: 4px;
    overflow: hidden;
}
.top-bar .social {
	width: 50%;
	float: right;
	text-align: right;
	line-height: 25px;
}
.top-bar .social p {
	display: inline-block;
	margin: 10px 0;
	border-left: 1px solid #79d4cc;
	padding-left: 19px;
	margin-left: 15px;
}
.top-bar .social a {
	color: #ffffff !important;
	font-size: 14px;
	padding: 2px 4px;
}
.header {
	margin-bottom: 30px;
	border-bottom: 1px solid #e9e9ea;

}

.header .logo {

    margin: 40px 0;

    float: left;

    display: inline-block;

}
	.header .logo a {
		color: #3f403f;
		text-decoration: none;
		font-family: "thirstysoft";
		font-size: 58px;
		line-height: 1;
		text-align: center;
	}
	.header .logo a em {
		font-style: normal;
		color: #e53971;
	}
	.header .logo .tagline {
		color: #939597;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .15em;
		display: block;
		text-align: center;
		margin: 10px 0;
	}






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

.span_content {
	margin-top: 10px;

}



.span_content img {

    max-width: 100%;

    height: auto;

}



.span_content ul, .span_content ol {

    margin: 0;

    padding: 0;

    margin-bottom: 15px;

}



.span_content ul li {

    list-style-type: none;

    margin: 0 0 3px 10px;

    padding: 0;

}



.span_content ul li:before {

    color: #3bb5b3;

    content: '\2022';

    margin: -1px 6px 0 -10px;
    font-weight: bold;

    font-size: 100%;
    vertical-align: middle;

	display: inline-block;
}



.span_content ol li {

    list-style-type: decimal;

    padding: 0 0 10px;

    margin: 0 0 0 20px;

}



h1.pagetitle, h1.archivetitle {

    margin: 0 0 20px;

}

/*---------SIDEBAR---------*/



.sidebar {
	margin-top: 10px;

    font-size: 90%;
    line-height: 1.6;

}



.leftsidebar {

    width: 47%;

    float: left;

}



.rightsidebar {

    width: 47%;

    float: right;

}



.midsidebar {
	overflow: hidden;

}



.lowersidebar {

    clear: both;

}



.widget {

    margin-bottom: 40px;

}



.widget.center, .widget.center .textwidget {

    text-align: center;

}



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


.widget a {

    text-decoration: none;

}



.widget p {

    margin: 0 0 8px;

}



.widget p:last-of-type, .widget li:last-of-type {

    margin-bottom: 0;

}





.sidebar select {

    color: #939597;

    font-size: 12.5px;

    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;

    font-style: italic;

    line-height: 35px;

    height: 35px;

    padding: 0 8px;

    width: 100%;

    border: 1px solid #e9e9ea;

}

.screen-reader-text {

    display: none;

}


.about {
	text-align: center;
}
.about:before {
	width: 165px;
	height: 165px;
	content: "";
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	background: url(images/about.jpg) no-repeat;
	background-size: 100% auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.about p.more {
	margin: 0;
	text-align: center;
}
.about .more a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #3bb5b3;
}
	.about .more a:hover {
		color: #e53971;
	}
.social {
	text-align: center;
}
	.sidebar .social {
		margin: 20px 0 0;
	}
.social a {
	color: #f08098;
	font-size: 30px;
	text-decoration: none;
	padding: 2px;
}
	.social a:nth-of-type(4n+1) {
		color: #f08098;
	}
	.social a:nth-of-type(4n+2) {
		color: #e53971;
	}
	.social a:nth-of-type(4n+3) {
		color: #3bb5b3;
	}
	.social a:nth-of-type(4n+4) {
		color: #acba33;
	}
	
.social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.subscribe {
	background-color: #3bb5b3;
	padding: 20px;
}
.subscribe h3.widget-title {
	text-align: center;
	color: #ffffff;
	font-size: 32px;
	margin: 0;
}
.subscribe p {
	line-height: 1.5;
	margin: 0;
	text-align: center;
}


.email-form {

    clear: both;
    margin-top: 15px;
    overflow: hidden;

}



.email-input {

    color: #939597;

    font-size: 13px;

    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;

    font-style: italic;

    line-height: 36px;

    background-color: #ffffff;

    border: none;

    padding: 0 12px;

    margin: 0 0 10px 0;

    width: 100%;

    height: 36px;

}



.email-submit {
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;

    line-height: 36px;

	color: #ffffff;
	background-color: #e53971;

    text-align: center;

    cursor: pointer;

    border: none;

    padding: 0px 10px;

    margin: 0;

    height: 36px;

    width: 100%;
    text-align: center;

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out

}



.email-submit:hover {
	background-color: #f08098;

}


.subscribe .checkboxes {
	color: #ffffff;
	font-size: 12.5px;
	line-height: 1;
	margin: 0 0 0;
}
	.subscribe .checkboxes strong {
		color: #3f403f;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .03em;
		margin-right: 8px;
	}
	.subscribe .checkboxes li, .subscribe .checkboxes ul {
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	.subscribe .checkboxes li {
		display: inline-block;
		margin: 8px 0 0 10px;
	}
		.subscribe .checkboxes li:first-of-type {
			margin-left: 0;
		}
	.subscribe input[type=checkbox] {
	    display: none;
	}
	.subscribe input[type=checkbox] + label {
		cursor: pointer;
	}
	.subscribe input[type=checkbox] + label:before {
		background-color: #ffffff;
		color: #ffffff;
		display: inline-block;
		content: '\e828';
		font-family: "fontello";
		font-style: normal;
		text-align: center;
		font-size: 12px;
		line-height: 15px;
		padding: 0;
		margin: 0 5px 0 0;
		width: 15px;
		height: 16px;
		
	}
	.subscribe input[type=checkbox]:checked + label {
		
	}
	.subscribe input[type=checkbox]:checked + label:before {
	    color: #e53971;
	    background-color: #ffffff;
	}
	



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

.featured .item {
    width: 48%;
    float: left;
    margin: 0 4% 4% 0;
    }
    .featured .item:nth-child(2n) {
    	margin-right: 0;
    }
    .featured .item:nth-child(2n+1) {
    	clear: left;
    }

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

.featured h4 {
	margin: 10px 0 0px;
	color: #3f403f;
	font-weight: normal;
	text-align: center;
	display: none;
}
	
.featured .post-meta {
    display: none;
}

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

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

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

.recentposts a img {
    display: block;
}

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

.recentposts h4 {
	margin: 10px 0 5px;
	font-size: 14px;
	color: #3f403f;
}
.recentposts a:hover {
   opacity:0.7;
   filter:alpha(opacity=70);
   
}

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

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

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

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

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

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

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




/*Category Posts Widget*/

.sidebar .category-posts {

    text-align: center;

    overflow: hidden;

}



.sidebar .category-posts .item {

    width: 47%;

    margin: 0 6% 18px 0;

    float: left;

}



.sidebar .category-posts .item:nth-of-type(2n) {

    margin-right: 0;

}



.sidebar .category-posts .item img {

    width: 100%;

    height: auto;

    display: block;

}



.sidebar .category-posts h4 {

    display: none;

}



.sidebar .category-posts h4 a {

    color: #363636;

}



.sidebar .category-posts .post-meta {

    display: none;

}



.sidebar .category-posts a:hover {

    opacity: 0.7;

    filter: alpha(opacity=70);

}







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



.post {

    margin-bottom: 40px;

}



.post-title {
	margin: 0;
}



.post-title h1, .post-title h2 {

    margin: 0 0 8px;
    color: #3f403f;

}



.post-title h1 a, .post-title h2 a {

    text-decoration: none;
    color: #3f403f;

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



.cat-icon {
	color: #ffffff;
	display: inline-block;
	text-align: center;
}
	.cat-icon span img {
		width: 100%;
		height: auto;
		display: block;
	}
	.cat-icon span {
		display: inline-block;
		width: 32px;
		height: 32px;
		margin: 0 2px;
	}
	.cat-icon a {
		display: block;
	}
.post-title .cat-icon {
	float: left;
	margin-right: 10px;
}
	.post-title .cat-icon span {
		width: 38px;
		height: 38px;
	}

.post-meta {

    color: #939597;

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-top: 1px solid #e9e9ea;
    border-bottom: 1px solid #e9e9ea;
    padding: 10px 3px;

}
.post-meta span {
	display: inline;
}
.post-meta span:before {
	content: ".";
	display: inline;
	color: #e9e9ea;
	border-right: 1px solid #e9e9ea;
	margin: 0 13px 0 10px;
	height: 100%;
	width: 1px;
	text-indent: -9999px;
}
	.post-meta span.post-cats:before, .meta-bottom span:before {
		display: none;
	}

.post-meta a {

    color: #939597;

    text-decoration: none;

}

	.post-cats a {
		font-weight: 600;
	}
	


.post-meta em {
	text-transform: lowercase;
	letter-spacing: normal;
}
.post .post-cats a, .attachment .back a, .post .post-title h1 a:hover { 
	color: #e53971; }

	.post.section-recipes .post-cats a, .post.section-recipes .post-title h1 a:hover { 
		color: #f08098; }
	.post.section-travel .post-cats a, .post.section-travel .post-title h1 a:hover { 
		color: #e53971; }
	.post.section-tutorials .post-cats a, .post.section-tutorials .post-title h1 a:hover { 
		color: #3bb5b3; }
	.post.section-more .post-cats a, .post.section-more .post-title h1 a:hover { 
		color: #acba33; }

.post-meta a:hover {
    color: #3f403f !important;
    text-decoration: underline;
}


.meta-bottom {

    clear: both;
    overflow: hidden;
    line-height: 1.5;
    margin: 30px 0 0;

}	
	.meta-center {
		text-align: center;
	}
	.single-post .meta-bottom {
		border-top: 1px solid #e9e9ea;
		border-bottom: 1px solid #e9e9ea;
		padding: 15px 2px;
	}
	

.meta-bottom .left {

    width: 70%;

    float: left;

    display: inline-block;

}



.meta-bottom .right {

    text-align: right;

    width: 30%;

    float: right;

}
.meta-bottom .ccount {
	margin: 0;
}



a.post-edit-link, a.comment-edit-link, a.comment-reply-link, a#cancel-comment-reply-link {

    color: #fff !important;

    font-size: 9px;

    font-family: Arial, Helvetica, sans-serif;

    font-weight: bold;

    background-color: #939597;

    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: #3f403f;

}

.post img.size-full, .post img.size-large {
	margin: 0 auto 15px;
}

.alignleft {

    margin-right: 10px;

    float: left;

}

.alignright {

    margin-left: 10px;

    float: right;

}

.aligncenter {

    text-align: center;

    display: block;

    margin-right: auto;

    margin-left: auto;

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


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


.post blockquote {

    color: #939597;

    font-style: italic;
    font-size: 115%;
    line-height: 1.9;

    padding: 5px 5%;

}



.wp-caption {

    text-align: left;
    max-width: 100% !important;

}



.wp-caption p {

    color: #727272;

    font-size: 90%;

    text-align: center;

    margin-top: 2px;

    padding-right: 10px;

}


a.more-link {
	font-size: 15px;
	color: #3bb5b3;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
    text-decoration: none;
}

a.more-link:hover {
	color: #e53971;
}
.post a.more-link {
	font-size: 15px;
	color: #ffffff;
	background-color: #e53971;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
    text-decoration: none;
    padding: 5px 15px;
}
	.post.section-recipes a.more-link { 
		background-color: #f08098; }
	.post.section-travel a.more-link { 
		background-color: #e53971; }
	.post.section-tutorials a.more-link { 
		background-color: #3bb5b3; }
	.post.section-more a.more-link{ 
		background-color: #acba33; }

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

.teaser-post a.more-link {
	font-size: 15px;
	color: #3bb5b3;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
    text-decoration: none;
    background-color: transparent;
}

.teaser-post a.more-link:hover {
	color: #e53971;
	background-color: transparent;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	
}


/* Recipe Styles*/

.recipe {

    background: url(images/bg.png) #ffffff;
    padding: 10px;
    margin: 35px 0;
	border: 1px solid #e9e9ea;
	padding: 30px;
	z-index: 100;
}

.recipe h2 {
	margin: 0 0 10px;

}
	.recipe h2:before {
		content: "";
		display: inline-block;
		width: 38px;
		height: 38px;
		background: url(images/cat-recipes.png) no-repeat;
		background-size: 100% auto;
		margin: -9px 9px 0 0;
		vertical-align: middle;
	}

.recipe h3 {

    
}
	.recipe h3#directions {
		margin-top: 30px;
	}

.recipe h4 {
	color: #939597;
	font-size: 12px;
	font-weight: normal;
	margin: 15px 0 8px;

}



.recipe p, .recipe ol, .recipe ul {

    margin-top: 5px;

    margin-bottom: 12px;

}

.recipe ul li, .recipe ol li {
	margin-bottom: 0px;
}

.recipe ol li:last-of-type, .recipe ul li:last-of-type, .recipe .notes p:last-of-type, .recipe .source p:last-of-type {

    margin-bottom: 0;

    padding-bottom: 0;

}


.recipe .summary {

    margin: 20px 0 25px;

    clear: left;
    font-style: italic;
    font-size: 115%;

}



.recipe .time {
    color: #939597;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-top: 1px solid #e9e9ea;
    border-bottom: 1px solid #e9e9ea;
    padding: 10px 3px;
    margin: 10px 0 20px;
}
.recipe .time p {
	display: inline-block;
	margin: 0;
}
.recipe .time p:before {
	content: ".";
	display: inline-block;
	color: #e9e9ea;
	border-right: 1px solid #e9e9ea;
	margin: 0 13px 0 11px;
	height: 100%;
	width: 1px;
	text-indent: -9999px;
}
	.recipe .time p:first-of-type:before {
		display: none;
	}
.recipe .time a {
    color: #939597;
    text-decoration: none;
}
.recipe .time p.yield {
	color: #f08098;
	font-weight: 600;
}


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

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


.recipe .photo {
	width: 28%;
	float: right;
	margin: 0 0 15px 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}

.recipe .nutrition {
    float: right;
    clear: right;
    width: 28%;
    text-align: center;
    margin-top: 10px;
}

.recipe .printbutton {

    float: right;
    clear: right;
    width: 28%;
    text-align: center;
    margin: 0 0 15px 10px;

}



.printbutton a, .nutrition a {
	font-size: 12px;
	color: #ffffff;
	background-color: #e53971;
	line-height: 30px;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    display: block;
    text-decoration: none;
}
	.printbutton a:before { 
		font-family: "fontello";
		content: '\e805';
		margin-right: 7px;
		display: inline-block;
		font-size: 13px;
		font-weight: normal;
		}
	.nutrition a:before { 
		font-family: "fontello";
		content: '\e801';
		margin-right: 7px;
		display: inline-block;
		font-size: 13px;
		font-weight: normal;
		}
.printbutton a:hover, .nutrition a:hover {
	color: #ffffff;
    background-color: #3bb5b3;
}

.jump {
	margin: 15px auto;
}

.jump a.button {
	color: #ffffff;
	background-color: #e53971;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 10px;
	margin: 0;
	display: inline-block;
}
.jump a.button i {
	margin-left: 8px;
}
.jump a.button:hover {
	color: #ffffff !important;
    background-color: #3bb5b3;
    text-decoration: none;
    cursor: pointer;
}


/* Image EXIF */
.image-attachment {
	width: 60%;
	float: left;
	display: inline-block;
}
	.image-attachment img {
		max-width: 100%;
		height: auto;
	}
.image-exif {
	width: 35%;
	float: right;
	display: inline-block;
	margin-left: 5%;
	margin-top: 20px;
}
.image-exif dt {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #3bb5b3;
	font-size: 90%;
}
.image-exif p {
	margin: 0 0 15px;
	line-height: 1.2;	
}
.back-button {
	margin-bottom: 40px;
}
/* Inner Post */


.inner-post {
	clear: both;

    margin: 55px 0 55px 0;
    font-size: 90%;
    line-height: 1.7;
    overflow: hidden;

}



.inner-post .widget {

}



.inner-post .widget.ad {

    width: 300px;
    margin: 0;
    float: left;

}


.inner-post .subscribe {

    float: right;
    max-width: 300px;

    width: -moz-calc(100% - 315px);
    width: -webkit-calc(100% -315px);
    width: calc(100% - 315px);
    clear: right;
    margin: 8px auto 0;
    background-size: 104% auto;

}
.inner-post .subscribe .textwidget {
	
}

.inner-post .subscribe .checkboxes li:first-of-type {
	margin-bottom: 0px;
}



.post-nav, .attachment-nav  {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin: 50px 0 55px;
    overflow: hidden;
    clear: both;
    padding: 2px;
}
	.post-nav a {
		color: #3f403f;
		font-size: 14px;
		font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-weight: 600;
		text-decoration: none;
	}
	
	.post-nav .nav-previous, .attachment-nav .nav-previous {
		float: left;
		width: 47%;
		position: relative;
	}
		.post-nav .nav-previous a:before, .attachment-nav .nav-previous span a:before {
			content: '\e816';
			font-family: "fontello";
			float: left;
			color: #e53971;
			display: inline-block;
			text-align: center;
			font-size: 12px;
			margin-right: 10px;
			font-weight: normal;
			vertical-align: middle;
		}
	.post-nav .nav-next, .attachment-nav .nav-next {
		float: right;
		text-align: right;
		width: 47%;
		position: relative;
	}
	
		.post-nav .nav-next a:before, .attachment-nav .nav-next span a:before { 
			content: '\e810'; 
			font-family: "fontello";
			float: right;
			color: #e53971;
			display: inline-block;
			text-align: center;
			font-size: 12px;
			margin-left: 10px;
			font-weight: normal;
			vertical-align: middle;
		}
	.attachment-nav span {
		display: block;
	}
	.post-nav a span, .attachment-nav span a {
		display: block;
		font-weight: normal;
		color: #939597;
		text-transform: none;
		letter-spacing: normal;
		font-size: 12px;
	}

	.post-nav a:hover, .attachment-nav a:hover {
	    opacity:0.7;
	    filter:alpha(opacity=70); /* For IE8 and earlier */
	    
	}



.attachment-nav .nav-next img {
	width: 20%;
}
.attachment-nav .nav-previous img {
	width: 20%;
}


	

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


.teaser-posts {
	overflow: hidden;
}

.teaser-post {
	width: 46.7%;
	float: left;
	overflow: hidden;
	margin: 0;
	text-align: center;

}
	.teaser-post.odd {
		margin-right: 6.6%;
		clear: left;
	}
		.teaser-posts .teaser-post {
			margin-bottom: 20px;
		}
		.teaser-posts .teaser-post:nth-child(odd) {
			margin-right: 6.6%;
			clear: left;
		}
	.teaser-post.even {
		
	}

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



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


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

.teaser-post p {
	margin: 20px 0 15px;
}
.teaser-post .post-img, .featured .post-img {
	position: relative;
	text-align: center;
}

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


/*---------CAROUSEL STYLES---------*/
.carousel {
	overflow: hidden;
	width: 100%;
	background-image: url(images/bg.png);
	border-bottom: 1px solid #e9e9ea;
	padding: 20px 0;
	margin: -30px 0 30px;
}
.carousel .wrap {
	overflow: hidden;
}
.carousel .item {
	width: 32%;
	margin: 0 2% 0 0;
	float: left;
	position: relative;
}
	.carousel .item:nth-child(3n) {
		margin-right: 0;
	}
	.carousel .item img {
		width: 100%;
		height: auto;
		display: block;
	}

.overlay {
	position: relative;
}
.overlay .title {
	position: absolute;
	top: 50%;
	left: 8%;
	right: 8%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.overlay .title h2, .overlay .title h4 {
	margin: -24px 0 0;
	font-size: 14px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 600;
}
.overlay .title h2 a, .overlay .title h4 a {
	color: #3f403f;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.7);
	text-decoration: none;
	display: block;
	padding: 20px 10px 18px;
}
	.overlay .title h2 a:hover, .overlay .title h4 a:hover {
		background-color: #ffffff;
		background-color: rgba(255,255,255,.9);
	}
.overlay .cat-icon {
	margin: 0;
}

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

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

.homepage-section h3.widget-title {
	margin: 0 0 20px;
	font-weight: normal;
	font-size: 36px;
	line-height: 1;
	text-align: left;
}
	.homepage-section h3.widget-title a {
		color: #3f403f;
		text-decoration: none;
	}

.homepage-section h3.widget-title a em {
	float: right;
	display: inline-block;
	color: #939597;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .08em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 20px 0 0;
	
}
.homepage-section h3.widget-title a:before { 
	color: #e53971;
	content: '\e812';
	font-family: fontello;
	display: inline-block;
	font-weight: normal;
	margin: -5px 10px 0 0;
	padding: 2px;
	font-size: 32px;
	line-height: 1;
	vertical-align: middle; }
	.homepage-section h3.widget-title a:hover {
		color: #e53971;
	}
	.homepage-section h3.widget-title a em:hover {
		color: #e53971;
	}
.homepage-section.recipes h3.widget-title a:before, .homepage-section.recipes h3.widget-title a:hover { 
	color: #f08098;
	content: '\e81d'; }
.homepage-section.travel h3.widget-title a:before, .homepage-section.travel h3.widget-title a:hover { 
	color: #e53971;
	content: '\e81f'; }
.homepage-section.tutorials h3.widget-title a:before, .homepage-section.tutorials h3.widget-title a:hover { 
	color: #3bb5b3;
	content: '\e81c'; }
.homepage-section.more h3.widget-title a:before, .homepage-section.more h3.widget-title a:hover { 
	color: #acba33;
	content: '\e81e'; }
	
	
.homepage-section .category-posts .item {
    margin-right: 5%;
    margin-bottom: 25px;
    width: 30%;
    float: left;
    text-align: center;
}
.homepage-section .category-posts .item img {
	display: block;
	width: 100%;
	height: auto;
}

	.homepage-section .category-posts .item:nth-child(3n) {
	    margin-right: 0;
	}
	
	.homepage-section .category-posts .item:nth-child(3n+1) {
	    clear: both;
	}	
.homepage-section .category-posts a {
	text-decoration: none;
}
.homepage-section .category-posts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}


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



h2.archivetitle, h3.searchtitle {

    margin-top: 0;

    margin-bottom: 25px;

}



.archives {

    margin-top: 5px;

    margin-bottom: 15px;

    width: 100%;

    clear: left;

    overflow: hidden;

}



.archive-post {
    margin: 0 4% 4% 0;
    width: 22%;
    float: left;
    text-align: center;
}

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


.archive-post img {
	display: block;

    width: 100%;

    height: auto;

}



.archive-post a {

    text-decoration: none;

}



.archive-post h4 {
	margin: 10px 0 6px;

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}
.archive-post .post-meta {
	border: none;
	padding: 0;
	margin: 0;
}	
.archive-post a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}



.archiveslist {

    color: #6b6963;

    overflow: hidden;

    -moz-column-count: 3;

    -moz-column-gap: 15px;

    -webkit-column-count: 3;

    -webkit-column-gap: 15px;

    column-count: 3;

    column-gap: 15px;

}

.archiveslist a:link, .subcategories a:link {
    color: #6b6963;
    text-decoration: none;
}

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

.archiveslist a:active, .subcategories a:active {
    color: #3f403f;
}

.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: #3f403f;
	    font-size: 12px;
	    line-height: 1.4;
	    margin:  2px 0 5px 15px;

	}

	.archiveslist ul li:before {
		color: #e53971;
	}
	

	.archiveslist ul li a {
	    color: #919394 !important;
	}
	
	.archiveslist ul li a:hover {
	    color: #3bb5b3 !important;
	}



.subcats {

    margin: 0 0 40px;

    background: url(images/bg.png) #ffffff;
    padding: 10px 10px 15px;
    border: 1px solid #e9e9ea;
    text-align: center;
}



.subcats h4 {

    margin: 10px 0 10px;
    color: #3f403f;

}

.subcats ul, .subcats li {
	margin: 0 !important;
	padding: 0 !important;
}
	 .subcats li:before {
	 	display: none !important;
	 }

.subcats ul.subcategories {

    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: #e53971;
    font-weight: bold;

    font-size: 11px;

    line-height: 2;

    text-transform: uppercase;

    letter-spacing: .05em;

    padding: 0 8px;
    margin: 2px 2px 4px;
    display: inline-block;
}

.subcats ul.subcategories li ul li a:hover {
	background-color: #3bb5b3;

    cursor: pointer;

}




ul.tagindex, .tagindex li {

    margin: 0!important;

    padding: 0 !important;

}
	.tagindex li:before {
		display: none !important;
	}

.tagslist li {
	font-size: 95%;
}

.tagindex li:before {

    display: none;

}



.tagindex a {

	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;

    font-size: 13px;

    line-height: 20px;

    text-align: center;

    display: block;

    margin-right: 3px;

    width: 20px;

    float: left;

    border: solid 1px #f6f5f5;

}



.tagindex a:link {

    color: #919394;

    text-decoration: none;

}



.tagindex a:visited {

    color: #939597;

    text-decoration: none;

}



.tagindex a:active {

    color: #919394;

    text-decoration: none;

}



.tagindex a:hover {

    color: #fff;

    text-decoration: none;

    background-color: #e53971;

}



.tagtitle {

    color: #3bb5b3;

    text-transform: uppercase;

}



.tagtitle a {

    text-decoration: none;

    text-transform: none;

}



.tagtitle em {

    color: #939597;

    letter-spacing: normal;

    font-style: italic;

    margin-left: 10px;

    float: right;
    font-weight: normal;
    font-size: 12px;

	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;

}



.tagtitle em a {

    color: #939597;

    font-size: 11px;

}



.tagtitle a:hover {

    color: #3f403f;

}


.related {
	overflow: hidden;
	margin-bottom: 50px;
}

.related h3 {

}


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



#submit, .submitbutton, #commentform #submit, .gform_wrapper input[type="submit"]  {

    color: #fff;

    font-size: 14px;

    line-height: 1.2;

    background-color: #3bb5b3;

    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .05em;

    cursor: pointer;

    margin-top: 5px;

    padding: 10px 20px;

    -webkit-transition: all .2s ease-in-out;

    -moz-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    border-style: none;

}



#submit:hover, .submitbutton:hover, #commentform #submit:hover, .gform_wrapper input[type="submit"]:hover {

    background-color: #e53971;

}

a.button {
	color: #ffffff;
	background-color: #e53971;
	font-weight: bold;
	padding: 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
}
a.button:hover {
	color: #ffffff;
    background-color: #3bb5b3;
    text-decoration: none;
    cursor: pointer;
}

.commentinput, .styledinput, .captchainput, #commentform input  {

    color: #3f403f;

    font-size: 13px;

    font-family: "Source Sans Pro", 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: #3f403f;
	font-size: 13px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 10px;
	border: 1px solid #e9e9ea;
	width: 100%
}
#commentform #submit {
	width: auto;
}



.wpcf7-form {

    font-family: "Source Sans Pro", 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 {
	
}

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

.search-form .search-input {

    color: #3f403f;

    font-size: 13px;

    font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;

    font-weight: normal;
    font-style: italic;

    line-height: 35px;
    height: 35px;

    background-color: #fff;

    padding: 0 12px;

    border: none;
    vertical-align: middle;

    width: 80%;

}



.search-form .search-submit {

    color: #3bb5b3;

    font-size: 16px;

    font-weight: normal;

    line-height: 30px;
    height: 35px;

    background-color: transparent;

    font-family: "fontello";

    cursor: pointer;

    width: 20%;

    border-style: none;
    vertical-align: middle;
    text-align: right;

    margin: 0 0 0 -4px;

}



.search-form .search-submit:hover {

    color: #e53971;

}


.header-search {
	height: 28px;
	border: none;
	vertical-align: middle;
	display: inline-block;
	margin: 0;
}
.header-search .search-input {
	height: 28px;
	line-height: 28px;
	color: #ffffff;
	background-color: #6cc8c6;
	font: italic 13px "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	width: 70%;
}
.header-search .search-submit {
	height: 28px;
	line-height: 28px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #ffffff;
	padding: 0;
	margin: -4px 0 0 -4px;
	font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	width: 30%;
	
}
	.header-search .search-submit:hover {
		color: #3f403f;
	}




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




.footer {
	border-top: 1px solid #e9e9ea;
    overflow: hidden;
	background-image: url(images/bg.png);
	padding: 40px 0 50px;
}


.footer a {
    text-decoration: none;
    color: #939597;
}
.footer a:hover {
    color: #3bb5b3;
}
.footer .footer-widget h3 {
	text-align: center;
	margin: 0 0 20px;
}
/*.footer .footer-widget.popular-posts {
	width: -moz-calc(100% - 350px);
	width: -webkit-calc(100% -350px);
	width: calc(100% - 350px);
	float: left;
}
.footer .footer-widget.ad {
	width: 300px;
	float: right;
	margin-top: 15px;
}


.footer .popular-posts .item {
	text-align: left;
	margin: 0 0 20px 0;
	width: 50%;
	
}
.footer .popular-posts .item img {
	width:30%;
	margin-right: 4%;
	float: left;
}
.footer .popular-posts h4 {
	
}
.footer .popular-posts .item .post-meta {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
}*/

.footer .popular-posts .item {
	width: 15%;
	margin-right: 2%;
	float: left;
}
.footer .popular-posts a {
	display: block;
}
	.footer .popular-posts .item img {
		width: 100%;
		height: auto;
		display: block;
	}
	.footer .popular-posts .item:nth-child(6n) {
		margin-right: 0;
	}
.footer .popular-posts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.footer-sub {
	background-color: #3bb5b3;
	overflow: hidden;
	padding: 50px 0;
}

	.footer-sub .subscribe {
		width: 60%;
		width: -moz-calc(100% - 290px);
		width: -webkit-calc(100% -290px);
		width: calc(100% - 290px);
		float: left;
		text-align: left;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
		.footer-sub .subscribe h3 {
			color: #ffffff;
			font-size: 30px;
			margin: 0;
		}
		.footer-sub .subscribe p {
			margin: 0;
			text-align: left;
			font-size: 90%;
		}
		.footer-sub .subscribe .subscribe-title {
			width: 260px;
			float: left;
		}
		.footer-sub .subscribe .email-form {
			width: -moz-calc(100% - 260px);
			width: -webkit-calc(100% -260px);
			width: calc(100% - 260px);
			float: right;
			clear: none;
			margin: 7px 0 0;
		}
		.footer-sub .subscribe .email-input {
			width: 60%;
			margin: 0;
			display: inline-block;
			vertical-align: middle;
			float: left;
			height: 44px;
			line-height: 44px;
		}
		.footer-sub .subscribe .email-submit {
			width: 30%;
			margin: 0 0 0 -4px;
			display: inline-block;
			vertical-align: middle;
			float: left;
			height: 44px;
			line-height: 44px;
		}
	.footer-sub .social {
		width: 250px;
		float: right;
		text-align: right;
		padding: 0;
		margin: 13px 0 0;
	}
	.footer-sub .social a {
		background-color: #f08098;
		color: #ffffff;
		font-size: 15px;
		line-height: 34px;
		height: 34px;
		width: 34px;
		text-decoration: none;
		padding: 0;
		text-align: center;
		display: inline-block;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin-left: 2px;
		
	}
		.footer-sub .social a:nth-of-type(4n+1) {
			background-color: #f08098;
		}
		.footer-sub .social a:nth-of-type(4n+2) {
			background-color: #e53971;
		}
		.footer-sub .social a:nth-of-type(4n+3) {
			background-color: #78cccb;
		}
		.footer-sub .social a:nth-of-type(4n+4) {
			background-color: #acba33;
		}
.footer-nav {
	background-color: #3f403f;
	overflow: hidden;
	line-height: 45px;
}

.footer-nav ul {

    margin: 0;

    padding: 0;

    width: 70%;

    float: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;

}


.footer-nav li {

    display: inline-block;

    margin: 0 12px 0 0;

    padding: 0;

}

.footer-nav a {
	color: #ffffff;
	text-decoration: none;
}
.footer-nav a:hover {
	color: #e53971;
}

.footer-nav li.top a {
    color: #e53971;
    font-weight: bold;

}
	.footer-nav li.top a:before {
		content: '\e815';
		font-family: "fontello";
		vertical-align: top;
		font-weight: normal;
		margin-right: 5px;
		font-size: 10px;
	}



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







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



#comments, #pings           {
	margin-top: 5px;
	text-align: left; }
	#comments .right {
		float: right;
		font-family: "Source Sans Pro", Arial, Helvetica, Geneva, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .05em;
		display: inline-block;
		margin-top: 8px;
	}
#respond            {
	margin-top: 65px;
	text-align: left; }
#comment-list          {
	font-size: 95%;
	line-height: 1.7;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#comment-list li           {
	margin: 0 0 30px;
	list-style-type: none;
	border: 1px solid #e9e9ea;
	padding: 20px;
}
	#comment-list li:before {
		display: none;
	}

#comment-list li p {
	margin: 10px 0;
}
.comment-content {
	clear: left;
	margin-bottom: 18px;
}
.comment-meta         {
	margin: 0;
	color: #939597;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	 }
	.comment-meta a {
		color: #939597;
		text-decoration: none;
	}
.comment-author           {
	color: #3f403f;
	font-family: "thirstysoft", script;
	font-size: 24px;
	line-height: 60px;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	float: left;
}
.comment-author a            {
	color: #3f403f;
	text-decoration: underline; }

.comment-author a:hover         {
	color: #e53971;
	text-decoration: underline; }

#comment-list .avatar    {
	vertical-align: middle;
	margin: 0 15px 15px 0;
	float: left;
	-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 {
	overflow: hidden;
	 }
	.comment-nav .nav-previous {
		width: 50%;
		float: left;
		text-align: left;
	}
	.comment-nav .nav-next {
		width: 50%;
		float: right;
		text-align: right;
	}
	.comment-nav a {
	    color: #939597;
	    font-size: 11px;
	    text-transform: uppercase;
	    letter-spacing: .03em;
	    text-decoration: none;
	}
	.comment-nav a:hover {
	    color: #3bb5b3;
	}
/*threaded comments*/
#comment-list li.bypostauthor {
	background-color: #e53971;
	color: #ffffff;
}
	#comment-list li.bypostauthor .comment-author a {
		color: #ffffff;
		text-decoration: none;
	}
	#comment-list li.bypostauthor .comment-content {
		color: #ffffff;
	}
	#comment-list li.bypostauthor a:link {
		color: #3f403f;
	}
	#comment-list li.bypostauthor .comment-meta, #comment-list li.bypostauthor .comment-meta a {
		color: #ffffff;
		color: rgba(255,255,255,.5);
	}
#comment-list li ul {
	margin: 0;
	padding: 0 }
#comment-list li li {
	margin: 20px -20px -20px;
	padding-left: 60px;
	padding-right: 60px;
	border: none;
	border-top: 1px solid #e9e9ea;
	background-color: #f7f7f7;
}
#cancel_reply, #cancel_reply a       {
	color: #3bb5b3;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #3bb5b3;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #3bb5b3;
	text-decoration: underline }



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



.pagination {
    text-transform: uppercase;
    letter-spacing: .08em;

    clear: both;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 25px;
    overflow: hidden;

}



.pagination .page-numbers {

    color: #939597;

    padding: 5px 10px;

    border: solid 1px #ffffff;
    text-decoration: none;
    display: inline-block;

}

	.pagination span.page-numbers.current {
	    color: #3f403f;
	    background-color: #ffffff;
	    font-weight: bold;
	}
	.pagination span.page-numbers.dots {
	    border: none;	}

.pagination a.page-numbers:hover {

    color: #ffffff;
    background-color: #e53971;

}

/*----TOP Menu----*/
.top-nav {
    margin: 0;
    display: inline-block;
    text-align: left;
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.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 0;
    color: #ffffff;
}
.top-nav a:hover, .top-nav li.menu-item-has-children:hover>a {
    color: #3f403f;
    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: 0px;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    background-color: #3bb5b3;
    background-color: rgba(59,181,179,.95);
}

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

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

.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: 60px 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 15px;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 14px;
    line-height: 45px;
}

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

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

#main a:hover, #main li.menu-item-has-children:hover>a {
    color: #e53971;
    cursor: pointer;
}
	#main li>a:before { 
		color: #e53971;
		content: '\e812';
		font-family: fontello;
		display: block;
		text-align: center;
		font-weight: normal;
		margin: 0 auto;
		padding: 0;
		font-size: 32px;
		line-height: 1; }
		
	#main li.recipes>a:before, #main li.recipes>a:hover, #main li.recipes:hover>a { 
		color: #f08098;
		content: '\e81d'; }
	#main li.travel>a:before, #main li.travel>a:hover, #main li.travel:hover>a { 
		color: #e53971;
		content: '\e81f'; }
	#main li.tutorials>a:before, #main li.tutorials>a:hover, #main li.tutorials:hover>a { 
		color: #3bb5b3;
		content: '\e81c'; }
	#main li.more>a:before, #main li.more>a:hover, #main li.more:hover>a { 
		color: #acba33;
		content: '\e81e'; }
		
		
	#main li li>a:before {
		display: none;
	}
		
/* Navigation submenu */
#main .menu-item:hover .sub-menu {
    display: block;
}

#main .sub-menu {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
    padding: 4px 0;
    margin-top: 0px;
    margin-left: -80px;
    width: 160px;
    z-index: 2000;
    background-color: #e53971;
}
	#main li.recipes .sub-menu {
		background-color: #f08098;
	}
	#main li.travel .sub-menu {
		background-color: #e53971;
	}
	#main li.tutorials .sub-menu {
		background-color: #3bb5b3;
	}
	#main li.more .sub-menu {
		background-color: #acba33;
	}
	
	#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: #e53971; 
		border-width: 10px; 
		margin-left: -10px; }
		
		#main li.recipes .sub-menu:after {
			border-bottom-color: #f08098;
		}
		#main li.travel .sub-menu:after {
			border-bottom-color: #e53971;
		}
		#main li.tutorials .sub-menu:after {
			border-bottom-color: #3bb5b3;
		}
		#main li.more .sub-menu:after {
			border-bottom-color: #acba33;
		}
		
#main .sub-menu .menu-item {
    margin: 0;
    display: block;
    font-size: 12px;
    line-height: 1.2;
}

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

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

#main li.search {
	display: none;
}

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

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


/*----THEIA Post Slideshow----*/

.wp-caption-text {
	font-size: 75%;
	font-style: italic;
	color: #939597;
}

.theiaPostSlider_slides {
	overflow: hidden;
	border: 1px solid #e9e9ea;
	padding: 20px;
}
	.theiaPostSlider_slides p:first-of-type {
		margin-top: 0;
	}
	.theiaPostSlider_slides p:last-of-type {
		margin-bottom: 0;
	}
.theiaPostSlider_nav ._buttons {
	line-height: 34px;
	font-size: 13px;
	text-transform: uppercase;
}
	.theiaPostSlider_nav ._prev {
		text-align: left;
	}
	.theiaPostSlider_nav ._next {
		text-align: right;
	}
	.theiaPostSlider_nav a {
		color: #7a7a7a !important;
		display: inline-block;
		text-decoration: none;
		padding: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.theiaPostSlider_nav ._prev:before {
		display: inline-block;
		font-size: 14px;
		line-height: 1;
		font-family: "fontello";
		content: '\e816';
		margin-right: 5px;
		vertical-align: middle;
		padding: 2px;
		color: #3bb5b3;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
		 }
	.theiaPostSlider_nav ._next:after { 
		display: inline-block;
		font-size: 14px;
		line-height: 1;
		font-family: "fontello";
		content: '\e810';
		margin-left: 5px;
		vertical-align: middle;
		padding: 2px;
		color: #3bb5b3;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
		 }
	.theiaPostSlider_nav ._prev:hover, .theiaPostSlider_nav ._next:hover {
		color: #3bb5b3 !important;
		
	}
	.theiaPostSlider_nav ._disabled, .theiaPostSlider_nav ._disabled:before, .theiaPostSlider_nav ._disabled:after, .theiaPostSlider_nav ._disabled:hover {
		color: #7a7a7a !important;
		cursor: default;
		opacity:0.5;
		filter:alpha(opacity=50); /* For IE8 and earlier */
		
	}
	.theiaPostSlider_nav ._text {
		font-weight: normal;
		text-transform: lowercase;
		letter-spacing: normal;
		color: #7a7a7a;
		font-style: italic;
		font-size: 12px;
		line-height: 32px;
		vertical-align: middle;
		margin: 0 5px;
		opacity:0.5;
		filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	.theiaPostSlider_nav._upper ._title
	{
	font-family: "thirstysoft", script;
	font-weight: 300;
	line-height: 32px;
	color: #e53971;
	font-size: 24px;
	}
	
	.theiaPostSlider_nav ._buttons {
		display: inline-block;
		float: right;
	}
	.theiaPostSlider_nav._lower {
		
	}
	.theiaPostSlider_nav._lower p {
		margin: 0;
	}
	.theiaPostSlider_nav._lower ._title {
		display: none;
	}
	.theiaPostSlider_nav._lower {
		text-align: center;
	}
	.theiaPostSlider_nav._lower ._buttons {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
		.theiaPostSlider_nav._lower ._prev {
			text-align: left;
			float: left;
		}
		.theiaPostSlider_nav._lower ._next {
			text-align: right;
			float: right;
		}
		.theiaPostSlider_nav._lower ._text {
			display: none;
		}
		
	
	.theiaPostSlider_footer {
		clear: both;
		padding-top: 10px;
	}

		 

/* ---- FONTELLO ---- */

@font-face {

    font-family: 'fontello';

  src: url('fonts/fontello.eot?19440664');

  src: url('fonts/fontello.eot?19440664#iefix') format('embedded-opentype'),

       url('fonts/fontello.woff?19440664') format('woff'),

       url('fonts/fontello.ttf?19440664') format('truetype'),

       url('fonts/fontello.svg?19440664#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: '\e800'; } /* '' */
.icon-rss-circled:before { content: '\e80d'; } /* '' */
.icon-twitter:before { content: '\e803'; } /* '' */
.icon-twitter-circled:before { content: '\e808'; } /* '' */
.icon-facebook:before { content: '\e804'; } /* '' */
.icon-facebook-circled:before { content: '\e80a'; } /* '' */
.icon-gplus:before { content: '\e807'; } /* '' */
.icon-gplus-circled:before { content: '\e80b'; } /* '' */
.icon-pinterest:before { content: '\e809'; } /* '' */
.icon-pinterest-circled:before { content: '\e80c'; } /* '' */
.icon-instagram:before { content: '\e806'; } /* '' */
.icon-instagram-circled:before { content: '\e80e'; } /* '' */
.icon-snapchat:before { content: '\e80f'; } /* '' */
.icon-snapchat-circled:before { content: '\e802'; } /* '' */
.icon-stumbleupon:before { content: '\e819'; } /* '' */
.icon-stumbleupon-circled:before { content: '\e822'; } /* '' */
.icon-youtube:before { content: '\e81a'; } /* '' */
.icon-youtube-circled:before { content: '\e81b'; } /* '' */

.icon-up:before { content: '\e823'; } /* '' */
.icon-down:before { content: '\e826'; } /* '' */
.icon-left:before { content: '\e825'; } /* '' */
.icon-right:before { content: '\e824'; } /* '' */
.icon-arrow-up:before { content: '\e815'; } /* '' */
.icon-arrow-down:before { content: '\e817'; } /* '' */
.icon-arrow-left:before { content: '\e816'; } /* '' */
.icon-arrow-right:before { content: '\e810'; } /* '' */

.icon-print:before { content: '\e805'; } /* '' */
.icon-star:before { content: '\e801'; } /* '' */
.icon-comment:before { content: '\e811'; } /* '' */
.icon-menu:before { content: '\e827'; } /* '' */
.icon-cancel:before { content: '\e828'; } /* '' */
.icon-search:before { content: '\f002'; } /* '' */

.icon-ampersand:before { content: '\e813'; } /* '' */
.icon-ampersand-circled:before { content: '\e812'; }
.icon-recipes:before { content: '\e818'; } /* '' */
.icon-recipes-circled:before { content: '\e81d'; } /* '' */
.icon-travel-circled:before { content: '\e81f'; } /* '' */
.icon-travel:before { content: '\e820'; } /* '' */
.icon-tutorials:before { content: '\e821'; } /* '' */
.icon-tutorials-circled:before { content: '\e81c'; } /* '' */
.icon-more:before { content: '\e814'; } /* '' */
.icon-more-circled:before { content: '\e81e'; } /* '' */