@media only screen and (max-width: 1025px) {
	.site-main {
		padding-top: 50px;
	}

	.mobile-search {
		display: block;
	}
}



@media only screen and (max-width: 980px) {
	.site-header {
		padding-top: 0;
		width: 100%;
		max-width: 762px;
		text-align: left;
	}

	.site-header-image img {
		float: none;
	}

	#main-header-image {
		display: none;
	}

	#mobile-header-image {
		display: block;
	}

	.site-info {
		padding-left: 1.384em;
		min-height: auto;
	}

	.line.vertical.left {
		width: 50%;
	}

	.line.vertical.right {
		display: none;
	}
}


/* MOBILE
/*-------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.site-header,
	.site-main {
		width: 100%;
		max-width: 542px;
	}

	.nav-search-form {
		display: none;
	}

	/* Post Media */
	.post-media,
	.format-video .post-media {
		margin-bottom: 1px;
	}

	/* Post Header */
	.post-header {
		margin: 0 0 20px;
		width: 100%;
	}

	.post-header .title-block {
		margin-top: 0;
	}

	.has-thumbnail.featured-title .title-block {
		margin: 0;
	}

	/* Post Widgets */
	.post-widgets {
		display: none;
	}

	/* Post Content */
	.post-content {
		float: left;
	}
	
	#jp-post-flair,
	.post-content h1,
	.post-content h2,
	.post-content h3,
	.post-content h4,
	.post-content h5,
	.post-content h6 {
		width: 100%;
	}
	
	/* Comments */
	.commentlist .children li {
		margin-left: 0;
	}
	
	.bypostauthor {
		padding: 10px 0 0;
	}
	
	.bypostauthor img.avatar {
		left: 10px;
	}
	
	#respond {
		max-width: 100%;
	}
	
	.post-comment #respond {
		margin-left: 20px;
	}
	
	.post-comment .comment-form-comment textarea {
		width: 94%;
	}
}

@media only screen and (max-width: 542px) {
	.site-content {
		padding: 50px 49px;
	}

	/* Post Media */
	.post-media {
		width: 220px;
	}

	.post-media.post-thumbnail {
		width: 220px;
		height: auto;
		margin: 0;
	}

	.grid-overlay,
	.post-thumbnail {
		display: none;
	}

	.post-thumbnail.mobile {
		display: block;
	}

	.post-thumbnail img {
		min-width: auto;
	}
}


/* MOBILE (Small) (landscape)
/*-------------------------------------------------*/
@media only screen and (max-width: 480px) {
	.post-media {
		max-width: 50%;
		height: auto;
	}

	.post-header .block-item {
		float: left;
		width: 50%;
	}

	.block-item.two-blocks {
		width: 100%;
	}
}

/* MOBILE (Small) (portrait)
/*-------------------------------------------------*/
@media only screen and (max-width: 320px) {
	.post-media {
		max-width: 100%;
		height: auto;
		margin-bottom: 1px;
	}

	.post-header .block-item {
		width: 100%;
	}
}


/* MOBILE (Super Small)
/*-------------------------------------------------*/
@media only screen and (max-width: 240px) {
	.site-content,
	.site-footer {
		padding: 0;
	}

	.site-content {
		padding-top: 50px;
	}

	.post-header .title-block {
		margin-top: 50px;
	}
}
