body {
/*	--ovw-font: 'Aldrich',Helvetica,Arial,Lucida,sans-serif;*/
	--ovw-font: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
	--ovw-black: #0a0b0b;
	--ovw-blue: #25b7bc;
	--ovw-blue-light: #e9f5f6;
	--ovw-blue-dark: #213351;
	--ovw-orange: #ef7e4f;
	--ovw-orange-light: #fce8dd;
}

/* ===========================================================================
Algemeen
=========================================================================== */
body #main-content div.wp-pagenavi.wp-pagenavi {
	border: 0px;
	text-align: center;
	clear: both;
}

body #main-content div.wp-pagenavi.wp-pagenavi {
}
body #main-content div.wp-pagenavi.wp-pagenavi a, body #main-content div.wp-pagenavi.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.3) !important;
	padding: 3px 5px;
	margin: 2px;	
	color: var(--ovw-orange);
}

body #main-content div.wp-pagenavi.wp-pagenavi a:hover, body #main-content div.wp-pagenavi.wp-pagenavi span.current {
	color: var(--ovw-blue) !important;;
}

body #main-content div.wp-pagenavi.wp-pagenavi span.current {
	font-weight: bold !important;
}

/* ===========================================================================
Footer
=========================================================================== */
body footer .widget_nav_menu ul.menu {
    columns: 2;
    column-gap: 4px;
}
/* ===========================================================================
User menu
=========================================================================== */

.menu-user-menu-container {
	background-color: rgba(0,0,0,0.05);
}
.menu-user-menu-container #menu-user-menu .menu-item {
	border-bottom: 1px dotted var(--ovw-orange);
	border-left: none;
	margin-bottom: 0;
}
.menu-user-menu-container #menu-user-menu .menu-item:last-child {
	margin-bottom: 0;
	/*border: none;*/
}
.menu-user-menu-container #menu-user-menu .menu-item a {
	display: inline-block;
	width: 100%;
	padding: 10px;
}
	.menu-user-menu-container #menu-user-menu .menu-item.current-menu-item > a {
		color: var(--ovw-blue);
		font-weight: 600;
	}
	.menu-user-menu-container #menu-user-menu .menu-item a:hover {
		color: #666;
		background-color: rgba(0,0,0,0.05);
	}
/* Submenu --------------- */
.menu-user-menu-container #menu-user-menu .sub-menu .menu-item {
	border: none;
	border-top: 1px solid rgba(255,255,255,0.5);
	margin-left: 0;
}
.menu-user-menu-container #menu-user-menu .sub-menu .menu-item a:before {
	content: '- ';
}
.menu-user-menu-container #menu-user-menu .menu-item .sub-menu a {
	padding-left: 15px;
}


/* ===========================================================================
Gforms custom
=========================================================================== */
body .gform_wrapper.gravity-theme .gfield_header_item:first-child[style="display: none;"] + .gfield_header_item, 
body .gform_wrapper.gravity-theme .gfield_list_group_item:first-child[style="display: none;"] + .gfield_list_group_item {
	/*background-color: red;*/
	margin-left: 0px;
}

