/* Global */
body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 94px;
	word-break: break-word;
}

a {
	color: #002B1A;
}

a:hover {
	color: #7D7D7D;
}

@media (max-width: 991px) {
	body {
		padding-top: 68px;
		background-position: 0 68px !important;
	}
}


@media (min-width: 1499px) {
	.container {
		max-width: 1310px;
	}
}


img {
	max-width: 100%;
	height: auto;
}

.main-content {
	padding-top: 56px;
	min-height: 50vh;
	font-size: 0.925rem;
	color: #7D7D7D;
}

@media (max-width: 767px) {
	.main-content {
		padding-top: 190px;
	}

	.sidebar-column {
		order: 1;
	}
}

.home .main-content {
	min-height: calc(100vh - 230px);
	padding-top: 0;
	align-items: center;
	display: flex;
}

ul {
	list-style: none;
}

@media (min-width: 992px) {

	body.scrolled-down header .logo {
		display: none;
	}

	body:not(.scrolled-down) header .sticky-logo {
		display: none;
	}
}

.footer-bottom .left-col {
	font-size: 0.613rem;
}

@media (max-width: 991px) {
	.logo {
		display: none;
	}

	.sticky-logo {
		position: fixed;
		left: 0;
		top: 0;
		max-width: 80vw;
	}

	.footer-bottom .left-col {
		order: 1;
	}
}


.blog .main-content-column,
.page-template-nieuws .main-content-column,
.page-template-nieuws-leden .main-content-column,
.archive .main-content-column {
	padding: 0;
}

.main-content-column a {
	color: #002B1A;
	text-decoration: none;
}

.fa-solid.fa-check {
	color: #00834B;
}

.fa-solid.fa-xmark {
	color: #E20F18;
}

/* BUTTONS */

.green-button {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
	font-size: 1.15rem;
	color: #fff;
	background: #002B1A;
	padding: 10px 25px;
	text-transform: uppercase;
	border: 5px solid #002B1A;
	text-decoration: none;
}

#egolf4u_login_form input[type=submit] {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
	font-size: 1.15rem;
	color: #fff;
	background: #002B1A;
	padding: 3px 25px;
	text-transform: uppercase;
	border: 5px solid #002B1A;
	text-decoration: none;
	margin-bottom: 0;
}

.green-button:hover,
.loginblock input[type=submit]:hover {
	color: #7D7D7D;
	text-shadow: 0 0;
}

header .green-button {
	font-size: 1.5rem;
	padding: 0 13px;
}

header .logo-col {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 85px;
}

@media (min-width: 992px) {
	header .green-button {
		display: none;
	}

	.main-content-column {
		padding: 5px 40px;
	}
}

@media (max-width: 767px) {
	header .green-button {
		display: none;
	}
}

