/*
Theme Name: H-57 Custom Theme
Author: Simone Pozzobon
*/

.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vimeo-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
	transform: scale(1.5);
}
.vimeo-wrapper iframe {
	width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* #h57-video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100vw;
	min-height: 100vh;
	height: 100%;
	z-index: -1;
	transform: scale(1.5);
} */

@media screen and (max-width: 768px) {
	.h57-works {
		margin-left: calc(var(--bs-gutter-x) / 2);
	}
}

.h57-works .content,
.h57-product .content {
	min-height: inherit;
	padding-bottom: 0;
}

.h57-works .content,
.h57-product .content {
	/*  */
	width: 100%;
	position: relative;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.h57-works .content .img,
.h57-product .content .img {
	position: relative;
}
.h57-works .content .img img,
.h57-product .content .img img {
	width: 100%;
	object-fit: cover;
	min-height: auto;
}

@media screen and (min-width: 768px) {
	.h57-works .content .img,
	.h57-product .content .img {
		width: 100%;
		height: 100%;
		overflow: hidden;
		/* min-height: 320px; */
		position: absolute;
	}
	.h57-works .content .img img,
	.h57-product .content .img img {
		width: 100%;
		min-height: 384px;
		object-fit: cover;
	}

	.h57-works .content,
	.h57-product .content {
		min-height: 384px;
		height: 100%;
		overflow: hidden;
	}
	/* .h57-works.col-lg-12 .content,
	.h57-product.col-lg-12 .content {
		padding-bottom: 33%;
	}

	.h57-works.col-lg-8 .content,
	.h57-product.col-lg-8 .content {
		padding-bottom: 47%;
	}

	.h57-works.col-lg-4 .content,
	.h57-product.col-lg-4 .content {
		padding-bottom: 100%;
	} */
}
/* .h57-works .content {
	height: 320px;
} */
/* .h57-product .content {
	min-height: 320px;
} */

.h57-works .content .overlay,
.h57-product .content .overlay {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.33s ease-in-out;
}

.h57-works .content:hover .overlay,
.h57-product .content:hover .overlay {
	opacity: 1;
	transition: opacity 0.33s ease-in-out;
}

.h57-shop-cat {
	cursor: pointer;
}

.h57-hero-50 {
	min-height: 50vh;
}
.h57-hero-70 {
	min-height: 70vh;
}
.h57-hero-100 {
	min-height: 100vh;
}

.square {
	width: 100%;
	position: relative;
}

.square:after {
	content: "";
	display: block;
	position: absolute;
	padding-bottom: 100%;
}
/* 
.woocommerce-tabs.wc-tabs-wrapper {
	display: none;
} */

.h57-mobile-menu .overlay-link {
	color: white;
	text-decoration: none;
	margin-top: 2rem;
	font-weight: bold;
	font-size: 32px;
}

.woocommerce .loader::before {
	position: relative !important;
	display: none !important;
}

.site-content {
	display: flex;
	flex-direction: column;
}
