@import "./lightgallery.css";
@import "lg-thumbnail.css";
@import "lg-zoom.css";
@import "lg-share.css";
@import "lg-fullscreen.css";
@import "lg-autoplay.css";
@import "./swiper-bundle.css";

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-slider-items {
	height: 80%;
	width: 100%;
}

.gallery-slider-items__wrapper {
	margin: 0;
}

.gallery-slider-items .swiper-button-prev, .gallery-slider-items .swiper-button-next {
	display: none;
}

.gallery-slider-thumbnail-items {
	display: none;
	height: 20%;
	box-sizing: border-box;
}

.gallery-slider-thumbnail-items__wrapper {
	grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
	grid-gap: 5px;
	margin-top: 5px;
}

.gallery-slider-thumbnail-items .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.gallery-slider-thumbnail-items .swiper-slide-thumb-active {
	opacity: 1;
}

@media (min-width: 768px) {
	.gallery-slider-thumbnail-items {
		display: block;
	}
}

.admin-bar .lg-toolbar {
	top: 46px;
}

@media (min-width: 768px) {
	.admin-bar .lg-toolbar {
		top: 32px;
	}
}

.lg-next, .lg-prev {
	border: 1px solid rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0.7);

	&:hover {
		border: 1px solid rgba(255, 255, 255, 1) !important;

		&:before, &:after {
			color: rgba(255, 255, 255, 1) !important;
		}
	}

}

.lg-actions .lg-next:before, .lg-actions .lg-prev:after {
	color: rgba(255, 255, 255, 0.8);
}