@media (max-width: 991px) {
	header .logo-col,
	header .menu-col {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* SIDEBAR styling */
@media (min-width: 992px) {
	.sticky-sidebar-wrapper {
		margin-bottom: 175px;
		position: sticky;
		top: 150px;
	}
}

.sticky-sidebar-wrapper {
	background: #fff;
	min-height: 150px;
	box-shadow: 1px 1px 20px -11px;
	padding-top: 15px;
}

.sidebar-buttons-wrapper > .btn {
	width: 100%;
	border-radius: 0;
	text-align: left;
	margin-bottom: 5px;
}

.sidebar-column > div {
	position: relative;
	height: 100%;
}

.sidebar-buttons-wrapper {
	position: sticky;
	top: 80vh;
	margin-bottom: 25px;
}


/* Global headings */

.home h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
	font-size: 4.3rem;
	line-height: 5.6rem;
	text-shadow: 3px 6px 9px #000000bf;
	color: #fff;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	text-transform: none;
	word-break: initial;
}

@media (min-width: 992px) {
	.home h1 {
		margin-top: 115px;
	}

	.main-content-column h1 {
		margin-bottom: 50px;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #002B1A;
}

h1 {
	font-size: 4.3rem;
	text-transform: uppercase;
}


@media (max-width: 991px) {
	h1 {
		font-size: 2.938rem;
		line-height: 3rem;
	}
}

/* Header styling */

@media (min-width: 991px) {
	.logo-link img {
		max-width: 125px;
		z-index: 9;
	}

	.scrolled-down .logo-link img {
		max-width: 200px;
		z-index: 9;
	}
}

.logo {
	position: relative;
	z-index: 9000;
}

header {
	background: #fff;
	z-index: 9999;
}

header > .container {
	max-width: 100%;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

header .menu-span {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #7D7D7D;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 600;
	margin-left: 5px;
}

@media (max-width: 767px) {
	header .menu-span {
		display: none;
	}
}

@media (min-width: 992px) {
	header {
		padding: 0 40px;
	}
}

.navbar .navbar-toggler {
	border: none;
	outline: none;
	box-shadow: none;
}

/* Header Nav */

header .menu {
	margin-bottom: 0;
}

.navbar > div > div:not(.socials-col) {
	width: 100%;
}

.navbar > div > div > ul {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	justify-content: flex-end;
	margin-left: auto;
}


header .navbar > div > div:not(.socials-col) > ul > li {
	margin-right: 15px;
}

@media (max-width: 1399px) {
	.navbar > div > div:not(.socials-col) > ul {
		padding-left: 0;
	}
}


header .navbar > div > div:not(.socials-col) > ul > li > a {
	font-size: 1.25rem;
	font-weight: bold;
	color: #7D7D7D;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}

.navbar > div > div:not(.socials-col) > ul > li > a:hover {
	color: #002B1A;
}

header nav.navbar {
	justify-content: flex-end;
}

@media (max-width: 991px) {
	header .navbar-collapse {
		position: fixed;
		left: 0px;
		top: 68px;
		background: #fff;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		height: calc(100vh - 68px);
	}

	header .socials-col {
		max-width: 250px;
		margin-top: 1.5rem;
		margin-left: auto;
		margin-right: auto;
		padding: 0 15px;
	}

	.navbar > div > div:not(.socials-col) > ul > li {
		width: 100%;
		display: block;
	}
}


/* Header socials */
@media (min-width: 1400px) {
	.socials-col {
		margin-left: 65px;
	}
}

@media (min-width: 1100px) {
	.socials-col {
		margin-left: 25px;
	}
}


.socials-wrapper {
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
}

.socials-wrapper .social-icon a {
	font-size: 1.4rem;
	color: #7D7D7D;
}

@media (max-width: 991px) {
	.socials-wrapper {
		justify-content: center;
	}
	
	.socials-wrapper .social-icon a {
		font-size: 2rem;
		color: #fff;
	}
}

.socials-wrapper .social-icon a:hover {
	color: #002B1A;
}


/* Header floating sidebar */

.floating-sidebar {
	position: fixed;
	right: 0;
	z-index: 9998;
	top: 20vh;
	pointer-events: none;
}

@media (max-width: 991px) {
	.floating-sidebar {
		display: none;
	}
}

.floating-sidebar > .widget_block {
	display: flex;
	flex-flow: row wrap;
	max-width: 52px;
	margin-top: 120px;
}

.floating-sidebar li a:before {
	content: '';
	width: 52px;
	height: 52px;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	text-decoration: none;
	background: #fff;
	color: #7D7D7D;
	display: inline-flex;
	margin-right: 10px;
	background-position: 50% 50%;
	background-size: 53px;
}

.floating-sidebar li {
	margin-bottom: 2px;
	transform: translateX(70%);
	transition: transform 200ms;
	pointer-events: all;
}

.floating-sidebar li:hover {
	transform: translateX(0);
}

.floating-sidebar li a {
	display: flex;
	align-items: center;
	background: #fff;
	font-weight: 700;
	text-decoration: none;
	padding-right: 15px;
}

.floating-sidebar li.login-link a:before {
	background-image: url(/wp-content/uploads/2022/03/golf.png);
}

.floating-sidebar li.baanstatus-link a:before {
	background-image: url(/wp-content/uploads/2022/03/holes.png);
}

.floating-sidebar li.buienradar-link a:before {
	background-image: url(/wp-content/uploads/2022/03/weer.png);
}

.floating-sidebar li.kalender-link a:before {
	background-image: url(/wp-content/uploads/2022/03/kalender.png);
}

.floating-sidebar .floating-sidebar-button:not(:first-of-type) {
	margin-top: 3px;
}

/* Header responsive*/

@media (min-width: 992px) {
	header {
		height: 94px;
	}

	header nav.navbar {
		padding: 30px 0;
	}
}

@media (max-width: 991px) {
	header {
		min-height: 68px;
	}

	header nav.navbar {
		padding: 15px 0;
	}
}


/* Footer */

footer {
	background: #002B1A;
}

footer {
	color: #fff;
}

@media (min-width: 1400px) {
	footer .container {
		max-width: 1345px;
	}
}

.footer-brands {
	padding: 20px 0;
	background-color: #fff;
}

body:not(.home) .footer-brands {
	margin-top: 100px;
}

.footer-brands > .container {
	max-width: 1250px;
}

footer .footer-brands > .container > .row > div {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

footer .footer-brands > .container > .row > div > section {
	margin-right: 15px;
}

footer ul.menu > li > a {
	font-size: 0.813rem;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

footer ul.menu > li > a:hover {
	color: #fff;
	text-decoration: underline;
}


footer .footer_menu {
	list-style: none;
	padding-left: 0;
}

footer ul.menu {
	padding-left: 0;
	text-align: right;
}

footer ul.menu > li {
	display: inline-block;
}

footer ul.menu > li > .sub-menu {
	display: none;
}

footer ul.menu > li:not(:last-of-type) {
	padding-right: 8px;
	position: relative;
	margin-right: 7px;
}

@media (min-width: 768px) {
	footer ul.menu > li:not(:last-of-type):after {
		content: '';
		width: 1px;
		height: 10px;
		position: absolute;
		right: 0;
		top: 9.5px;
		background: #fff;
	}
}

.footer-content p,
footer .footer_menu li,
footer .footer_menu li a {
	font-size: 0.925rem;
	color: #fff;
	letter-spacing: 0.9px;
	line-height: 1.7rem;
	text-decoration: none;
}

footer .footer_menu li a:hover {
	opacity: .7;
}

.footer-content p {
	margin-bottom: 35px;
}

footer h3 {
	font-size: 0.925rem;
	text-transform: uppercase;
	font-weight: 600;
	opacity: .6;
	margin-bottom: 10px;
}

.footer-content {
	padding-top: 75px;
	padding-bottom: 140px;
}

.footer-bottom {
	background: rgba(255, 255, 255, 0.1);
}

.footer-bottom > div {
	padding: 18px 15px;
}

footer p.footer_title:nth-of-type(1n + 2) {
	margin-top: 50px;
}

footer .footer-brands .widget_media_image {
	display: inline-block;
}

footer .menu {
	margin-bottom: 0;
}

footer .menu {
	padding-left: 0;
}

.recent_post {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 10px;
}

.recent_post > a {
	display: flex;
	text-decoration: none;
	color: #fff;
	font-size: 0.925rem;
	line-height: 1.2rem;
}

.recent_post img {
	border: 1px solid #7D7D7D;
}

.recent_post span {
	margin-left: 15px;
}

.recent_post:hover span {
	opacity: .7;
}

/* content items */

.content-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.content-row > * {
	margin: 0 auto;
	margin-bottom: 50px;
	box-shadow: 0 0 7px #00000026;
}

.blog .content-row {
	display: flex;
}

.banner {
	margin-bottom: 35px;
}

@media (min-width: 992px) {
	.banner {
		margin-top: -15px;
	}
}

.linkblock {
	display: inline-block;
	background-color: #002B1A;
	max-width: 400px;
	flex: 0 0 calc(25% - 15px);
	font-family: 'Open Sans Condensed', sans-serif;
}

.linkblock > a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 18px 29px 27px;
	display: flex;
	flex-flow: column;
	height: 100%;
	justify-content: space-between;
	min-height: 300px;
}

.linkblock .title {
	font-size: 1.35rem;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	margin-bottom: 25px;
}

.linkblock .text {
	font-size: 2.95rem;
	line-height: 2.9rem;
	color: #7D7D7D;
}

.loginblock {
	background: #fff;
	max-width: 400px;
	flex: 0 0 calc(25% - 15px);
	position: relative;
}

.loginblock .loginform {
	text-align: center;
}

.loginblock #logout_button {
	margin-top: 25px;
}

.loginblock .password_forget {
	color: #7D7D7D;
	position: relative;
	top: -5px;
}

.loginblock .title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.35rem;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	background: #002B1A;
	padding: 18px 30px;
	margin-bottom: 20px;
}

.loginblock .title a {
	color: #fff;
	text-decoration: none;
}

#egolf4u_login_form input:not([type=submit]) {
	width: 100%;
	line-height: 2.8rem;
	background: #E5E9E8;
	color: #7D7D7D;
	font-weight: 600;
	border: none;
	outline: none;
	margin-bottom: 20px;
	padding: 0 20px;
}

.loginblock input[type=submit] {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
}

.loginblock .form-group div[class*='col-sm-'] {
	width: 100%;
}

.loginblock input::placeholder {
	color: #7D7D7D;
}

.loginform {
	padding: 0 20px;
}

.trackblock {
	background: #fff;
	max-width: 300px;
	flex: 0 0 calc(25% - 15px);
	max-height: 294px;
}

.trackblock .slick-dots li button {
	font-size: 0;
	padding: 0;
	width: 13px;
	height: 13px;
	border-radius: 50px;
	border: none;
}

.trackblock .slick-dots {
	display: flex;
	justify-content: center;
}

.trackblock .slick-dots li.slick-active button {
	background: #86C06A;
}

.trackblock .slick-dots li:not(:last-of-type) {
	margin-right: 5px;
}

/* tablepress overwrites */

body .tablepress tfoot th, body .tablepress thead th {
	background-color: transparent;
	border: none;
}


body .tablepress .odd td {
	background: #fff;
}

body .tablepress .even td {
	background-color: #E5E9E8;
}

body .tablepress td, body .tablepress th {
	padding: 0;
	line-height: 30px;
}


/* Nieuws overview */

.anouncementsblock {
	max-width: 400px;
	width: 100%;
	margin-bottom: 25px;
	z-index: 1;
}

.anouncementsblock > .single-post {
	margin-bottom: 0;
}

.single-post {
	background: #002B1A;
	margin-bottom: 50px;
}

.single-post.anouncement.active {
	background: #fff;
}

.single-post.anouncement.active .title-wrapper {
	color: #000;
}

.post-content {
	color: #7D7D7D;
}

.single-post:not(.active) .post-content {
	display: none;
}

.anouncementsblock > .title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.75rem;
	color: #fff;
	background: #002B1A;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 30px 0;
	line-height: 35px;
}

.single-post.anouncement {
	padding: 18px 30px;
	position: relative;
}

.single-post.anouncement .toggle-content {
	position: absolute;
	right: 0;
	top: 10px;
	padding: 10px 20px;
	cursor: pointer;
	color: #fff;
}

.single-post.anouncement.active .toggle-content {
	color: #7D7D7D;
	transform: rotate(180deg);
}

.single-post.anouncement .title-wrapper {
	font-size: 1.125rem;
	color: #fff;
	font-weight: 600;
}

.single-post.anouncement .title-wrapper a {
	color: #fff;
}

.single-post.anouncement.active .title-wrapper a {
	color: #002B1A;
}

.single-post.anouncement .date-wrapper {
	font-size: 0.75rem;
	color: #7D7D7D;
	font-weight: 600;
}

.single-post.news {
	padding: 0 30px 20px;
	width: 100%;
	max-width: 400px;
	margin-bottom: 25px;
}

.single-post.news .cat-wrapper ul {
	padding-left: 0;
}

.single-post.news .cat-wrapper ul li:not(:first-of-type) {
	display: none;
}

.single-post.news .cat-wrapper ul li {
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 2.2rem;
	font-size: 1.75rem;
	color: #fff;
	background: #002B1A;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	pointer-events: none;
	padding-top: 15px;
}

.single-post.news .title-wrapper {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 100;
	font-size: 2.85rem;
	line-height: 3rem;
	color: #7D7D7D;
	text-transform: uppercase;
	word-break: initial;
}

.single-post.news .thumbnail-wrapper {
	min-height: 148px;
	margin-bottom: 10px;
}


/* Masonry */

#masonry-effect {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}

#masonry-effect > .item {
	flex-direction: column;
	flex-flow: column wrap;
	position: relative;
	flex: 0 0 calc(33.333% - 15px);
	max-width: calc(33.333% - 15px);
	margin: 0 10px 50px;
}

