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

/*---RESPONSIVE MENU---*/

@media ( max-width : 825px ) {
	.topbar, #main_nav {
		display: none;
	}
	/*SLICKNAV*/
	.slicknav_menu {
		display: block !important;
		position: fixed;
		width: 100%;
	    font-size:13px;
	    box-sizing:border-box;
	}
	.slicknav_menu * {
	  box-sizing:border-box;
	}
	/* Button */
	.slicknav_btn {
		position: relative; 
		display: block; 
		vertical-align: middle; 
		float: none;
		overflow: hidden; 
		text-align: left;
		cursor: pointer;
	    margin: 0 auto;
	    padding: 10px;
	    text-decoration:none;
	    background-color: #3d3d3f;
	    line-height: 18px;
	    z-index: 1000;
	}
	/* Button Text */
	.slicknav_menu .slicknav_no-text { 
		margin: 0 }
	.slicknav_menu  .slicknav_menutxt {
		display: inline-block; 
		float: none;
	    color: #FFF;
	    vertical-align: middle;
	}
	/* Button Lines */
	.slicknav_menu .slicknav_icon { 
		float: left;
		display: inline-block; 
		vertical-align: middle;
		margin: 0 7px; }
		.slicknav_menu .slicknav_collapsed .slicknav_icon:before {
			content: "\f0c9";
			color: #fff;
			display: inline-block;
			font-size: 16px;
			height: 20px;
			width: 20px;
			font-family: "fontello";
			float: left;
		}
		.slicknav_menu .slicknav_open .slicknav_icon:before {
			content: "\f00d";
			color: #fff;
			display: inline-block;
			font-size: 17px;
			height: 20px;
			width: 20px;
			font-family: "fontello";
			float: left;
		}
	/*.slicknav_menu .slicknav_icon-bar {
		display: block; 
		width: 1.125em; 
		height: 0.125em; 
		background-color: #ffffff;
	}
		.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
			margin-top: 0.188em }*/
			
	.slicknav_menu {
	    background: #3d3d3f;
	    background-color: rgba(61,61,61,.95);
	    z-index: 1000;
	}
		.slicknav_menu .wrap {
			padding: 0;
		}
	.slicknav_nav { 
		clear: both;
	    color:#fff;
	    margin:0;
	    padding:0;
	}
	.slicknav_nav, .slicknav_nav ul {
	    list-style: none;
	    overflow: hidden;
	}
	.slicknav_nav ul {
	    padding:0;
	    margin: 0;
	}
	.slicknav_nav .slicknav_row {
	    padding: 10px 20px;
	    border-top: 1px solid rgba(255,255,255,.15);
	}
	.slicknav_nav a {
	    padding: 10px 20px;
	    text-decoration:none;
	    color:#fff;
	    border-bottom: 1px solid rgba(255,255,255,.15);
	}
		.slicknav_nav .slicknav_row>a {
			border: none;
		}
		.slicknav_nav ul ul {
			margin-left: 20px;
		}
		.slicknav_nav ul ul li {
			border: none;
			display: inline-block;
			margin: 0 4px 8px 0;
			padding: 0;
		}
		.slicknav_nav ul ul li a {
			background-color: rgba(255,255,255,.15);
			padding: 3px 10px;
			border: none;
		}
		.slicknav_nav ul ul li a:hover {
			background-color: rgba(255,255,255,.3);
		}
	.slicknav_nav .slicknav_item a,
	.slicknav_nav .slicknav_parent-link a {
	    padding:0;
	    margin:0;
	}
	.slicknav_nav .slicknav_row:hover {
	    background: rgba(255,255,255,.1);
	    color:#fff;
	}
	.slicknav_nav a:hover{
	    background: rgba(255,255,255,.1);
	    color:#ffffff;
	}
		.slicknav_nav .slicknav_row>a:hover {
			background-color: transparent;
		}
	.slicknav_nav .slicknav_txtnode {
	    margin-left:15px;   
	}

	.slicknav_nav li.slicknav_collapsed .slicknav_row:before {
		content: "\f054";
		color: #fff;
		display: inline-block;
		font-size: 12px;
		width: 14px;
		height: 14px;
		font-family: "fontello";
		float: right;
	}
	.slicknav_nav li.slicknav_open .slicknav_row:before {
		content: "\f078";
		color: #fff;
		display: inline-block;
		font-size: 12px;
		width: 14px;
		height: 14px;
		font-family: "fontello";
		float: right;
	}
	
	
	.slicknav_nav li.home {
		display: none;
	}
	
	.slicknav_nav .social{
		text-align: center;
		margin: 15px 0;
		display: none;
	}
	
	.slicknav_nav .social a {
		display: inline-block;
		border: none;
		padding: 5px;
	}
	.slicknav_nav .headersearch {
		float: none;
		text-align: left;
		margin: 10px 15px; 
		background-color: #ffffff;
	}
		.slicknav_nav .headersearch input[type=search] {
			width: 210px;
		}
	
		.slicknav_nav .headersearch input[type=search]:focus {
			width: 210px;
		}
	
	/* Defaults */
	.slicknav_nav ul, .slicknav_nav li { 
		display: block;
		margin: 0;
		padding: 0; }
	
	.slicknav_nav .slicknav_item { 
		cursor: pointer; }
	.slicknav_nav .slicknav_row { 
		display: block; }
	.slicknav_nav a { 
		display: block }
		
	.slicknav_nav .slicknav_item a,
	.slicknav_nav .slicknav_parent-link a { 
		display: inline }
	.slicknav_brand { 
		float:left }
	.slicknav_menu:before,
	.slicknav_menu:after { 
		content: " "; 
		display: table; }
	.slicknav_menu:after { 
	clear: both }
	/* IE6/7 support */
	.slicknav_menu { *zoom: 1 }
}


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

