/**
* Theme Name: Hostiko Child
* Description: This is a child theme of Hostiko, generated by AKD Demo Importer.
* Author: Designing Media
* Template: hostiko
* Version: 94.4.0
*/

/* Navbar styling - Override parent theme */
.navbar-area .navbar {
    background-color: #f7f7f7 !important;
    background: #f7f7f7 !important; /* Override 'background' shorthand */
    height: 72px !important;
}

.elementor-widget-nav-menu:not(.akd-nav-menu--toggle) .elementor-menu-toggle {
    display: block;
}
@media (min-width: 768px) {
    .elementor-widget-nav-menu:not(.akd-nav-menu--toggle) .elementor-menu-toggle {
        display: none;
    }
}