
/*
 Theme Name:  	KV Willem Westra
 Theme URI:    	http://zeedesign.nl
 Description:  	Theme voor KV Willem Westra
 Author:       	Rinse Ringma
 Author URI:   	http://zeedesign.nl
 Template:     	govpress
 Version:      	1.0.0
 License:      	GNU General Public License v2 or later
 License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         	light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  	kvww
*/

/* Stylesheets import
================================================== */
@import url("../govpress/style.css");
@import url("assets/css/slider.css");

/* ----------- Lay-out ----------- */

/* ----------- Custom ----------- */
@import url("assets/css/sponsoren.css");

/* ----------- Plugin ----------- */






/* General Styles
================================================== */
html {
	height: 100%;
}
body {
	font-family: 'Dosis', sans-serif;
	background: #E0E0E0;
	padding-top: 100px;
	height: 100%;
}

html.noScroll,
body.noScroll {
	position: relative;
	overflow: hidden;
	height: 100%;
}

body.admin-bar {
	padding-top: 130px;
}
body .wrapper {
	padding: 0 40px;
}

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	border-radius: 0;
	box-shadow: none;
}

#page {
		background-color: #fff;
		/* padding: 0 0 160px; /* de 160 is ruimte voor de sponsor balk*/
		padding: 0; /* de 130 is ruimte voor de sponsor balk*/
		background: #E0E0E0;
}
#content {
	padding: 0;
	background: #E0E0E0;
	overflow: hidden;
}
#content a {
	color: #f1c40f;
}
#content a:focus {
	color: #f1c40f!important;
}
table, ul, ol {
	color: #fff;
}
p {
		font-size: 18px;
		margin-top: 2px;
		font-family: 'Dosis', sans-serif;
		color: #fff;
}
a {
	color: #f1c40f;
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	color: #f1c40f;
	text-transform: uppercase;
	font-weight: 700;
}
/* Niet nodig
.hentry {
	margin: 0 20px 1.5em;
}
*/


p#breadcrumbs {
	margin: 0;
	padding: 0;
	color: #1d1d1d;
	margin-top: 20px;
	text-transform: uppercase;
}



		/* Media Queries: Govpress
		================================================== */
		@media screen and (min-width: 1100px) { }
		@media screen and (max-width: 1100px) { }
		@media only screen and (max-width: 960px) {
				.layout-sidebar-left .site-main {
						width: 100%;
						margin: 0;
				}
		}
		@media only screen and (min-width: 840px) and (max-width: 1100px) { }
		@media only screen and (min-width: 680px) and (max-width: 839px) { }
		@media screen and (max-width: 680px) {
				#page { padding: 0px; }
		}
		@media only screen and (min-width: 481px) and (max-width: 679px) { }
		@media screen and (max-width: 480px) { }





/* Correctie govpress Styles
================================================== */

#secondary .widget, #home-page-featured .widget { border-radius: 0; }
div.col-width {padding: 0 0px; }

		/* Media Queries
		================================================== */
		@media only screen and (max-width: 479px) {
				header.entry-header h1.entry-title { font-size: 21px;}
		}
		@media only screen and (max-width: 960px) {
				.col-width { max-width: 100%;}
				/*body div#content.site-content div#secondary.widget-area { width: 100%; }*/

		 }

/* Header
================================================== */
body .headContainer {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	transition: 0.5s all ease;
}
body .headContainer.trans {
	opacity: 0;
}
body .headContainer:hover {
	opacity: 1;
}
body.admin-bar .headContainer {
	top: 30px;
}
header.site-header {
		text-align: left;
		padding: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ececec+82 */
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(236,236,236,1) 82%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(236,236,236,1) 82%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(236,236,236,1) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}
header.site-header .col-width {
		min-height: 75px;
		padding: 15px 0 0;
		position: relative;
		z-index: 50;
}
div.logo-head::after {
		clear: both;
		content: " ";
		display: block;
}
div.logo-head {
		position: absolute;
		top: 0px;
		display: table;
		left: 50%;
		transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
}
div.logo-head a{
		position: absolute;
		top: 0px; bottom: 0px; left: 0px; right: 0px;
}
div.logo-head div.logo {
		display: table-cell;
		vertical-align: middle;
}
div.logo-head div.logo{
		width: 138px;
		height: 120px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}