@media (max-width: 1299px) {
	header .navbar > div > div:not(.socials-col) > ul > li > a {
		font-size: 1rem;
	}

	header .navbar > div > div:not(.socials-col) > ul > li {
		margin-right: 10px;
	}
}

@media (min-width: 1200px) {
	#masonry-effect > .item:nth-of-type(3n+ 1) {
		margin-left: 0;
	}

	#masonry-effect > .item:nth-of-type(3n+ 3) {
		margin-right: 0;
	}
}

@media (max-width: 1199px) {
	#masonry-effect > .item {
		flex: 0 0 calc(50% - 25px);
		max-width: calc(50% - 25px);
	}

	#masonry-effect > .item:nth-of-type(2n+ 1) {
		margin-left: 0;
		margin-right: 12.5px;
	}

	#masonry-effect > .item:nth-of-type(2n+ 2) {
		margin-right: 0;
		margin-left: 12.5px;
	}

	.linkblock > a {
		padding: 18px 20px 27px;
	}

	.linkblock .text {
		font-size: 2.55rem;
	}
}

@media (max-width: 991px) {
	#masonry-effect > .item:nth-of-type(1n + 1) {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.trackblock,
	.linkblock,
	.loginblock {
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}

}

@media (max-width: 767px) {
	.trackblock,
	.linkblock,
	.loginblock {
		flex: 0 0 calc(100%);
		max-width: 100%;
	}
}

