/* ==========================================================================
   Search, Category, Tag, and Archive Results
   ========================================================================== */

.blog-results .content article {
	clear: both;
	margin: 0 0 30px;
	border-bottom: 1px solid #e1e1e1; }

.blog-results .content article a {
	text-decoration: none; }

.blog-results .content article .image-wrapper {
	text-align: center;
	margin: 0 auto 13px;
	width : 100%;
	min-width: 200px; }

.blog-results .content article h2 {
	color: #524A43;
	font-size: 6.7633vw; }

.blog-results .content article .byline { color: #666; }

.blog-results .content article p {
	color: #524A43;
	line-height: 144%;
	font-size: 17px; }

.blog-results .blog-nav {
	font-family: 'ProximaNovaMedium', Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	text-align: right;
	letter-spacing: 0.06em;
	text-transform: uppercase; }

.blog-results .blog-nav .page-numbers {
	display: inline-block;
	color: #524A43;
	text-decoration: none;
	padding: 6px; }

.blog-results .blog-nav .page-numbers.current {
	text-decoration: underline; }


@media (min-width:415px) {

	.blog-results .content article h2 {
		font-size: 5.8vw; }

}


@media (min-width:500px) {

	.blog-results .content article .image-wrapper {
		float     : left;
		margin    : 0 13px 3px 0;
		width     : 30%;
		min-width: 200px; }

	.blog-results .content article h2 {
		font-size: 4.345vw; }

	.blog-results .content article p {
		line-height: 150%;
		font-size: 18px; }

}

@media (min-width:600px) {

	.blog-results .content article h2 {
		font-size: 26px; }

	.blog-results .content article p {
		line-height: 155%;
		font-size: 19px; }

}

@media (min-width:700px) {

	.blog-results .content article .image-wrapper {
		width : 40%; }

}

@media (min-width:800px) {

	.blog-results .content article h2 {
		font-size: 3.2vw; }

}

@media (min-width:1000px) {

	.blog-results .content article h2 {
		font-size: 32px; }

}