/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* ----- General ----- */

#page {
	grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footertop" "footer";
}

/* ----- Resets ----- */

a {
	text-decoration: none !important;
}

body.home > #page > #fancy-header {
	z-index: 0;
}

body.home #custom_breadcrumbs {
	display: none;
}

.breadcrumbs > .wpb_wrapper > span {
	display: flex;
	align-items: center;
}

.breadcrumbs > .wpb_wrapper > span a,
.breadcrumbs > .wpb_wrapper span,
.breadcrumbs > .wpb_wrapper span i {
	color: #fff !important;
}

.breadcrumbs > .wpb_wrapper span  i {
	font-size: 11px;
	padding-right: 7px;
	padding-left: 7px;
}

.dt-btn > i {
	border: 2px solid #fff;
	padding: 3px;
	font-size: 12px;
	margin-left: 12px !important;
}

.dt-btn-l > i {
	margin-left: 0 !important;
	margin-right: 12px !important;
}

.dt-btn {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.dt-btn-s:hover,
.dt-btn-l:hover {
	background: #ff9a02 !important;
}

.never-collapse {
	display: flex;
	flex-direction: row;
}

.never-collapse > .wpb_column:first-child {
	width: 66% !important;
}

.never-collapse > .wpb_column:last-child {
	width: 33%;
}

body.single-nieuws > #page > .masthead > .header-bar > #primary-menu > .menu-item-object-niuews > a > span > span {
	color: #f39200 !important;
}

/* ----- Helpers ----- */

.maps-row > .wpb_column:last-child {
	position: absolute;
	top: -250px;
	right: 0;
}

.grey-bg {
	position: relative;
}

.grey-bg::before {
	content: "";
	position: absolute;
	top: -25px;
	right: 15px;
	bottom: -25px;
	left: -999em;
	background: #f2f2f2;
}

.spacer {
	padding-right: 7px;
	padding-left: 7px;
}

.text-white > .wpb_wrapper a,
.text-white > .wpb_wrapper p {
	color: #fff;
}

.img-col > .vc_column-inner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.icon-heading {
	position: relative;
	padding-left: 40px;
}

.icon-heading::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.document-heading::before {
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 33px;
	color: #f39200;
}

.logo-heading {
	padding-left: 75px !important;
}

.logo-heading::before {
	content: url("/wp-content/themes/dt-the7-child/assets/img/logo-cropped.svg");
	left: 20px;
}

.btn-row {
	padding-right: 10rem;
	padding-left: 10rem;
}

.btn-row .dt-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

/* ----- Header ----- */

body > #page > .masthead > .header-bar > .branding {
	position: relative;
	top: -30px;
}

body > #page > .masthead > .header-bar > .branding > a > img {
	height: 100%;
	width: 270px;
}

body > #page > .masthead > .mobile-header-bar > .mobile-branding {
	position: relative;
	top: -30px;
}

body > #page > .masthead > .mobile-header-bar > .mobile-branding > a > img {
	height: 100%;
	width: 270px;
}

body > #page > .masthead > .header-bar > #primary-menu {
	margin-right: 15px;
}

body > #page > .masthead > .header-bar > #primary-menu > li > a > span > span {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

body > #page > .masthead > .header-bar > #primary-menu > li > a > span > span::after {
	right: -5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

body > #page > .masthead > .top-bar > .mini-widgets > a {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

body > #page > #fancy-header {
	border-bottom: 15px solid #f39200;
}

/* ----- Content - Footertop ----- */

body > #page > #footertop {
	grid-area: footertop;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0px;
}

body > #page > #footertop::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -999em;
	bottom: 0;
	left: -999em;
	background-color: #39305e;
}

body > #page > #footertop > .wf-wrap {
	width: 1700px;
	max-width: 100%;
	padding-right: 50px;
	padding-left: 50px;
	box-sizing: border-box;
	position: relative;
}

body > #page > #footertop > .wf-wrap > .wf-container-main {
	position: relative;
	z-index: 1;
	padding: 50px;
	background: #f39200;
}

body > #page > #footertop > .wf-wrap > .wf-container-main > section {
	position: relative;
}

body > #page > #footertop > .wf-wrap > .wf-container-main > section > .wp-block-group h3,
body > #page > #footertop > .wf-wrap > .wf-container-main > section > .wp-block-group p {
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}

