/* Style for Posts */

.posts_list {
    position: relative;
}


.post_box h2 {
    font-weight: 300;
    padding-left: 50px;
    position: relative;
	margin-bottom: 0px;
}
.post_box h2:before {
    position: absolute;
    content: '';
    background: #24324A;
    width: 40px;
    height: 2px;
    left: 0;
    top: 13px;
}
.post_box .swiper-wrapper {
	padding-top: 40px;
	padding-bottom: 44px;
}
.post_box .swiper-button-prev {
	top: 0;
}
.post_box .swiper-button-next {
	top: 0;
}


@media (max-width: 991px) {
.post_box .swiper-button-prev,
.post_box .swiper-button-next {
	display: none;
}	
}

@media (min-width: 992px) {
.post_box h2:before {
    top: 14px;
}
.post_box .swiper-button-next {
	right: calc(50% - 465px) !important;
	top: -12px;
}
.post_box .swiper-button-prev {
	right: calc(50% - 415px) !important;
	top: -12px;
	left: unset !important;
}
}

@media (min-width: 1200px) {
.post_box h2:before {
    top: 17px;
}
.post_box .swiper-button-next {
	right: calc(50% - 555px) !important;
	top: -14px;
}
.post_box .swiper-button-prev {
	right: calc(50% - 505px) !important;
	top: -14px;
}
}

@media (min-width: 1440px) {
.post_box h2:before {
    top: 21px;
}
.post_box .swiper-button-next {
	right: calc(50% - 630px) !important;
	top: -22px;
}
.post_box .swiper-button-prev {
	right: calc(50% - 570px) !important;
	top: -22px;	
}
}

@media (min-width: 1600px) {
.post_box .swiper-button-next {
	right: calc(50% - 630px) !important;
	top: -24px;
}
.post_box .swiper-button-prev {
	right: calc(50% - 560px) !important;
	top: -24px;	
}
.post_box.wersja1 {
	padding-bottom: 24px;
}
}








.post_box.wersja1 .post_cat_date {
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #929DB0;
}
.post_box.wersja1 .post_title {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #24324A;
	margin-top: 8px;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post_box.wersja1 .post_description {
	font-weight: 300;
	font-size: 14px;
	line-height: 120%;
	color: #4D586B;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post_box.wersja1 .post_description2 {
	padding: 24px 0px;
	border-right: 1px solid #C1C8D3;
}
.post_box.wersja1  .swiper-slide img {
    object-fit: cover;
}
.post_box.wersja1 .btn.btn-primary {
    margin-top: 0px;
    margin-bottom: 0px;
}


@media (max-width: 575px) {
.post_box.wersja1 .btn.btn-primary {
    margin-top: 30px;
    margin-bottom: 0px;
}
.post_box.wersja1  .swiper-slide img {
    height: 233px;
}	
}


@media (min-width: 576px) {
.post_box.wersja1 .single_post {
    display: flex;
}
.post_box.wersja1 .post_description2,
.post_box.wersja1 .post_thumbnail {
	width: 50%;
}
.post_box.wersja1 .post_description2 {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.post_box.wersja1  .swiper-slide img {
    height: 300px;
}
.post_box.wersja1 .post_description2 {
	padding: 20px 30px;
}
}


@media (min-width: 768px) {
.post_box.wersja1  .swiper-slide img {
    height: 300px;
}
.post_box.wersja1 .post_description2 {
	padding: 20px 30px;
}	
}

@media (min-width: 991px) {
.post_box.wersja1  .swiper-slide img {
    height: 300px;
}
.post_box.wersja1 .post_description2 {
	padding: 10px 10px;
}
}

@media (min-width: 1200px) {
.post_box.wersja1 .post_title {
	font-size: 24px;
}	
.post_box.wersja1  .swiper-slide img {
    height: 330px;
}
.post_box.wersja1 .post_description2 {
	padding: 15px 20px;
}
}

@media (min-width: 1440px) {
.post_box.wersja1 .post_title {
	font-size: 28px;
}		
.post_box.wersja1  .swiper-slide img {
    height: 370px;
}
.post_box.wersja1 .post_description2 {
	padding: 20px 30px;
}
}


@media (min-width: 1600px) {
.post_box.wersja1  .swiper-slide img {
    height: 383px;
}
.post_box.wersja1 .post_description2 {
	padding: 24px 40px;
}
}










.post_box.wersja2 {
    overflow: hidden;
}
.post_box.wersja2 .post_title {
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	color: #24324A;
	margin-top: 8px;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}	
.post_box.wersja2 .post_cat_date {
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #929DB0;
}
.post_box.wersja2 .post_description {
	font-weight: 300;
	font-size: 14px;
	line-height: 120%;
	color: #4D586B;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post_box.wersja2 .btn.btn-primary {
    margin-top: 24px;
	margin-bottom: 0 !important;
}	
.post_box.wersja2 .swiper-wrapper {
	padding-bottom: 56px;
}
.post_box.wersja2 .swiper-slide img {
    object-fit: cover;
}




@media (max-width: 575px) {
.post_box.wersja2  .swiper-slide img {
    height: 233px;
}	
}

@media (min-width: 576px) {
.post_box.wersja2  .swiper-slide img {
    height: 300px;
}
}

@media (min-width: 768px) {
.post_box.wersja2  .swiper-slide img {
    height: 300px;
}
}

@media (min-width: 992px) {
.post_box.wersja2 .swiper {
    /*overflow: visible;*/
}
.post_box.wersja2 h2 {
    padding-top: 10px;
}
.post_box.wersja2  .swiper-slide img {
    height: 300px;
}
.post_box.wersja2 h2:before {
    top: 22px;
}
}

@media (min-width: 1200px) {
.post_box.wersja2  .swiper-slide img {
    height: 330px;
}
.post_box.wersja1 h2:before {
    top: 25px;
}
}

@media (min-width: 1440px) {
.post_box.wersja2  .swiper-slide img {
    height: 370px;
}
.post_box.wersja2 h2:before {
    top: 28px;
}
.post_box.wersja2 {
	padding-bottom: 24px;
}
}


@media (min-width: 1600px) {
.post_box.wersja2  .swiper-slide img {
    height: 374px;
}
.post_box.wersja2 h2:before {
    top: 28px;
}
.post_box.wersja2 h2 {
	font-size: 48px;
}
.post_box.wersja2 .swiper-button-next {
	top: -32px;
}
.post_box.wersja2 .swiper-button-prev {
	top: -32px;	
}
}
}