<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input {display:inline-block;}

.formkopje {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 12px;
}
#menu-ledenmenu .sub-menu { margin: 10px 0 10px 25px; }

.author-list {
	list-style-type: none;
}
.author-list li.col.span_1_of_4.clr {
    min-height: 350px;
}
.author-list li h4 { margin: 10px 0 5px;color:#333; }

.home .elementor-post__excerpt { 
	font-family: "PT Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    color: #FFFFFF; 
    padding-top:10px; 
}
.fc-day-grid-event { background-color:#12244d !important; border-color:#12244d !important; }

.eo-events.eo-events-shortcode { list-style-type:none;margin-left:0; }
.eo-events.eo-events-shortcode li { border-bottom:1px solid #efefef;padding-bottom:10px;margin-bottom:10px;font-size:18px;font-weight:500; }
.eo-events.eo-events-shortcode li a { text-decoration:none;margin-left:2em; }

.eo-event-search-filters li { width:40% !important; }
.eo-event-search-filters li.submit {
    width: 20% !important;
}
.eo-event-search-filters ul li input.event-search-datepicker { width:49% !important; }
.ui-button {
    height: 38px;
}

@media (min-width: 768px) {
    .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }
}</pre></body></html>