
/* TABLET */ 

@media screen and (min-width: 1025px) and (max-width: 1260px) {


}


/* SALIENT MOBILE */

@media only screen and (max-width: 999px) {

	/* INTRO */
	#intro {}
}


/* TABLET LANDSCAPE */ 
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {

	.container, #header-outer[data-full-width="true"] header > .container {padding: 0 15px;}

}

/* TABLET PORTRAIT */ 
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {


}


/* MOBILE */
@media screen and (max-width: 767px) {

	aside.the_filters #the_posts_filter {display: none;}
	.mobileonly {display:block;} .mobileonly.ib {display:inline-block;}
	.desktoponly {display:none;} .desktoponly.ib {display:none;}

}


/* SMALL MOBILE */
@media screen and (max-width: 320px) {

	

}




















