.post-list{margin-top: 20px;}
.post-list-item{margin-bottom: 20px;}
.post-list-item-title{
	display: block;
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
	font-weight: 700;
}
.post-list-item-title:hover{
	color: #E2B63A;
}
.post-list-item p{
	margin: 0;
}
.post-featured-title{
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	box-shadow: inset 0 0 30px 0px rgba(0,0,0,.1);
	margin-bottom: 20px;
}
.post-title-hero{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
    align-content: center;
    justify-content: center;
	
}
.post-title-hero h1{
	color: #fff;
	font-size: 2.1em;
	line-height: 1.3;
	/* text-shadow: 0px 3px 1px black; */
	text-align: center;
	font-weight: 700;
}
.post-detail-desc{
	margin-bottom: 10px;
	font-weight: 700;
	text-align: justify;
	font-size: 1.17em;
}
.post-detail-bodytext{
	font-size: 1.8rem;
	line-height: 1.75;
}
.post-detail-bodytext h2{
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5;

}
.post-detail-bodytext h3{
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.5;
}
.post-detail-bodytext p{
	text-align: justify;
}
.post-detail-bodytext blockquote{
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	/* margin: 1.5em 10px; */
	/* padding: 0.5em 10px; */
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 1em;
}

.post-related{	margin-left: 15px;}
.post-related-h{
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 2px solid #787878;
	padding: 10px 0px
}
.post-related-b{}
.post-related ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.post-related ul li{ margin-bottom: 14px;text-align: justify;}
.post-related ul li em{margin-right: 10px;  font-size: 20px; color: #787878;} 
.post-related ul li a{color: #333;}

/* RESPONSIVE MOBILE */
@media (max-width: 767px){
	.post-title-hero h1{
		font-size: 2em !important;
	}
}