/* Style for Posts */

.posts_list {
    position: relative;
}
.posts_list .swiper-wrapper {
    padding: 12px 0;
}
.posts_list .swiper {
    padding: 0 10px;
}
.post_box .text-center {
    margin-top: 20px;
}
.post_box h2 {
    margin: auto;
} 
.posts_list .single_post {
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25) !important;
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25) !important;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25) !important;
}
.post_box .post_description2 {
	padding: 15px;
	background: #fff;
	color: #4C4C4C;
}
.post_box a:hover  .post_description2 {
	background: #F6F6F6;
}
.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 {
    font-size: 22px;
	line-height: 30px;
} 	
.post_box h2 {
    padding-bottom: 10px;
} 
@media (max-width: 991px) {
.post_box h2 {
    text-align: center;
} 	
}
@media (min-width: 992px) {
.post_box  h2 {
    max-width: 930px;
}
}
@media (min-width: 1200px) {
.post_box h2 {
    padding-bottom: 30px;
} 
.post_box  h2 {
    max-width: 1110px;
}
.post_box .text-center {
    margin-top: 30px;
}
.post_box .post_description2 {
	padding: 20px;
}
}
@media (min-width: 1600px) {
.post_box h2 {
    padding-bottom: 50px;
} 
.post_box .text-center {
    margin-top: 40px;
}
.post_box .post_description2 {
	font-size: 18px;
	padding: 30px;
}
.post_box  h2 {
    max-width: 1260px;
}
}