@media ( max-width : 1030px ) {
	.wrapper {
		padding: 10px 25px; }
		.wrapper.with-header {
			margin-top: 0;
			padding: 25px 25px;
		}
	.wrap {
		padding: 0 25px; }
	#main_nav ul {
		font-size: 13px;
		line-height: 1.2;
		margin: 0;
		padding: 7px 0;
		}	
	#main_nav li {
		margin: 0 0 0 3px;
	}
		#main_nav li.home {
			margin-left: 0 !important;
		}
	#main_nav a {
		padding: 6px 8px;
	}
		#main_nav li.home a {
			padding: 6px 0;
		}
	.featuredposts, .home-featuredposts, .travel-featuredposts {
		overflow: hidden;
		width: 970px;
	}
	.featuredpost {
		width: 300px;
		height: 250px;
		margin-right: 35px;
		margin-bottom: 40px;
	}
	.featuredpost-lg {
		width: 635px;
		height: 540px;
		margin-right: 35px;
		margin-bottom: 40px;
	}
	.travel-featuredposts .featuredpost {
		margin-right: 34px;
	}
	.footer .footerwidget    {
		width: 30%;
		float: left;
		margin: 0 3% 0 0;
		 }
		 .footer .footerwidget.widget-2 {
		 	margin-right: 0;
		 }
	.footer .footerwidget.ad  {
		margin: 0;
		width: 300px;}
	
}

