/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

#header .toggle-navigation.toggle-left {
    float: left;
    left: 10px !important;
    margin: 23px 20px 0 10px !important;
}

#header .logotext {
    text-transform: none !important;
}
@media (max-width: 351px) {
    #header .brand {
        display: none;
    }
}

@media (max-width: 407px) and (min-width: 352px) {
    #header .brand {
        margin-top: 8px;
        margin-left: 0;
    }
    #header .logotext, .brand {
        height: 40px !important;
    }
    #header .messages, #header .settings {
        margin: 0 5px;
    }
}
@media (max-width: 439px) and (min-width: 408px) {
    #header .brand {
        margin-top: -46px;
        margin-left: 51px;
    }
}

@media (max-width: 660px) and (min-width: 440px) {
    #header .brand {
        margin-top: 8px;
        margin-left: 10px;
    }
}

@media (max-width: 660px) {
    #header {
        height: 66px !important;
        min-height: 66px;
    }
    #header .brand {
        width: 144px !important;
        background-color: transparent !important;
    }
    #header .logo {
        align-items: normal;
        justify-content: normal;
    }
    #header .logotext, .brand {
        height: 48px !important;
    }
    #header .toggle-navigation.toggle-left {
        margin: 15px 0 0 10px !important
    }
    #header .user-nav {
        float: right;
        padding-top: 15px !important;
    }
    .flex-wrap{
        display:inherit !important;
    }
}