/* 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 {

}
.post_box .post_description2 {
	padding: 15px;
	background: #E5E3DF;
	color: #1C1D20;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;

}
.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-family: "Montserrat", serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
	height: 45px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden; 
    text-overflow: ellipsis; 
} 	
.post_box h2 {
    padding-bottom: 10px;
} 

.post_box .post_thumbnail img {
    height: 230px;
    object-fit: cover;
}
.post_box .post_description  {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.post_box  h2 {
	color: #1C1D20;
	font-weight: 600;
	padding-bottom: 0px;
	margin-bottom: 14px;
}

@media (max-width: 991px) {
	
}


@media (min-width: 768px) {
.post_box .post_thumbnail img {
    height: 190px;
}
}

@media (min-width: 992px) {

.post_box .post_thumbnail img {
    height: 190px;
}
}
@media (min-width: 1200px) {
.post_box .post_description2 {
	padding: 28px 20px;
}
.post_box .post_thumbnail img {
    height: 225px;
}

}

@media (min-width: 1440px) {
.post_box .post_thumbnail img {
    height: 260px;
}
.post_box .post_description2 {
	padding: 30px 22px;
}
.post_box  h2 {
	margin-bottom: 38px;
}

}

@media (min-width: 1600px) {
.post_box .post_description2 {
	padding: 32px 24px;
}
.post_box .post_thumbnail img {
    height: 320px;
}
}



.post_box .swiper-button-next,
.post_box .swiper-button-prev {
	background-color: #fff !important;
}
.post_box .swiper-button-next:hover,
.post_box .swiper-button-prev:hover {
	background-color: rgb(176, 87, 55) !important;
}   

.post_box .swiper-button-next:after,
.post_box .swiper-button-prev:after {
	background-color: rgb(176, 87, 55) !important;
}
.post_box .swiper-button-next:hover:after,
.post_box .swiper-button-prev:hover:after {
	background-color: #fff !important;
}   

@media (min-width: 1800px) {
.post_box .swiper-button-prev {
    left: -110px;
}	
.post_box .swiper-button-next {
    right: -110px;
}
}



.post_box .czytaj_wiecej_btn {
	background: #B05737;
	color: #fff;
	width: 100%;
	font-family: "Montserrat", serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 57px;
	text-transform: uppercase;
	text-align: center;
}
.post_box .single_post:hover .czytaj_wiecej_btn {
    background-color: #954A2E ! Important;
}

@media (min-width: 1200px) {
.post_box .czytaj_wiecej_btn {
	line-height: 65px;
}	
}

@media (min-width: 1600px) {
.post_box .czytaj_wiecej_btn {
	line-height: 69px;
}	
}


.post_box .post_thumbnail {
	background: #1C1D20;
}
.post_box .single_post img {
	opacity: 0.92;
}
.post_box .single_post:hover img {
	opacity: 1;
}
.post_box .single_post:hover .post_description2 {
	color: #954A2E;
}