/*
Theme Name: Brawband Child
Template: brawband
Author: Child Theme Configurator
Author URI: https://brawband.co.uk
Version: 9.2.4
Updated: 2025-01-21 10:17:42
Updated: 2026-08-20 - Planit Scotland: added the missing BB_Nav_Walker class (inc/class-bb-nav-walker.php) that header.php already referenced, and enqueued the nav/hero stylesheets and off-canvas menu script, none of which were being loaded. Both wp_nav_menu() walker arguments in header.php are now guarded with class_exists() so a missing walker degrades to WordPress's default menu rather than fatalling every page.

*/


@media (max-width: 991.98px) {
    #header-top .col-6.col-lg-2 .logo-link img.logo-white {
        display: none;
        vertical-align: middle;
    }
}

@media (max-width: 991.98px) {
    #header-top .row.align-items-center {
        display: flex;
        align-items: center;
				flex-direction:row!important;
    }
}

@media (max-width: 991.98px) {
    #header-top .col-6.col-lg-2, #header-top .col-6.col-lg-10 {
        width:50%
    }
}
