/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2024 | 21:03:53 */
/*
* EBF New menu styling
*/

/* Header logo */
.c-header__logo a.logo img{
    height: 42px;
}

@media screen and (max-width: 62em) {
    .c-header__logo a.logo img{
        height: 36px;
    }
}

/* Nav menu */
.c-nav__menu > li::before {
    display: none;
}

.c-nav__menu > li > ul {
    background-color: #fff;
    list-style: none;
    min-width: 200px;
    border-radius: 4px;
    box-shadow: 0 0px 10px rgba(0,0,0,.25);
    text-transform: none;
}
.c-nav__menu > li > a {
    text-transform: none;
    font-weight: 800;
    letter-spacing: 1px;
}

.c-nav__menu > li > ul > li > a {
    color: #232D37;
    font-family: "Titillium Web", sans-serif;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0.25em 1.5em;
    margin: 0.5em 0;
}
.c-nav__menu > li > ul > li > a:hover {
    background-color: #F8F8F8;
    color: #232D37;
    opacity: 1;
}


/* Mobile Menu */
.mobile-header-links {
    display: none;
}
@media screen and (max-width: 62em) {

    /*  Mobile menu header  */
    .c-header__logo .u-jc-around {
        justify-content: flex-end !important;
        flex-direction: row-reverse;
    }

    .c-header__logo .u-jc-around #js-mobile-menu {
        margin-right: 15px;
    }
    
    .mobile-nav-login-text { display: none !important; }
    .c-header__menu.is-open {
        background: #fff;
    }
    
    div#js-states-global {
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: row;
    }
    
    div#js-states-global .c-nav__states {
        display: none;
    }
    
    .c-header__zingfit {
        width: 100%;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    
    #js-states-global .c-nav__schedule,
    #js-states-global .c-nav__buy{
        width: 100%;
        margin: 0 15px;
    }
    #js-states-global .c-nav__schedule_btn, 
    #js-states-global .c-nav__buy_btn {
        width: 100%;
        display: block;
        padding: 1.5rem 3rem;
        background: #eb5928;
        color: #fff;
    }
    
    .c-nav__schedule {
        margin-right: 0;
    }
    
    .c-nav__menu > li > a {
        color: #232D37;
        padding: 1.1rem 3rem;
        
    }
    
    
    .c-nav {
        border-top: 2px solid #E1E4E6;
        border-bottom: 2px solid #E1E4E6;
        margin-top: 15px;
    }
    
    .c-nav__menu > li > ul {
        padding-left: 2em;
    }
    .c-nav__menu > li > ul {
        box-shadow: none;
    }
    .c-nav__menu > li > ul > li > a {
        font-size: 1.56rem;
    }
    
    .c-nav__menu > li .children-open {
        position: absolute;
    
        left: initial;
        right: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.59 8.59L12 13.17L7.41 8.59L6 10L12 16L18 10L16.59 8.59Z' fill='black'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        padding: 0%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: 0.1s all ease-in-out;
    }
    
    .c-nav__menu > li .children-open.is-children-open {
        transform: rotate(-90deg);
    }
    
    .c-nav__menu > li .children-open::after {
        display: none;
    }
    .c-nav__menu > li .children-open::before {
        display: none;
    }
    .no-scroll .c-header__logo .logo{
        visibility: hidden;
    }
    .no-scroll .c-header {
        background: #fff;
        z-index: 2147483648;
    }

    .no-scroll .c-nav__mobile-btn,
    .no-scroll .c-nav__mobile-btn::after,
    .no-scroll .c-nav__mobile-btn::before{
        background-color:#232D37;
    }

    /*  Mobile header links  */
    .mobile-header-links {
        margin-bottom: 15px;
        display: block;
    }
    .mobile-header-links ul > li > a {
        display: block;
        font-family: "Titillium Web", sans-serif;
        font-size: 1.56rem;
        font-weight: bold;
        line-height: 2.4rem;
        padding: 2.6rem 1rem;
        position: relative;
        text-decoration: none;
        text-transform: none;
        width: 80%;
        color: #232D37;
        padding: 1.1rem 3rem;
        text-align: left;
        font-weight: 800;
        letter-spacing: 1px;
    }

    .mobile-header-links .login-link-mb .c-link--menu {
        text-align: left;
        display: block;
        font-family: "Titillium Web", sans-serif;
        font-size: 1.56rem;
        font-weight: bold;
        line-height: 2.4rem;
        padding: 2.6rem 1rem;
        position: relative;
        text-decoration: none;
        text-transform: none;
        width: 80%;
        color: #232D37;
        padding: 1.1rem 3rem;
        text-align: left;
        font-weight: 800;
        letter-spacing: 1px;
    }
}

/* Desktop Top header */
.desktop-top-menu {
    display: none;
}
@media screen and (min-width: 62em) {

    .mobile-nav-login-text, 
    .c-nav__states{
        display: none !important;
    }
    .c-header  {
        /* display: block; */
        display: block;
        max-height: 17rem;
    }

    .desktop-top-menu {
        display: block;
        background: #FFFFFF;
        padding: 10px 20px;
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .desktop-top-menu-inner {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .desktop-top-menu-inner .link-list-sec {
        list-style: none;
        display: flex;
    }
    .desktop-top-menu-inner a {
        color: #000000;
        margin-left: 2rem;
        text-decoration: none;
        font-weight: 600;
                font-size: 1.56rem;
    }
    .desktop-top-menu-inner a:hover {
        color: #eb5928;
    }

    /* menu dropdown icon */
    .c-nav__menu > li.menu-item-has-children.menu-item-has-children::after {
        content: '';
        background: transparent;
        height: 24px;
        width: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.59 8.59L12 13.17L7.41 8.59L6 10L12 16L18 10L16.59 8.59Z' fill='white'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        transform: none;
        right: 0;
    }

    .c-nav__menu > li.menu-item-has-children.menu-item-has-children:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.59 8.59L12 13.17L7.41 8.59L6 10L12 16L18 10L16.59 8.59Z' fill='%23eb5928'/%3E%3C/svg%3E");
    }


    /*  Header buttons  : desktop */
    .c-nav__schedule_btn, .c-nav__buy_btn {
        background: #eb5928;
        color: #fff;
    }

    .c-nav__schedule_btn:hover, .c-nav__buy_btn:hover {
        background: #fff;
        color: #eb5928;
        border-color: #fff;
    }
    
}



/*
* Header book / buy button
*/
.c-header-mobile-links {
    display: none;
}
@media screen and (max-width: 62em) {


    .c-header__logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .no-scroll .c-header-mobile-links {
        display: none;
    }
    .c-header-mobile-links {
        display: block;
    }
	.c-header-mobile-links .c-header-link-list {
        display: flex;
    }
    .c-header-mobile-links .c-mobile-header-btn {
        padding: 1rem 1.25rem;
        color: #fff;
        background: rgba(235, 89, 40, 0.88);
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
        font-weight: 600;
        font-size: 1.5rem;
        letter-spacing: 0.16rem;
        border-radius: 0.4rem;
        text-decoration: none;
        margin-left: 0.75rem;
    }
}