/* ----- Footer ----- */

body > #page > #footer {
	overflow: hidden;
	border-top: 35px solid #fff;
}

body > #page > #footer > .wf-wrap > .wf-container-footer > .wf-container > section:last-child {
	position: relative;
	padding-right: 50px;
}

body > #page > #footer > .wf-wrap > .wf-container-footer > .wf-container > section:last-child > .wp-block-group {
	position: relative;
}

body
	> #page
	> #footer
	> .wf-wrap
	> .wf-container-footer
	> .wf-container
	> section:last-child
	> .wp-block-group
	> .wp-block-group__inner-container
	> * {
	color: #fff;
}

body > #page > #footer > .wf-wrap > .wf-container-footer > .wf-container > section:last-child::before {
	content: "";
	display: block;
	position: absolute;
	top: -999em;
	right: 25px;
	bottom: -999em;
	left: 0;
	background-color: #39305e;
	z-index: 0;
}

body > #page > #footer > #bottom-bar .bb-socials {
	display: flex;
	align-items: center;
}

body > #page > #footer > #bottom-bar .bb-socials > .icons {
	margin-left: 7px;
}

body > #page > #footer > #bottom-bar .bb-socials > .icons > a {
	margin-right: 5px;
	margin-left: 5px;
	background-color: #39305e;
	padding: 15px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

body > #page > #footer > #bottom-bar .bb-socials > .icons > a:hover {
	background: #f39200;
}

body > #page > #footer > #bottom-bar .bb-socials > .icons > a:last-child {
	margin-right: 0;
}

body > #page > #footer > #bottom-bar .bb-socials > .icons > a > i {
	color: #fff;
}

body > #page > #footer .dt-btn {
	margin-top: 10px !important;
}

/* ----- Taxonomy Nieuws ----- */

body.post-type-archive-nieuws > #page > #main {
	background: #f2f2f2;
}

body.post-type-archive-nieuws > #page > #main #content #news {
	margin-top: 35px;
}

body > #page > #main #content #news {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

body > #page > #main #content #news > .col-12 {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

body > #page > #main #content #news > .col-12 > a > .stroke {
	display: flex;
	background: #fff;
	box-shadow: 0px 0px 3px #0000001a;
}

body > #page > #main #content #news > .col-12 > a > .stroke > .stroke-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-width: 300px;
	min-height: 300px;
}

body > #page > #main #content #news > .col-12 > a > .stroke > .stroke-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

body > #page > #main #content #news > .col-12 > a > .stroke > .stroke-body > .stroke-body-inner {
	padding: 3rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

body > #page > #main #content #news > .col-12 > a > .stroke > .stroke-body > .stroke-details {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	padding-left: 3rem;
	justify-content: space-between;
	align-items: flex-end;
}

body > #page > #main #content #news > .col-12 > a > .stroke > .stroke-body > .stroke-details > span:first-child {
	color: #fff;
	background-color: #39305e;
	padding-right: 50px;
	padding-left: 50px;
}

body > #page > #main #content #news > .col-12 > a > .stroke > .stroke-body > .stroke-details > span:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	background-color: #f39200;
}

body > #page > #main #content #news > .col-12 > a > .stroke > .stroke-body > .stroke-details > span:last-child > i {
	color: #fff;
}

body > #page > #main #content #news > .col-12 > a:hover > .stroke > .stroke-body > .stroke-body-inner > h4,
body > #page > #main #content #news > .col-12 > a:hover > .stroke > .stroke-body > .stroke-body-inner > h5 {
	color: #f39200;
}

body > #page > #main #content #news > .col-12 > a > .stroke > .stroke-body > .stroke-body-inner > h4,
body > #page > #main #content #news > .col-12 > a > .stroke > .stroke-body > .stroke-body-inner > h5 {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* ----- Display Nieuws -----  */

body.home > #page > #main #content #news > .col-12 > a > .stroke > .stroke-img {
	min-width: 220px;
	min-height: 150px;
}

body.home > #page > #main #content #news > .col-12 > a > .stroke > .stroke-body > .stroke-body-inner {
	padding: 1.5rem;
}

body > #page > #main #content #news > .col-12 > a > .stroke > .stroke-body > .stroke-body-inner > p {
	color: #000;
}

/* ----- Technolabs ----- */