/*MEC OVERWRITES*/

body .mec-color,
body .mec-color-before :before,
body .mec-color-hover:hover,
body .mec-wrap .mec-color,
body .mec-wrap .mec-color-before :before,
body .mec-wrap .mec-color-hover:hover,
body .mec-calendar .mec-calendar-side .mec-next-month i,
body .mec-calendar .mec-calendar-side .mec-previous-month i {
	color: #49AC43;
}

body .mec-calendar.mec-event-container-simple dl dt.mec-selected-day,
body .mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover {
	border-bottom: 2px solid #49AC43;
}


.mec-events-meta-group-countdown {
	display: none;
}

.single-mec-events {
	background: url('/wp-content/uploads/2022/03/Naamloos-2.jpg');
}

.mec-events-template-default .mec-event-content {
	background: #fff;
	padding: 15px !important;
}


/*main menu megamenu*/

@media (min-width: 992px) {
	header .navbar > div > div > ul > li > .sub-menu {
		padding: 20px 25px;
		position: fixed;
		width: 100vw;
		background: #fff;
		top: 94px;
		max-width: 1020px;
		left: 50%;
		transform: translateX(-30%);
		display: grid;
		border-top: 1px solid #002B1A;
		grid-template-columns: auto auto auto auto;
	}


	header .navbar > div > div > ul > li > .sub-menu:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 0;
		width: calc(100vw - 150px);
		height: 270px;
		transform: translate(-50%, -40px);
	}

	header .navbar > div > div > ul > li:not(:hover) > .sub-menu {
		display: none;
	}

	header .navbar > div > div > ul > li:hover > .sub-menu {
		display: flex;
	}

	header .sub-menu {
		padding-left: 0;
	}

	header .navbar > div > div > ul li a {
		text-decoration: none;
		color: #002B1A;
	}


	header .navbar > div > div > ul > li > .sub-menu > li {
		padding: 0 7.5px;
		flex: 1 0 auto;
		position: relative;
		z-index: +1;
	}


	header .navbar > div > div > ul > li > .sub-menu > li > .sub-menu {
		margin-top: 15px;
		line-height: 39px;
	}

	header li > a {
		font-weight: bold;
		color: #002B1A;
		font-weight: 600;
		text-decoration: none;
	}

	header .navbar > div > div > ul > li > .sub-menu > li .sub-menu li a {
		color: #7E7D7E;
		position: relative;
		padding-left: 10px;
		font-weight: 600;
		text-decoration: none;
	}
}