@media ( max-width : 995px ) {
	.span_content { 
		width: 63%;
	}
	
	.home-featuredposts, .travel-featuredposts {
		max-width: 640px;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.home-featuredposts .featuredpost, .travel-featuredposts .featuredpost, .home-featuredposts .icit-spot-content, .home-featuredposts .spot {
		width: 48%;
		height: auto;
		margin-right: 4% !important;
		margin-bottom: 4%;
		float: left;
		position: relative;
		overflow: hidden;
	}
		.home-featuredposts .featuredpost.ad {
			width: 300px;
			height: 250px;
		}
	.home-featuredposts .featuredpost:nth-child(2n+1), .home-featuredposts .icit-spot-content, .home-featuredposts .spot {
		margin-right: 0 !important;
	}
	.travel-featuredposts .featuredpost:nth-child(1n) {
		margin-right: 4% !important;
		display: block !important;
	}
	.travel-featuredposts .featuredpost:nth-child(2n+1) {
		margin-right: 0% !important;
	}
	.home-featuredposts .featuredpost-lg, .travel-featuredposts .featuredpost-lg {
		width: 100%;
		height: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 4%;
	}
	.home-featuredposts .featuredpost img, .travel-featuredposts .featuredpost img {
		width: 100% !important;
		height: auto !important;
	}
}
@media ( max-width : 930px ) {
	#main_nav {
		text-align: center;
		padding-bottom: 10px;
	}
	#main_nav .social {
		float: none;
		display: inline-block;
	}
	#main_nav .headersearch {
		float: none;
		display: inline-block;
		margin-left: 10px;
	}
	#main_nav ul.mainmenu {
		float: none;
		margin: 0 auto -10px;
		text-align: center;
		width: 100%;
		display: block;
	}
		#main_nav ul.mainmenu li {
			text-align: center;
			float: none;
			display: inline-block;
		}
	
		
}
@media ( min-width : 825px ) and ( max-width : 1000px ), ( max-width : 660px ) {
	.innerpostads {
		height: auto;
	}
	.innerpostads .widget {
		width: 100% !important;
		text-align: center;
		float: none;
	}

}

@media ( max-width : 900px ) {
	.span_content { 
		width: 59%;
	}
	.footer .footerwidget    {
		margin: 0 5% 25px 0;
		width: 47.5%;
		float: left }
	.footer .footerwidget:nth-child(2) {
		margin-right: 0;
	}
	.footer .footerwidget.ad  {
		margin: 20px auto;
		width: 300px;
		clear: both;
		text-align: center;
		float: none; }
	
}

@media ( min-width : 825px ) and ( max-width : 980px ), ( max-width : 350px ) {
	.sidebar .ad {
		background-color: transparent;
		padding: 0;
	}
	.leftsidebar {
		width: 42%; 
	}
}


