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 {
	    
	}
	.header .wrap {
		background-image: url(images/spicebg@2x.png);
	}

}

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

@media ( max-width : 1110px ) {

	#main {
		font-size: 13px;
		font-size: 1.25vw;
	}
	#main li.menu-item a {
		padding: 0 12px;
	}
	.recipe-blocks .item p.more a {
		letter-spacing: .05em;
		font-size: 11px;
		padding: 5px 10px;
	}
	
}
@media ( max-width : 910px ) {
	#main {
		font-size: 11px;
		font-size: 1.2vw;
	}
}


@media ( max-width : 800px ) {
	
	.span_content, .span_content_full {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.span_content {
		max-width: 650px;
	}
	.span_content_full {
		max-width: 100%;
	}
	.span_sidebar {
		clear: both;
		width: 100%;
		float: none;
		margin: 20px auto 0;
		border-top: 2px dashed #F2EABD;
		padding-top: 50px;
	}
	.topsidebar {
		margin: 0 auto;
		max-width: 340px;
	}
	#main, .top-bar, #top, .top-bar {
		display: none !important;
	}

	.header {
		padding: 50px 0 0;
		text-align: center;
		border-bottom: 1px solid #F2EABD;
		margin: 0 0 25px;
	}
		body.home .header {
			border-bottom: none;
			margin: 0;
		}
		body.home.paged .header {
			border-bottom: 1px solid #F2EABD;
		}
	.header .logo {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.header .social {
		display: none;
	}

	.browse-recipes {
		margin-bottom: 40px;
	}
	.recipe-blocks .item {
		width: 23.5%;
		margin-right: 2%;
	}
		.recipe-blocks .item:nth-child(5) {
			display: none
		}
		.recipe-blocks .item:nth-child(4n) {
			margin-right: 0;
		}

	
	
	.sidebar .subscribe {
		display: none;
	}
	
	
}
@media ( max-width : 700px ) {
	.browse-recipes {
		margin-bottom: 30px;
	}
	.homepage-featured {
		margin-bottom: 50px;
	}
	.homepage-featured .item {
		width: 48%;
		margin-right: 4%;
	}
		.homepage-featured .item:nth-child(2) {
			margin-right: 0;
		}
		.homepage-featured .item:nth-child(3) {
			display: none;
		}
		
		
	.footer .subscribe {
		padding: 35px 25px;
	}
	.footer .subscribe h3.widget-title {
		font-size: 28px;
	}
	
	.footer .subscribe .email-input {
		width: 100%;
		float: none;
	}
	
	.footer .subscribe .email-submit {
		width: 100%;
		float: none;
		margin-top: 12px;
	}
	
	.footer .subscribe h3.widget-title:before {
		float: right;
		margin: 0;
		width: 173px;
		height: 207px;
		margin: -65px -25px -15px 10px;
	}
	
	.inner-post .subscribe h3.widget-title:before {
		margin: -25px -50px 0 20px;
	}

}

@media ( max-width : 680px ) {
	.browse-recipes {
		padding: 4% 4% 1%;
	}
	.recipe-blocks .item {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

		.recipe-blocks .item:nth-child(2n) {
			margin-right: 0;
		}
	.home-section .item {
		overflow: hidden;
		text-align: center;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
		float: left;
	}
	
		.home-section .item:nth-child(2n) {
			margin-right: 0;
		}
		.home-section .item:nth-child(2n+1) {
			clear: left;
		}
}

@media ( max-width : 600px ) {
	.header .logo a {
		width: 90%;
		margin: 0 auto;
	}
		.header .logo img {
			width: 100%;
			height: auto;
		}
	.header .wrap {
		padding: 30px 0 25px;
	} 
	

}

@media ( max-width : 525px ) {
	
	
	.footer .subscribe {
		padding: 20px;
	}
	.footer .subscribe h3.widget-title {
		font-size: 22px;
		text-align: center;
	}
	.footer .subscribe p {
		font-size: 17px;
	}
	.footer .subscribe h3.widget-title:before {
		float: right;
		margin: 0;
		width: 173px;
		height: 207px;
		margin: -60px -45px -15px 10px;
	}
	
	.inner-post {
		text-align: center;
	}
	.inner-post .subscribe {
		padding: 25px;
		max-width: 340px;
		margin: 100px auto 50px !important;
	}
	
	.inner-post .subscribe h3.widget-title:before {
		width: 173px;
		height: 207px;
		margin: -95px -75px -25px 10px;
	}
	
	.inner-post .subscribe p {
		font-size: 15px;
		line-height: 1.5;
	}
	
	.inner-post .subscribe h3.widget-title {
		color: #ffffff;
		font-size: 21px;
		margin: 0px 0 20px;
	}
	
	.post-nav {
		border-top: 2px dashed #F2EABD;
	}

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


}
@media ( max-width : 425px ) {	
		
	
}
@media ( max-width : 400px ) {
	.teaser-post {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.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;
	    
	}

	
}