/* -----------------------------------------
   Theme Specific Media Queries
----------------------------------------- */
/* Mobile first */


/* Extra large and above */
@media only screen and ( min-width: 1570px ) {
	.entry-time { padding-left: 10px; }
	.format-audio .entry-thumb { width: 97%; }
}

/* Large and above */
@media only screen and ( min-width: 1200px ) {

}

/* Large and above */
@media only screen and ( min-width: 992px ) {
	article.noexcerpt .entry-time { padding-left: 10px; }
}

/* Desktop first */

@media only screen and (max-width: 1569px) {
	.entry-content > div > div { padding: 0 15px;	}
	.entry { padding-bottom: 57px; margin-bottom: 70px;	}
}


/* Medium */
@media only screen and (max-width: 1199px) {

	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {	}
	.row { }
	#main .entry:last-of-type { margin-bottom: 10px;}
	#main { padding-bottom: 65px; margin-bottom: 50px;}
	.entry-thumb { margin-top: 8px;	}
	.entry-thumb a { max-height: 300px; overflow: hidden; }
	.format-audio .entry-thumb { width: 101%; }

}

/* Small */
@media only screen and (max-width: 991px) {
	.entry-excerpt { text-align: left;	}
	.entry-time { padding-left: 10px; }
	.entry-content .entry-time { display: none; }
	.entry-excerpt .entry-time,
	article.noexcerpt .entry-content .entry-time { display: inline-block; }
	.entry { padding-bottom: 47px; margin-bottom: 60px;	}
	#main .entry:last-of-type { margin-bottom: 10px;}
	#main { padding-bottom: 65px; margin-bottom: 50px;}
	.entry-excerpt:after { display: none; }
	.archives .entry-content article:last-child .entry-title { margin-bottom: 40px; }
	.format-audio .entry-thumb { width: 100%; }

}

/* Extra Small */
@media only screen and (max-width: 767px) {
	#navigation { display: none; }
	#nav .mnav { display: block; }
	.entry-title { font-size: 48px; }
	#navigation { display: none; }
	.entry { padding-bottom: 42px; margin-bottom: 55px;	}
	#main .entry:last-of-type { margin-bottom: 10px;}
	#main { padding-bottom: 50px; margin-bottom: 45px;}
	#pagination { font-size: 12px; }
	#pagination a, #pagination span { margin: 0 3px 3px 0;}
	#comments .avatar { display: none; }
	#comments .post-comments .comment-copy { margin-left: 0; margin-right: 0; }
	#comments ul { margin: 0; padding: 0; }
	input[type="text"],
	input[type="password"],
	input[type="date"],
	input[type="datetime"],
	input[type="email"],
	input[type="number"],
	input[type="search"],
	input[type="tel"],
	input[type="time"],
	input[type="url"],
	textarea { width: 100% !important; }

}

/* Extra Extra Small */
@media only screen and (max-width: 480px) {
	.entry-title { font-size: 30px; line-height: 1.1; }
	.entry { padding-bottom: 30px; margin-bottom: 40px;	}
	.entry-title { margin-bottom: -15px;}
	.entry-thumb { margin: -5px 0 15px 0;	}

}