.google-map>.marker {
	display: none;
}

.locations--popup-wrap {
	border-radius: 7px;
	width: 330px;
	display: flex;
	flex-direction: row;
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.locations--popup-wrap:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}

.locations--popup-left {
	display: flex;
	flex-direction: column;
	width: 67px;
	max-width: 67px;
	padding: 11px;
	background: #f5f5f5;
	text-align: center;
	flex: 1;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.locations--popup-left a {
	align-self: center;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.locations--popup-left a:first-child {
	border-bottom: 1px solid #ccc;
}

.locations--popup-brand-icon {
	width: 32px;
}

.locations--popup-right {
	padding: 25px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0;
}

.locations--popup-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #2f3233;
	margin-bottom: 5px;
}

.locations--popup-title span {
	display: block;
}

.locations--popup-address {
	color: #2f3233;
	margin-bottom: 0
}

.locations--popup-address-phone {
	display: block;
	font-weight: 700;
	margin-top: 3px;
}

.infoBox>img {
	position: absolute !important;
	top: 5px;
	width: 15px;
	height: 15px;
	z-index: 1;
	right: 5px;
}

.google-map {
	height: 400px;
	min-height: 45vw;
}

@media (min-width: 1200px) {
	.google-map {
		height: 600px;
		min-height: 0;
	}
}

.locations-loop--container {
	padding: 30px;
}

.locations-loop--col {
	margin-bottom: 30px;
}

.locations-loop--card {
	border: 1px solid #ebebeb;
	height: 100%;
	border-radius: var(--theme-general-border-radius);
	overflow: hidden;
}

.locations-loop--card-image {
	display: block;
	position: relative;
	background: #ebebeb;
}

.locations-loop--card-image:before {
	content: "";
	display: block;
	padding-bottom: 50%;
}

.locations-loop--card-image img {
	position: absolute;
	top: 0;
	left: 0;
}

.locations-loop--address-wrap {
	padding: 20px;
	margin-bottom: 0;
}

.locations-loop--title {
	color: var(--theme-light-blue);
	margin-bottom: 10px;
}

.locations-loop--subtitle {
	font-weight: 800;
	font-size: 1rem;
	margin-bottom: 5px;
}

.locations-loop--address {
	margin-bottom: 5px;
}

.locations-loop--phone {
	display: block;
	font-weight: 800;
	margin-bottom: 15px;
}

.locations-intro--container {
	padding: 30px;
}

.locations-images--container {
	padding: 30px;
}

.locations-images--col {
	margin-bottom: 20px;
}

.locations-images--image {
	position: relative;
	margin-bottom: 5px;
}

.locations-images--image:before {
	content: "";
	display: block;
	padding-bottom: 54%;
}

.locations-images--image img {
	position: absolute;
	top: 0;
	left: 0;
}

.locations-images--caption {
	font-size: .85em;
}