header .navbar > div > div > ul > li > .sub-menu > li > .sub-menu > li > a:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

header .navbar > div > div > ul > li {
	position: relative;
}

@media (max-width: 991px) {
	header .navbar > div > div > ul > li.menu-item-has-children:after {
		content: '\f0da';
		font-family: 'FontAwesome';
		font-size: 20px;
		position: absolute;
		right: -20px;
		top: 25px;
		transform: translateY(-50%);
		color: #fff;
		height: 30px;
		width: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	header .navbar > div > div > ul > li.active.menu-item-has-children:after {
		color: #7D7D7D;
	}

	.sticky-sidebar-wrapper {
		display: none;
	}
}

.slick-arrow {
	color: #7D7D7D;
	font-size: 22px;
	cursor: pointer;
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 25px;
	z-index: 3;
}

.slick-arrow.fa-chevron-right {
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}

.slick-arrow.fa-chevron-left {
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.slick-arrow.fa-chevron-left {
		left: 0;
	}

	.slick-arrow.fa-chevron-right {
		right: 0;
	}

	#menu-footer-menu {
		display: flex;
		flex-flow: row wrap;
	}
}

.fancybox-hidden {
	display: none;
}

.footer-content {
	position: relative;
}

.scrolltop-arrow {
	position: absolute;
	right: 35px;
	top: 35px;
	cursor: pointer;
}

