/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url("basis.css");
/* styling basis theme */
@import url("kadance.css");
/* styling standard kadance blocks to theme */
@import url("patronen.css");
/* standard patterns */
@import url("sections.css");
/* sections */
@import url("swipers.css");
/* swipers */
@import url("tribe-events.css");
/* events plugin styling */
@import url("member-pages.css");
/* member, groups etc styling */
@import url("woocommerce-pages.css");
/* woocommerce styling */
@import url("learndash.css");
/* learndash styling */
@import url("forms.css");
/* formulieren styling */


/* maarten: niet correcte links op Login pagina */
body.login .privacy-policy-page-link {
    display: none;
}

/* maarten: mobile sub menu label bg color not dark blue */
.bb-template-v2 .side-panel-menu>.current-menu-item .sub-menu a {
    background-color: #fff;
}

/* maarten: fix white on white checkbox check */
.gfield_checkbox input[type=checkbox]:checked+label:after {
    color: #000;
}