/* @charset "UTF-8";

/*
Theme Name: Opa - 02
Theme URI: 
Author: Hilbert Kruidenier 
Author URI: 
Description: November 2022
Requires at least: 4.9.6
Requires PHP: 7.3
Version: 1.00001
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer {
    max-width: none;
}

.is-IE.is-dark-theme {
    color: #fff;
}

.is-IE.is-dark-theme *,
.is-IE.is-dark-theme a,
.is-IE.is-dark-theme .site-description,
.is-IE.is-dark-theme .entry-title,
.is-IE.is-dark-theme .entry-footer,
.is-IE.is-dark-theme .widget-area,
.is-IE.is-dark-theme .post-navigation .meta-nav,
.is-IE.is-dark-theme .footer-navigation-wrapper li a:link,
.is-IE.is-dark-theme .site-footer>.site-info,
.is-IE.is-dark-theme .site-footer>.site-info a,
.is-IE.is-dark-theme .site-footer>.site-info a:visited {
    color: #fff;
}

.is-IE.is-dark-theme .sub-menu-toggle svg,
.is-IE.is-dark-theme .sub-menu-toggle path,
.is-IE.is-dark-theme .post-navigation .meta-nav svg,
.is-IE.is-dark-theme .post-navigation .meta-nav path {
    fill: #fff;
}

.is-IE.is-dark-theme .primary-navigation>div>.menu-wrapper>li>.sub-menu li {
    background: #000;
}

@media only screen and (max-width: 481px) {
    .is-IE.is-dark-theme.primary-navigation-open .primary-navigation>.primary-menu-container,
    .is-IE.is-dark-theme.primary-navigation-open .menu-button-container {
        background-color: #000;
    }
}

.is-IE.is-dark-theme .skip-link:focus {
    color: #21759b;
}

.is-IE .navigation .nav-links {
    display: block;
}

.is-IE .post-thumbnail .wp-post-image {
    min-width: auto;
}