
.post-list, .post-grid{margin-top: 20px;}
.post-grid .item-post-info{
	padding: 15px 15px 20px;
    text-align: center;
}
.post-grid .description_module{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.7;
}
.post-grid .item-post-info a{
	font-size: 20px;
	min-height: 45px;
	margin-bottom: 0;
	/* overflow: hidden; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    font-weight: 400;
    color: #000;
}
.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: 300px;
	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: 40px;
	line-height: 1.3;
	/* text-shadow: 0px 3px 1px black; */
	text-align: center;
}
.post-detail{
	background: #fff;
	padding-top: 20px;
	font-size: 1.7rem;
}
.post-detail-desc{
	margin-bottom: 25px;
}
.post-detail-bodytext{
	
}
.post-detail-bodytext h2{
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 15px;
}
.post-detail-bodytext h3{
	font-weight: 700;
	font-size: 2rem;
	line-height:1.3;
	margin-bottom: 15px;
}
.post-detail-bodytext p, .post-detail-bodytext div, .post-detail-bodytext ol li{
	margin-bottom: 14px;
	line-height: 1.625;
}
.post-detail-bodytext blockquote{
	background: #D8FAE6;
	border-left: 10px solid #118841;
	/* margin: 1.5em 10px; */
	/* padding: 0.5em 10px; */
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 1em;
}
.post-related{
	/* padding: 5px; */
	/* background: #ccc; */
	/* border-radius: 8px; */
	    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: 1.3em !important;
	}
}