/**
 * KickOff Creative Theme CSS Styling for Header Layout 01
 *
 * @link https://developer.wordpress.org/themes/basics/theme-functions/
 *
 * @package WordPress
 * @subpackage Twenty_Twenty_Five
 * @since KickOff Creative Theme 1.1.0
 */

/* -----------------------------------------------------------------------------------------
 * Navigation Structure
 * ----------------------------------------------------------------------------------------- */

.header-layout-01-right nav {
    font-size: var(--wp--preset--font-size--s);
    font-weight: var( --wp--custom--font-weight--xxl);
    text-transform: uppercase;
}

.header-layout-01-right ul.wp-block-navigation>li {
    padding: 5px 18px 5px 18px;
    color: var(--wp--preset--color--base);
}

.header-layout-01-right ul.wp-block-navigation-submenu {
    padding: 5px 0px 5xpx 15px!important;
}

button.wp-block-navigation__responsive-container-open>svg {
    color: var(--wp--preset--color--base);
}

/* -----------------------------------------------------------------------------------------
 * Content Structure
 * ----------------------------------------------------------------------------------------- */

main div.entry-content {
    margin-top: -106px!important;
}

main .koc_hero_banner {
    z-index: -1;
}