div.logo-head div.siteTitle{
		font-weight: bold;
		padding-left: 5px;
}



		/* Media Queries: Govpress
		================================================== */
		@media screen and (min-width: 1100px) {

		}
		@media screen and (max-width: 1100px) {
			body .headContainer.trans {
				opacity: 1;
			}
		}
		@media screen and (min-width: 960px) { }
		@media only screen and (min-width: 840px) and (max-width: 1100px) { }
		@media only screen and (min-width: 680px) and (max-width: 839px) { }
		@media screen and (min-width: 680px) {
		}
		@media screen and (max-width: 680px) {

		}
		@media only screen and (min-width: 481px) and (max-width: 679px) { }
		@media screen and (max-width: 480px) { }


/* Menu navigatie
================================================== */

/* Belangrijk, verhelpt submenu fout in responsive menu */
		nav.main-navigation ul ul { display: none; }
		nav.main-navigation ul li:hover > ul,
		nav.main-navigation ul li.focus > ul { display: block; }
/* Belangrijk, verhelpt submenu fout - end */

/* Verbergt pagina's in het menu welke op concept staan */
div.menu-main-menu-container ul li.menu-item.draft { display: none; }

body nav.main-navigation {
	min-height: 60px;
}
body nav.main-navigation::after {
	clear: both;
	display: block;
	content: "";
}
body nav.main-navigation .menu-menu-1-container,
body nav.main-navigation .menu-menu-2-container {
	width: 50%;
}
body nav.main-navigation .menu-menu-1-container {
	float: left;
}
body nav.main-navigation .menu-menu-2-container {
	float: right;
	text-align: right;
}


body nav.main-navigation ul.nav-menu {
	height: 60px;
	display: table;
	width: 100%;
}
body nav.main-navigation ul.nav-menu > li {
	height: 60px;
	display: table-cell;
	text-align: center;
}
body nav.main-navigation ul.nav-menu > li > a {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
}
body nav.main-navigation ul.nav-menu > li:hover > a,
body nav.main-navigation ul.nav-menu > li.current_page_item > a,
body nav.main-navigation ul.nav-menu > li.current_page_ancestor > a,
body nav.main-navigation ul.nav-menu > li.current-menu-item > a,
body nav.main-navigation ul.nav-menu > li.current-menu-ancestor > a {
	background: #f1c40f;
}
body .main-navigation .menu-item-has-children > a:after,
body .main-navigation .page_item_has_children > a:after {
	content: "";
	width: 0;
}
body .main-navigation .menu-item-has-children > a,
body .main-navigation .page_item_has_children > a {
	padding-right: 0;
}
body .main-navigation ul.nav-menu > li > ul.sub-menu {
	top: 60px;
	border: 0;
	left: 1px;
}
body .main-navigation ul.nav-menu > li > ul.sub-menu > li > a {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
}
body .main-navigation ul.nav-menu > li > ul.sub-menu > li:hover > a,
body .main-navigation ul.nav-menu > li > ul.sub-menu > li.current_page_item > a,
body .main-navigation ul.nav-menu > li > ul.sub-menu > li.current_page_ancestor > a,
body .main-navigation ul.nav-menu > li > ul.sub-menu > li.current-menu-item > a,
body .main-navigation ul.nav-menu > li > ul.sub-menu > li.current-menu-ancestor > a {
	background: #f1c40f;
}


		@media screen and (max-width: 1100px) {
			body .menu-toggle {
					right: 38px;
			}
			body .menu-toggle:before {
					-webkit-font-smoothing: antialiased;
					display: inline-block;
					font: normal 36px/1 FontAwesome;
					text-decoration: inherit;
					vertical-align: text-bottom;
					color: #fff;
					content: "\f0c9";
					margin: 0;
					transition: all 0.2s ease;
			}
			body .menu-toggle.toggled:before {
					content: "\f00d";
			}
			body nav.main-navigation {
				transition: all 0.2s ease;
			}
			body nav.main-navigation.toggled-on {
				width: 100%;
				height: 100%;
				overflow: scroll;
				position: fixed!important;
				top: 0;
				z-index: 9999;
				padding-bottom: 40px;
			}
			body nav.main-navigation .menu-menu-1-container,
			body nav.main-navigation .menu-menu-2-container {
				width: 100%;
			}
			body nav.main-navigation ul.nav-menu {
				width: 100%;
				display: none;
			}
			body nav.main-navigation.toggled-on .menu-toggle {
				position: fixed;
			}
			body nav.main-navigation.toggled-on ul.nav-menu {
				display: block;
				height: inherit;
				margin-top: 20px;
				border: 0;
			}
			body nav.main-navigation.toggled-on ul.nav-menu li {
				display: block;
				height: inherit;
				border: 0;
			}
			body nav.main-navigation.toggled-on ul.nav-menu li a {
				line-height: 38px;
				height: 38px;
				z-index: 9999;
				padding: 0;
			}
			body .main-navigation ul.nav-menu > li > ul.sub-menu {
				left: 0;
				top: 0;
				width: 100%;
				margin: 0;
				display: block;
			}
			body .main-navigation ul.nav-menu > li > ul.sub-menu > li > a {
				text-align: center;
			}
		}


