
/* Table of Contents
	- Media Queries
		- Retina Display
		- max-width: 1159px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 599px
		- max-width: 479px
		- max-width: 399px
*/
/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}




@media only screen and (max-width: 399px) {
/* FEATURED ABOVE ARCHIVE */
	.featured-above-archive-entry-title { font-size: 11px; font-size: 1.1rem; line-height: 1.1; padding: 4px 10px 2px 10px; }
	.featured-above-archive-entry-meta { font-size: 11px; font-size: 1.1rem; line-height: 1.1; height: 34px; padding: 6px 10px 0px 10px; }
	.featured-above-archive-wrap { height: 62px; }
	.featured-above-archive img { height: 60px; }
	.featured-above-archive-entry-header { height: 60px; padding-left: 105px; }
}
