html {
	  -webkit-text-size-adjust: 100%;
}

/*---RETINA GRAPHICS---*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {


}

/*---RESPONSIVE QUERIES---*/
@media ( min-width : 865px ) and ( max-width : 990px ), ( min-width : 480px ) and ( max-width : 605px ), ( max-width : 400px ) {

	.post-meta .wprm-recipe-snippet a.wprm-recipe-link {
		font-size: 11px;
	}
	
	.post-meta .wprm-recipe-snippet .wprm-recipe-rating-details {
		display: none;
	}
}
@media ( min-width : 800px ) and ( max-width : 865px ), ( max-width : 480px ) {
	
	.post-meta .meta-left {
		display: block;
		width: 100%;
	}
	.post-meta .wprm-recipe-snippet {
		float: none;
		width: 100%;
		padding-top: 10px;
	}
}

@media ( max-width : 1200px ) {
	body.home .header-spacer {
		margin-bottom: -10px;
	}
}
@media ( max-width : 1100px ) {
	.top-bar .logo {
		overflow: hidden;
		width: 260px;
		float: left;
		margin: 9px 12px 0;
	}
	#main {
		letter-spacing: .1em;
		font-size: 13px;
	}
	#main li a {
		padding: 0 12px;
	}
	.home-section.subscribe .wrap {
		padding: 0
	}
	.footer .about  {
		width: -moz-calc(100% - 450px);
		width: -webkit-calc(100% - 450px);
		width: calc(100% - 450px);
		padding-right: 20px;
	}
	.footer .widget_nav_menu {
		width: 120px;
		margin-left: 30px;
	}

}


@media ( max-width : 930px ) {
	.top-bar .logo {
		overflow: hidden;
		width: 200px;
		float: left;
		margin: 15px 0px 0 12px;
	}
	#main {
		letter-spacing: .1em;
		font-size: 11px;
	}
	#main li a {
		padding: 0 10px
	}
	.footer {
		text-align: center;
	}
	.footer .about  {
		width: 100%;
		max-width: 700px;
		padding-right: 0px;
		margin: 0 auto 30px;
		overflow: hidden;
		padding-top: 10px;
		float: none;
	}
	.footer .widget_nav_menu {
		width: 120px;
		margin: 0 5% 40px;
		text-align: center;
		float:none;
		display: inline-block;
	}
	

}
@media ( max-width : 825px ) {


}