body > #page > #main #sidebar {
	position: relative;
	top: 250px;
	margin-top: 35px;
}

/* body.post-type-archive-technolabs #main #content .vc_section:first-child,
body.post-type-archive-aanbod #main #content .vc_section:first-child {
    left: -415px;
} */

/* ----- Taxonomy Agenda ----- */

body > #page > #main #content #agenda > .col-12 > a > .stroke > .stroke-body > .stroke-body-inner > p {
	color: #000;
}

body.post-type-archive-agenda > #page > #main {
	background: #f2f2f2;
}

body.post-type-archive-agenda > #page > #main #content #agenda {
	margin-top: 35px;
}

body.post-type-archive-agenda > #page > #main #sidebar {
	position: relative;
	top: 250px;
	margin-top: 35px;
}

body.post-type-archive-agenda #main #content .vc_section:first-child {
	left: -400px;
}

body > #page > #main #content #agenda {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

body > #page > #main #content #agenda > .col-12 {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

body > #page > #main #content #agenda > .col-12 > a > .stroke {
	display: flex;
	background: #fff;
	box-shadow: 0px 0px 3px #0000001a;
}

body > #page > #main #content #agenda > .col-12 > a > .stroke > .stroke-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-width: 300px;
	min-height: 300px;
}

body > #page > #main #content #agenda > .col-12 > a > .stroke > .stroke-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

body > #page > #main #content #agenda > .col-12 > a > .stroke > .stroke-body > .stroke-body-inner {
	padding: 3rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

body > #page > #main #content #agenda > .col-12 > a > .stroke > .stroke-body > .stroke-details {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	padding-left: 3rem;
	justify-content: space-between;
	align-items: flex-end;
}

body > #page > #main #content #agenda > .col-12 > a > .stroke > .stroke-body > .stroke-details > span:first-child {
	color: #fff;
	background-color: #39305e;
	padding-right: 50px;
	padding-left: 50px;
}

body > #page > #main #content #agenda > .col-12 > a > .stroke > .stroke-body > .stroke-details > span:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	background-color: #f39200;
}

body > #page > #main #content #agenda > .col-12 > a > .stroke > .stroke-body > .stroke-details > span:last-child > i {
	color: #fff;
}

body > #page > #main #content #agenda > .col-12 > a:hover > .stroke > .stroke-body > .stroke-body-inner > h4 {
	color: #f39200;
}

body > #page > #main #content #agenda > .col-12 > a > .stroke > .stroke-body > .stroke-body-inner > h4 {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* ----- NUGTR Search ----- */

form[id*="nugtr-search_form"] > br {
	display: none !important;
}

form[id*="nugtr-search_form"] {
	margin-bottom: 0 !important;
}

header form[id*="nugtr-search_form"] > input,
.mobile-header-bar form[id*="nugtr-search_form"] > input,
.dt-mobile-header form[id*="nugtr-search_form"] > input {
	margin-bottom: 0 !important;
	color: #fff !important;
	background-color: rgba(255, 255, 255, 0.14) !important;
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}

form[id*="nugtr-search_form"] > input::placeholder,
.dt-mobile-header form[id*="nugtr-search_form"] > input::placeholder {
	color: #fff !important;
	/* font-style: italic; */
}

form[id*="nugtr-search_form"] > button,
.dt-mobile-header form[id*="nugtr-search_form"] > button {
	display: flex;
	align-items: center;
	color: #fff;
	opacity: 1;
}

form[id*="nugtr-search_form"] > button {
	display: flex;
	align-items: center;
	color: #f39200;
	opacity: 1;
}

form[id*="nugtr-search_form"] > input::placeholder {
	color: #fff !important;
}

body > #page > .masthead,
body > #page > .masthead > .top-bar,
body > #page > .masthead > .top-bar .top-bar-bg {
	background: transparent !important;
}

body > #page > .sticky-mobile-on {
	background: #39305e !important;
}

#main #content .vc_section {
	position: relative;
}

#main #content .vc_section:first-child:before {
	content: "";
	position: absolute;
	top: -160px;
	right: -999em;
	bottom: 100px;
	left: -999em;
	background-color: #39305e;
	background-image: url("/wp-content/themes/dt-the7-child/assets/img/gear.svg");
	background-size: 6%;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 15px solid #f39200;
}

