/*
Theme Name: KBA Land Clearing Child
Description: Child theme for KBA Land Clearing city service pages and site-specific enhancements.
Author: KBA Land Clearing
Template: kba
Version: 1.0.0
Text Domain: kba-land-clearing-child
*/

/*
 * Keep general child-theme overrides in this file.
 * City service page styling belongs in css/kba-location-pages.css.
 */

/* Third-level navigation: desktop */
@media (min-width: 768px) {
    .navbar-nav .dropdown-menu > .menu-item-has-children {
        position: relative;
    }

    .navbar-nav .dropdown-menu > .menu-item-has-children > .dropdown-menu {
        top: 0;
        left: 100%;
        display: none;
        margin-top: -6px;
    }

    .navbar-nav .dropdown-menu > .menu-item-has-children:hover > .dropdown-menu,
    .navbar-nav .dropdown-menu > .menu-item-has-children:focus-within > .dropdown-menu {
        display: block;
    }

    .dropdown-menu .menu-item-has-children > a::after {
        content: "\203A";
        float: right;
        margin-left: 18px;
        font-size: 20px;
        line-height: 16px;
    }
}

/* Third-level navigation: mobile */
@media (max-width: 767px) {
    .navbar-nav .dropdown-menu .dropdown-menu {
        position: static;
        display: block;
        float: none;
        width: auto;
        margin: 0;
        padding-left: 20px;
        border: 0;
        background: transparent;
        box-shadow: none;
    }
}