.post-carousel-title{
	color: #DA2128;
}
.post-carousel.owl-carousel .owl-item .post-carousel-box{
    border: 1px solid #eaeaea;
		/*min-height: 500px;*/
}
.post-carousel.owl-carousel .owl-item .post-carousel-box img {
    display: block;
    width: auto;
    height: 80px;
}
.post-carousel.owl-carousel .owl-item .post-carousel-box .post-carousel-description{
	min-height: 150px;
}
.post-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-]{
	background: none;
    color: #5e5e5e;
}
.post-carousel.owl-carousel .owl-nav i.fa {
	font-size: 30px;
	color: #DA2128;
	padding: 5px 10px;
}
.post-carousel.owl-carousel .owl-nav [class*=owl-]:hover span{
	color: #DA2128;
}

.post-carousel.owl-carousel .center{
    border: 4px solid #DA2128;
}



.post-category-wrapper{
	text-decoration : unset;
	color : var(--primary);
}