/*
Theme Name: ESPL v1.0
Version: 1.0
*/

div.main{
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (min-width:  62.5em) {
	div.main {
		margin: 0 auto;
	}
}


.single-post .top,.category .top{
	padding:30px 0 50px;
}
.single-post .top .news,.category .top .news{
	display:block;
	text-align:center;
	font-weight:900;
	font-size:20px;
	position:relative;
	padding-bottom:20px;
	text-transform:uppercase;
}
.single-post .top .news:before,.category .top .news:before{
	content:"";
	display:block;
	border-top:solid 2px #f85032;
	position:absolute;
	width:30px;
	left:50%;
	bottom:0;
	margin-left:-15px;
}
.single-post .top .breadcrumb,.category .top .breadcrumb{
	font-size:14px;
	margin-bottom:20px;
}
.single-post p,.category p{
	margin-bottom: 2%;
	font-size: 3.05vw;
	line-height: 1.84;
}
.single-post p.date,.category p.date{
	text-align:center;
	margin-bottom:0;
}
.single-post h1{
	font-size: 5.06vw;
	line-height: 1.73;
	margin-bottom: 4%;
	text-align:center;
}
.single-post .content,.category .content{
	padding-bottom:80px;
}
@media only screen and (min-width: 48em){
	.single-post h1{
		font-size: 2.69vw;
		margin-bottom: 4%;
	}
	.single-post p{
		font-size: 1.3vw;
		line-height: 2.11;
	}
}
@media only screen and (min-width: 81.25em){
	.single-post h1{
		font-size: 35px;
	}
	.single-post p{
		font-size: 17px;
	}
}