/* ============================================================
Leden
============================================================ */
.ledenWrapper { }
.ledenWrapper .ledenContainer {			
	--column-count: 3;
	--column-gap: 30px 40px;
	--leden_height: 230px;
	display: grid;
	grid-template-columns: repeat(var(--column-count), 1fr);
	gap: var(--column-gap);
	/*padding: 20px;*/
	background-color: var(--ovw-blue-light);
}
.ledenWrapper .ledenContainer .lid {
	min-height: var(--leden_height);
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
.ledenWrapper .ledenContainer .lid .logo {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;

	/*width: 90%;*/
	/*height: 90%;*/
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.ledenWrapper .ledenContainer .lid .info {
	min-height: var(--leden_height);
	padding: 20px;
	position: relative;
	z-index: 10;
	background-color: var(--ovw-blue);
	opacity: 0;
	transition: all .3s ease;

}
	.ledenWrapper .ledenContainer .lid.hover .info { opacity: 1; }

body #main-content .ledenWrapper .ledenContainer .lid .info h4,
body #main-content .ledenWrapper .ledenContainer .lid .info a,
body #main-content .ledenWrapper .ledenContainer .lid .info {
	color: #fff;			
}
.ledenWrapper .ledenContainer .lid .info i {
	margin-right: 5px;
}
	/* Responsive Styles Tablet And Below */
	@media all and (max-width: 1300px) {
		.ledenWrapper .ledenContainer {
			--column-count: 2;
			--column-gap: 20px;
		}
	}
	/* Responsive Styles Smartphone Portrait */
	@media all and (max-width: 800px) {
		.ledenWrapper .ledenContainer {
			--column-count: 1;
		}		
	}
/* leden: Select 
============================================================ */
.leden-title-row {}
.leden-title-row .et_pb_column {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}
.leden_cat_select {
	display: inline-block;
	max-width: 100%;
	padding: 5px;
	background-color: var(--ovw-orange);
	/*border-radius: 15px;*/
}
.leden_cat_select select {
	background-color: #fff;
	/*border-radius: 0px;*/
}

/* ============================================================
Agenda
============================================================ */
.agendaItems .agendaItem div.info .eventContent::after,
.agendaItems::after {
	clear: both;
	content: " ";
	display: block;
}
/*.agendaItems {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}*/
.agendaItems {
/*	--column-count: 1;
	--column-gap: 20px;
	display: grid;
	grid-template-columns: repeat(var(--column-count), 1fr);
	gap: var(--column-gap);*/
}
.agendaItems .agendaRow {
	width: 100%;
	background-color: var(--ovw-blue-light);
	padding: 10px 0;	
	margin-bottom: 15px;
}
.agendaItems .agendaRow:nth-child(even) {
	background-color: var(--ovw-orange-light);	
}
.agendaItems .agendaRow:last-child {
	margin-bottom: 0;
}
.agendaItems .agendaItem {
	display: flex;
	align-items: flex-start;
	gap: 50px;
	max-width: 1400px;
	margin: 0px auto;
/*	background-color: var(--ovw-blue-light);*/
	
}
.agendaItems .agendaItem div.date {
	display: block;
	width: 230px;
	padding: 30px;
	font-family: var(--ovw-font);
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	background-color: var(--ovw-blue);
}
.agendaItems .agendaRow:nth-child(even) .agendaItem div.date {
	background-color: var(--ovw-orange);
}
.agendaItems .agendaItem div.date div{
	display: block;
	width: 100%;
}
.agendaItems .agendaItem div.date div.D {
	line-height: 0.8em;
}
.agendaItems .agendaItem div.date div.d {
	font-size: 4em;
	font-weight: 800;
	line-height: 1em;
}
.agendaItems .agendaItem div.date div.M {
	font-size: 1.4em;
	line-height: 1.4em;
}
.agendaItems .agendaItem div.date div.Y {
	font-size: 1.4em;
	line-height: 1.1em;
}
.agendaItems .agendaItem div.info {
	display: block;
	width: 100%;
	padding: 5px 10px;
}
.agendaItems .agendaItem div.info h4{
	font-size: 20px;
	font-weight: 800;
}
.agendaItems .agendaItem div.info .fullDate {
	font-style: italic;
	font-weight: 600;
}
.agendaItems .agendaItem div.info .fullDate span + span {
	margin-left: 10px;
}
.agendaItems .agendaItem div.info .eventContent {}
.agendaItems .agendaItem div.info .eventContent img {
	width: 200px;
	max-width: 100%;
}
.agendaItems .agendaItem div.info a.readMore {
	font-size: 85%;
	font-weight: 600;
}
/* DARK THEME */
/*.et_pb_bg_layout_dark .agendaItems .agendaItem { background-color: rgba(255,255,255,0.1); }
.et_pb_bg_layout_dark .agendaItems .agendaItem div.info a.readMore { color: var(--minma-blue-light); }*/

	/* Media Queries - Divi: 
	================================================== */
		@media screen and (max-width: 782px) {
			.agendaItems .agendaRow {
				margin-bottom: 25px;
			}
			.agendaItems .agendaItem {
				flex-direction: column;
				gap: 20px;
			}
			.agendaItems .agendaItem div.date {
				width: 100%;
				padding: 20px;
			}
			.agendaItems .agendaItem div.info {
				text-align: center;
			}
		}

/* Contact icons (head/foot)
============================================================ */
.contactIconContainer {}
.contactIconContainer a {
	--icon-size: 60px;
	display: inline-block;
	width: var(--icon-size);
	height: var(--icon-size);
	font-size: calc(var(--icon-size) / 2);
	text-align: center;
	color: var(--ovw-blue-dark) !important;
/*	border: 1px solid var(--ovw-blue-dark);*/
	background-color: #fff;
	border-radius: 50%;
	transition: all .3s ease;
}
.contactIconContainer a i {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}	
.contactIconContainer a + a {
	margin-left: 10px;
}
	.contactIconContainer a:hover {
		transform: scale(1.15);
	}

/* ===========================================================================
	Shortcode: zdgf_votes
=========================================================================== */
.zdgf_votes {
	width: 100%;
}
.zdgf_votes .entry {
	--e-color-1:  var(--ovw-blue);
	--e-color-2:  var(--ovw-blue-light);
	padding: 10px 20px;
	margin-bottom: 10px;
	background-color: var(--e-color-2);
}
	.zdgf_votes .entry:nth-child(even) {
		--e-color-1:  var(--ovw-orange);
		--e-color-2:  var(--ovw-orange-light);
		/*background-color: var(--ovw-orange-light);*/
	}
.zdgf_votes .entry h3 {}
.zdgf_votes .entry > a {
	color: var(--e-color-1);
	font-weight: 800;
}
.zdgf_votes .entry .votes {
	border-top:  2px solid var(--e-color-1);
	margin-top: 5px;
}
.zdgf_votes .entry .votes .vote {}
.zdgf_votes .entry .votes .vote strong {}
.zdgf_votes .entry .votes .vote.total {
	width: 100%;
	border-top:  2px solid var(--e-color-1);
}


/* ===========================================================================
Plugin: Gforms -  Aanvraag formulier
=========================================================================== */
.aanvraagForm {}
.gform_wrapper.gravity-theme.aanvraagForm_wrapper .aanvraagForm .gform_fields {
	grid-row-gap: 0px;
	grid-column-gap: 0;
}
.gform_wrapper.gravity-theme.aanvraagForm_wrapper .aanvraagForm .gform_fields .gfield {
	padding: 15px 20px;
}
.gform_wrapper.gravity-theme.aanvraagForm_wrapper .aanvraagForm .gform_fields .gfield.gfield--type-section:not(first-child) {
	border-top: 5px solid #fff;
}


.aanvraagForm .gfield.odd {
	background-color: var(--ovw-blue-light);
}
.aanvraagForm .gfield.even {
	background-color: var(--ovw-orange-light);
}
.aanvraagForm .gfield select,
.aanvraagForm .gfield input[type=number],
.aanvraagForm .gfield input[type=email],
.aanvraagForm .gfield input[type=text],
.aanvraagForm .gfield textarea {
	background: #fff;
}

.gform_wrapper.gravity-theme .gform_fields .gfield.gf-iban-validation .gfield_description,
.gform_wrapper.gravity-theme .gform_fields .gfield.hideDescription .gfield_description {
	display: none !important;
}

	/* Media Queries - Divi: 
	================================================== */
	@media all and (min-width: 768px) {
		.gform_wrapper.gravity-theme .gform_fields .gfield.showLabel[class*="left_label"] {
			--zdgf-label: 30%;
			--zdgf-content: calc(100% - var(--zdgf-label));
			display: flex;
		}
			.gform_wrapper.gravity-theme .gform_fields .gfield.showLabel.left_label_50 {
				--zdgf-label: 49%;
			}
		.gform_wrapper.gravity-theme .gform_fields .gfield.showLabel[class*="left_label"] .gfield_label {
			width: var(--zdgf-label);
		}
		.gform_wrapper.gravity-theme .gform_fields .gfield.showLabel[class*="left_label"] > div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
			width: var(--zdgf-content);
		}
	}



/* ===========================================================================
Plugin: Gforms -  file upload
=========================================================================== */

.gfield.gfield--input-type-fileupload ul.validation_message--hidden-on-empty {
	display: none !important;
}