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

}

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

@media ( max-width : 800px ) {
	.header .logo a {
	    background: url(images/logo@2x.png) no-repeat;
	    background-size: 100% auto;
	}
}

@media ( max-width : 1080px ) {
	
	#main .wrap {
		padding: 0;
	}
	#main a {
		font-size: 15px;
		font-size: 1.45vw;
		letter-spacing: .05em;
		padding: 0 8px;
	}
	#main li.sm>a {
		padding: 0 0 0 10px;
	}
	#main li.sm>a:after {
		margin: 0 -10px 0 0px;
	}
	#main li.sm-last {
		margin-right: 8px;
	}

}
@media ( max-width : 910px ) {
	.footer .subscribe {
		padding: 4%;
	}
	
	.footer .subscribe h3.widget-title {
		text-align: center;
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	
	.footer .subscribe .email-form {
		width: 100%;
		float: none;
		margin: 0;
	}
	
}
@media ( max-width : 850px ) {

}

@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;
		padding-top: 60px;
	}

	#main, .top-nav, .header-search, .header .social, .header .logo {
		display: none;
	}

	.header {
		text-align: center;
		padding-top: 70px;
		margin: 0;
	}
		body.admin-bar .header {
			padding-top: 83px;
		}

	.owl-carousel {
	    margin: 0 0 40px;
	    padding: 0 20px;
	}
	
	.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;
	}
	
	.footer .press .wrap {
		padding: 0;
	}
	.sub-footer {
	
	}
	.copyright {
	    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;
	}


	
}

@media ( max-width : 680px ) {
	.teaser-post .teaser-content {
		padding-top: 0;
	}
	
	.teaser-post p {
		margin: 0 0 15px;
	}
	
	.teaser-post a.more-link {
		font-size: 12px;
		padding: 8px 12px 7px;
	}
	
}

@media ( max-width : 600px ) {
	.homepage-featured {
		margin-bottom: 35px;
		padding: 2%
	}
	.homepage-featured .item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%
	}
		.homepage-featured .item:nth-child(2n) {
			margin-right: 0;
		}
	
	.footer .subscribe {
		padding: 6% 3%;
	}
	.footer .subscribe h3.widget-title {
		font-size: 24px;
		font-size: 5vw;
	}
	
	.home-section .item h4 {
		font-size: 12px;
	}
	
	h1.post-title {
		text-align: center
	}
	.single-post-content .post-meta {
		text-align: center
	}
	.single-post-content .disclosure {
		text-align: center
	}
	.footer .press.mobile {
		display: block
	}
	.footer .press.desktop {
		display: none
	}
}

@media ( max-width : 475px ) {
	h1 {
		font-size: 28px;
	}
	.footer .subscribe {
		padding: 7% 3%;
	}
	.footer .subscribe h3.widget-title {
		font-size: 18px;
		font-size: 4.5vw;
	}
	.footer .subscribe .email-input {
		width: 100%;
		float: none;
	}
	.footer .subscribe .email-submit {
		width: 100%;
		float: none;
		margin-top: 12px;
	}
}

@media ( max-width : 425px ) {
	.teaser-post img {
		max-width: 100%;
		width: 100%;
		height: auto;
		float: none;
		display: block;
		margin-bottom: 15px;
	}
	
	.teaser-post .teaser-content {
		width: 100%;
		float: none;
		padding-top: 0;
	}
	
	.teaser-post a.more-link {
		font-size: 14px;
		padding: 10px 15px 9px;
	}
	
	.archives .archive-post {
		width: 48%;
		float: left;	
		clear: none !important;
		margin-right: 4% !important;
		margin-bottom: 30px;
		text-align: center;
	}
	.archive-post:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	.archive-post:nth-child(2n+1) {
		clear: both !important;
	}
	
	.related .archive-post:nth-child(3) {
		display: none;
	}
	.archiveslist {
	    overflow: hidden;
	    -moz-column-count: 2;
	    -moz-column-gap: 10px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 10px;
	    column-count: 2;
	    
	}

}