/*
Theme Name:         Biz Nunspeet
Theme URI:          https://www.giraffes4zebras.com
Template:           consultax
Author:             Giraffes4Zebras
Author URI:         https://www.giraffes4zebras.com
Requires at least:  6.9
Tested up to:       6.9
Requires PHP:       8.1
Version:            1.0.0
License:            GNU General Public License v2 or later
License URI:        https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain:        biz-nunspeet
*/

html {
    scroll-behavior: smooth;
    scroll-padding-block-start: 25dvh;
}

.main-navigation ul > li > a {
    padding-inline: 10px;
}

.header_mobile {
    .mlogo_wrapper {
        padding-block: 10px;
    }
    .mobile_logo {
        inline-size: 150px;
    }

    #mmenu_toggle {
        &.active button {
            background-color: transparent;
        }
        button {
            background-color: #000;

            &:before,
            &:after {
                background-color: #000;
            }
        }
    }
}

.main-footer {
    .widget_nav_menu {
        a {
          &:hover {
              color: #FFF !important;
          }
        }
        .sub-menu {
            display: none;
        }
    }
}

/*
 * That's all, no styling after this line. All the styling needs to be in one of the existing or new scss-files
 * in the src/scss-directory
 */