/*posts styling*/

.jpost-hero h1 {
	font-size: 2.6rem;
	text-align: center;
}

/*specials*/
.category-specials > a img {
}

/*single post*/
.hero.et_pb_section > div {
	padding: 18% 6%;
}
.post-content-body h1 {
	display: none;
}

.hero.et_pb_section h1 {
	font-size: 2.12rem;
}

/*category archives*/
.hero.cat-archive{
	min-height: 30vh;
}
.hero.cat-archive {
	min-height: 30vh;
}

.hero.cat-archive h1 {
	font-size: 2.12rem;
}
/*============================================
	MEDIA QUERIES
=============================================*/
@media only screen and (min-width: 768px) {

	.category-specials > a img {
		float: right;
		width: 40%;
		margin-left: 1rem;
	}

	.hero.cat-archive h1 {
		font-size: 3rem;
	}
}
/* end 768 */

@media only screen and (min-width: 900px) {

}
/* end 900 */

@media only screen and (min-width: 1024px) {

	.hero.et_pb_section > div {
		padding: 16% 6%;
	}
#main-content .hero.et_pb_section h1.entry-title {
	font-size: 3.8rem;
}
}
/* end 1024 */

@media only screen and (min-width: 1440px) {
	
	.jpost-hero h1 {
		font-size: 4rem;
	}
	#main-content section:first-child h1 {
		font-size: 4rem;
	}
}
/* end 1440 */
@media only screen and (min-width: 1660px) {

	#main-content section:first-child h1 {
		font-size: 5rem;
	}

	.hero.et_pb_section > div {
		padding: 12% 6%;
	}
}
/* end 1660 */
