/*
 * EdgeNovaHost custom branding
 */

/* EdgeNovaHost header */
[data-color="blue"] .menu-wrap.fixed {
    background: linear-gradient(
        90deg,
        #0B133A 0%,
        #101F4F 55%,
        #0066FF 100%
    ) !important;
}

/* Logo sizing */
.menu-wrap .logo-menu {
    width: 235px !important;
    max-height: 52px !important;
}

.menu-wrap.fixed .logo-menu {
    width: 215px !important;
    max-height: 46px !important;
}
