/* Style for Posts */

.posts_list {
    position: relative;
}
.posts_list .swiper-wrapper {
    padding: 12px 0;
}
.posts_list .swiper {
    padding: 0 0px;
}
.post_box h2 {
    margin: auto;
} 
.posts_list .single_post {

}
.post_box .post_description2 {
	padding: 30px 15px;
	background: #7C3D35;
	color: #fff;
}
.post_box a:hover  .post_description2 {
	background: #63312B;
}
.post_box .post_thumbnail img {
	width: 100%;
	height: 261px;
    object-fit: cover;
}
.post_box a:hover {
	 text-decoration: none;
}
.archive.category h2 a {
	color: #000;
}
.post_cat_thumbnail {
    margin-bottom: 10px;
}
.archive.category h2 a:hover {
	text-decoration: none;
}
.post_box h4 {
	font-size: 20px;
    line-height: 26px;
	font-weight: 600;
	height: 75px;
} 	
.post_box h2 {
    padding-bottom: 10px;
} 
.post_box .post_cat_date {
	font-size: 16px;
    line-height: 20px;
}


@media (max-width: 991px) {
	
}


@media (min-width: 992px) {
.post_box .post_description2 {
	padding: 35px 15px;
}
.post_box .post_thumbnail img {
	height: 230px;
}	
}


@media (min-width: 1200px) {
.post_box .post_description2 {
	padding: 35px 15px;
}
.post_box .post_thumbnail img {
	height: 230px;
}
}

@media (min-width: 1440px) {
.post_box .post_description2 {
	padding: 40px 20px;
}
.post_box .post_thumbnail img {
	height: 261px;
}
}

@media (min-width: 1600px) {
.post_box .post_description2 {
	padding: 47px 25px;
}
.post_box .post_thumbnail img {
	height: 261px;
}
}



.post_box .swiper-pagination {
	text-align: right;
}
.post_box .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.post_box .swiper-wrapper {
	padding-bottom: 40px;
}
.post_box .swiper-button-next {
	right: 0px;
	top: 0px;
}
.post_box .swiper-button-prev {
	left: unset;
	right: 40px;
	top: 0px;
}
@media (max-width: 767px) {
.post_box .swiper-button-next,
.post_box .swiper-button-prev {
	display: none;
}
.post_box -.swiper-pagination-bullet {
    width: 8px;
}	
}


@media (min-width: 992px) {
.post_box .swiper-button-next,
.post_box .swiper-button-prev {
	top: -20px;
}	
}

@media (min-width: 1200px) {
.post_box .swiper-button-next,
.post_box .swiper-button-prev {
	top: -25px;
}	
}

@media (min-width: 1440px) {
.post_box .swiper-button-next,
.post_box .swiper-button-prev {
	top: -30px;
}	
}

@media (min-width: 1600px) {
.post_box .swiper-button-next,
.post_box .swiper-button-prev {
	top: -35px;
}	
}