/* Content
================================================== */
body div#primary {
		width: 72%;
		margin: 0;
		padding-top: 20px;
}
body div#primary .site-main {
		margin: 0;
}
body div#secondary {
		width: 25%;
		margin: 0;
		padding-top: 20px;
		background: none;
}
body div#secondary p {
		color: #1d1d1d;
}

		@media screen and (max-width: 1100px) {
			body div#primary,
			body div#secondary {
				width: 100%;
			}
		}



body article {
	background: #2f9946;
	padding: 20px 40px 40px 40px;
	display: block;
	width: 100%;
}
body article::after {
	clear: both;
	display: block;
	content: "";
}
body article .entry-title {
	padding: 0;
	border-bottom: 2px solid #ECECEC;
	margin: 0 0 10px 0;
}

body article .entry-content {
	border: 0;
	width: 100%;
}
body article .entry-meta {
	display: block;
	width: 100%;
	float: left;
	margin: 0 0 10px 0!important;
	color: #fff;
	padding: 0!important;
	border: 0;
}
body article .entry-thumbnail,
body article .entry-content {
	float: left;
	display: inline-block;
}
body article .entry-thumbnail {
	width: 25%;
	padding: 0 20px 0 0;
	margin-bottom: 1em;
}
body article .entry-content.hasthumbnail {
	width: 75%;
}
body article footer.entry-meta li.readmore a {
	background: #f1c40f;
	color: #fff!important;
}


		@media screen and (max-width: 781px) {
			body article .entry-content {
				width:100%!important;
			}
			body article .entry-thumbnail {
				width:100%;
				padding: 0;
				margin-bottom: 1em;
			}
			body article .entry-thumbnail img {
				width:100%;
				height: auto;
			}
		}

/* ---------- event overvieuw ---------- */
body #tribe-events-content {
	background: #2f9946;
}
body .tribe-events-calendar {
	background: #fff;
}
body #tribe-events .tribe-events-button,
body #tribe-events .tribe-events-button:hover,
body #tribe_events_filters_wrapper input[type=submit],
body .tribe-events-button,
body .tribe-events-button.tribe-active:hover,
body .tribe-events-button.tribe-inactive,
body .tribe-events-button:hover,
body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background: #f1c40f;
}
body .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
body .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
	color: #2f9946;
}
body .tribe-events-notices {
	background: #ececec;
	border: 0;
	border-radius: 0;
}
body .tribe-events-notices ul {
	color: #1d1d1d;
}

