/* Hide desktop navbar */
.header--row.header-main.hide-on-mobile.hide-on-tablet.layout-fullwidth.nv-navbar.has-center.header--row {
    display: none !important;
}
/* Hide mobile navbar */
nav.header--row.header-main.hide-on-desktop.layout-fullwidth.nv-navbar.has-center.header--row[data-show-on="mobile"] {
    display: none !important;
}
/* Responsive logo size */
@media (max-width: 767px) {
    .site-logo img.neve-site-logo,
    .wp-image-415696 {
        width: 225px !important; /* Half of 300px */
        height: auto !important;
    }
}