/*
Theme Name: Event Band Services Child
Template: event-band-services
Description: Child theme for Event Band Services
Author: iNoficial
Version: 1.0.0
Text Domain: event-band-services-child
License: GNU General Public License v3.0 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

img.custom-logo {
    width: auto !important;
    height: auto !important;
    max-height: 150px !important;
    max-width: 150px !important;
    object-fit: contain;
}

/* Hide header navigation menu */
#main-menu,
.menu-toggle,
.close-menu,
.inner-menu {
    display: none !important;
}

/* Hide entire footer */
.footer-side {
    display: none !important;
}

/* White header background */
.header#site-navigation {
    background-color: #ffffff !important;
    box-shadow: none !important;
}

/* Keep logo text visible on white background */
.logo a {
    color: #111111 !important;
}
