/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2025 | 15:12:33 */
@use 'bootstrap-variables';
@use 'bootstrap-mixins';


#map-row {
    margin-top: 4rem;
	margin-bottom: 15vw !important;
}
#map-row .wpb_column:nth-child(1) {
	padding-right: 4rem;
}
#map-row h3 {
	color: var(--color-accent-navy);
	font-family: var(--font-family-heading);
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 1rem !important;
}
address {
    margin: 0 0 1rem;
    line-height: 1.35;
    font-size: 1.25rem;
}
address strong {
	font-family: var(--font-family-heading);
}
p.alert {
    padding: 1rem;
    color: red;
    background-color: #ee2f060d;
    border: 3px solid #ee2f06;
    border-radius: 6px;
    font-weight: 600;
    line-height: 1.15;
    padding: 1rem !important;
    margin: 0 !important;
    font-size: 1rem;
}
.nectar-google-map {
    border-radius: 1rem;
}