body.home #main #content .vc_section:first-child:before {
	bottom: 175px;
}

body:not(.home) #main #content > .vc_section:first-child:before {
	bottom: 25px;
}

/* ----- Content - Slick slider ----- */

body
	> #page
	> #main
	#content
	.carousel
	> .slick-list
	> .slick-track
	> .slideWrapper
	> a
	> .slideInner
	> .slideImage[data-id="271"] {
	background-size: 25%;
}

body > #page > #main #content .carousel > .slick-list > .slick-track > .slideWrapper > a > .slideInner > .slideImage {
	height: 110px;
	width: 100%;
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	filter: grayscale(100%);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

body
	> #page
	> #main
	#content
	.carousel
	> .slick-list
	> .slick-track
	> .slideWrapper
	> a:hover
	> .slideInner
	> .slideImage {
	filter: grayscale(0%);
}

body > #page > #main #content a.slick-slide,
body > #page > #main #content a.slick-slide * {
	text-decoration: none !important;
}

body > #page > #main #content a.slick-slide:hover,
body > #page > #main #content a.slick-slide:hover * {
	text-decoration: none;
}

body > #page > #main #content a.slick-slide > div {
	position: relative;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

body > #page > #main #content a.slick-slide > div:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}

body > #page > #main #content .slick-slider .slick-arrow {
	position: absolute;
	top: calc(50% - 30px);
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 3px solid #f39200;
	color: #f39200;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

body > #page > #main #content .slick-slider .slick-arrow > i {
	font-size: 20px;
}

body > #page > #main #content .slick-slider .slick-arrow:hover {
	background-color: #f39200;
	color: #fff;
}

body > #page > #main #content .slick-slider .slick-arrow:focus {
	outline: none;
}

body > #page > #main #content .slick-slider .slick-arrow.slick-prev {
	left: 0px;
}

body > #page > #main #content .slick-slider .slick-arrow.slick-next {
	right: 0px;
}

body > #page > #main #content .slick-slider > .slick-list > .slick-track > div:focus {
	outline: none;
}

/* ----- Archive FAQ ----- */

body > #page > #main #content #faq {
	margin-top: 30px;
}

body > #page > #main #content #faq .rowAccordion .rowAccordionItem {
	background-color: #fff;
	margin-bottom: 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

body > #page > #main #content #faq .rowAccordion .rowAccordionItem:not(:first-child) {
	margin-top: 15px;
}

body > #page > #main #content #faq .rowAccordion .rowAccordionItem > h6 {
	position: relative;
	padding: 15px 20px;
	margin-bottom: 0;
	color: #fff;
	background: #39305e;
}

body > #page > #main #content #faq .rowAccordion .rowAccordionItem > h6:after {
	display: inline-block;
	content: "\f015";
	font-family: icomoon-the7-font !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 19px;
	right: 20px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.ui-state-active:after {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg) !important;
}

body > #page > #main #content #faq .rowAccordion .rowAccordionItem > .wpb_content_element {
	padding: 1rem 2rem;
	margin-bottom: 0;
}

.ui-accordion-header-icon {
	display: none !important;
}

/* ----- Contact Form 7 ----- */

body > #page > #footertop .wpcf7 {
	max-width: 70%;
	margin: 0 auto;
}

body > #page > #footertop .wpcf7 > form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 30px;
}

body > #page > #footertop .wpcf7 > form input {
	margin-bottom: 0;
	color: #fff;
}

body > #page > #footertop .wpcf7 > form input[type="email"] {
	background: transparent !important;
	border: 0px solid transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
	padding-left: 0;
}

body > #page > #footertop .wpcf7 > form input[type="email"]::placeholder {
	color: #fff;
}

body > #page > #footertop .wpcf7 br {
	display: none;
}

body > #page > #footertop .wpcf7 > form > p {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

body > #page > #footertop .wpcf7 .wpcf7-submit {
	min-width: 100%;
	background: #39305e;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

body > #page > #footertop .wpcf7 .wpcf7-submit:hover {
	background: #2d2649;
}

/**
 * Various changes
 * @since 01-10-2021
 * @author Peter Bode
 */

body.post-type-archive-deelnemers #main,
body.tax-deelnemers_category #main,
body.post-type-archive-aanbod #main {
	background: #f2f2f2 !important;
}

