/*
|--------------------------------------------------------------------------
| Final ALHOMIS horizontal logo
|--------------------------------------------------------------------------
*/

img[src$="logo-transparent.png"]{
    width:190px !important;
    height:auto !important;
    max-height:70px !important;
    object-fit:contain !important;
    border-radius:0 !important;
    background:transparent !important;
}

/* Public header */
.brand img[src$="logo-transparent.png"]{
    width:190px !important;
    height:auto !important;
    max-height:64px !important;
}

/* The complete logo already contains the company name */
.brand > span{
    display:none !important;
}

/* Public footer */
.footer-brand img[src$="logo-transparent.png"]{
    width:220px !important;
    height:auto !important;
    max-height:90px !important;
}

.footer-brand > span{
    display:none !important;
}

/* Admin and login areas */
.admin-brand img[src$="logo-transparent.png"],
.login-brand img[src$="logo-transparent.png"],
.sidebar-brand img[src$="logo-transparent.png"],
.admin-logo img[src$="logo-transparent.png"]{
    width:185px !important;
    height:auto !important;
    max-height:75px !important;
}

@media(max-width:780px){

    .brand img[src$="logo-transparent.png"]{
        width:150px !important;
        max-height:55px !important;
    }

    .footer-brand img[src$="logo-transparent.png"]{
        width:190px !important;
    }

}

@media(max-width:420px){

    .brand img[src$="logo-transparent.png"]{
        width:138px !important;
    }

}
