/* Style for Posts */

.posts_list {
    position: relative;
}
.posts_list .swiper-wrapper {
    padding: 20px 0 80px;
}
.posts_list .swiper {
    padding: 0 10px;
}



.posts_list .single_post {
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08) !important;
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08) !important;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08) !important;
}

.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: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; 
	letter-spacing: 0.36px;
	color: #0C0C0E;
	display: -webkit-box;   
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 2;     
	overflow: hidden;       
	text-overflow: ellipsis;  
	height: 43px;
	margin-bottom: 12px;
}	

.post_box .post_description  {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	color: #9B9B9B;
	letter-spacing: 0.28px;
	display: -webkit-box;   
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 3;     
	overflow: hidden;       
	text-overflow: ellipsis;  
	margin-bottom: 24px;
}		
	
.post_box .post_description2 {
	padding: 24px;
}
	
	
.post_box h2 {
    margin-bottom: 20px;
	padding-left: 10px;
} 
.post_box h2:before {
    background: #8C95BD;
    left: 12px;
}


.post_box .post_thumbnail img {
  aspect-ratio: 321.00/221.33;	
  height: auto;                
  object-fit: cover; 
  object-position: center; 
}



#wersja_glowna .post_box .btn.btn-primary {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: -90px;
    left: 10px;
}

.op_up_post {
    padding-left: 12px;
    padding-bottom: 100px;
}


@media (min-width: 992px) {
.post_box  h2 {
	margin-bottom: 22px;
}

#wersja_glowna .post_box .btn.btn-primary {
    top: -83px;
	left: unset;
    right: 10px;
}
.op_up_post {
	display: none;
}
}




@media (min-width: 1200px) {
.post_box h2 {
    margin-bottom: 22px;
} 
}

@media (min-width: 1600px) {
.post_box h2 {
    margin-bottom: 22px;
} 
}

.post_box .swiper-pagination {
    text-align: right;
    bottom: 0;
}

.post_box .swiper-pagination-bullet {
    opacity: 1;
    border: 0;
    background: #8C95BD !important;
    width: 12px;
    height: 12px;
    border-radius: 0;
    margin-left: 3px !important;
    margin-right: 0px !important;
}

.post_box .swiper-pagination-bullet-active {
    background: #21203E !important;
}

@media (min-width: 992px) {
.post_box .swiper-pagination {
    text-align: left;
	padding-left: 6px;
}	
.post_box .swiper-button-next {
	right: 10px;
	bottom: -11px;
	top: unset;
}

.post_box .swiper-button-prev {
	right: 70px;
	bottom: -11px;
	left: unset;
	top: unset;	
}
}

@media (max-width: 991px) {
.post_box .swiper-button-prev,	
.post_box .swiper-button-next {
	display: none;
}	
}


.post_box .tags {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	color: #8C95BD;
	margin-bottom: 12px;
}
.post_box .tags .dot {
    font-size: 25px;
    line-height: 1px;
    position: relative;
    top: 4px;
}

