/* THE NOBLE GROUP NAV BUTTON */

.custom-6244 {
    display: flex !important;
    align-items: center !important;
}

.custom-6244 > a {

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 42px !important;

    padding:   3px !important;

    margin-top: 31px !important;

    background: #8E1026 !important;

    border: 1px solid rgba(255,255,255,0.08) !important;

    border-radius: 999px !important;

    color: #EEE9DF !important;

    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;

    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;

    line-height: 1 !important;
    text-align: center !important;

    transition: all 0.25s ease !important;
}

.custom-6244 > a:hover {

    background: #C8102E !important;

    color: #EEE9DF !important;

    transform: translateY(-1px);
}

/* FIX THE DOUBLE TEXT ANIMATION */
.custom-6244 .btn-animate-y-2 {
    display: none !important;
}





/* REMOVE THEME ORANGE HOVER LINE */

.custom-6244 > a:before,
.custom-6244 > a:after,
.custom-6244:before,
.custom-6244:after {
    display: none !important;
    opacity: 0 !important;
    content: none !important;
}



/* MOBILE MENU FIXES */

@media (max-width: 991px) {

    /* CENTER THE NOBLE GROUP BUTTON */
    .custom-6244 {
        display: flex !important;
        justify-content: flex-start !important;

        margin-top: 18px !important;
        margin-left: 32px !important;
    }

    .custom-6244 > a {

        width: auto !important;

        min-width: 220px !important;

        justify-content: center !important;

        padding: 0 24px !important;

        height: 46px !important;
    }

   /* CLEAN MOBILE MENU */

@media (max-width: 991px) {

    /* CENTER ENTIRE MOBILE MENU */
    .dl-menuwrapper ul,
    .main-navigation ul {

        text-align: center !important;
    }

    /* MENU ITEMS */
    .dl-menuwrapper ul li,
    .main-navigation ul li {

        margin: 22px 0 !important;
    }

    /* MENU LINKS */
    .dl-menuwrapper ul li a,
    .main-navigation ul li a {

        color: rgba(238,233,223,0.82) !important;

        font-size: 22px !important;

        letter-spacing: 0.04em !important;

        text-align: center !important;

        padding: 0 !important;
    }

    /* THE NOBLE GROUP BUTTON */
    .custom-6244 {

        display: flex !important;
        justify-content: center !important;

        margin-top: 34px !important;
    }

    .custom-6244 > a {

        min-width: 240px !important;

        display: flex !important;
        justify-content: center !important;
        align-items: center !important;

        height: 48px !important;

        background: #8E1026 !important;

        color: #EEE9DF !important;

        border-radius: 999px !important;

        font-size: 12px !important;

        letter-spacing: 0.16em !important;
    }
}