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


/*---RESPONSIVE QUERIES---*/
@media ( max-width : 1200px ) {
	
}
@media ( max-width : 1020px ) {

}
@media ( max-width : 890px ) {
	
}
@media ( max-width : 850px ) {
	
}
@media ( max-width : 925px ) {

}
@media ( min-width : 800px ) and ( max-width : 935px ), ( max-width : 625px ) {

	
}



@media ( max-width : 800px ) {
	.span_content, .span_content_full {
			float: none;
			width: 100%;
			max-width: auto; }
			
		.span_sidebar {
			clear: both;
			width: 100%;
			float: none;
			margin: 50px auto 0;
			border-top: 1px solid #e8e8e8;
			padding-top: 40px;
		}
	
		#main, .top-bar, #top {
			display: none !important;
		}
	
		.header {
			padding: 50px 0 5px;
			margin-bottom: 40px;
		}
			body.admin-bar .header {
				
			}
		.header .logo {
			margin: 0 auto;
			width: 100%;
			max-width: 388px;
		}
			
		.header-search, .header .social {
			display: none;
		}
		.span_content {
			margin: 0 auto;
			max-width: 680px;
		}
		.topsidebar, .midsidebar, .lowersidebar {
			float: none;
			margin: 0 auto;
			padding: 0;
			width: 100%;
			max-width: 340px;
		}
		
		.sidebar .subscribe {
			display: none;
		}
		.sub-footer {
		
		}
		.footer .right {
		    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;
		}
		.sub-footer .social {
		    width: 100%;
			float: none;
			text-align: center;
			margin-top: 20px;
		}

	.homepage-featured {
		margin-bottom: 40px;
		padding: 3% 0;
	}
	.homepage-featured .item a h2 {
		font-size: 12px;
		font-size: 2vw;
	}

	
}
@media ( max-width : 768px ) {
	.footer-ad, .footer-widget.ad {
		display: none;
	}
	.top-bar .ad {
		display: none;
	}

}
@media ( max-width : 650px ) {
	.footer-widgets .subscribe .title {
		width: 100%;
		float: none;
		margin: 4px 0 10px;
		text-align: center;
		vertical-align: middle;
	}
	.footer-widgets .subscribe .email-form {
		clear: none;
		vertical-align: middle;
		width: 100%;
		margin: 0 auto;
		float: none;
		overflow: hidden;
		max-width: 450px;
	}
	
}

@media ( max-width : 600px ) {
	
	.post-nav .nav-next img {
		display: none;
	}
	.post-nav .nav-previous img {
		display: none;
	}
	.post-nav .caption {
		float: left;
		width: 100%;
		position: relative;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
		.post-nav .nav-previous .caption {
			float: left;
			margin-left: 0;
		}
	
}

@media ( max-width : 525px ) {
	.recipe {
		padding: 15px;
	}
	.recipe .ingredients {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.recipe .instructions {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
	.homepage-featured {
		margin-bottom: 30px;
		padding: 4% 1%;
	}
	.homepage-featured .item {
		width: 48%;
		margin-right: 4%;
		float: left;
		text-align: center;
		position: relative;
	}
	
	.homepage-featured .item:nth-child(2n) {
		margin-right: 0;
	}
	.homepage-featured .item:nth-child(3n) {
		display: none;
	}
	.homepage-featured .item a h2 {
		font-size: 12px;
		font-size: 3vw;
	}
	
}
@media ( max-width : 450px ) {	
	.top-bar {
	    padding: 38px 0 10px;
	    background-color: #2a282b;
	    height: auto;
	}
	.meta-bottom {
		font-size: 10px;
	}
	.meta-bottom .left, .meta-bottom .right {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 0 5px;
	}
	.post-meta .icon-comment:before {
		margin-left: 0;
	}
	
	.footer-widgets .subscribe p strong {
		display: block;
		width: 100%;
		font-size: 22px;
	}
	.footer-widgets .subscribe p:before {
		font-size: 220%;
		display: block;
		margin: 0 auto;
	}
}
@media ( max-width : 425px ) {	
	.wrapper, .wrap	 {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px; }
	.header-search .search-form {
		width: 200px;
	}
	.header .header-search {
		margin: 0 15px 10px;
	}
	.header .social {
		margin: 5px 15px 0;
	}
	
	#commentlist li {
		padding: 10px 0 10px 38px; }
	#commentlist .avatar    {
		width: 32px;
		height: 32px;
		display: inline;
		margin-bottom: 7px;
		margin-left: -38px;
		float: left }
	#commentlist li ul li           {
		list-style-type: none;
		background-color: #f5f5f5;
		padding: 10px 10px 10px 48px;
		margin: 0;
		border: none }
		
	.header .logo a {
		width: 95%;
		height: 1px;
		padding-bottom: 21%;
	}
}
@media ( max-width : 375px ) {
	.teaser-post {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	}
	
	.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;
	}
	
	.relatedposts .archive-post:nth-child(3n) {
		display: none;
	}
	

	
}