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 : 1200px ) {
	
}
@media ( max-width : 1060px ) {

	#main {
		font-size: 17px;
	}
	#main li {
		margin: 0 -3px;
	}
		
	#main li a {
		padding: 0 10px;
	}
	

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


}
@media ( max-width : 799px ) {
	body {
		border: none;
		padding: 0;
	}
	
	.wrapper, .wrap {
		padding: 0 20px;
	}

	.span_content, .span_content_full {
		float: none;
		width: 100%;
		max-width: 100%; 
		margin: 0 auto;
	}
	
	.span_content {
		max-width: 720px;
	}
	.span_content_full {
		max-width: 720px;
	}	
	
	.span_sidebar {
		clear: both;
		width: 100%;
		float: none;
		margin: 250px auto 0;
	}
		.sidebar .about.widget:first-of-type {
			margin-top: -100px;
		}
		
	.top-bar, .header-search, .header-social, #main {
		display: none !important;
	}
	
	.header {
		padding-top: 50px;
		border: none;
	}
		body.home .header {
			padding-top: 70px;
		}
		
		body.home.paged .header {
			
		}
	.header .logo {
		display: none
	}
	
	

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

	.footer-nav {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		font-size: 130%;
	}
		.footer-nav a {
			padding: 5px;
			display: inline-block
		}
	.footer-nav li.footer-social {
		display: block;
		margin-top: 15px;
	}
		.footer-nav li.footer-social a {
			font-size: 20px;
			padding: 8px;
		}
	.copyright {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 30px
	}
	.sub-footer {
		padding: 25px 0
	}
	
	.homepage-featured {
		position: relative;
		margin-bottom: 20px;
	}
		
	.homepage-subscribe {
		margin: 0px 0 40px;
		padding: 0;
	}


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

	.homepage-subscribe {
		
	}

		
		
	.subscribe h3.widget-title {
		width: 350px;
		display: block;
		float: none;
		margin: 0 auto;
		padding: 14px 0 20px 30px;
		line-height: 30px;
		
	}
	
		.subscribe h3 em {
			width: 140px;
			height: 30px;
			top: 6px;
		}

	.homepage-subscribe .subscribe .textwidget {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
		margin: 10px auto 0;
		max-width: 450px;
	}
	.homepage-subscribe .subscribe .email-input {
		height: 45px;
		line-height: 45px;
	}
	
	.homepage-subscribe .subscribe .email-submit {
		height: 45px;
		line-height: 45px;
	}
	
}
@media ( max-width : 600px ) {


	h1 {
		font-size: 32px;	
	}
	
	h2 {
		font-size: 28px;
	}

	.homepage-featured {
		padding-bottom: 20px;
	}

	.homepage-featured .item {
		width: 48%;
		margin-right: 4%;
	}
		.homepage-featured .item:nth-child(2n) {
			margin-right: 0
		}
		.homepage-featured .item:nth-child(3), .homepage-featured .item:nth-child(4) {
			display: none;
		}
	.homepage-featured:after {
		display: none
	}
	
	h3.divider {
		font-size: 28px;
	}
	.home-section {
		margin-bottom: 50px;
	}
	.home-section .item h4 {
		font-size: 16px;
	}
	


}

@media ( max-width : 500px ) {

	.post-meta .wprm-recipe-snippet {
		display: block;
		padding-top: 5px;
		padding-bottom: 12px;
	}
}

@media ( max-width : 425px ) {

	.teaser-post {
		width: 100% !important;
		margin: 0 0 50px 0;
		float: none;
	}
	.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;
	}

	.archiveslist {
	    overflow: hidden;
	    -moz-column-count: 2;
	    -moz-column-gap: 10px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 10px;
	    column-count: 2;
	}
	

	.breadcrumb .breadcrumb_last {
		display: none
	}
	
	.subscribe h3.widget-title {
		width: 100%;
		display: block;
		text-align: center;
		height: auto;
		line-height: 1.2;		
		float: none;
		margin: 0 auto -14px;
		padding: 10px 0 5px 20px;
		line-height: 30px;
		font-size: 20px;
		font-size: 5vw;
		
	}
	
		.subscribe h3 em {
			width: 115px;
			height:25px;
			top: 6px;
		}


}

@media ( max-width : 350px ) {

}