@media ( max-width : 799px ) {
	body {
		border: none;
		padding: 0;
	}

	.span_content, .span_content_full {
		float: none;
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}
		.span_content_full {
			max-width: 100%;
		}	
	.span_sidebar {
		clear: both;
		width: 100%;
		float: none;
		margin: 100px auto 0;
		border-top: 1px solid #ececec;
		padding-top: 70px;
	}
	.topsidebar, .midsidebar, .lowersidebar {
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		max-width: 340px;
	}
	.top-bar, .header-search, .header-social, #main, #topmenu {
		display: none !important;
	}
	
	.header-spacer {
		height: 50px;
		margin: 0
	}
		body.home .header-spacer {
			height: 25px;
			margin: 0
		}

	.home-featured {
		margin-left: -20px;
		margin-right: -20px;
	}
	.home-subscribe {
		margin-left: 0px;
		margin-right: 0px;
	}
	.home-featured .caption {
		padding: 30px;
		min-height: auto;
	}
	.home-featured .caption h1, .home-featured .caption h2 {
		font-size: 36px;
	}
	.home-featured .caption p {
		font-size: 85%;
		margin: 15px 0;
	}
	.home-section.icons h2.divider {
		font-size: 35px;
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 12px;
	}
	.home-section.icons .search-form {
		display: inline-block;
		clear: none;
		width: -moz-calc(100% - 170px);
		width: -webkit-calc(100% - 170px);
		width: calc(100% - 170px);
		vertical-align: middle;
		max-width: 100%;
		}
	.home-section.icons .index-link {
		display: inline-block;
		vertical-align: middle;
		width: 160px;
		padding: 0 0 0 20px;
	}

	
}
@media ( max-width : 750px ) {
	.teaser-posts .teaser-post {
		width: 47.5%;
		margin-bottom: 50px;
	}
	.home-section.cta-blocks {
		padding: 100px 3%;
		background: url(images/cta-background-mobile.jpg) no-repeat center center;
		background-size: cover;
	}
	.home-section.cta-blocks .wrap .item {
		width: 100%;
		background-color: #ffffff;
		text-align: center;
		padding: 0 30px 30px;
		overflow: visible;
		max-width: 500px;
		margin: 0 auto
	}
		.home-section.cta-blocks .wrap .item-1 {
			margin-bottom: 100px;
		}
	.home-section.cta-blocks p {
		margin: 15px 0 0
	}
	.home-section.cta-blocks .more {
		margin-top: 25px
	}

}
@media ( max-width : 700px ) {
	.home-featured .image {
		overflow: hidden;
		width: 100%;
		height: 0;
		padding-bottom: 60%;
		float: none;
		position: relative;
	}
	.home-featured .caption {
		float: none;
		padding: 25px 25px 30px;
		width: 100%;
	}
	.home-featured .caption:before {
		display: none
	}
}
@media ( max-width : 650px ) {
	.press-desktop {
		display: none
	}
	.press-mobile {
		display: block
	}
	
	.home-section.icons .items {
		margin-top: 25px;
		justify-content: space-between;
	}
		.home-section.icons .items .item {
			width: 30%;
		}
	.home-section .category-posts-5col .item:nth-child(6) {
			display: none
		}

	
	.home-section .category-posts .item {
		margin-bottom: 20px;
		width: 47.5%;
	}

		.home-section .category-posts-5col .item:nth-child(6) {
			display: block !important
		}
		

	.archiveslist {
	    overflow: hidden;
	    -moz-column-count: 3;
	    -moz-column-gap: 10px;
	    -webkit-column-count: 3;
	    -webkit-column-gap: 10px;
	    column-count: 3;
	}
	.wprm-recipe.wprm-recipe-template-custom {
		margin-left: -20px;
		margin-right: -20px;
	}
	.wprm-recipe-head {
		padding: 22px;
	}
	.wprm-recipe-body {
		padding: 15px 22px;
	}
	.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
		font-size: 11px
	}
	/*.wprm-recipe.wprm-recipe-template-custom a.wprm-recipe-link {
		margin-bottom: 10px !important;
		width: 100%
	}*/
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-ingredients li, .wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-equipment li {
	    margin-left: 20px !important;
	}
	.wprm-recipe.wprm-recipe-template-custom ul.wprm-recipe-instructions li {
	    margin-left: 25px !important;
	}

}

@media ( min-width : 425px ) and ( max-width : 600px ) {
	.teaser-post .post-title {
		font-size: 28px;
		margin: 15px 0 0;
		}
		.teaser-post p {
			margin: 15px 0px 20px;
		}
	.teaser-post .post-meta {
		margin: 20px 0 10px
	}
}
@media ( max-width : 600px ) {
	.home-section {
		padding: 60px 0 55px;
	}
	.home-section.icons .search-form {
		width: 100%;
	}
	.home-section.icons .index-link {
		width: 100%;
		padding: 0;
	}
	.footer {
		padding-top: 0;
		margin-top: 100px;
		overflow: visible
	}
		.footer .wrap {
			overflow: visible
		}
	.footer .about  {
		margin: 0 auto 50px;
		overflow: visible;
		padding-top: 10px;
		float: none;
		text-align: center;
	}
		.footer .about img {
			float: none;
			width: 180px;
			margin: -90px auto 25px;
		}
		.footer .about p {
			width: 100%;
			float: none;
		}
	.footer .widget_nav_menu {
		width: 33.33%;
		margin: 0 0 40px;
		text-align: center;
		float:none;
		display: inline-block;
	}
	
	.footer a.top {
		clear: both;
		position: relative;
		top: 0;
		right: auto;
		margin-bottom: 25px;
	}
	
}

@media ( max-width : 500px ) {
	
	.pagination h2.screen-reader-text {
		margin-bottom: 12px;
	}

	.archives .archive-post {
		width: 45%;
	}
		.relatedposts .archives .archive-post {
			width: 28.3333%;
		}
			.relatedposts .archives .archive-post .title {
				font-size: 13px;
				letter-spacing: normal;
				text-transform: none;
			}
	.archiveslist {
	    overflow: hidden;
	    -moz-column-count: 2;
	    -moz-column-gap: 10px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 10px;
	    column-count: 2;
	}


}

@media ( max-width : 475px ) {
	h1 {
		font-size: 40px;
	}
	h1.post-title, h2.post-title {
		margin: 10px 0;
	}

	
}

@media ( max-width : 425px ) {
	.teaser-posts .teaser-post {
		width: 100%;
		margin-bottom: 50px;
	}
	

}

@media ( max-width : 375px ) {
	.footer .widget_nav_menu {
		width: 100%;
	}

}