/* stylelint-disable */
/**
 * Theme Name:   Go-Child
 * Theme URI:    https://github.com/godaddy-wordpress/go
 * Description:  Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
 * Author:       OTM
 * Author URI:   https://www.ontargetagency.com
 * Version:      1.8.15
 * Tested up to: 6.7
 * Requires PHP: 5.6
 * License:      GPL-2.0
 * License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:  go
 * Domain Path:  /languages
 * Tags:         block-styles, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, one-column, theme-options, threaded-comments, translation-ready, wide-blocks
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Copyright © 2024 GoDaddy Operating Company, LLC. All Rights Reserved.
 */
/* stylelint-enable */
.header {
    background-color: #000;
    z-index: 99;
}

.header__navigation a {
    color: #000;
}


.menu-is-open .header__navigation {
    background-color: #fff;
}


.nav-toggle {
    background-color: #000000 !important;

    margin: 0 20px 0 0px;
}

.nav-toggle:active, .nav-toggle:focus, .nav-toggle:hover {
    background-color: #000000;
    border: none;
    box-shadow: none;
    margin: 0 auto;
}