/*
 * Gallery Single
*/

.gallery-photos {
	margin: 0;
}

.gallery-photos-image .slick-track {
	display: flex;
}

.gallery-photos-image .slick-slide {
	height: auto;
}

.gallery-photos-image .slick-track img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-height: 42.2em;
}

.gallery-photos-thumbnails {
	height: 100%;
	margin-bottom: 30px;
}

.gallery-photos-thumbnails .slick-prev {
	display: flex;
    justify-content: center;
	top: -30px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	width: auto;
	height: auto;
}

.gallery-photos-thumbnails .slick-prev::before {
	background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='38' width='38' height='38' transform='rotate(-90 0 38)' fill='%23121F47'/%3E%3Cpath d='M19.0001 16.2409C19.1042 16.2409 19.2083 16.2775 19.2877 16.3507L23.356 20.1007C23.515 20.2473 23.515 20.4845 23.356 20.631C23.197 20.7774 22.9396 20.7775 22.7807 20.631L19.0001 17.1461L15.2195 20.631C15.0605 20.7775 14.8031 20.7775 14.6442 20.631C14.4854 20.4844 14.4853 20.2472 14.6442 20.1007L18.7125 16.3507C18.7919 16.2775 18.8961 16.2409 19.0001 16.2409Z' fill='white'/%3E%3C/svg%3E");
	content: "";
	width: 38px;
	height: 38px;
	display: block;
	opacity: 1;
}

.gallery-photos-thumbnails .slick-next {
	display: flex;
    justify-content: center;
	bottom: -8px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	width: auto;
	height: auto;
	top: unset;
}

.gallery-photos-thumbnails .slick-next::before {
	background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='38' width='38' height='38' transform='rotate(90 38 0)' fill='%23121F47'/%3E%3Cpath d='M18.9999 21.7591C18.8958 21.7591 18.7917 21.7225 18.7123 21.6493L14.644 17.8993C14.485 17.7527 14.485 17.5155 14.644 17.369C14.803 17.2226 15.0604 17.2225 15.2193 17.369L18.9999 20.8539L22.7805 17.369C22.9395 17.2225 23.1969 17.2225 23.3558 17.369C23.5146 17.5156 23.5147 17.7528 23.3558 17.8993L19.2875 21.6493C19.2081 21.7225 19.1039 21.7591 18.9999 21.7591Z' fill='white'/%3E%3C/svg%3E");
	content: "";
	width: 38px;
	height: 38px;
	display: block;
	opacity: 1;
}

.gallery-photos-thumbnails .slick-slide {
	margin-bottom: 30px;
}

.gallery-photos-thumbnails img {
	cursor: pointer;
}

.gallery-photos > .row {
	justify-content: center;
}

.entry-content {
	margin: 6em 0;
	text-align: center;
}

.products-attached {
	margin-bottom: 6em;
}

.products-attached h2 {
	text-align: center;
	margin-bottom: 1.4em;
}

.gallery-section {
	margin: 6em 0;
}

.gallery-section h2 {
	margin-bottom: 0.7em;
	text-align: center;
}

.video-wrapper {
	margin-bottom: 2em;
	position: relative;
}

.resources-video {
	display: block;
	position: relative;
}

.resources-video svg {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 40%;
}

.modal-video .modal-close.modal-exit {
	top: -23px;
	right: -23px;
}

.modal-video .modal-container {
	padding: 0;
}

.modal-video video, 
.modal-video iframe {
	display: block;
	width: 100%;
	height: 33em;
	max-height: 72vh;
}

.modal-video .modal-container {
	padding: 0;
	max-width: 90vw;
	width: 60em;
}

.gallery-section .row {
	justify-content: center;
}

.col-md-6.video-wrapper img {
	max-height: 17.09em;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.gallery-photos-thumbnails img {
		margin: auto;
	}

	.gallery-photos-thumbnails .slick-prev {
		top: 34%;
		right: unset;
		align-items: center;
	}

	.gallery-photos-thumbnails .slick-next {
		top: 34%;
		left: unset;
		align-items: center;
	}

	.gallery-photos-thumbnails .slick-prev::before {
		transform: rotate(270deg);
	}

	.gallery-photos-thumbnails .slick-next::before {
		transform: rotate(-90deg);
	}

	.gallery-photos-thumbnails .slick-slide {
		padding: 0 10px;
	}

	.entry-content {
		margin: 3em 0;
	}

	.gallery-photos-thumbnails .slick-slide {
		margin-bottom: 0;
	}
}