@media (max-width: 991px) {
	.navbar > div > div > ul {
		padding: 0 15px !important;
		max-height: calc(100vh - 115px);
		overflow-y: scroll;
	}

	#navbarSupportedContent {
		background: rgba(0, 43, 26);
		padding-bottom: 15px;
	}

	.navbar > div > div > ul a {
		color: #fff !important;
		text-decoration: none;
		font-size: 18px;
	}

	header .navbar > div > div > ul > li > a {
		font-size: 2rem;
	}

	header .navbar > div > div > ul > li:not(.active) > .sub-menu {
		display: none;
	}

	header .navbar > div > div > ul > li.active > a {
		color: #7D7D7D !important;
	}

	header .navbar > div > div ul > li:hover > a {
		color: #7D7D7D !important;
	}

	header .navbar > div > div > ul > li > .sub-menu > li > .sub-menu > li > a {
		position: relative;
		padding-left: 9px;
		font-size: 1.125rem;
		line-height: 36px;
	}

	header .navbar > div > div > ul > li > a {
		font-size: 1.84rem !important;
	}

	header li.menu-item-has-children > a {
		font-weight: 600;
		font-size: 1.125rem !important;
	}

	#menu-main-menu > li > ul > li {
		margin-bottom: 3px;
	}

}


/*sticky sidebar styling*/

.sticky-sidebar-content .current-menu-ancestor > a {
	font-weight: 600;
}

.sticky-sidebar-content ul.menu a:hover {
	text-decoration: underline;
}

.sticky-sidebar-content a {
	font-size: 16px;
}

.sticky-sidebar-wrapper ul li ul.sub-menu > li > a {
	padding: 0 35px;
	color: #000000;
	font-size: 16px;
	line-height: 17px;
	font-weight: 500;
	min-height: 50px;
	display: flex;
	align-items: center;
}

.sticky-sidebar-wrapper .active > .sub-menu,
.sticky-sidebar-wrapper .current_page_item > .sub-menu,
.sticky-sidebar-wrapper .current-page-parent > .sub-menu,
.sticky-sidebar-wrapper .current-menu-ancestor > .sub-menu {
	display: block !important;
}

.sticky-sidebar-wrapper ul li ul.sub-menu > li.current_page_item > a {
	color: #002B1A !important;
	background: #E5E9E8;
}

.sticky-sidebar-wrapper ul li a:hover {
	background: #E5E9E8;
	color: #002B1A !important;
}

.sticky-sidebar-wrapper ul li ul.sub-menu > li.current_page_item:after,
.sticky-sidebar-wrapper ul li ul.sub-menu > li.active:after {
	transform: rotate(180deg);
}

.sticky-sidebar-wrapper ul li.menu-item-has-children {
	position: relative;
}


