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 ( max-width : 1175px ) {
	
	

}
@media ( max-width : 1110px ) {
	#main li.browse {
		display: none;
	}
	.footer .footer-widget {
		width: auto;
		float: right;
		color: #6c778b;
		font-size: 15px;
		margin: 0 2% 0 5%
	}
		.footer .footer-widget.about {
			width: 50%;
			margin: 0;
			float: left;
			text-align: left
		}
	
}
@media ( max-width : 1060px ) {
	.span_content {
	    width: 65%;
	}
	    .span_content_full {
	        width: 100%;
	    }
	
}
@media ( max-width : 950px ) {
	.span_content {
        width: 60%;
    }
	    .span_content_full {
	        width: 100%;
	    }

    .facet_content {
    	width: -moz-calc(100% - 210px);
    	width: -webkit-calc(100% -210px);
    	width: calc(100% - 210px);
    }
    .facet_sidebar {
    	width: 180px;
    }
	
}
@media ( max-width : 950px ) {
	#main   {
		letter-spacing: .02em;
		font-size: 16px;
	}
	#main li.spacer {
		
	}
	#main li a  {
		padding: 0 10px;
		}
	#main li.search .search-label {
		display: none;
	}
	
	
}
@media ( max-width : 850px ) {
	.span_content {
	        width: 58%;
	    }
		
	    .span_content_full {
	        width: 100%;
	    }
	
	    .facet_content {
	    	width: -moz-calc(100% - 210px);
	    	width: -webkit-calc(100% -210px);
	    	width: calc(100% - 210px);
	    }
	    .facet_sidebar {
	    	width: 180px;
	    }
}

@media ( min-width : 800px ) and ( max-width : 1180px ), ( max-width : 375px ) {

	
}



@media ( max-width : 800px ) {

	.span_content, .span_content_full {
		float: none;
		width: 100%;
		max-width: 800px; }
		
	.span_sidebar {
		clear: both;
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 35px 0 0;
		padding-top: 55px;
		border-top: 1px solid #ecebec;
	}
	
	#top, #main, .hideonmobile {
		display: none;
	}
	.top-bar {
		display: none;
	}
	
	.header {
		min-height: 65px;
		margin: 0;
		padding: 0;
	}
		body.home .header {
			min-height: 50px;
		}
	.header .logo, .header-search {
		display: none
	}

	.topsidebar, .midsidebar, .lowersidebar {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 340px;
	}

	.homepage-featured {
		padding: 0;
		margin: 0 -20px;
	}
	.homepage-featured .featured-lg {
		width: 100%;
		float: none;
		margin-right: 0
	}
		
	.homepage-featured .featured-sm {
		width: 50%;
		float: right;
		clear: none;
	}
		.homepage-featured .featured-sm:last-of-type {
			margin-top: 0
		}
	.home-section {
		margin-bottom: 60px;
	}
	.perfect-recipe {
		padding: 50px 0 40px;
	}
	.latest-posts .teaser-post {
		width: 47% !important;
		margin: 0 6% 50px 0 !important;
	}
		.latest-posts .teaser-post:nth-child(3n) {
			margin-right: 6% !important
		}
		.latest-posts .teaser-post:nth-child(3n+1) {
			clear: none
		}
		.latest-posts .teaser-post:nth-child(2n) {
			margin-right: 0 !important
		}
		.latest-posts .teaser-post:nth-child(2n+1) {
			clear: left
		}
	.home-section .category-posts .item {
		width: 47%;
		margin-right: 6%;
		margin-bottom: 20px;
	}
		.home-section .category-posts .item:nth-child(2n) {
			margin-right: 0;
		}
		.home-section .category-posts .item:nth-child(2n+1) {
			clear: left;
		}
	
	.home-section.five-column .category-posts .item {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 20px;
		clear: none;
	}
		.home-section.five-column .category-posts .item:nth-child(3n) {
			margin-right: 0;
		}
		.home-section.five-column .category-posts .item:nth-child(3n+1) {
			clear: left !important; 
		}
		.home-section.five-column .category-posts .item:nth-child(5n) {
			margin-right: 3.5%;
		}
		.home-section.five-column .category-posts .item:nth-child(6) {
			display: block;
		}
	.home-section.featured-video {
		overflow: hidden;
		position: relative;
		padding: 50px 30px 0
	}
	.home-section.subscribe h3, .pre-footer .subscribe h3 {
		text-align: center;
		float: none;
		width: 520px;
		margin: 0 auto;
	}
	
	.home-section.subscribe .textwidget, .pre-footer .subscribe .textwidget {
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 520px;
	}
	.footer .footer-widget {
		width: 33.33%;
		margin: 0;
		text-align: center;
	}
		.footer .footer-widget.about {
			width: 100%;
			max-width: 340px;
			margin: 0 auto 30px;
			float: none;
			overflow: hidden;
			text-align: center;
		}
		.footer .footer-widget.about img {
			margin: 0 auto 20px;
			float: none;
		}
	.footer .footer-widget h3 {
		text-align: center
	}
	.sub-footer {
		background-color: #f0f1f3;
		border: none;
		padding: 50px 0;
	}
	.footer-nav {
		width: 100%;
		float: none;
		text-align: center;
	}
	.sub-footer .copyright {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 25px;
	}
	.sub-footer a.top {
		position: absolute;
		right: auto;
		left: 50%;
		top: -32px;
		margin-left: -32px;
	}
	

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


}
@media ( max-width : 700px ) {
	.home-section.cookbooks {
		padding-right: 20px;
	}
	.home-section.cookbooks img {
		width: 60%;
		float: left;
		margin-right: 5%;
		margin-left: -120px;
	}
	.home-section.cookbooks h2 {
		padding-top: 7%;
		font-size: 34px;
	}
	
}

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

