.cd-menu-toggle {
    display: none;
}

.cd-menu-backdrop {
    display: none !important;
}

#masthead .cd-mobile-brand {
    display: none !important;
}

@media (max-width: 980px) {
    body.cd-mobile-menu-open {
        overflow: hidden;
    }

    #masthead > .elementor {
        padding: 0 !important;
    }

    #masthead .cedfb-global-header {
        min-height: 74px !important;
        padding: 0 !important;
    }

    #masthead .cedfb-global-header .elementor-container {
        align-items: center !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 12px;
        height: 74px;
        margin: 0 !important;
        max-width: none !important;
        padding: 0 18px !important;
        position: relative;
        width: 100% !important;
    }

    #masthead .cedfb-header-logo-col {
        flex: 0 0 172px !important;
        height: 74px !important;
        left: 18px;
        max-width: 172px !important;
        min-width: 0 !important;
        order: 1;
        position: absolute !important;
        top: 0;
        width: 172px !important;
    }

    #masthead .cedfb-header-logo-col .elementor-widget-wrap,
    #masthead .cedfb-header-logo .elementor-widget-container {
        align-items: center !important;
        display: flex !important;
        margin: 0 !important;
        padding: 0 !important;
        height: 74px !important;
        justify-content: flex-start !important;
        text-align: left !important;
        width: 172px !important;
    }

    #masthead .cd-header-home-link {
        align-items: center;
        display: inline-flex;
        gap: 10px;
        max-width: 210px;
        min-width: 0;
        text-decoration: none !important;
    }

    #masthead .cedfb-header-logo img {
        flex: 0 0 auto;
        height: auto !important;
        max-height: none !important;
        object-fit: contain;
        width: 160px !important;
    }

    #masthead .cd-header-brand {
        display: none !important;
    }

    #masthead .cd-mobile-brand {
        color: #fff !important;
        display: block !important;
        font-size: 10px !important;
        font-weight: 900;
        left: 184px;
        letter-spacing: .12em;
        line-height: 1.28;
        max-width: 154px;
        overflow-wrap: normal;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-transform: uppercase;
        white-space: normal;
    }

    #masthead .cedfb-header-action-col {
        display: none !important;
    }

    #masthead .cd-menu-toggle {
        align-items: center;
        background: rgba(12, 12, 10, .42);
        border: 1px solid rgba(230, 171, 61, .75);
        border-radius: 50%;
        display: flex;
        flex: 0 0 46px;
        flex-direction: column;
        gap: 5px;
        height: 46px;
        justify-content: center;
        margin: 0;
        order: 3;
        padding: 0 !important;
        position: absolute !important;
        right: 18px;
        top: 14px;
        transition: background .2s ease, border-color .2s ease, transform .25s ease;
        width: 46px;
        z-index: 10003;
    }

    #masthead .cd-menu-toggle span {
        background: #fff;
        border-radius: 2px;
        display: block;
        height: 2px;
        transition: transform .2s ease, opacity .2s ease;
        width: 19px;
    }

    #masthead .cedfb-header-nav-col {
        background: rgba(16, 16, 14, .985);
        box-shadow: -18px 0 44px rgba(0, 0, 0, .36);
        display: block !important;
        flex: none !important;
        height: 100dvh;
        max-width: 340px !important;
        overflow-y: auto;
        padding: 92px 22px 28px !important;
        position: fixed !important;
        right: 0;
        top: 0;
        transform: translateX(105%);
        transition: transform .28s ease;
        visibility: hidden;
        width: min(86vw, 340px) !important;
        z-index: 10001;
    }

    #masthead .is-menu-open .cedfb-header-nav-col {
        transform: translateX(0);
        visibility: visible;
    }

    #masthead .cedfb-header-nav .elementor-widget-container {
        align-items: stretch;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0 !important;
    }

    #masthead .cedfb-header-nav a {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        color: #fff !important;
        font-size: 13px !important;
        font-weight: 800;
        letter-spacing: .1em;
        margin: 0 !important;
        min-height: 52px;
        padding: 17px 8px;
        text-align: left;
        text-decoration: none !important;
        text-transform: uppercase;
        width: 100%;
    }

    #masthead .cedfb-header-nav a:last-child {
        border-bottom: 0;
    }

    #masthead .is-menu-open .cd-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    #masthead .is-menu-open .cd-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    #masthead .is-menu-open .cd-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    #masthead .is-menu-open .cd-menu-toggle {
        background: rgba(16, 16, 14, .96);
        position: fixed !important;
        right: 18px;
        top: 14px;
    }

    #masthead .cd-menu-backdrop {
        background: rgba(0, 0, 0, .58);
        border: 0;
        display: block !important;
        height: 100dvh;
        inset: 0;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity .25s ease;
        visibility: hidden;
        width: 100vw;
        z-index: 10000;
    }

    #masthead .is-menu-open + .cd-menu-backdrop,
    #masthead .is-menu-open .cd-menu-backdrop {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }
}
