#locations-hero {
	width: 100%;
	height: auto;
	aspect-ratio: 2/1;
	max-width: 100%;
	overflow: hidden;
	min-height: 650px;
}

#locations-hero .row {
	height: 100%;
}

#locations-hero .map-side {
	padding: 0;
	position: relative;
}

#locations-hero img[src*="location-dot"] {
	padding-top: 3rem !important;
	object-fit: contain;
}

#locations-hero .shortcode-map img[src*="location-dot"] {
	padding-top: 0 !important;
}

#locations-hero .map-side .wpgmza_map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

#locations-hero .content-side {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#locations-hero .content-side .content-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 500px;
}

#locations-hero .icon-wrap {
	margin-bottom: 3rem;
	font-size: 120px;
	line-height: 0;
}

#locations-hero .content-side .page-title {
	font-size: 60px;
	font-family: "Cachet Book", sans-serif;
	margin-top: 0;
	margin-bottom: 3rem;
	line-height: 1;
}

#locations-hero .content-side .page-subtitle {
	font-size: 20px;
	font-family: "Cachet Bold", sans-serif;
	margin-top: 0;
	margin-bottom: 3rem;
	line-height: 1;
	text-transform: uppercase;
}

#locations-hero .button-row {
	display: flex;
	align-items: center;
}

#locations-hero .button-row .btn {
	margin-right: 1rem;
}

#locations-hero .content-side .hero-content {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 3rem;
}

#locations-hero .map-side {
	padding: 0;
}

@media (max-width: 1600px) {
	#locations-hero .content-side {
		padding: 20px;
	}
	#locations-hero .icon-wrap,
	#locations-hero .content-side .page-title,
	#locations-hero .content-side .hero-content {
		margin-bottom: 2rem;
	}
}

@media (max-width: 1200px) {
	#locations-hero .content-side {
		padding-left: 3rem;
	}
	#locations-hero .content-side .page-title {
		font-size: 40px;
	}
}

@media (max-width: 992px) {
	#locations-hero {
		aspect-ratio: unset;
		min-height: unset !important;
	}
	#locations-hero .map-side {
		padding: 0;
		aspect-ratio: 1;
	}
	#locations-hero .map-side .wpgmza_map {
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 0 0 10px 0;
	}
	#locations-hero .content-side {
		justify-content: center;
		padding: 3rem;
		padding-top: 2rem;
	}
	#locations-hero .content-side .content-inner {
		margin: 0 auto;
		max-width: 500px;
	}
}

@media (max-width: 768px) {
	#locations-hero .content-side .page-title {
		font-size: 30px;
	}
	#locations-hero .content-side .hero-content {
		font-size: 15px;
	}
}
