/* CBM Header & Footer Logo Fix v1.0.0 */
body .cbm-site-header .cbm-menu-toggle {
    display: none !important;
    visibility: hidden !important;
}

body .cbm-site-header .cbm-header-logo,
body .cbm-site-footer .cbm-footer-brand {
    background: transparent !important;
}

body .cbm-site-header .cbm-header-logo img,
body .cbm-site-footer .cbm-footer-brand img {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    object-fit: contain !important;
}

body .cbm-site-header .cbm-header-logo img {
    width: 205px !important;
    max-height: 76px !important;
}

body .cbm-site-footer .cbm-footer-brand img {
    width: 215px !important;
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 1050px) {
    body .cbm-site-header .cbm-header-inner {
        flex-wrap: wrap !important;
        gap: 12px 24px !important;
    }

    body .cbm-site-header .cbm-primary-navigation {
        position: static !important;
        display: flex !important;
        flex: 1 1 100% !important;
        align-items: center !important;
        overflow-x: auto !important;
        padding: 10px 0 4px !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body .cbm-site-header .cbm-menu {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px 22px !important;
    }

    body .cbm-site-header .cbm-menu li {
        border: 0 !important;
        margin: 0 !important;
    }

    body .cbm-site-header .cbm-menu a {
        padding: 8px 0 !important;
    }

    body .cbm-site-header .cbm-header-cta {
        margin: 0 0 0 auto !important;
    }
}

@media (max-width: 600px) {
    body .cbm-site-header .cbm-header-logo img {
        width: 175px !important;
    }

    body .cbm-site-header .cbm-primary-navigation {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    body .cbm-site-header .cbm-menu {
        width: 100% !important;
    }

    body .cbm-site-header .cbm-header-cta {
        margin: 6px 0 8px !important;
    }
}
