/*
Theme Name: Hello Elementor Child
Description: NB Child Theme
Author: NB
Template: hello-elementor
Version: 1.0.0
*/

.heroImage__container {
    max-width: 1920px;
}

.searchContainer {
    max-width: 1500px;
}

.elementor-location-footer {
    background: #000;

    .footerContainer {
        max-width: 1920px !important;
    }
}
.memberImage img {
    object-fit: cover;
    width: 200px;
    height: 300px;
}

.menuLinks li a {
    @media (min-width: 1025px) {
        margin-left: clamp(0.625rem, -1.5223rem + 3.352vw, 2.5rem) !important;
        margin-right: clamp(0.625rem, -1.5223rem + 3.352vw, 2.5rem) !important;
    }
}

.registerButton__container {
    @media (min-width: 1025px) {
        padding-left: clamp(1.875rem, -18.7395rem + 32.1788vw, 19.875rem) !important;
    }
}