body.post-type-archive-deelnemers #primary-menu .menu-item-14 > a .menu-text,
body.post-type-archive-deelnemers #primary-menu .menu-item-14 > a .menu-text:after,
body.tax-deelnemers_category #primary-menu .menu-item-14 > a .menu-text,
body.tax-deelnemers_category #primary-menu .menu-item-14 > a .menu-text:after,
body.post-type-archive-aanbod #primary-menu .menu-item-14 > a .menu-text,
body.post-type-archive-aanbod #primary-menu .menu-item-14 > a .menu-text:after,
body.single-aanbod #primary-menu .menu-item-14 > a .menu-text,
body.single-aanbod #primary-menu .menu-item-14 > a .menu-text:after {
	color: #f39200 !important;
}

#filter_accordion {
	margin-top: 35px;
}

#filter_accordion .ui-accordion-header {
	background-color: #f39200;
	border-width: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
}

#filter_accordion #custom_form {
	margin-top: 35px;
}

#filter_accordion .ui-accordion-header > i {
	margin-right: 10px;
}

@media screen and (min-width: 1200px) {
	#filter_accordion .ui-accordion-header {
		display: none;
	}

	#filter_accordion #custom_form {
		display: block !important;
		margin-top: 0;
	}
}

#custom_form,
#custom_filter {
	background: transparent;
	padding: 0;
	border-width: 0;
}

#custom_filter .filter_heading {
	display: block;
	color: #39305E;
	padding-bottom: 10px;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 10px;
}

#custom_filter label {
	display: flex;
	align-items: center;
}

#custom_filter input[type="checkbox"] {
	margin-right: 7px;
}

#custom_results {
	margin-top: 35px;
}

#singles {
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
}

#singles::before {
	content: "";
	position: absolute;
	top: 0;
	right: -999em;
	bottom: 0;
	left: -990em;
	background: #f2f2f2;
}

#custom_results .col-12,
#singles .col-12 {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	margin-bottom: 30px !important;
}

#custom_results .col-12 > a > .stroke,
#singles .col-12 > a > .stroke {
	display: flex;
	background: #fff;
	box-shadow: 0px 0px 3px #0000001a;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#custom_results .col-12 > a > .stroke:hover,
#singles .col-12 > a > .stroke:hover {
	box-shadow: 0px 0px 6px #00000079;
}

.stroke > .stroke-img-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 300px;
	padding: 10px;
	box-sizing: border-box;
}

.stroke > .stroke-img-wrapper > div {
	display: block;
	width: 100%;
	padding-top: 56.25%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.stroke > .stroke-body > .stroke-body-inner h3 {
	margin-bottom: 20px;
}

.stroke > .stroke-body > .stroke-body-inner span {
	color: #f39200;
}

.stroke > .stroke-body > .stroke-body-inner p {
	color: #000;
}

/* #custom_results .col-12 > a > .stroke > .stroke-img,
#singles .col-12 > a > .stroke > .stroke-img {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
} */

/* @media screen and (min-width: 768px) {
	#custom_results .col-12 > a > .stroke > .stroke-img,
	#singles .col-12 > a > .stroke > .stroke-img {
		min-width: 280px;
		min-height: 280px;
	}
} */

#custom_results .col-12 > a > .stroke > .stroke-body,
#singles .col-12 > a > .stroke > .stroke-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

#custom_results .col-12 > a > .stroke > .stroke-body > .stroke-body-inner,
#singles .col-12 > a > .stroke > .stroke-body > .stroke-body-inner {
	padding: 3rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#custom_results .col-12 > a > .stroke > .stroke-body > .stroke-details,
#singles .col-12 > a > .stroke > .stroke-body > .stroke-details {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	padding-left: 3rem;
	justify-content: space-between;
	align-items: flex-end;
}

#custom_results .col-12 > a > .stroke > .stroke-body > .stroke-details > span:first-child,
#singles .col-12 > a > .stroke > .stroke-body > .stroke-details > span:first-child {
	color: #fff;
	background-color: #39305e;
	padding-right: 50px;
	padding-left: 50px;
	padding-left: 50px;
	min-width: 160px;
	display: flex;
	justify-content: center;
}

#custom_results .col-12 > a > .stroke > .stroke-body > .stroke-details > span:last-child,
#singles .col-12 > a > .stroke > .stroke-body > .stroke-details > span:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	background-color: #f39200;
}