@media screen and (max-width: 680px) {
		body.tribe-events-style-theme div#primary div#tribe-events div.tribe-events-month table.tribe-events-calendar thead th {
				color: #666;
				font-size: 0;
				height: 30px;
				position: relative;
		}
		body.tribe-events-style-theme div#primary div#tribe-events div.tribe-events-month table.tribe-events-calendar thead th::after {
				color: #fff;
				font-size: 14px;
				left: 0;
				line-height: 17px;
				position: absolute;
				text-align: center;
				width: 100%;
		}
		body.tribe-events-style-theme div#primary div#tribe-events div.tribe-events-month table.tribe-events-calendar thead th#tribe-events-maandag:after { content: 'Ma'; }
		body.tribe-events-style-theme div#primary div#tribe-events div.tribe-events-month table.tribe-events-calendar thead th#tribe-events-dinsdag:after { content: 'Di'; }
		body.tribe-events-style-theme div#primary div#tribe-events div.tribe-events-month table.tribe-events-calendar thead th#tribe-events-woensdag:after { content: 'Wo'; }
		body.tribe-events-style-theme div#primary div#tribe-events div.tribe-events-month table.tribe-events-calendar thead th#tribe-events-donderdag:after { content: 'Do'; }
		body.tribe-events-style-theme div#primary div#tribe-events div.tribe-events-month table.tribe-events-calendar thead th#tribe-events-vrijdag:after { content: 'Vr'; }
		body.tribe-events-style-theme div#primary div#tribe-events div.tribe-events-month table.tribe-events-calendar thead th#tribe-events-zaterdag:after { content: 'Za'; }
		body.tribe-events-style-theme div#primary div#tribe-events div.tribe-events-month table.tribe-events-calendar thead th#tribe-events-zondag:after { content: 'Z0'; }
}
body .tribe-events-list .tribe-events-event-image { width: 10%; }
body .tribe-events-list .tribe-events-event-image + div.tribe-events-content { width: 87%; }
body .tribe-events-tooltip .tribe-events-event-thumb { height: auto; width: 60px; }

/* ---------- event overview 2022 ---------- */
.tribe-events .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag {
	background-color: #f9bf00;
	border-radius: 10px;
}
.tribe-events .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday {
	font-size: 120%;	
}
.tribe-events .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum {
	font-size: 220%;
}

/* ---------- event single ---------- */
body.events-single div.aanmeldForm h3,
body.events-single div#tribe-events div.tribe-events-single h1.tribe-events-single-event-title {
		border-bottom: 1px solid #dadada;
}
body.events-single div#tribe-events div.tribe-events-single div.tribe-events-schedule.tribe-clearfix span,
body.events-single div#tribe-events div.tribe-events-single div.tribe-events-schedule.tribe-clearfix h2 {
		display: inline-block;
		font-size: 18px;
		line-height: 20px;
		margin: 0;
		vertical-align: top;
}
body.single-tribe_events .tribe-events-event-image {
	float: right;
	height: auto;
	margin-bottom: 1.25em;
	width: 130px;
}
body.single-tribe_events div.tribe-events-cal-links::before {
		clear: both;
		content: " ";
		display: block;
}
body.single-tribe_events div.tribe-events-cal-links { display: none; }
body.events-single div#tribe-events div.tribe-events-single div.tribe-events-event-meta {
		border-top: 1px solid #dadada;
		display: none;
}
body.events-single div#tribe-events div.tribe-events-single div.tribe-events-single-event-description {
		border-top: 1px dashed #eee;
}
body.events-single div#tribe-events div.tribe-events-single div#tribe-events-footer {
		display: none;
}
		/* Media Queries: Govpress
		================================================== */
		@media screen and (max-width: 480px) {
				body.single-tribe_events .tribe-events-event-image { width: 90px; }
		}

/* ---------- contact template ---------- */

div.contactTemplate {}

