/*# sourceMappingURL=gallery-slider.css.map */

.gallery-image-box .carousel-wrap {
	overflow: hidden;
}

.image-gallery img {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.image-gallery .owl-nav .arrows {
	position: relative;
	display: flex;
	border-radius: 50%;
	background-color: rgba(32, 32, 32, .6);
	width: 50px;
	height: 50px;
	padding: 10px;
	margin: 0 40px;
}

.image-gallery .owl-nav .arrows .left, .image-gallery .owl-nav .arrows .right {
	display: flex;
	justify-content: center;
	justify-items: center;
}

.image-gallery .owl-nav .arrows svg {
	width: 100%;
	fill: #fff;
}

.image-caption-gallery .owl-item .active .item .ani-blind {
	animation: blindX ease .5s .5s both;
}

.image-caption-gallery .gallery-img-wrap {
	position: absolute;
	max-width: 70%;
	width: 100%;
	height: 150%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.image-caption-gallery .gallery-img-wrap img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.image-caption-gallery .gallery-caption {
	position: relative;
	margin: 80px 0;
	left: 0;
	max-width: 40%;
	padding: 30px;
	color: #fff !important;
	z-index: 1;
}

.acf-block-preview .gallery-image-box.section-wrap {
	overflow: hidden;
}

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

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

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

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

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

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

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

.acf-block-preview .gallery-slide {
	grid-gap: 0 20px;
}

.acf-block-preview .gallery-slide img {
	position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.image-gallery {
		height: 280px !important;
	}
	
	.image-gallery .item {
		height: 280px !important;
	}
	
	.image-gallery .owl-nav .arrows {
		width: 30px;
		height: 30px;
		padding: 10px;
		margin: 0 20px;
	}
	
	.image-caption-gallery .item {
		display: flex !important;
		flex-direction: column;
	}
	
	.image-caption-gallery .gallery-img-wrap {
		position: relative;
		max-width: 100%;
		height: 250px;
		order: 1;
		top: 0;
		transform: translateY(0);
	}
	
	.image-caption-gallery .gallery-caption {
		position: relative;
		order: 2;
		max-width: 100%;
		margin: 0;
	}
}
