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 ) {

	

}

@media ( max-width : 980px ) {
	

}

@media ( max-width : 900px ) {
	
	

}

@media ( max-width : 980px ) {
	
	.header .logo, .header h1.logo {
		width: 300px;
		margin-left: -15px;
	}
		.header .logo img {
			width: 100%;
			height: auto;
		}
	#main {
		font-size: 16px;
		letter-spacing: .1em;
		width: -moz-calc(100% - 290px);
		width: -webkit-calc(100% - 290px);
		width: calc(100% - 290px);
	}
	#main li a {
		padding: 0 10px;
	}
	
}
@media ( max-width : 799px ) {
		
	#main, .top-bar, .header-search, .header .social {
		display: none;
	}
	.header {
		height: 50px;
		margin-bottom: 20px;
		border: none;
	}
		body.home .header {
			margin-bottom: 0;
		}
	.header .logo {
		display: none
	}
	.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: 9vw auto 0;
	}

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

	.optin-content {
		flex-wrap: wrap;
	}
	.optin-content .image {
		flex-basis: 30%;
		flex-grow: 0;
		margin: 0
	}
	.optin-content .caption {
		flex-basis: 60%;
		flex-grow: 1;
		margin: 0
	}
	.optin-content .form {
		flex-basis: 100%;
		flex-grow: 1;
		flex-basis: auto;
		max-width: 100%;
	}
	
	
	
}


@media ( max-width : 700px ) {
	
	.teaser-posts .teaser-post {
		width: 48%;
	}
	.home-sections .more {
		position: relative;
		top: 0px;
		right: 0px;
		text-align: center;
		margin-top: 15px;
	}
}


@media ( max-width : 650px ) {
	.sidebar .subscribe {
		display: none;
	}
	.upper-home-sections {
		clear: both;
		overflow: visible;
		margin-bottom: 9vw;
	}
	.lower-home-sections {
		clear: both;
		margin-top: 9vw;
	}
	.home-sections {
		display: flex;
		flex-flow: column;
		gap: 9vw;
	}
		.upper-home-sections.home-sections {
			gap: 0vw;
		}
	.footer {
		margin-top: 9vw;
	}
	
}
@media ( max-width : 600px ) {
	.items-4-col {
		gap: 4vw;
		row-gap: 4vw;
		grid-template-columns: repeat(2, 1fr);
	}
		.items-4-col .item .title {
			font-size: 21px;
			font-size: clamp(16px, 5vw, 26px);
		}
	
}
@media ( max-width : 575px ) {
	
	.teaser-post .post-title {
	    font-size: 21px;
	}


}
@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;
	    
	}

}


@media ( max-width : 450px ) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	.teaser-posts .teaser-post {
		width: 100% !important;
		margin: 0 0 50px 0;
		float: none;
	}
	.teaser-post .post-title {
	    font-size: 28px;
	}



}

@media ( max-width : 380px ) {
	h2.divider, h3.divider {
		font-size: 18px;
	}
}

@media ( max-width : 325px ) {
	

}