.uagb-slick-carousel.lekarze-home .uagb-post__text,
.lekarze-home.uagb-slick-carousel .uagb-post__text{
	padding: 0!important;
}

.lekarze-home.uagb-slick-carousel .uagb-post__title,
.lekarze-home.uagb-slick-carousel .uagb-post-grid-byline,
.uagb-post-grid.lekarze-home .uagb-post__title,
.uagb-post-grid.lekarze-home .uagb-post-grid-byline{
	padding: 0 15px;
	margin: 0!important;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	background-color: #0A5A88;
	width: 100%;
}
.lekarze-home.uagb-slick-carousel .uagb-post__title a,
.uagb-post-grid.lekarze-home .uagb-post__title a{
	color: #fff!important;
	padding: 15px 0 10px 0;
	display: block;
	min-height: 80px;
}

.lekarze-home.uagb-slick-carousel .uagb-post__taxonomy,
.uagb-post-grid.lekarze-home .uagb-post__taxonomy{
	color: #15BDFF;
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
	padding: 10px 0 15px 0;
}
.lekarze-home.uagb-slick-carousel .uagb-post__taxonomy .dashicons-tag.dashicons,
.uagb-post-grid.lekarze-home .uagb-post__taxonomy .dashicons-tag.dashicons{
	display: none;
}
.lekarze-home.uagb-slick-carousel .uagb-post__image,
.uagb-post-grid.lekarze-home .uagb-post__image{
	height: 450px;
	position: relative;
}
.lekarze-home.uagb-slick-carousel .uagb-post__image img,
.uagb-post-grid.lekarze-home .uagb-post__image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.lekarze-home.uagb-slick-carousel .uagb-post__text,
.uagb-post-grid.lekarze-home .uagb-post__text{
	background-color: #E6EDF7;
	display: flex;
	position: relative;
    flex-direction: column;
	align-items: center;
	padding: 0;
}
.lekarze-home.uagb-slick-carousel .uagb-post__text .uagb-post__excerpt,
.uagb-post-grid.lekarze-home  .uagb-post__text .uagb-post__excerpt{
	padding: 20px 100px;
	font-size: 16px;
	font-weight: 600;
	color: #0A5A88;
	margin-bottom: 0;
	text-align: center;
}

.lekarze-home .uagb-post__cta {
	position: absolute;
	bottom: -15px;
	background-color: unset!important;
}

.lekarze-home.uagb-slick-carousel .uagb-post__cta  a,
.uagb-post-grid.lekarze-home .uagb-post__cta  a{
	color: #ffffff;
    background: #0a5a88;
    border-width: 1px;
    border-radius: 10px!important;
    border-style: none;
	font-weight: 600;
	padding: 3px 30px!important;
	transition: 0.3s ease all;
	text-transform: uppercase;
}
.lekarze-home.uagb-slick-carousel .uagb-post__cta  a:hover,
.uagb-post-grid.lekarze-home .uagb-post__cta  a:hover{
	background-color:#FF690D; 
}

.lekarze-home.uagb-slick-carousel .slick-arrow {
	padding: 65px 0;
	background-color: #0A5A88;
	display: flex!important;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
	min-width: unset;
	opacity: 0.85;
	transition: 0.3s ease all;
	width: 30px;
	margin-top: 65px;
}
.lekarze-home.uagb-slick-carousel .slick-arrow svg {
	position: absolute;
	fill: #fff;
	width: 27px;
	height: 27px;
}
.lekarze-home.uagb-slick-carousel .slick-arrow:hover {
	opacity: 1;
}

@media (max-width: 1200px) {   
	.lekarze-home.uagb-slick-carousel .slick-list.draggable,
	.uagb-post-grid.lekarze-home .slick-list.draggable{
		margin: 0 30px;
	}
}
@media (max-width: 768px) { 
	.lekarze-home.uagb-slick-carousel .uagb-post__text .uagb-post__excerpt,
	.uagb-post-grid.lekarze-home .uagb-post__text .uagb-post__excerpt{
		padding: 20px 40px;
	}

	.lekarze-home.uagb-slick-carousel .uagb-post__cta  a,
	.lekarze-home.uagb-slick-carousel .uagb-post__title a,
	.uagb-post-grid.lekarze-home .uagb-post__cta  a,
	.uagb-post-grid.lekarze-home .uagb-post__title a{
		font-size: 18px;
	}
	.lekarze-home.uagb-slick-carousel .uagb-post__title a,
	.uagb-post-grid.lekarze-home .uagb-post__title a{
		min-height: 70px;
	}
	.lekarze-home.uagb-slick-carousel .slick-arrow {
		width: 20px;
		margin-top: 20px;
	}
	.lekarze-home.uagb-slick-carousel .slick-arrow svg {

		width: 20px;
		height: 20px;
	}
}
