html {
	  -webkit-text-size-adjust: 100%;
}

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

@media ( max-width : 1005px ) {
	.span_content { 
		width: 65%;
	}
		.span_content_full { 
			width: 100%;
		}
	.nav-list .menu-item {
		margin-left: 20px;
	}
	.nav-list .menu-item a {
		display: block;
		padding: 10px 20px 20px 20px;
		text-decoration: none;
		text-align: center;
	}
	#tabs-content-inner {
		height: auto !important;
	}
}


@media ( max-width : 800px ) {
	.header .logo {
		float: none;
		text-align: center;
		margin: 15px auto 10px;
		display: none;
	}
	.header {
		margin: 0 0 20px;
		border: none;
	}
	.featured .featuredposts {
	    margin-top: -30px;
	    margin-bottom: 0px;
	    padding: 20px 5px 20px;
	}
		
	.hide_on_mobile {
		/*display: none;*/
		max-width: 100%;
		overflow: hidden;
	}
	.hide_on_desktop {
		display: block;
	}
	#mobilenav {
		display: block;
	}
	#nav, #topmenu {
		display: none;
	}
	.topbar .wrap {
		padding: 0 10px
	}
	.topbar .searchform {
		display: inline-block;
		float: left;
		position: relative;
		z-index: 100;
		display: none;
	}
	.topbar .social {
		display: inline-block;
		float: none;
		position: relative;
		z-index: 200;
		display: none !important;
	}


}
@media ( min-width : 769px ) and ( max-width : 980px ) {
	.span_content { 
		width: 62%;
	}
	.header .logo {
		float: none;
		text-align: center;
		margin: inherit auto 0;
	}
	.header {
		border-bottom: none;
		 }
	.nav {
		float: none;
		margin: 0 auto 25px;
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #eeeeee;
		border-top: 1px solid #eeeeee;
	}
	.nav ul.nav-list {
		width: 100%;
		margin: 0;
	}
	.nav ul.nav-list>li {
		width: 25%;
		margin: 0;
		padding: 8px 0 0;
		text-align: center;
	}
	.nav ul.nav-list>li:last-of-type {
		border-right: none;
	}
	.nav ul.nav-list>li>a {
		text-align: center;
	}
}

@media ( max-width : 868px ) {
	#content {
		float: none;
		width: 100%;
		max-width: 100%; }
	.sidebar {
		clear: both;
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 0;
		padding-top: 45px;
		border-top: 4px double #d6d6d6;
	}
	.topsidebar, .midsidebar, .lowersidebar {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
	}
	.subfooter {
		float: none;
		text-align: center;
		width: 100%;
		font-size: 13px;
		line-height: 20px;
	}
	.footernav {
		width: 100%;
		float: none;
		text-align: center;
		 }
	.subfooter .social {
		width: 100%;
		float: none;
		text-align: center;
		font-size: 22px;
		margin: 25px 0 10px;
	}
	.copyright				  {
		width: 100%;
		float: none;
		text-align: center;
		margin: 15px 0 0;
		font-size: 95%;
		 }
}

@media ( max-width : 650px ) {
	#topsidebar {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	#midsidebar {
		float: none;
		max-width: 340px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	#lowersidebar {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	#socialshare {
		display: none;
	}
	.footerwidgets {
		
	}
	.footerwidgets .footerwidget {
		margin: 0 auto 45px;
		width: 100%;
		max-width: 300px;
		clear: both;
		float: none;
	}
	.footerwidgets .widget-last {
		clear: both;
		margin: 0 auto 0;
		float: none;
		width: 300px;
	}
	
	.teaser-post .post-thumb .caption h3 {
		font-size: 14px;
	}
	.featured .subscribe {
		padding: 15px 0px 20px;
		margin: 0 0 25px;
		background-color: #f5f5f5;
	}

}

@media ( max-width : 600px ) {
	
	.featured .subscribe h2.widgettitle, .featured .subscribe h3.widgettitle {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
		
	.featured .subscribe .textwidget {
		float: none;
		display: block;
		width: 100%;
		padding: 0 15px;
		vertical-align: middle;
	}
	
	.archives .archivepost {
		width: 32%;
		float: left;	
		clear: none !important;
		margin-right: 2% !important;
		margin-bottom: 15px;
		text-align: center;
	}
	.archivepost:nth-of-type(3n) {
		margin-right: 0 !important;
	}
	.archivepost:nth-child(3n+1) {
		clear: both !important;
	}
	.archives .archivepost .postmeta {
	}
	.archives .archivepost h4 {
		
	}
	
	
	}
@media ( max-width : 525px ) {
	
	.archive-item {
		width: 48%;
		margin-right: 4% !important;
		float: left;
	}
	.archive-item img {
		width: 100% !important;
		height: auto;
	}
	.archive-item:nth-of-type(3n) {
		margin-right: 4%;
	}
	.archive-item:nth-of-type(3n+1) {
		clear: none;
	}
	.archive-item:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	.archive-item:nth-of-type(2n+1) {
		clear: both!important;
	}
	.archive h3.posttitle {
		font-size: 18px;
		margin: 10px 0 3px;
	}
	.featured h2.widgettitle {
	    margin: 1px 0 5px;
	    font-size: 14px;
	}
	.teaser-post .post-thumb .caption {
		position: absolute;
		bottom: 5px;
		right: 5px;
		left: 5px;
		padding: 4px 5px 3px;
	}
		.teaser-post .post-thumb .caption h3 {
			font-size: 11px
		}
	/*.homepagesection .teaser-post .caption {
		position: relative;
		bottom: 0;
		right: 0;
		left: 0;
		display: block;
		padding: 0px;
		text-align: center;
		background-color: transparent;
		margin-top: 10px;
	}
		.homepagesection .teaser-post a .caption h3 {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out
		}
	.homepagesection .teaser-post a:hover .caption h3 {
		color: #f4c440 !important;
	}*/
	.custom-recipe {
		padding: 15px !important;
	}
}

@media ( max-width : 445px ) {

	.wrapper {
		width: 100%;
		clear: both;
	}
	
	.teaser-post {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 40px;
		float: none;
	}
		.teaser-post img {
			width: 100% !important
		}
	.featured .subscribe h2.widgettitle, .featured .subscribe h3.widgettitle {
		font-size: 14px;
		margin-top: 0 !important;
	}
	.homepagesection .teaser-post {
	    width: 48.5%;
		margin-right: 3%;
	    margin-bottom: 0px;
	    float: left;
	}
	.homepagesection .teaser-post:nth-of-type(2) {
	    margin-right: 0;
	}
	.homepagesection .teaser-post:nth-of-type(3) {
	    display: none
	}
	.featured .subscribe {
	    padding: 10px 0px 15px;
	}

}
@media ( max-width : 425px ) {
	.wrapper	 {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px; }
	.header .logo img {
		max-width: 100%;
		height: auto; }
	
	.footerwidgets .footerwidget {
		width: 100%;
		float: left;
		margin: 0px 0 15px 0;
		text-align: left
	}
	.footerwidgets .footerwidget:nth-child(2) {
		width: 100%;
		float: left;
		margin: 0px 0 15px 0;
	}
	.footerwidgets .widget-last {
		clear: both;
		float: none;
		margin: 0 auto 15px;
		text-align: center;
		width: 300px;
	}

}
@media ( max-width : 375px ) {
	.featured h2.widgettitle {
	   display: none
	}
}