#custom_results .col-12 > a > .stroke > .stroke-body > .stroke-details > span:last-child > i,
#singles .col-12 > a > .stroke > .stroke-body > .stroke-details > span:last-child > i {
	color: #fff;
}

#custom_results .col-12 > a:hover > .stroke > .stroke-body > .stroke-body-inner > h4,
#custom_results .col-12 > a:hover > .stroke > .stroke-body > .stroke-body-inner > h5 {
	color: #f39200;
}

#custom_results .col-12 > a > .stroke > .stroke-body > .stroke-body-inner > h4,
#custom_results .col-12 > a > .stroke > .stroke-body > .stroke-body-inner > h5 {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* ----- Media Queries ----- */

@media screen and (max-width: 1200px) {
	.early-collapse > .wpb_column {
		width: 100%;
	}
	.maps-row > .wpb_column:last-child {
		position: relative;
		top: 0;
	}
	.grey-bg::before {
		bottom: 0;
	}
	#main #content .vc_section:first-child:before {
		top: -200px;
	}
	.btn-row {
		padding-right: 2rem;
		padding-left: 2rem;
	}
	body.post-type-archive-agenda #main #content .vc_section:first-child {
		left: 0px;
	}
	body.post-type-archive-agenda > #page > #main #sidebar {
		top: 0;
	}
	/* body > #page > .masthead > .header-bar > #primary-menu > li > a > span > span {
		font-size: 12px!important;
	} */
}

@media screen and (max-width: 992px) {
	body > #page > #footer > .wf-wrap > .wf-container-footer > .wf-container > section:last-child::before {
		top: -30px !important;
		right: -999em !important;
		left: -999em !important;
	}
	body > #page > #footer > .wf-wrap > .wf-container-footer > .wf-container > section:last-child {
		margin-top: 30px;
	}
	body > #page > #footer > #bottom-bar .bb-socials > span {
		display: none;
	}
	body > #page > #footer > #bottom-bar .bb-socials > .icons {
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	body > #page > #footer > #bottom-bar .bb-socials > .icons > a:first-child {
		margin-left: 0;
	}
	.grey-bg::before {
		right: -999em;
	}
	body > #page > .masthead > .mobile-header-bar > .mobile-branding {
		top: 0px;
	}
	.early-collapse > .wpb_column {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	body > #page > #main #content #news > .col-12 > a > .stroke {
		flex-direction: column;
	}
	#custom_results .col-12 > a > .stroke,
	#singles .col-12 > a > .stroke {
		flex-direction: column;
	}
	body > #page > #footertop .wpcf7 > form > p {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px !important;
		display: block !important;
	}
	body.home > #page > #main #content > .col-12 > a > .stroke > .stroke-img {
		min-height: 300px;
	}
	body > #page > #footertop > .wf-wrap {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	#custom_results .col-12 > a > .stroke > .stroke-img,
	#singles .col-12 > a > .stroke > .stroke-img {
		background-position: 70%;
	}
}

@media screen and (max-width: 576px) {
	body > #page > #main #content .col-12 > a > .stroke {
		flex-direction: column;
	}
	.never-collapse {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.never-collapse > .wpb_column:first-child,
	.never-collapse > .wpb_column:last-child {
		width: 100% !important;
	}
	.never-collapse p {
		text-align: left !important;
	}
	body > #page > .masthead > .mobile-header-bar > .mobile-branding > a > img {
		width: 225px;
	}
	body > #page > #footertop .wpcf7 {
		max-width: 100%;
	}
	body > #page > #main #content #news > .col-12 > a > .stroke > .stroke-body > .stroke-body-inner {
		padding: 1.5rem;
	}
	body > #page > #main #content #news > .col-12 > a > .stroke > .stroke-body > .stroke-details {
		padding-left: 1.5rem;
	}
}

/* .filter_heading[data-id="sub_type"],
label[data-id="sub_type"] {
    display: none!important;
} */

/* ----- Deelneemers Exception ----- */

/* body.post-type-archive-deelnemers #custom_results .col-12>a>.stroke>.stroke-img {
    background-size: 75%;
} */

.aanbod_info,
.company_info {
	padding: 35px;
	background: #f2f2f2;
}

