/* Style for Posts */

.posts_list {
    position: relative;
}
.posts_list .swiper-wrapper {
    padding: 12px 0;
}
.posts_list .swiper {
    padding: 0 10px;
}
.post_box h2 {
    margin: auto;
} 
.posts_list .single_post {
	border-radius: 4px;
	border: 1px solid #F0EEEC;
}
.post_box .post_description2 {
	padding: 15px;
	background: #fff;
	color: #1C1304;
}
.post_box a:hover  .post_description2 {
	background: #F0EEEC;
}
.post_box .post_thumbnail img {
	width: 100%;
}
.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 {
	color: #847354;
    font-size: 22px;
	line-height: 30px;
} 	
.post_box h2 {
    padding-bottom: 10px;
} 

.post_box .post_thumbnail img {
	height: 274px; 
	object-fit: cover;
	border-radius: 4px 4px 0 0;
}

@media (max-width: 991px) {
.post_box h2 {
    text-align: center;
} 	
}
@media (min-width: 768px) {
.post_box .post_thumbnail img {
	height: 210px; 
}
}
@media (min-width: 992px) {
.post_box  h2 {
    max-width: 930px;
}
.post_box .post_thumbnail img {
	height: 170px; 
}
}
@media (min-width: 1200px) {
.post_box h2 {
    padding-bottom: 30px;
} 
.post_box  h2 {
    max-width: 1110px;
}
.post_box .post_description2 {
	padding: 20px;
}
.post_box .post_thumbnail img {
	height: 210px; 
}
}
@media (min-width: 1440px) {
.post_box .post_thumbnail img {
	height: 240px; 
}
.post_box .swiper-button-next {
    right: -65px;
}
.post_box .swiper-button-prev {
    left: -65px;
}
}
@media (min-width: 1600px) {
.post_box h2 {
    padding-bottom: 30px;
} 
.post_box .post_description2 {
	font-size: 18px;
	padding: 30px;
}
.post_box  h2 {
    max-width: 1260px;
}
.post_box .post_thumbnail img {
	height: 274px; 
}
}

@media (min-width: 1800px) {
.post_box .swiper-button-next {
    right: -85px;
}
.post_box .swiper-button-prev {
    left: -85px;
}	
}