/* 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 {
	-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: #555555;
}
.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;
	min-height: 75px;
	color: #272727;
	min-height: 100px;
} 	
.post_box .post_thumbnail img {
    object-fit: cover;
    height: 230px;
}
.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 .post_description2 {
	padding: 20px;
}
}

@media (min-width: 1440px) {
.post_box .swiper-button-prev {
    left: -100px;
}
.post_box .swiper-button-next {
    right: -100px;
}
.post_box h4 {
    font-size: 24px;
	line-height: 31px;
	min-height: 75px;
} 	
}
@media (min-width: 1600px) {
.post_box h2 {
    padding-bottom: 50px;
} 
.post_box .post_description2 {
	padding: 22px;
}
.post_box  h2 {
    max-width: 1260px;
}


}

.post_description2 .btn-primary {
	background: transparent !important;
	color: #A47F63 !important;
	padding: 0;
	display: table;
	text-transform: inherit;
	font-weight: 500;
}
.post_description2 .btn-primary:hover {
	background: transparent !important;
	color: #272727 !important;
}
.post_description2 .btn-primary .icon_bt {
	background: #A47F63 !important;
	margin-left: 5px;
}
.post_description2 .btn-primary:hover .icon_bt {
	background: #272727 !important;
}


@media (max-width: 991px) {
.posts_list .swiper {
    padding-bottom: 80px;
}
.posts_list  .swiper-button-next {
	top: unset;
    bottom: 110px;	
	right: unset;
    left: calc(50% + 0px);
}
.posts_list  .swiper-button-prev {
	top: unset;
    bottom: 110px;	
	right: unset;
    left: calc(50% - 50px);
}
}




.post_box.wersja2  h2 {
    padding-left: 0;
	background: none;
}
.post_box.wersja2 .posts_list:after,
.post_box.wersja2 .posts_list:before {
	position: absolute;
	content: '';
	background: #BD9678;
	width: 1px;
	height: 460px;
	top: -15px;
}
.post_box.wersja2 .posts_list:before {
	left: -15px;
}
.post_box.wersja2 .posts_list:after {
	right: -15px;
}
.post_box.wersja2 .posts_list_line2,
.post_box.wersja2 .posts_list_line {
	position: relative;
	width: 100%;
	display: block;
}
.post_box.wersja2 .posts_list_line:after,
.post_box.wersja2 .posts_list_line:before {
	position: absolute;
	content: '';
	background: #BD9678;
    width: calc(100% + 30px);
    height: 1px;
    left: -15px;
}
.post_box.wersja2 .posts_list_line:before {
    top: -15px;
}
.post_box.wersja2 .posts_list_line:after {
    top: 445px;
}

@media (max-width: 1200px) {
.post_box h2 {
    padding-bottom: 40px;
}
}
@media (max-width: 991px) {
.post_box.wersja2 .posts_list_line:after,
.post_box.wersja2 .posts_list_line:before {
    width: calc(100% - 60px);
	left: 30px;
}
.post_box.wersja2 .posts_list_line:after {
    display: none;
}
.post_box.wersja2 .posts_list_line2:after{
	position: absolute;
	content: '';
	background: #BD9678;
    width: calc(100% - 60px);
	left: 30px;
    height: 1px;
    top: -40px;
}
.post_box.wersja2 .posts_list:before {
	left: 30px;
}
.post_box.wersja2 .posts_list:after {
	right: 30px;
}
.post_box.wersja2 .posts_list:after,
.post_box.wersja2 .posts_list:before {
	height: calc(100% - 112px);
}


}
.post_box .post_description,
.post_box h4 {
	min-height: 100px;
	display: block;
}

@media (min-width: 991px) {
.post_box .post_thumbnail img {
    object-fit: cover;
	height: 230px;
}
.post_box .post_description,
.post_box h4 {
	min-height: 100px;
	display: block;
}
}