@media ( max-width : 550px ) {
	.home-section.cookbooks {
		padding: 0 20px;
	}
	.home-section.cookbooks img {
		width: 80%;
		max-width: 300px;
		float: none;
		margin: 0 auto;
	}
	.home-section.cookbooks h2 {
		padding-top: 15px;
		font-size: 34px;
	}
	.perfect-recipe ul li {
		margin: 2px;
	}
	.perfect-recipe ul li a {
		padding: 5px 14px;
		letter-spacing: .1em;
		font-size: 12px;
	}
	
	.teaser-post h2 {
		font-size: 26px;
	}
	.home-section.subscribe, .pre-footer .subscribe {
		padding: 25px 25px 35px;
		margin-top: 30px;
	}
		
	.home-section.subscribe h3, .pre-footer .subscribe h3 {
		text-align: center;
		float: none;
		width: 100%;
		margin: 0 auto 10px;
		font-size: 26px;
		line-height: 36px;
		font-size: 5vw;
	}
		.home-section.subscribe h3:before, .pre-footer .subscribe h3:before {
			float: none;
			display: inline-block;
			vertical-align: middle;
			position: relative;
			top: -3px;
			width: 36px;
			height: 36px;
		}
	.home-section.subscribe .textwidget, .pre-footer .subscribe .textwidget {
		
	}
	.archives .archive-post h4 {
		font-size: 20px;
	}
	
	
}
@media ( max-width : 450px ) {
	
}
@media ( max-width : 425px ) {	
	.footer .footer-widget {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}
	.teaser-post, .latest-posts .teaser-post {
		width: 100% !important;
		float: none;
		overflow: hidden;
		margin: 0 0 40px 0;
	}

	.archives .archive-post {
		width: 47%;
		float: left;	
		clear: none !important;
		margin-right: 6% !important;
		text-align: center;
	}
	.archive-post:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	.archive-post:nth-child(2n+1) {
		clear: both !important;
	}
	
	.archiveslist {
	    overflow: hidden;
	    -moz-column-count: 2;
	    -moz-column-gap: 10px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 10px;
	    column-count: 2;
	    
	}
	.perfect-recipe {
		padding: 30px 0 30px;
	}
	.perfect-recipe h3 {
		line-height: 1;
		font-size: 28px;
		font-size: 8vw;
		margin-bottom: 5px;
	}

	
}