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) {
	.header .logo a {
	    background: url(images/logo@2x.png) no-repeat;
	    background-size: 100% auto;
	}

}

/*---RESPONSIVE QUERIES---*/

@media ( max-width : 1100px ) {
	
	
}
@media ( max-width : 910px ) {
	#main {
		font-size: 24px;
	}
	#main li {
		margin: 0 -3px;
	}
	
	#main li.menu-item a {
		padding: 0 14px;
	}

	.subscribe-bar {
		padding: 10px 0 30px;
		margin-bottom: 35px;
	}
	.subscribe-bar .widget {
		background-image: none;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 700px;
		margin: 0 auto;
	}
		.subscribe-bar .textwidget {
			float: none;
			width: 100%;
		}
		.subscribe-bar h3.widget-title {
			float: none;
			display: inline-block;
			width: auto;
			text-align: center;background-image: url(images/leafL.png), url(images/leafR.png);
			background-position: left center, right center;
			background-repeat: no-repeat, no-repeat;
			background-size: 44px 20px, 44px 20px;
			padding-left: 55px;
			padding-right: 55px;
		}
	
}


@media ( max-width : 800px ) {
	body {
		margin: 0;
		border: none;
	}
	.span_content, .span_content_full {
		float: none;
		width: 100%;
		max-width: 660px;
		margin: 0 auto }
		
	.span_sidebar {
		clear: both;
		width: 100%;
		float: none;
		margin: 50px auto 0;
		border-top: 1px solid #EFEFEE;
		padding-top: 40px;
	}
		.facet_sidebar {
			border: none;
			margin: 0px 0 20px;
			padding: 0;
			overflow: hidden;
			-moz-column-count: 3;
			-moz-column-gap: 10px;
			-webkit-column-count: 3;
			-webkit-column-gap: 10px;
			column-count: 3;
			column-gap: 10px;
		}
			.facet_sidebar h2.page-title {
				font-size: 30px;
				column-span: all;
			}
		.single_facet {
			-webkit-column-break-inside: avoid;
			page-break-inside: avoid; 
			break-inside: avoid-column;
			display: table;
		}
		
	#main, .top-bar, #top, .top-bar {
		display: none !important;
	}

	.header {
		padding: 55px 0 0;
		border: none;
		text-align: center;
		margin: 0;
	}
		body.admin-bar .header {
			padding: 60px 0 0;
		}
	.header .logo {
		float: none;
		margin: 0 auto 15px;
	}

	.header-search, .header .social {
		display: none
	}

	.topsidebar, .midsidebar, .lowersidebar {
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		max-width: 340px;
	}
	
	.sub-footer {
	
	}
	.copyright {
	    width: 100%;
	    float: none;
	    text-align: center;
	    line-height: 1.5;
		margin-top: 25px;
	}
	.footer-nav {
	    width: 100%;
	    font-size: 13px;
	    float: none;
	    text-align: center;
	    line-height: 1.7;
	}
	.footer-nav a {
		padding: 5px 5px;
		display: inline-block;
	}
	.footer-nav li.top {
		display: block;
		float: none;
	}

	.footer .subscribe {
		padding-top:30px;
		padding-bottom: 40px;
	}
	
	.footer .footer-widget {
		padding: 30px 0 20px;
		margin: 0
	}

	.footer .featuredposts .wrap {
		max-width: 100%;
		padding: 0 3.5%;
	}
	.footer .item {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
		float: left;
	}
		.footer .item:nth-child(3n) {
			margin-right: 0;
		}

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

	.page-id-2 img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 20px
	}

}


@media ( max-width : 600px ) {
	
	.facet_sidebar {
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		column-count: 2;
		column-gap: 10px;
	}
	
	.subscribe-bar .widget {
		padding-left: 0px;
		padding-right: 0px;
	}

		.subscribe-bar h3.widget-title {
			background-image: none;
			padding-left: 0;
			padding-right: 0;
			line-height: 1;
			margin: 10px 0;
			font-size: 7vw;
		}
}

@media ( max-width : 525px ) {
	
	
}
@media ( max-width : 450px ) {
	
}
@media ( max-width : 425px ) {	
		
	
}
@media ( max-width : 400px ) {
	
	.footer .item h4 {
			font-size: 18px
		}
	
	.teaser-post {
		width: 100%;
		float: none;
		margin: 0 0 50px 
	}
	.archives .archive-post {
		width: 48%;
		float: left;	
		clear: none !important;
		margin-right: 4% !important;
		margin-bottom: 15px;
		text-align: center;
	}
	.archive-post:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	.archive-post:nth-child(2n+1) {
		clear: both !important;
	}
	
	.related .archive-post:nth-child(3) {
		display: none;
	}
	.archiveslist {
	    overflow: hidden;
	    -moz-column-count: 2;
	    -moz-column-gap: 10px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 10px;
	    column-count: 2;
	    
	}
	
	.wprm-recipe.wprm-recipe-template-custom {
		padding: 15px !important;
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 auto 15px;
		overflow: hidden
	}
	.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right .wprm-recipe-image img {
		width: 40% !important;
		float: left
	}
		.wprm-recipe.wprm-recipe-template-custom .wprm-container-float-right a.wprm-recipe-link {
			width: 55%;
			float: right;
			font-size: 10px;
			line-height: 1.2;
			display: inline-block;
			padding: 10px 0 !important
		}
	
}