<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: KBO Brabant
Theme URI: https://www.kbo-brabant.nl
Author: Adaptivity
Author URI: https://www.kbo-brabant.nl
Description: Description
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kbo-brabant
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

KBO Brabant is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

#primary-menu li ul.sub-menu li:hover {
    background: #0d283c;
}

#primary-menu li ul.sub-menu &gt; li {
    display: block;
    line-height: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid rgba(179, 179, 179, 0.15);
    position: relative;
    background-color: #153c59;
}

#primary-menu li ul.sub-menu &gt; li a {
    padding: 18px 20px;
    display: block;
    text-decoration: none;
}
#primary-menu &gt; li &gt; ul.sub-menu {
    padding-top: 4px;
    padding-right: 4px;
}
#primary-menu li ul.sub-menu {
    -webkit-transition:
        top 0.3s ease 0s,
        opacity 0.3s;
    transition:
        top 0.3s ease 0s,
        opacity 0.3s;
    border-left: 1px solid transparent;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 260px;
    color: #ffffff;
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.blavatar {
    display: none !important;
}
#wp-admin-bar-customize {
    display: none !important;
}

.current-menu-ancestor &gt; a {
    background: #153c59;
}

.current-menu-ancestor .current-menu-item &gt; a {
    background: #0f2a3f;
}

.current-menu-item &gt; a {
    background: #0f2a3f;
}

#primary-menu li ul.sub-menu &gt; li.current-menu-parent &gt; a,
.current-menu-parent &gt; a {
    background: #0f2a3f;
}

#primary {
    margin-top: 50px;
}
</pre></body></html>