body.show-navigation {
	height: 100%;
overflow-y: hidden
}

/* Header
======================================== */
.headroom {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	right: 0;

	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.admin-bar .headroom {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar .headroom {
		top: 46px;
	}
}
.headroom--pinned {
	transform: translateY(0%);
}
.headroom--unpinned {
	transform: translateY(-100%);
}
.headroom--not-top {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.header {
	background: var(--primary-color);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.hamburger {
	display: flex;
	padding-left: 20px;
	width: 25%;
}
.header .hamburger-inner,
.header .hamburger-inner:after,
.header .hamburger-inner:before,
.header .hamburger.is-active .hamburger-inner,
.header .hamburger.is-active .hamburger-inner:after,
.header .hamburger.is-active .hamburger-inner:before {
	background-color: white;
	width: 30px;
}
.branding {
	padding: 10px 20px 10px 10px;
	text-align: right;
	order: 2;
	width: 75%;
}
.header .nav {
	display: none;
	width: 100%;
	order: 3;
	padding: 10px 20px 20px 20px;
}
@media screen and (min-width: 480px) {
	.header {
		justify-content: center;
		flex-wrap: nowrap;
	}
	.branding {
		max-width: 255px;
		order: 2;
		padding: 20px;
	}
	.header .nav {
		width: 75%;
		display: flex;
		max-width: 765px;
		flex-direction: column;
		order: 1;
		padding: 20px;
	}
	.hamburger {
		display: none;
	}
	.menu-utilities {
		display: none!important;
	}
}
/*
.line {
	background: linear-gradient(to left,#42e0b7,#33bbc4);
	width: 0;
	height: 6px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
*/

/* Branding
======================================== */
.branding a {
	display: inline-block;
	white-space: nowrap;
}
.site-title {
	color: #fff;
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
	line-height: 1em;
	margin: 0;
	text-transform: uppercase;
	transition: all 250ms ease-in-out;
}
.headroom--not-top .site-title {
	font-size: 23px;
}
@media screen and (min-width: 480px) {
	.headroom--not-top .site-title {
		font-size: 32px;
	}
}
.site-description {
	margin: 20px 0 0 0;
	color: var(--primary-color-light);
	font-weight: 400;
	font-size: 1em;
	width: 100%;
}
.logo {
	max-height: 3.125em; /* 50px */
	width: auto;
	transition: all 250ms ease-in-out;
}
.headroom--not-top .logo {
	height: auto;
	width: 100px;
}

/* Navigation
======================================== */
.show-navigation .nav {
	display: block;
}
.nav .menu-header,
.nav .menu-utilities {
	margin-bottom: 10px;
}
.nav ul {
	list-style: none;
	margin: 0;
}
@media screen and (min-width: 480px) {
	html .nav ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
html .header .nav li {
	position: inherit;
}
.header .nav li a {
	color: #fff;
	display: block;
	font-weight: 500;
	line-height: 1em;
	padding: 6px 5px;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 2px solid transparent;
	border-top: 2px solid transparent;
}


.header .nav li:hover > a,
.header .nav li a:hover,
.header .nav li:focus > a,
.header .nav li a:focus {
	border-bottom-color: var(--secondary-color);
}
.header .nav .sub-menu,
.header .nav .children {
	background: var(--primary-color);
	padding: 0;
	position: relative;
	left: 0;
	margin: 0;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
@media screen and (min-width: 480px) {
	.header .nav .sub-menu {
		position: absolute;
	}
}
.header .nav .page_item_has_children a:after {
	font: 20px/0 "dashicons";
	content: " \f347";
	vertical-align: middle;
}
.header .nav li ul .page_item_has_children a:after {
	font: 20px/0 "dashicons";
	content: " \f345";
	vertical-align: middle;
}
.header .nav li a:after,
.header .nav li .children a:after {
	content: '';
}

.header .nav .sub-menu,
.header .nav .children {
	padding-left: 10px;
	top: 0;
}
@media screen and (min-width: 480px) {
	.header .nav .sub-menu a {
		color: #404040;
		padding: 6px 10px;
	}
	.header .nav .sub-menu,
	.header .nav .children {
		padding-left: 0;
		left: auto;
		top: auto;
	}
	.header .nav .sub-menu .sub-menu {
		left: 100%;
		top: -2px;
	}
}
ul.header .nav li:hover > ul,
.header .nav ul li:hover > ul,
ul.header .nav .focus > ul,
.header .nav .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
.header .nav .current_page_item > a,
.header .nav .current_page_ancestor > a,
.header .nav .current-menu-item > a,
.header .nav .current-menu-ancestor > a {
	border-bottom-color: var(--secondary-color);
}
.header .nav .menu-item-has-children a:after {
	content: '\f347';
	font: normal 20px/0 'dashicons';
	left: 4px;
	position: relative;
	top: 5px;
	-webkit-font-smoothing: antialiased;
}
.header .nav .menu-item-has-children .sub-menu a:after {
	content: '';
}
.header {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}


/* Login / logout
----------------------------------------------------------------------------------------------------*/
.menu-utilities {
	align-items: flex-start;
}
.login-logout-link a {
	background-color: var(--primary-color-light);
	border-radius: 3px;
	color: var(--primary-color);
	font-weight: 500;
}
.header .nav li.login-logout-link a {
	color: var(--primary-color);
}
.header .nav li.login-logout-link a:hover {
	background-color: var(--secondary-color);
}
/* Searchform
----------------------------------------------------------------------------------------------------*/
.searchform {
	background-color: #fff;
	border: 2px solid #b6b6b6;
	border-radius: 3px;
	display: none;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 100%;
}
.show-navigation .searchform {
	display: flex;
}
@media screen and (min-width: 480px) {
	.searchform {
		max-width: 765px;
		display: flex;
		width: 75%;
	}
}
.searchform:focus-within {
	border-color: #404040;
}
.searchform:focus-within input[type=submit],
.main .searchform:focus-within input[type=submit] {
	background: #fff url( '../img/search-focus.svg' ) no-repeat 50% 50%;
}
.searchform input[type=submit],
.main .searchform input[type=submit] {
	background: #fff url( '../img/search.svg' ) no-repeat 50% 50%;
	border: none;
	box-shadow: none;
	margin: 2px 2px 2px 1px;
	text-indent: -5000px;
	padding: 0 15px;
	border-radius: 3px;
}
.searchform input[type=submit]:active {
	box-shadow: none;
}
.searchform input[type=search] {
	border: none;
	color: #404040;
	font-size: 16px; /* to prevent iOS zoom, see https://stackoverflow.com/q/2989263 */
	line-height: 14px;
	margin: 2px 1px 2px 2px;
	padding: 5px 7px;
	vertical-align: middle;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	width: 100%;
}
@media screen and (min-width: 480px) {
	.searchform input[type=search] {
		font-size: 14px;
	}
}
.searchform input[type=search]::placeholder {
	color: #b6b6b6;
}
.search-toggle {
	display: none;
}
/*
.search-toggle a {
	background: url( '../img/search.svg' ) no-repeat;
	background-position-y: center;
	height: 32px;
	width: 1em;
	text-indent: -9999px;
	padding: 8px 0!important;
}
.search-toggle a.close {
	background: url( '../img/close.svg' ) no-repeat;
	background-position-y: center;
}
.search-toggle a:focus {
	outline: none;
}
.header .menu li.search-toggle:hover > a,
.header .menu li.search-toggle:focus > a,
.search-toggle a:hover,
.search-toggle a:focus {
	border-bottom-color: #fff!important;
}
.search-toggle a span {
	display:none;
}
*/


@media screen and (min-width: 480px) {



	.header .menu li.search-toggle {
		display: none;
	}

	html .header .nav ul {
		justify-content: flex-start;
	}
	html .header .nav li {
		margin-right: 20px;
		position: relative;
	}
	html .header .nav li li {
		margin-right: 0;
		width: 100%;
	}

	header .nav .sub-menu .current-menu-item a {
		background-color: var(--primary-color-lighter);
		border-color: transparent;
	}
	.header .nav .sub-menu li:hover > a {
		color: var(--secondary-color);
	}
	.header .nav li.menu-item-has-children:hover > a,
	.header .nav .sub-menu li:hover > a {
		border-color: transparent;
	}
	html .header .nav .sub-menu {
		border-radius: 3px;
		background-color: #fff;
		border: 2px solid var(--secondary-color);
		position: absolute;
	}
}




/* Intro
----------------------------------------------------------------------------------------------------*/
.intro h2 {
	margin: 0 0 .5em 0;
}
.intro p {
	margin: 0 0 1em 0;
}
/* Content
----------------------------------------------------------------------------------------------------*/
.main {
	background: #fafafa;
	padding-top: 1.25em; /* 20px */
}
.page-title,
.entry-title {
	font-size: 1.5em; /* 24px */
	margin: 0 0 .625em 0; /* 10px */
}
.entry-content {
	margin-bottom: 1em;
}
.page-content a,
.entry-content a,
.term-description a {
	border-bottom: 1px solid var(--primary-color);
	color: var(--primary-color);
	text-decoration: none;
}
.page-content a:hover,
.entry-content a:hover,
.term-description a:hover {
	border-bottom: none;
}
.page-content a:active,
.entry-content a:active,
.term-description a:active {
	position: relative;
	top: 1px;
}
.page-content h2,
.entry-content h2,
.term-description h2 {
	font-size: 1em;
	margin-top: 1em;
}
.content .block,
.recent .one-third .block,
.related .one-third .block {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #e9eaec;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);

	-webkit-transition: box-shadow 500ms ease-in-out;
	-moz-transition: box-shadow 500ms ease-in-out;
	-o-transition: box-shadow 500ms ease-in-out;
	transition: box-shadow 500ms ease-in-out;
}
.home .content .one-third .block,
.archive .content .one-third .block,
.search .content .one-third .block {
	padding: 0;
}
.one-third .block img {
	height: auto;
	max-width: 100%;
	width: 100%;
}
.one-third .block img.size-thumbnail {
	width: auto;
}
.home .content img {
	height: auto;
	max-width: 100%;
}
.block .thumbnail {
	border-radius: 4px 4px 0 0;
	line-height: 0;
}
.entry-meta {
	color: #B6B6B6;
	font-size: 0.8125em; /* 13px */
}
.single .entry-meta {
	margin-top: -1.154em;
	margin-bottom: 1.154em;
}
.one-third .entry-meta {
	background: var(--primary-color-lighter);
	text-align: center;
	padding: 1.5625% 3.125%;
}
.page .entry-meta {
	display: none;
}
.callout {
	border: 1px solid #b7e5ff;
    margin-bottom: 1.25em;
    padding: 1.25em;
	background: #eef9ff;
}
/* Category / Tag labels
----------------------------------------------------------------------------------------------------*/
.entry-footer {
	font-size: .875em;
}
.share-this li,
.categories li {
	float: left;
	font-weight: 500;
	line-height: 2.125em;
	list-style: none;
}
.share-this li a,
.categories li a {
	background: #f5f5f5;
	border-radius: 1em;
	color: #333;
	display: block;
	line-height: 2.125em;
	margin: 0 auto;
	padding: 0 1em;

	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}
.categories {
	float: left;
	margin: 0;
}
.categories li {
	margin: 0 .625em 1em 0;
}
.categories a:hover {
	background-color: #eee;
}
.one-third .categories {
	float: right;
}
.one-third .categories li {
	margin: 0 0 1em .625em;
}
/* Share buttons
----------------------------------------------------------------------------------------------------*/
.share-this {
	float: right;
	margin: 0;
}
.share-this li {
	margin: 0 0 1em .625em;
}
.share-this a:hover {
	opacity: 0.8;
}
.share-this .icon {
	color: #fff;
}
.share-this .icon:before {
	line-height: 1em;
}
.share-this a.facebook {
	background-color: #3b5998;
}
.share-this a.twitter {
	background-color: #55acee;
}
.share-this a.email {
	background-color: #888;
}
.share-this a.linkedin {
	background-color: #069;
}
.share-this a.whatsapp {
	background-color: #34AF23;
}
.share-this a.google-plus {
	background-color: #dd4b39;
}
/* Sidebar
----------------------------------------------------------------------------------------------------*/
.content .sidebar .block {
	background-color: transparent;
	box-shadow: none;
}
/* Archive
----------------------------------------------------------------------------------------------------*/
.archive .page-title {
	font-size: 1; /* 24px */
	font-weight: 700;
	margin: .417em 0; /* 10px 0 */
	text-transform: uppercase;
}
.one-third .thumbnail {
	background: #f5f5f5;
	overflow: hidden;
}
.thumbnail img {
	-webkit-transform: scale(1);
	transform: scale(1);

	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;

	transition-duration: 250ms;
}
.thumbnail img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);

	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
}
.one-third a .entry-title {
	margin: 0;
	padding: .9375em; /* 15px */
	padding: 6.25% ; /* 20px */
	font-size: 1em;
}
.one-third .summary {
	background: #fff;
	border-radius: 0 0 4px 4px;
	border-top: 5px solid #404040;
	padding: 0 6.25% ; /* 20px */
	text-align: center;
	color: #404040;
	font-size: .8125em;
}
.one-third .label a {
	background: #404040;
	border: 1px solid #404040;
	border-radius: 0 0 4px 4px;
	color: #fff;
	display: inline-block;
	padding: .385em 1.154em .385em 1.154em; /* 5px 15px */
	margin: -.385em 0 1.154em 0; /* -5px 15px */
}
.home .one-third .block .entry-title,
.home .one-third .block .entry-content,
.home .one-third .block .entry-footer,
.archive .one-third .block .entry-title,
.archive .one-third .block .entry-content,
.archive .one-third .block .entry-footer,
.search .one-third .block .entry-title,
.search .one-third .block .entry-content,
.search .one-third .block .entry-footer {
	padding: 15px 15px 0 15px;
}
.home .one-third .block .entry-title,
.archive .one-third .block .entry-title,
.search .one-third .block .entry-title  {
	font-size: 1.125em; /* 18px */
	margin: 0;
}
.home .one-third .block .entry-content p,
.archive .one-third .block .entry-content p,
.search .one-third .block .entry-content p {
	color: #404040;
	font-size: .938em; /* 15px */
}
.home .one-third .block .entry-footer,
.archive .one-third .block .entry-footer,
.search .one-third .block .entry-footer {
	padding-top: 0;
}
/* Pagination
----------------------------------------------------------------------------------------------------*/
.pagination {
	font-size: .875em; /* 14px */
	text-align: center;
}
.pagination .block {
	padding: 0;
}
.pagination a,
.pagination span {
	color: #333;
	display: inline-block;
	margin: .385em 1.154em .385em 0; /* 5px 15px 5px 0 */
	padding: .385em .769em; /* 5px 10px */
}
.pagination a,
.pagination .current {
	background-color: #fff;
	border: 2px solid #e9eaec;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.pagination .current {
	background-color: var(--primary-color-lighter);
	border-color: var(--primary-color-light);
	color: var(--primary-color);
}
.pagination .previouspostslink,
.pagination .nextpostslink {
	border: none;
	background: none;
}
/* Page navigation
----------------------------------------------------------------------------------------------------*/
.post-navigation a {
	display: block;
	height: 70px;
	overflow: hidden;
	position: fixed;
	text-decoration: none;
	text-indent: 100%;
	top: 45%;
	white-space: nowrap;
	width: 70px;
	z-index: 20;
}
.post-navigation a[rel="next"] {
	background: url( '../img/icon-pijl-rechts.svg' ) no-repeat;
	right: 30px;
}
.post-navigation a[rel="prev"] {
	background: url( '../img/icon-pijl-links.svg' ) no-repeat;
	left: 30px;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
	font-size: .8125em; /* 13px */
}
.footer h2,
.footer p {
	margin-bottom: .385em; /* 5px */
}
.footer h2 {
	text-transform: uppercase;
}
/* Footer Breadcrumbs
----------------------------------------------------------------------------------------------------*/
.breadcrumbs {
	background: #fafafa;
}
.breadcrumbs p {
	display: inline-block;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.scroll-up {
	cursor: pointer;
	float: right;
}
.scroll-up:after {
	-webkit-font-smoothing: antialiased;
	font: normal 20px/0 'dashicons';
	content: '\f343';
	vertical-align: middle;
}
/* Footer Bottom
----------------------------------------------------------------------------------------------------*/
.bottom {
	background-color: #444;
	color: #fff;
}
.bottom h3 {
	margin-top: 0.385em;
}
.bottom h3,
.bottom a {
	color: #fff;
}
.bottom a {
	border-bottom: 1px solid #fff;
}
.bottom a:hover {
	border-bottom: 1px dotted #fff;
}
.bottom li a {
	border-bottom: none;
}
.bottom ul.menu {
	margin-bottom: 0;
}
.social {
	margin-left: 0;
	list-style: outside none none;
}
.social .icon:before {
	font-size: 1.154em; /* 15px */
	margin-right: .615em; /* 8px */
}
.icon:before {
	font-family: 'dashicons';
	vertical-align: middle;
}
.twitter:before {
	content: "\f301";
}
.facebook:before {
	content: "\f304";
}
.google-plus:before {
	content: "\f462";
}
.email:before {
	content: "\f466";
}
.youtube:before {
	content: "\f236";
}
/* Footer Copyright
----------------------------------------------------------------------------------------------------*/
.copyright {
	color: #b6b6b6;
}
.copyright .block {
	padding-top: 0;
	padding-bottom: 0;
}
.copyright .credits {
	text-align: right;
}
.copyright a {
	color: #eee;
}
/* Store locator
----------------------------------------------------------------------------------------------------*/
.post-type-archive-store .form {
	margin-bottom: .714em;
}
.post-type-archive-store .form input,
.post-type-archive-store .form select {
	font-size: 1em;
	margin: .714em 0; /* 10px */
}
.post-type-archive-store .form select {
	padding: 2px;
}
.post-type-archive-store .map {
	float: left;
	height: 500px;
	width: 50%;
	margin-bottom: 10px;
}
.post-type-archive-store .results {
	float: left;
	line-height: 1.429em; /* 20px */
	margin-left: 1%;
	overflow: auto;
	width: 49%;
}
/* Contact
----------------------------------------------------------------------------------------------------*/
.gform_confirmation_message {
	background: #ddeecc;
	border-color: var(--primary-color);
	border-style: solid;
	border-width: 1px;
	color: var(--primary-color);
	margin: .714em 0; /* 10px */
	padding: .714em; /* 10px */
}
.main .gform_wrapper .gform_footer input.button,
.main .gform_wrapper .gform_footer input[type="submit"],
.form-submit .submit,
.main input[type=submit] {
	background: var(--primary-color);
	border: none;
	border-radius: 4px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: .875em; /* 14px */
	padding: .5em 1em;
	text-transform: uppercase;
}
.main .gform_wrapper .gform_footer input.button:active,
.form-submit .submit:active,
form input[type=submit]:active {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
	position: relative;
	top: 1px;
}
main input[type=text],
main input[type=password],
main input[type=email] {
	border: 1px solid #888;
	padding: 3px 5px 5px 5px;
}
main select {
	border: 1px solid #888;
}
/* Responsive oEmbed videos
----------------------------------------------------------------------------------------------------*/
.video-container {
	height: 0;
	margin-bottom: 1.5em; /* 24px */
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}