.aanbod_info + .company_info {
	margin-top: 35px;
}

#custom_filter strong[data-id="variant"],
#custom_filter label[data-id="variant"] {
	display: none !important;
}

body.aanbod-leerlab #custom_filter strong[data-id="audience"],
body.aanbod-leerlab #custom_filter label[data-id="audience"] {
	display: none !important;
}

body:not(.aanbod-excursie) #custom_filter strong[data-id="city"],
body:not(.aanbod-excursie) #custom_filter label[data-id="city"] {
	display: none !important;
}

/* body.aanbod-leskist #primary-menu li.menu-item-671 a,
body.aanbod-leskist #primary-menu li.menu-item-671 span {
	background-color: #ff9a02 !important;
	color: #fff !important;
} */

body.aanbod-leerlab #primary-menu li.menu-item-672 a,
body.aanbod-leerlab #primary-menu li.menu-item-672 span {
	background-color: #ff9a02 !important;
	color: #fff !important;
}

body.aanbod-gastles #primary-menu li.menu-item-673 a,
body.aanbod-gastles #primary-menu li.menu-item-673 span {
	background-color: #ff9a02 !important;
	color: #fff !important;
}

body.aanbod-lesbrief #primary-menu li.menu-item-674 a,
body.aanbod-lesbrief #primary-menu li.menu-item-674 span {
	background-color: #ff9a02 !important;
	color: #fff !important;
}


body.aanbod-excursie #primary-menu li.menu-item-675 a,
body.aanbod-excursie #primary-menu li.menu-item-675 span {
	background-color: #ff9a02 !important;
	color: #fff !important;
}



/** wpbc --- 11-05-2023 */
.wpbc_structure_calendar .block_hints.datepick {
	font-size: .7rem;
}
.wpbc_structure_calendar .block_hints.datepick .block_free,
.wpbc_structure_calendar .block_hints.datepick .block_booked,
.wpbc_structure_calendar .block_hints.datepick .block_pending {
	width:15px;
	height: 15px;
}
.wpbc_structure_form{
	margin-top: 10px;
}
.wpbc_structure_form .btn {
	background: #39305e!important;
	color:#fff!important;
	border-radius: 0px!important;
	border: 0px solid transparent!important;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.wpbc_structure_form .btn:hover {
	background: #2d2649!important;
}


.search-filter-results {
	display: flex;
	flex-direction: column;
	gap: 2em;
}

.search-filter-results .search-filter-result-item {
	position: relative;
	display: flex;
	background: #fff;
	transition: box-shadow 300ms ease-in-out;
}
@media screen and (max-width: 800px) {
	.search-filter-results .search-filter-result-item {
		flex-direction: column;
	}
}
.search-filter-results .search-filter-result-item:hover {
    box-shadow: 0px 0px 6px #00000079;
}

.search-filter-results .search-filter-result-item figure {
	flex: 0 1 300px;
	width: 50%;
	max-width: 300px;
	padding: 3em;
}
@media screen and (max-width: 800px) {
	.search-filter-results .search-filter-result-item figure {
		flex: 0 1 auto;
		padding: 3em 3em 0;
	}
}
.search-filter-results .search-filter-result-item figure img {
	display: block;
	aspect-ratio: 1.5;
	object-fit: contain;
}
@media screen and (max-width: 800px) {
	.search-filter-results .search-filter-result-item figure img {
		aspect-ratio: auto;
	}
}

.search-filter-results .search-filter-result-item .search-filter-result-item-content {
	flex: 1 1 100%;
	padding: 3em;
}

.search-filter-results .search-filter-result-item .search-filter-result-item-type {
	color: #f39200;
}

.search-filter-results .search-filter-result-item .search-filter-result-item-excerpt {
	
}

.search-filter-results .search-filter-result-item .search-filter-result-item-url {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	inset: 0;
}

.search-filter-results .search-filter-result-item .search-filter-result-item-url span {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background-color: #f39200;
	color: #fff;
}


.aanbod-leskist-image-wrapper {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 90%;
	max-width: 1700px;
	min-height: 320px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 200px;
	pointer-events: none;
}
.aanbod-leskist-image-wrapper img {
	width: 320px;
	max-width: 30%;
	height: auto;
}

@media (max-width: 768px) {
	.aanbod-leskist-image-wrapper {
		display: none;
	}
}