@media ( max-width : 825px ) {
	.header {
		text-align: center;
		overflow: hidden;
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 35px;
	}
	.header h1.logo    {
		float: none;
		margin: 65px auto 0;
		text-align: center;
	}
	.header h2.tagline {
		margin: 15px auto 0;
		float: none;
		text-align: center;
	}

	.hideonmobile {
		display: none;
	}
	.span_content                 {
		float: none;
		width: 100%;
		max-width: auto;
		padding-bottom: 45px;
		border-bottom: 1px solid #eceded; }
		
	.sidebar {
		clear: both;
		width: 100%;
		max-width: 300px;
		float: none;
		margin: 65px auto 0;
	}
	
	.footernav  {
		width: 100%;
		float: none;
		text-align: center;
	}
	.copyright {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.teaserpost h2 {
		font-size: 26px;
	}
	
}
@media ( max-width : 675px ) {
	.home-featuredposts {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.home-featuredposts .featuredpost {
		width: 48%;
		height: auto;
		margin-right: 4% !important;
		margin-bottom: 4%;
		float: left;
		position: relative;
		overflow: hidden;
	}
		.home-featuredposts .icit-spot-content, .home-featuredposts .spot {
			display: none;
		}
		.home-featuredposts .featuredpost.ad {
			width: 100%;
			float: none;
			clear: both;
			margin: 0 auto 4%;
			text-align: center;
		}
		.home-featuredposts .featuredpost.ad .textwidget {
			width: 300px;
			height: 250px;
			margin: 0 auto;
		}
	.home-featuredposts .featuredpost:nth-child(5) {
		margin-right: 4% !important;
	}
	.home-featuredposts .featuredpost:nth-child(4), .home-featuredposts .featuredpost:nth-child(6) {
		margin-right: 0 !important;
	}
	.home-featuredposts .featuredpost-lg {
		width: 100%;
		height: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 4%;
	}
	.home-featuredposts .featuredpost img {
		width: 100% !important;
		height: auto !important;
	}
	.featuredpost h2 {
		margin: 0;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
	
	.teaserpost .postthumb  {
		width: 40%;
		float: right;
		margin: 10px 0 0 4%; }

	.teaserpost .post-content {
		width: 100%;
		float: none;
		 }
		 .teaserpost-narrow .post-content {
		 	width: 60%;
		 }

	.teaserpost .postaside {
		display: none;
	}
}
@media ( max-width : 650px ) {
	.innerpostads {
		height: auto;
	}
	.innerpostads .widget.ad {
		width: 300px;
		min-width: 300px;
		float: none;
		margin: 0 auto 15px;
		padding: 0;
		position: relative;
	}
	.innerpostads .widget.sub {
		width: 100%;
		float: none;
		min-width: auto;
		padding: 0;
	}

}

@media ( max-width : 600px ) {
	.home-nextposts {
		overflow: hidden;
		margin-bottom: 40px;
	}
	.home-nextposts .nextpost {
		width: 31%;
		margin-right: 3.5% !important;
		float: left;
		text-align: center;
	}
	.nextpost img {
		width: 100%;
		height: auto;
	}

	.home-nextposts .nextpost:nth-child(6), .home-nextposts .nextpost:nth-child(3) {
		display: block;
		margin-right: 0 !important;
	}
	.nextpost h2 {
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: .05em;
		font-weight: normal;
	}
	.teaserpost h2 {
		font-size: 22px;
	}
	
	.footer .footerwidget    {
		margin: 0 0 25px 0;
		width: 100%;
		min-width: 300px;
		float: none }
	.footer .footerwidget:nth-child(2) {
		margin-right: 0;
	}
	.footer .footerwidget.ad  {
		margin: 20px auto;
		width: 300px;
		clear: both;
		text-align: center;
		float: none; }
	
	
}

@media ( max-width : 525px ) {
	.post .more {
		
	}
	.teaserpost {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}
	.teaserpost .post-content {
		width: 100%;
		float: none;
	}
	.teaserpost .postthumb {
		margin: 0;
	}
	.postnavigation {
		text-align: center;
	}
	.postnavigation a.more-link {
		margin: 0 auto 0; }

	.metabottom {
		margin: 20px 0 0;
	}
	.metabottom .left {
		width: auto;
		float: none;
		display: inline-block;
	}
	.metabottom .right {
		width: auto;
		float: none;
		display: inline-block;
	}

}

@media ( max-width : 425px ) {
	.wrapper	 {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px; }
		.wrapper.with-header {
			margin-top: 0;
			padding: 15px 15px;
		}
		.wrap {
			padding-right: 15px;
			padding-left: 15px; }
	.topbar .searchform .searchinput {
		width: 120px;
	}
	
	.featuredpost {
		width: 100% !important;
		height: auto;
		margin-right: 0 !important;
		margin-bottom: 4%;
		float: none;
		position: relative;
		overflow: hidden;
		display: block !important;
	}
	.home-featuredposts .icit-spot-content, .home-featuredposts .spot {
		display: block;
		width: 100%;
	}
	
	.postmeta {
		font-size: 9px;
		letter-spacing: -.03em;
	}
	.ccount a {
		margin-left: 10px;
	}
	.recipe                        {
		margin: 25px 0 25px;
		padding: 20px 0 20px;
	}
	.recipe .printbutton         {
		float: none;
		margin: 0 0 12px 0; }
	.recipe .photo {
		display: none;
	}
	.recipe ol {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.recipe ol li {
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
	.share h4 {
		display: block;
		float: none;
		text-align: center;
		margin: 6px 0 0;
	}
	.share .addthis_sharing_toolbox {
		display: block;
		float: none;
		text-align: center;
		margin: 10px 0 !important;
	}
	#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 }
}
@media ( max-width : 375px ) {
	.archives .archivepost {
		width: 48%;
		float: left;	
		clear: none !important;
		margin-right: 4% !important;
		margin-bottom: 15px;
		text-align: center;
	}
	.archivepost:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	.archivepost:nth-child(2n+1) {
		clear: both !important;
	}
	
	.relatedposts .archivepost:nth-child(3n) {
		display: none;
	}
	
	.teaserpost .postthumb {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.teaserpost .postcontent {
		float: none;
		width: 100%;
		padding: 0;
	}
	
}