div.contactTemplate div.left::after,
div.contactTemplate div.right::after {
		clear: both;
		content: " ";
		display: block;
}
div.contactTemplate div.left { padding-right: 5px;}
div.contactTemplate div.left,
div.contactTemplate div.right {
		width: 50%;
		float: left;
}
div.contactTemplate div.right iframe {
		width: 100%!important;
}
section.contactContainer {
		display: inline-block;
		padding-top: 10px;
		width: 100%;
}
		/* Media Queries: Govpress
		================================================== */
		@media screen and (min-width: 1100px) { }
		@media screen and (max-width: 1100px) { }
		@media screen and (min-width: 960px) { }
		@media only screen and (min-width: 840px) and (max-width: 1100px) { }
		@media only screen and (min-width: 680px) and (max-width: 839px) { }
		@media screen and (max-width: 680px) {
				div.contactTemplate div.left,
				div.contactTemplate div.right {
						width: 100%;
						padding: 0px;
						margin-bottom: 5px;
				}
				div.contactTemplate div.right iframe { height: 300px!important; }
		}
		@media only screen and (min-width: 481px) and (max-width: 679px) { }
		@media screen and (max-width: 480px) { }


/* Sidebar
================================================== */
div#secondary aside.widget {
	margin-bottom: 40px;
	background: transparent;
}

div#secondary aside.widget h1.widget-title {
		background: transparent;
		margin: 0px;
}
div#secondary aside.widget h1.widget-title { color: #FFF; background: #2f9946; margin-bottom: 20px; font-size: 24px; line-height: 40px; }
div#secondary aside.widget a { color: #383838; }

div#secondary aside.widget div.textwidget {
	margin: 0;
}


/* --- event widget --- */
aside.tribe-events-list-widget p {
		padding: 0.5em 0;
		margin: 0px;
}
aside.tribe-events-list-widget ol.tribe-list-widget {
		margin: 0;
}
aside.tribe-events-list-widget ol.tribe-list-widget li {
		padding: 0 0 0 10px;
		margin: 10px 0;
		background-color: none;
		border-left: 2px solid #f9bf00;
}

aside.tribe-events-list-widget ol.tribe-list-widget li h4,
aside.tribe-events-list-widget ol.tribe-list-widget li span {
		font-size: 18px;
}
aside.tribe-events-list-widget p.tribe-events-widget-link a {
		display: inline-block;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		font-size: 22px;
		padding: 5px;
		background: #f9bf00;
		color: #fff!important;
}
aside.tribe-events-list-widget p.tribe-events-widget-link a:hover {
		background-color: #fff;
		color: #f9bf00!important;
}
aside.tribe-events-list-widget ol,
aside.tribe-events-list-widget ul {
		color: #1d1d1d;
}

/* --- event widget 2022 --- */
#secondary.widget-area .tribe-compatibility-container { }
#secondary.widget-area h2.tribe-events-widget-events-list__header-title {
	margin-bottom: 20px;
	padding: .5em 1.25em;
	background: #2f9946;
	color: #FFF;
	font-family: 'Dosis', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
}
#secondary.widget-area .tribe-events-widget-events-list__events {
	padding: 0 0 0 10px;
	margin: 10px 0;
	background: none;
	border-left: 2px solid #f9bf00;

}
#secondary.widget-area .tribe-events-widget-events-list__events article {
	background: none;	
}
#secondary.widget-area .tribe-events-widget-events-list__events article a {
	color: #383838;
}
#secondary.widget-area .tribe-events-widget-events-list__view-more a {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	padding: 5px;
	background: #f9bf00;
	color: #fff !important;
}
	#secondary.widget-area .tribe-events-widget-events-list__view-more a:hover {
		background-color: #fff;
		color: #f9bf00!important;
	}

/*  Recent post widget */
aside.recent-posts-extended .rpwe-block li {
	border: 0px;
	border-left: 2px solid #f9bf00;
	padding: 0 0 0 10px !important;
	margin: 10px 0 !important;
}
aside.recent-posts-extended h3.rpwe-title {
	color: #1d1d1d;
	font-size: 18px!important;
}
aside.recent-posts-extended .rpwe-summary {
	color: #1d1d1d;
	font-size: 18px;
}

