/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.video-banner.mc-video-scroll--active {
	position: relative;
	height: 100vh;
	min-height: 100vh;
	overflow: hidden;
}

.video-banner.mc-video-scroll--active .l-section-video {
	position: absolute;
	inset: 0;
	height: 100vh;
	overflow: hidden;
	z-index: 0;
}

.video-banner.mc-video-scroll--active .l-section-video {
	transform: translateZ(0);
	will-change: transform;
}

.video-banner.mc-video-scroll--active .l-section-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.045);
}

.video-banner.mc-video-scroll--active .l-section-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	transition: opacity 120ms linear;
	pointer-events: none;
	z-index: 1;
	overflow: hidden;
	opacity: 0.4;
}

.video-banner.mc-video-scroll--active .l-section-h {
	position: relative;
	z-index: 2;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-banner.mc-video-scroll--active .mc-banner-content-target {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	min-height: 100vh;
	height: 100vh;
	width: min(100%, 82rem);
	padding: 10vh 1.5rem;
	z-index: 2;
	will-change: transform;
	text-align: center;
}

.video-banner.mc-video-scroll--active .mc-brand-riser {
	position: absolute;
	left: -8%;
	right: -8%;
	bottom: -30%;
	height: 75%;
	background:
		radial-gradient(118% 88% at 50% 100%, rgba(87, 130, 41, 0.98) 0%, rgba(87, 130, 41, 0.9) 32%, rgba(87, 130, 41, 0.42) 66%, rgba(87, 130, 41, 0) 100%),
		conic-gradient(from 180deg at 50% 100%, rgba(121, 164, 67, 0.26) 0deg, rgba(80, 121, 38, 0.52) 110deg, rgba(62, 96, 28, 0.68) 180deg, rgba(80, 121, 38, 0.52) 250deg, rgba(121, 164, 67, 0.26) 360deg),
		linear-gradient(180deg, rgba(87, 130, 41, 0) 0%, rgba(87, 130, 41, 0.46) 42%, rgba(87, 130, 41, 0.94) 100%);
	filter: saturate(112%) blur(0.3px);
	transform: translateY(100%);
	opacity: 0.2;
	will-change: transform, opacity;
}

.video-banner.mc-video-scroll--active:not(.with_video) {
	background-size: cover !important;
	background-position: center !important;
	background-attachment: scroll !important;
}

@media (prefers-reduced-motion: reduce) {
	.video-banner.mc-video-scroll--active .l-section-video,
	.video-banner.mc-video-scroll--active .mc-banner-content-target,
	.video-banner.mc-video-scroll--active .l-section-overlay {
		transition: none;
		animation: none;
	}
}
.mc-venue-info {
    font-size: 24px !important;
    display: flex;
    background: var(--color-alt-content-bg-alt);
    padding: 24px 64px;
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
	column-gap: 32px;
}
.mc-venue-info .venue-takeaway-menu-link{
	font-size: 14px !important;
}

.mcvenue-container--ready {
	will-change: transform;
}

.mcvenue-container--sticky {
	position: fixed;
	left: 50%;
	bottom: 20px;
	z-index: 1;
	transform: translateX(-50%);
	max-width: 700px;
}

.mc-venue-info__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: nowrap;
}
.mc-venue-info .w-btn.icon_atleft i{
	margin-right: 0;
}

@media (max-width: 1024px) {
	.mc-venue-info {
		font-size: 20px !important;
		padding: 16px 18px;
		column-gap: 16px;
		max-width: calc(100vw - 32px);
	}

	.mcvenue-container--sticky {
		width: calc(100vw - 32px);
		max-width: 700px;
		bottom: 16px;
	}
}

@media (max-width: 640px) {
	.mc-venue-info {
		font-size: 16px !important;
		padding: 12px;
		border-radius: 100px;
		flex-direction: column;
		align-items: stretch;
		row-gap: 10px;
	}
	.mc-venue-info__btn .w-btn-label{display: none;}

	.mc-venue-info__name {
		text-align: center;
	}

	.mc-venue-info__actions {
		justify-content: center;
		flex-wrap: wrap;
		gap: 8px;
	}

	.mc-venue-info__actions .w-btn {
		min-height: 40px;
		padding: 0.5em 0.75em;
	}

	.mcvenue-container--sticky {
		width: calc(100vw - 20px);
		bottom: 10px;
	}
}
