/*# sourceMappingURL=post-carousel-slider.css.map */

.post-carousel-slider-box {
	position: relative;
}

.post-carousel-slider-box .section-title {
	color: #215868;
	font-family: Run Wild;
	margin-top: 0;
	margin-bottom: 0;
}

.post-carousel-slider-box .carousel-wrap {
	overflow: hidden;
}

.post-carousel-slider-box .carousel-wrap .content-slide {
	display: block;
	overflow: hidden;
}

.post-carousel-slider-box .carousel-wrap .content-slide .owl-item:nth-child(even) {
	margin-top: 50px;
}

.post-carousel-slider-box .carousel-wrap .content-slide .owl-item:nth-child(odd) .post-feat-img {
	position: relative;
	padding-top: 100%;
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
}

.post-carousel-slider-box .carousel-wrap .content-slide .owl-item .item {
	text-align: center;
}

.post-carousel-slider-box .carousel-wrap .content-slide .owl-nav-wrap {
	display: grid;
	grid-template-columns: auto 118px;
	padding: 50px 5% 0;
	grid-gap: 20px;
}

.post-carousel-slider-box .carousel-wrap .content-slide .owl-nav-wrap .owl-nav {
	position: relative;
	top: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	order: 2;
}

.post-carousel-slider-box .carousel-wrap .content-slide .owl-nav-wrap .owl-nav .arrows {
	position: relative;
	display: flex;
	border-radius: 50%;
	border: 1px solid #215868;
	width: 50px;
	height: 50px;
	padding: 10px;
}

.post-carousel-slider-box .carousel-wrap .content-slide .owl-nav-wrap .owl-nav .arrows:hover {
	background-color: #215868;
}

.post-carousel-slider-box .carousel-wrap .content-slide .owl-nav-wrap .owl-nav .arrows:hover svg {
	fill: #fff;
}

.post-carousel-slider-box .carousel-wrap .content-slide .owl-nav-wrap .owl-nav .arrows svg {
	width: 80%;
	position: relative;
	fill: #215868;
}

.post-carousel-slider-box .carousel-wrap .content-slide .owl-nav-wrap .owl-nav .arrows .left, .post-carousel-slider-box .carousel-wrap .content-slide .owl-nav-wrap .owl-nav .arrows .right {
	display: flex;
	justify-content: center;
	justify-items: center;
}

.post-carousel-slider-box .carousel-wrap .content-slide .owl-nav-wrap .owl-dots {
	width: 100%;
	position: relative;
	bottom: 0;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
}

.post-carousel-slider-box .carousel-wrap .content-slide .owl-nav-wrap .owl-dots .owl-dot {
	width: 50%;
	height: 3px;
	border-radius: 0;
	margin: 0;
}

.post-carousel-slider-box .carousel-wrap .content-slide .owl-nav-wrap .owl-dots .owl-dot.active {
	background-color: #215868;
}

.post-carousel-slider-box .carousel-wrap .content-slide .links-btn-wrap {
	text-align: center;
}

.post-carousel-slider-box .post-feat-img {
	position: relative;
	padding-top: 100%;
	width: 100%;
	overflow: hidden;
}

.post-carousel-slider-box .post-feat-img img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	left: 0;
}

.post-carousel-slider-box .post-excert {
	margin-bottom: 30px;
}

.post-carousel-slider-box .post-title h3 {
	font-size: 25px;
	color: #215868;
	margin: 35px 0 30px;
}

.post-carousel-slider-box .post-btn-wrap a {
	margin: 0 10px;
}

.acf-block-preview .content-slide {
	display: grid !important;
	grid-gap: 0 4%;
}

.acf-block-preview .content-grid-1 .content-slide {
	grid-template-columns: 100%;
}

.acf-block-preview .content-grid-1 .content-slide .item {
	display: none;
}

.acf-block-preview .content-grid-1 .content-slide .item:nth-child(-n+1) {
	display: block;
}

.acf-block-preview .content-grid-2 .content-slide {
	grid-template-columns: repeat(2, 1fr);
}

.acf-block-preview .content-grid-2 .content-slide .item {
	display: none;
}

.acf-block-preview .content-grid-2 .content-slide .item:nth-child(-n+2) {
	display: block;
}

.acf-block-preview .content-grid-3 .content-slide {
	grid-template-columns: repeat(3, 1fr);
}

.acf-block-preview .content-grid-3 .content-slide .item {
	display: none;
}

.acf-block-preview .content-grid-3 .content-slide .item:nth-child(-n+3) {
	display: block;
}

.acf-block-preview .content-grid-4 .content-slide {
	grid-template-columns: repeat(4, 1fr);
}

.acf-block-preview .content-grid-4 .content-slide .item {
	display: none;
}

.acf-block-preview .content-grid-4 .content-slide .item:nth-child(-n+4) {
	display: block;
}

.acf-block-preview .content-grid-5 .content-slide {
	grid-template-columns: repeat(5, 1fr);
}

.acf-block-preview .content-grid-5 .content-slide .item {
	display: none;
}

.acf-block-preview .content-grid-5 .content-slide .item:nth-child(-n+5) {
	display: block;
}

.acf-block-preview .content-grid-6 .content-slide {
	grid-template-columns: repeat(6, 1fr);
}

.acf-block-preview .content-grid-6 .content-slide .item {
	display: none;
}

.acf-block-preview .content-grid-6 .content-slide .item:nth-child(-n+6) {
	display: block;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.post-carousel-slider-box {
		margin: 50px auto !important;
	}
}
