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 : 1260px ) {
	


}

@media ( max-width : 1100px ) {

	.homepage-featured .items .item {
		width: -moz-calc(100% / 5);
		width: -webkit-calc(100% / 5);
		width: calc(100% / 5);
	}
		.homepage-featured .items .item:nth-child(6){
			display: none
		}

}

@media ( max-width : 980px ) {
	#main {
		letter-spacing: .1em;
		font-size: 13px;
	}

	#main li {
		margin: 0;
	}
	
	#main li a {
		padding: 0 12px;
	}

}

@media ( max-width : 900px ) {
	
	.homepage-featured .items .item {
		width: -moz-calc(100% / 4);
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
	}
		.homepage-featured .items .item:nth-child(5){
			display: none
		}
	.instagram .recent .item, .instagram .category-posts .item {
		float: left;
		width: -moz-calc(100% / 6);
		width: -webkit-calc(100% / 6);
		width: calc(100% / 6);
	}
		.instagram .item:nth-child(7), .instagram .item:nth-child(8) {
			display: none
		}

}

@media ( max-width : 850px ) {
	#main {
		font-size: 12px;
	}
	#main li a {
		padding: 0 10px;
	}

	
}
@media ( max-width : 799px ) {
		
	#main, .top-bar, .header-search, .header .social {
		display: none;
	}
	.logo {
		display: none
	}
	.header {
		display: block;
	}		
		
	.header .wrap {
		height: 70px;
	}
		body.home .header .wrap {
			height: 98px;
		}
	.span_content, .span_content_full {
		float: none;
		width: 100%;
		max-width: 100%; 
		margin: 0 auto;
	}
	.span_content {
		max-width: 680px;
	}
	.span_content_full {
		max-width: 100%; 
	}	
	
	.span_sidebar {
		clear: both;
		width: 100%;
		float: none;
		margin: 30px auto 0;
	}

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

	.featured-subscribe {
		margin-bottom: 40px;
		margin-top: -50px;
		padding: 20px 0;
		color: #ffffff;
		background: #2fa9a8 url(images/bg.png);
		background-size: 351px 289px;
	}
	.footer-subscribe {
		margin: 0;
	}
	.home-section {
		padding: 50px 0 65px;
		overflow: hidden;
	}
	.home-section.shaded, .home-section.video {
		padding: 25px 0 50px;
	}

	.home-section.video .player {
		width: 100%;
		padding-bottom: 56%;
		float: none;
		margin-top: 20px;
		margin-bottom: -10px;
		position: relative;
	}
	
	.home-section.video .caption {
		text-align: center;
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	
}

@media ( max-width : 750px ) {
	.home-section {
		
	}
		
	.home-section.shaded {
		
	}
}

@media ( max-width : 700px ) {


		
	.home-section .category-posts .item {
		width: 31%;
	}

		.home-section .category-posts .item:nth-child(4) {
			display: none;
		}
	
}


@media ( max-width : 650px ) {
	
	
	
}
@media ( max-width : 600px ) {
	.instagram .recent .item, .instagram .category-posts .item {
		width: -moz-calc(100% / 4);
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
		display: block !important;
	}

	
}
@media ( max-width : 575px ) {
	.featured-subscribe {
		margin-bottom: 40px;
		padding: 15px 10px 20px;
	}
	.featured-subscribe .subscribe h2 {
		margin: 0 auto 10px; 
		text-align: center;
		width: 100%;
		max-width: 280px;
		font-size: 24px;
		float: none;
		color: #ffffff;
		text-align: center;
	}
		.featured-subscribe .subscribe h2 em {
			display: none;
		}
	.featured-subscribe .subscribe .email-form {
		width: 100%;
		float: none;
	}
	
	.home-section .category-posts .item {
		width: 47.5%;
		margin-bottom: 10px;
	}
	.home-section .category-posts .item:nth-child(4) {
		display: block
	}

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

	.breadcrumb .breadcrumb_last {
		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-2 .wprm-recipe-template-custom-2-header {
		padding: 20px;
	}

	.wprm-recipe.wprm-recipe-template-custom-2 .wprm-recipe-template-custom-2-body {
		padding: 20px;
	}
	.wprm-recipe.wprm-recipe-template-custom-2 .wprm-nutrition-label-container {
		padding: 25px 20px 30px;
	}
	
}


@media ( max-width : 450px ) {
	.teaser-post {
		width: 100% !important;
		margin: 0 0 50px 0;
		float: none;
	}

	.archives {
		justify-content: space-between;
		margin: 0;
		}
		.archives .archive-post {
			width: 47.5%;
			margin: 0 0 20px;
		}


}

@media ( max-width : 380px ) {
	.footer .footer-widget {
		width: 100%;
		margin: 15px 0;
	}
	.footer .footer-widget.subscribe {
		margin-bottom: 30px;
	}
}

@media ( max-width : 325px ) {
	.featured-subscribe .subscribe h2, .homepage-featured h2 {
		font-size: 26px;
	}
	.featured-subscribe .email-input {
		height: 40px;
		line-height: 40x;
		font-size: 16px;
	}
	.featured-subscribe .email-submit {
		height: 40px;
		line-height: 40x;
	}
	.featured-subscribe .subscribe .email-submit i {
		font-size: 24px;
		position: relative;
		top: -7px;
	}
}