.sticky-sidebar-wrapper .sidebar-title {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #002B1A;
	font-size: 1.75rem;
	font-weight: 600;
	padding: 19px 30px 33px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.form-control:focus,
.btn-check:focus + .btn,
.btn:focus {
	box-shadow: none;
}


.mec-weekly-view-dates-events {
	display: flex;
	flex-flow: row wrap;
}

.mec-weekly-view-date-events {
	flex: 0 0 14.28% !important;
	max-width: 14.28% !important;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.mec-weekly-view-dates-events .mec-event-article {
	padding: 3px !important;
}

.mec-weekly-view-dates-events .mec-event-article .mec-event-image {
	display: none;
}


.mec-weekly-view-dates-events .mec-event-article .mec-event-list-weekly-date {
	float: none !important;
}

.mec-weekly-view-dates-events .mec-event-article .mec-event-list-weekly-date {
	float: none !important;
	width: 100% !important;
}

body .mec-calendar .mec-weekly-view-dates-events {
	min-height: 400px;
	position: relative;
	background: #fff;
}

.mec-weekly-view-dates-events > li {
	position: absolute;
	height: 100%;
	width: calc(14.28% + 1px);
	max-width: calc(14.28% + 1px) !important;
	max-height: 400px;
	overflow-y: auto;
}

ul.mec-categories li.mec-category {
	text-align: left;
}

.mec-weekly-view-dates-events > li.Monday {
	left: 0;
}

.mec-weekly-view-dates-events > li.Tuesday {
	left: 14.2%;
}

.mec-weekly-view-dates-events > li.Wednesday {
	left: 28.5%;
}

.mec-weekly-view-dates-events > li.Thursday {
	left: 42.8%;
}

.mec-weekly-view-dates-events > li.Friday {
	left: 57.1%;
}

.mec-weekly-view-dates-events > li.Saturday {
	left: 71.4%;
}

.mec-weekly-view-dates-events > li.Sunday {
	left: 85.6%;
}

.mec-calendar .mec-event-article .mec-event-time,
.mec-calendar .mec-event-article .mec-event-title,
.mec-calendar .mec-event-article .mec-event-detail {
	text-align: left;
}

.mec-calendar .mec-event-article .mec-event-time i {
	display: none;
}

.calendar-content .mec-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.calendar-content .mec-search-form {
	flex: 0 0 calc(25% - 12.5px);
	max-width: calc(25% - 12.5px);
	display: none;
}

.calendar-content .mec-calendar {
	flex: 0 0 calc(90% - 12.5px);
	max-width: calc(90% - 12.5px);
	border: none;
	margin-left: auto;
	background: #fff;
	padding: 15px;
}


.calendar-content .mec-search-form > div {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.calendar-content .mec-dropdown-wrap > div {
	width: 100% !important;
	max-width: 100% !important;
	display: block !important;
}

.calendar-content .mec-wrap .mec-totalcal-box .mec-search-reset-button {
	text-align: right;
}

.calendar-content .mec-wrap .mec-totalcal-box .mec-search-reset-button .mec-button {
	position: static !important;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
	font-size: 1.15rem;
	color: #fff !important;
	background: #002B1A !important;
	padding: 3px 25px !important;
	text-transform: uppercase;
	border: 5px solid #002B1A !important;
	text-decoration: none;
}

.calendar-content .mec-wrap .mec-totalcal-box .mec-search-reset-button .mec-button:hover {
	background: #002B1A !important;
	color: #7D7D7D !important;
	border: 5px solid #002B1A !important;
}

.calendar-content .mec-event-list-weekly-date {
	width: 75%;
}

.calendar-content .mec-modal-result:not(.mec-month-navigator-loading) {
	display: none;
}

.calendar-content .mec-event-list-weekly-date {
	display: none;
}

.calendar-content .mec-current-week {
	display: none;
}

.calendar-content .mec-calendar-d-top {
	padding: 0;
}

.calendar-content .mec-calendar.mec-calendar-daily .mec-previous-month.mec-load-week {
	margin: 0;
	left: 0;
	z-index: 900;
	top: 30px;
	border: none;
}

.calendar-content .mec-calendar.mec-calendar-daily .mec-next-month.mec-load-week {
	margin: 0;
	right: 0;
	left: auto;
	z-index: 900;
	top: 30px;
	border: none;
}

a:hover {
	text-decoration: none !important;
}

.row {
	width: 100%;
}

.loginform > a {
	font-size: 0.675rem;
}

#egolf4u_login_form > a:first-of-type {
	margin-right: 12px;
}

@media (max-width: 767px) {
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.error-404 {
	min-height: calc(100vh - 230px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.error-404 .page-content {
	text-align: center;
}

.error-404 .page-content .content-wrapper {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	background: #002B1A;
	text-align: center;
	color: #fff;
	padding: 25px;
}

.error-404 .page-content .content-wrapper span {
	margin-bottom: 25px;
}

.error-404 .page-content .content-wrapper a {
	color: #fff;
	font-weight: 900;
}

.error-404 .page-content p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
	font-size: 4.3rem;
	line-height: 5.6rem;
	text-shadow: 3px 6px 9px #000000bf;
	color: #fff;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
}

.mec-calendar .mec-event-article .mec-event-title a:hover,
.mec-calendar .mec-event-article:hover .mec-category a,
.mec-calendar .mec-event-article:hover .mec-event-title a {
	color: #3d6b99 !important;
}

.page-template-content-calendar .quarter {
	height: 14px !important;
	border-bottom: 1px solid #e6e6e6 !important;
}

.page-template-content-calendar .all-day-holder {
	height: 28px !important;
	border-bottom: 1px solid #e6e6e6 !important;
}

.page-template-content-calendar .mec-weekly-view-dates-events > li {
	max-height: none !important;
}

.page-template-content-calendar .mec-weekly-view-dates-events {
	height: 930px !important;
}

.page-template-content-calendar .mec-event-article {
	position: absolute !important;
	top: 0px !important;
	border: 1px solid #0A246A !important;
	border-radius: 3px;
	overflow: hidden !important;
	cursor: pointer;
	width: 100%;
}

.page-template-content-calendar .mec-event-article {
	z-index: 99 !important;
	max-height: none !important;
}

.page-template-content-calendar .mec-event-article:hover {
	z-index: 99999 !important;
	max-height: none !important;
	height: auto !important;
}


.page-template-content-calendar .mec-event-article {
	background: -webkit-linear-gradient(top, #f5f8fa, #c5d3e0 120px) !important;
}

.page-template-content-calendar .mec-event-article.event-2 {
	background-color: #ccd0eb !important;
	right: 0;
	width: 95%
}

.page-template-content-calendar .mec-event-article.event-3 {
	background-color: #b6cf94 !important;
}

.page-template-content-calendar .mec-event-article.event-4 {
	background-color: #ffce71 !important;
	right: 0;
	width: 95%
}

.page-template-content-calendar .hour-marker, .all-day-marker {
	position: absolute;
	z-index: 999;
	pointer-events: none;
	margin-left: 1px;
	padding: 0 3px;
	font-size: 8pt !important;
	font-weight: normal !important;
	background: #f5f5f5;
	float: left;
	border-radius: 3px;
}

.page-template-content-calendar .activeday {
	background: #FFFFDD;
}

.mec-calendar .mec-event-article .mec-event-title a,
.mec-calendar .mec-event-article .mec-event-time,
.mec-calendar .mec-event-article .mec-event-detail,
.mec-calendar .mec-event-article .mec-event-title a:hover,
.mec-calendar .mec-event-article:hover .mec-category a,
.mec-wrap .mec-event-article .mec-color-hover {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #3d6b99 !important;
}

.mec-calendar .mec-event-article .mec-event-time {
	font-weight: 600;
}

.sticky-sidebar-wrapper .sub-menu .sub-menu li:hover > a {
	color: #002B1A !important;
	background: #E5E9E8;
}

body .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span {
	display: inline-block;
	margin-top: 25px;
}

.mec-week-events-container {
	position: relative;
}

.current-time {
	position: absolute;
	z-index: 1;
	background-color: #ce8483;
	height: 1px;
	width: 100%;
}

.mec-modal-preloader,
.mec-month-navigator-loading {
	z-index: 100 !important;
	width: calc(90% - 12.5px);
}

.page-template-content-calendar .mec-event-article {
	opacity: 0.85;
}

.page-template-content-calendar .mec-event-article.par-3 {
	color: #9b59b6 !important;
	background: #E1CDE9 !important;
	border: 1px solid #cdacdb !important;
}

.page-template-content-calendar .mec-event-article.par-3 *,
.page-template-content-calendar .mec-event-article.par-3 .mec-event-title a {
	color: #9b59b6 !important;
}

.navbar > div > div.logout_wrapper {
	display: inline-block;
	width: auto;
}

.navbar > div > div.logout_wrapper a {
	cursor: pointer;
}

@media (max-width: 992px) {

	body.home {
		background-position: top !important;
		background-attachment: fixed !important;
		min-height: 100vh !important;
		background-size: auto !important;
	}


}

.logout_wrapper {
	position: relative;
}

.logged_in_dropdown {
	display: none;
	position: absolute;
	width: 100vw;
	max-width: 200px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9000;
}

.logged_in_dropdown_toggle {
	display: inline-block;
}

.logged_in_dropdown_toggle:hover:after {
	content: '';
	position: absolute;
	height: 200%;
	top: 100%;
	width: 200%;
	left: 50%;
	transform: translateX(-50%);
}

.logged_in_dropdown_toggle:hover .logged_in_dropdown {
	display: block;
}

.container.footer-content a {
	color: #fff;
	text-decoration: none;
}

.container.footer-content a:hover {
	opacity: .7;
}

.blog_filters {
	padding-left: 0;
}

.blog_filters li span {
	cursor: pointer;
	color: #002B1A;
	font-weight: 700;
	text-decoration: none;
	line-height: 30px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 1rem;
	min-height: 50px;
}

.blog_filters li:hover span {
	background: #E5E9E8;
	color: #002B1A !important;
}

.loader:after {
	animation: rotation 2s infinite linear;
	content: url(/wp-content/themes/holthuizen/icons/spinner-solid.svg);
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 80px;
	width: 80px;
}

.login-link.logout + .menu-sidebar-menu-rechts-container .login-link {
	display: none;
}

.login-link.logout {
	margin-left: 30px;
	cursor: pointer;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 1499px) {
	.single-post.news .cat-wrapper ul li {
		font-size: 1.55rem;
	}
}

.iksm-term__link > span {
	font-size: 16px;
	line-height: 17px;
	font-weight: 600;
}

.grecaptcha-badge {
	display: none;
}

.mec-weekly-view-date-events article {
	min-height: 50px !important;
}