.date_arrow {
	padding-top: 12px;
	border-top: 1px solid #2D2C5C;
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.post_box .post_cat_date {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	color: #0C0C0E;
	padding-left: 20px;
	background: url(../../img/clock-post.svg) no-repeat;
	background-position: 0 2px;
}


.post_box .arr_date img {
    width: 13px;
}

.post_box .post_thumbnail {
	position: relative;
}

.post_box .post_thumbnail .post_thumbnail_bg {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%); 
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.post_box .post_thumbnail .post_thumbnail_bg {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%); 
}
.post_box a:hover .post_thumbnail .post_thumbnail_bg {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.post_box .post_thumbnail {
    overflow: hidden;      
    position: relative;
}
.post_box .post_thumbnail img {
    transition: transform 1s ease;
    transform: scale(1);
    will-change: transform;    
}
.post_box a:hover .post_thumbnail img {
    transform: scale(1.05);
}




.post_box.wersja1.typ2 .date_arrow,
.post_box.wersja1.typ2 .tags {
	display: none;
}
.post_box.wersja1.typ2 .post_description {
    display: block;     
    -webkit-line-clamp: unset;  
    -webkit-box-orient: unset;
    overflow: visible;
}

.post_box.wersja1.typ2 h4 {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.44px;
	color: #0C0C0E;
	height: 56px;
}
.post_box.wersja1.typ2 .post_thumbnail img {
    aspect-ratio: 340.00 / 340.00;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 992px) {
.post_box.wersja1.typ2 .container {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}	
.post_box.wersja1.typ2 h2 {
	width: 440px;
}
.post_box.wersja1.typ2 .op_up_post {
	width: 370px;
	display: inherit;
	padding-bottom: 0;
}
.post_box.wersja1.typ2 .op_up_post p {
	margin-bottom: 0;
}
.post_box.wersja1.typ2 .posts_list {
    position: relative;
    width: 100%;
}
.post_box.wersja1.typ2 .single_post {
    display: flex;
}
.post_box.wersja1.typ2 .post_description2, 
.post_box.wersja1.typ2 .post_thumbnail{
	width: 50%;
}
.post_box.wersja1.typ2 .post_description {
	margin-bottom: 0;
}
.post_box.wersja1.typ2 .post_description2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
}




@media (max-width: 991px) {
.post_box.lista_wpisow .swiper-wrapper_OFF {
	display: flex;
	flex-direction: column;
}
}

.post_box.lista_wpisow .top_hr {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	color: #2F2F2F;
	padding-top: 16px;
	padding-bottom: 24px;
	border-top: 1px solid #39386D;
	text-align: right;
	display: block;
    width: 100%;
}
.post_box.lista_wpisow .swiper-wrapper_OFF .swiper-slide {
	margin-bottom: 40px;
}


@media (min-width: 992px) {
.post_box.lista_wpisow .swiper-wrapper_OFF {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px; 
}
.post_box.lista_wpisow .swiper-wrapper_OFF .swiper-slide {
	width: calc((100% - 48px) / 3);
}
.post_box.lista_wpisow .swiper-wrapper_OFF .swiper-slide:first-child {
	width: 100% !important;
	margin-bottom: 64px;
}
.post_box.lista_wpisow .swiper-wrapper_OFF .swiper-slide:first-child .single_post {
    display: flex;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.08) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08) !important;
}
.post_box.lista_wpisow .swiper-wrapper_OFF .swiper-slide:first-child .post_description2, 
.post_box.lista_wpisow .swiper-wrapper_OFF .swiper-slide:first-child .post_thumbnail{
	width: 50%;
}
.post_box.lista_wpisow .swiper-wrapper_OFF .swiper-slide:first-child .post_description {
    -webkit-line-clamp: 7;
}
.post_box.lista_wpisow .swiper-wrapper_OFF .swiper-slide:first-child .post_thumbnail img {
    aspect-ratio: 700.00 / 500.00; 
}
.post_box.lista_wpisow .swiper-wrapper_OFF .swiper-slide:first-child .post_description2 {
	padding: 32px 48px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
}

@media (min-width: 1440px) {
.post_box.lista_wpisow .swiper-wrapper_OFF .swiper-slide:first-child .tags {
    font-size: 14px;
	margin-bottom: 40px;
}
.post_box.lista_wpisow .swiper-wrapper_OFF .swiper-slide:first-child h4 {
	font-size: 32px;
	margin-bottom: 40px;
}
.post_box.lista_wpisow .swiper-wrapper_OFF .swiper-slide:first-child .post_description {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
}	
}





.post_box.lista_wpisow  .pagination_wp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
}

.post_box.lista_wpisow  .pagination_wp .page-numbers {
    position: relative;
    text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.28px;
	text-transform: uppercase;
    padding: 0 2px;
	color: #2D2C5C;
}

.post_box.lista_wpisow  .pagination_wp .page-numbers.current {
    font-weight: 600;
}

.post_box.lista_wpisow  .pagination_wp .page-numbers:not(.prev):not(.next):not(:last-child)::after {
    content: "·";
    margin: 0 6px;
    color: #2D2C5C;
	position: relative;
    left: 6px;
	font-size: 28px;
    top: 5px;
}


.post_box.lista_wpisow  .pagination_wp .prev,
.post_box.lista_wpisow  .pagination_wp .next {
    font-size: 0; /* ukrywa tekst */
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post_box.lista_wpisow  .pagination_wp .prev::before {
    content: "‹";
    font-size: 22px;
    color: #2D2C5C;
	position: relative;
    top: 3px;
}

.post_box.lista_wpisow  .pagination_wp .next::before {
    content: "›";
    font-size: 22px;
    color: #2D2C5C;
	position: relative;
    top: 3px;
}

.post_box.lista_wpisow  .pagination_wp a:hover {
    opacity: 0.6;
}

@media (max-width: 991px) {
.post_box .swiper-pagination {
    right: calc(5% + 15px);
    width: 300px;
    text-align: right;
    left: unset;
}
.posts_list .swiper {
    padding: 0 0px 0 15px;
}
}

