/**
 * Hero sections — Golf With Grace (Avada Child)
 */

:root {
	--gwg-hero-min-height: 60vh;
	--gwg-hero-padding-y: 80px;
	--gwg-hero-overlay: rgba(0, 0, 0, 0.35);
	--gwg-hero-text-color: #fff;
}

/* -------------------------------------------------------------------------
   Full-width hero rows
   ------------------------------------------------------------------------- */

.fusion-fullwidth.hero,
.fusion-builder-row.hero {
	/* min-height: var(--gwg-hero-min-height); */
	/* padding-top: var(--gwg-hero-padding-y); */
	/* padding-bottom: var(--gwg-hero-padding-y); */
}

.fusion-fullwidth.hero .fusion-row {
	/* Inner row alignment */
}

/* -------------------------------------------------------------------------
   Background & overlay
   ------------------------------------------------------------------------- */

.fusion-fullwidth.hero .fullwidth-background,
.fusion-fullwidth.hero .fullwidth-video {
	/* Background image / video */
}

.fusion-fullwidth.hero .fusion-column-wrapper::before {
	/* content: "";
	display: block;
	position: absolute;
	inset: 0;
	background: var(--gwg-hero-overlay);
	z-index: 1; */
}

/* -------------------------------------------------------------------------
   Hero content (title, text, CTA)
   ------------------------------------------------------------------------- */

.fusion-fullwidth.hero .fusion-title,
.fusion-fullwidth.hero .fusion-text,
.fusion-fullwidth.hero .fusion-button {
	/* color: var(--gwg-hero-text-color); */
	/* position: relative; */
	/* z-index: 2; */
}

.fusion-page-title-bar {
	/* Avada page title bar as hero */
}

#sliders-container {
	/* Revolution / Avada slider hero */
}

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */

@media only screen and (max-width: 1024px) {
	.fusion-fullwidth.hero {
		/* --gwg-hero-min-height: 50vh; */
	}
}

@media only screen and (max-width: 640px) {
	.fusion-fullwidth.hero {
		/* --gwg-hero-padding-y: 48px; */
	}
}
