/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
@import '/wp-content/themes/bb-theme-child/assets/css/styles.css';

@media (min-width: 40em) {
    .usa-banner__button, .usa-banner__button:focus {
        font-size: .8rem !important;
        background-color: transparent !important;
        color: #005ea2;
        border: 0 !important;
    }
}

.usa-banner__button[aria-expanded=true]::before {
    background: transparent !important;
}

@media (max-width: 39.99em) {
    .usa-banner__button:active {
        position: absolute;
    }
}

/* #map {
    height: 400px;
    width: 100%;
} */