/* paginering
================================================== */
body #content div.paginering::after {
		clear: both;
		content: " ";
		display: block;
}
body #content div.paginering {
		width:100%;
		margin-bottom: 10px;
		float: left;
		text-align: center;
}
body #content div.paginering .prev.page-numbers,
body #content div.paginering .next.page-numbers,
body #content div.paginering .page-numbers {
		border: 1px solid #3897d7;
		border-radius: 0;
		box-shadow: none;
		color: #3897d7;
		font-family: sans-serif;
		font-size: 14px;
		font-weight: normal;
		height: 40px;
		line-height: 40px;
		outline: medium none;
		padding: 5px 10px;
		text-decoration: none;
		text-shadow: none;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
}
body #content div.paginering .page-numbers:hover {
		background: #246dd8 none repeat scroll 0 0;
		border: 1px solid #246dd8;
		color: #fff;
}
body #content div.paginering .page-numbers.current {
		background: #3897d7 none repeat scroll 0 0;
		color: #fff;
		border: 1px solid #3897d7;
}
body #content div.paginering .page-numbers.dots {
		background: #fff none repeat scroll 0 0;
		color: #3897d7;
		border: 1px solid #3897d7;
}

/* Opgaveformulier
================================================== */
body form.opgaveformulier::after {
	content: "";
	display: block;
	clear: both;
}
body form.opgaveformulier input[type="submit"] {
	float: right;
	margin: 0!important;
}
body form.opgaveformulier ul.gform_fields li.gfield {
	padding-right: 0;
}

/* Contactformulier
================================================== */
body form.contactformulier::after {
	content: "";
	display: block;
	clear: both;
}
body form.contactformulier input[type="submit"] {
	float: right;
	margin: 0!important;
}
body form.contactformulier ul.gform_fields li.gfield {
	padding-right: 0;
}

/* Nextgen
================================================== */
body .slideshowlink {
	display: none;
}
body .ngg-gallery-thumbnail-box {
	width: 25%;
	margin-right: 0;
	text-align: center;
}
body .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
	float: none;
	display: inline-block;
	width: 100%;
}
body .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
	width: 100%;
	margin: 0;
	border: 0;
}
body .ngg-navigation a.page-numbers,
body .ngg-navigation a.next,
body .ngg-navigation a.prev,
body .ngg-navigation span.page-numbers,
body .ngg-navigation span.next,
body .ngg-navigation span.prev {
	background: #efefef;
	border-radius: 5px;
	border: 0;
}
body .ngg-navigation a.page-numbers:hover,
body .ngg-navigation a.next:hover,
body .ngg-navigation a.prev:hover,
body .ngg-navigation span.page-numbers:hover,
body .ngg-navigation span.next:hover,
body .ngg-navigation span.prev:hover {
	background: #f1c40f;
	color: #fff;
}
body .ngg-album-compact {
	border: 1px solid #f1c40f;
	padding: 10px 10px!important;
}
body .ngg-album-compactbox {
	border: 0;
	padding: 0!important;
	display: inline-block;
}
body .ngg-album-compactbox:after,
body .ngg-album-compactbox:before {
	display: none;
}
body .ngg-album-compact h4 .ngg-album-desc {
	height: inherit;
}
body .ngg-album-compactbox .Thumb {
	border: 0!important;
}
/* Facebook
================================================== */
.cff-lightbox-container p,
.cff-lightbox-container span {
	color: #000;
}

/* Gravity forms
================================================== */

body .gform_wrapper.gravity-theme .gfield_label,
body .gform_wrapper.gravity-theme .ginput_complex label {
	color: #fff;
}

body .gform_wrapper.gravity-theme .gform_footer {
	justify-content: flex-end;
}

/* Footer
================================================== */

body footer.site-footer {
		background-color: #bababa; /* grijs */
}



		/* Media Queries: Govpress
		================================================== */
		@media screen and (min-width: 1100px) { }
		@media screen and (max-width: 1100px) { }
		@media screen and (min-width: 960px) { }
		@media only screen and (min-width: 840px) and (max-width: 1100px) { }
		@media only screen and (min-width: 680px) and (max-width: 839px) { }
		@media screen and (max-width: 680px) { }
		@media only screen and (min-width: 481px) and (max-width: 679px) { }
		@media screen and (max-width: 480px) { }
