/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

:root {
	--paars: #55519A;
	--rood: #d51c2a;
	--blauw: #c0d6df;
	--light-alt: #D9D5E3;
	--light: #F6F5F8;
	--donker: #333333;
	--border: #e4e4e4;
	--success: #4caf50;
	--trans: all .3s cubic-bezier(.14,.53,.4,.85);
}

/* TEMP */
.temp-hidden {
	display:none;
}

@font-face {
    font-family: 'Google Sans';
    src: url('/wp-content/uploads/GoogleSans-Medium.eot');
    src: url('/wp-content/uploads/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/GoogleSans-Medium.woff2') format('woff2'),
        url('/wp-content/uploads/GoogleSans-Medium.woff') format('woff'),
        url('/wp-content/uploads/GoogleSans-Medium.ttf') format('truetype'),
        url('/wp-content/uploads/GoogleSans-Medium.svg#GoogleSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('/wp-content/uploads/GoogleSans-Bold.eot');
    src: url('/wp-content/uploads/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/GoogleSans-Bold.woff2') format('woff2'),
        url('/wp-content/uploads/GoogleSans-Bold.woff') format('woff'),
        url('/wp-content/uploads/GoogleSans-Bold.ttf') format('truetype'),
        url('/wp-content/uploads/GoogleSans-Bold.svg#GoogleSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('/wp-content/uploads/GoogleSans-Regular.eot');
    src: url('/wp-content/uploads/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/GoogleSans-Regular.woff2') format('woff2'),
        url('/wp-content/uploads/GoogleSans-Regular.woff') format('woff'),
        url('/wp-content/uploads/GoogleSans-Regular.ttf') format('truetype'),
        url('/wp-content/uploads/GoogleSans-Regular.svg#GoogleSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, blockquote, strong, p, b {
	font-family: 'Google Sans' !important;
	font-style: normal;
}

h1, h2, h3, strong, h4, h5 {
	font-family: 'Google Sans' !important;
	font-weight: 500 !important;
	font-style: normal;
}

h6 {
	font-family: 'Google Sans' !important;
	font-weight: bold !important;
	font-style: normal;
	margin-bottom: 25px !important;
}

p {
	font-weight: normal !important;
}

.corona h3 {
	color: var(--rood) !important;
}

blockquote {
	font-size: 18px !important;
	line-height: 28px !important;
	letter-spacing: 0 !important;
}
#header-outer .sf-menu li ul li a {
	line-height: 2.5 !important;
}
/* .doneerbtn {position: absolute !important; right: 0 !important; height: 111px; opacity: 1 !important; transition: all .2s ease !important;}
.small-nav .doneerbtn {height: 80px !important;} */

#header-outer #top nav > ul > li:last-child > a, 
#header-outer[data-lhe="default"] #top nav > ul > li:last-child > a:hover,
#header-outer[data-lhe="default"] #top nav > ul > li:last-child.current-menu-item > a{
	color: #fff !important;
	margin-left: 15px !important;
}

#header-outer.transparent .buttons li a i {
	color: #fff !important;
}

#header-outer.transparent #top nav > .sf-menu > li > a, #header-outer #top nav > ul > li:last-child > a, #header-outer #top nav > ul > li:last-child > a, #header-outer[data-lhe="default"] #top nav > ul > li:last-child > a:hover {margin-left: 5px !important;}

.buttons li a i {
	color: var(--rood) !important;
}

ul.sf-menu:last-child {
	justify-content: flex-end !important;
}

.small {
	background: transparent !important;
}

.small span {
	text-decoration: underline;
}

.small:hover {
	box-shadow: none !important;
    -ms-transform: translateY(-0px) !important;
    transform: translateY(-0px) !important;
    -webkit-transform: translateY(-0px) !important;
}

.large {
	border: 1px solid;
}

.contact-header .column-image-bg-wrap, .leaflet-container {
	border-radius: 5px !important;
}

.sca-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sca-event {
	position: relative !important;
	padding: 23px !important;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
	border: 1px solid rgba(85,81,154,.2);
	min-width: 320px;
}

.sca-event {
		margin-right: 10px !important;
}

.sca-event.inactive {
	opacity: .5;
	pointer-events: none;
}

.tabbed[data-style*="vertical"] >div {
	padding-left: 0 !important;
}

/* VERANDERDE ICONS */
.fa-genderless:before {
	content: url('/wp-content/uploads/talking.svg') !important;
}

.fa-neuter:before {
	content: url('/wp-content/uploads/love.svg') !important;	
}

.fa-mars-stroke-h:before {
	content: url('/wp-content/uploads/appointment.svg') !important;	
}

.fa-mars-stroke-v:before {
	content: url('/wp-content/uploads/application.svg') !important;	
}

.fa-mars-stroke:before {
	content: url('/wp-content/uploads/talk.svg') !important;	
}
.fa-venus-mars:before {
	content: url('/wp-content/uploads/hand.svg') !important;	
}

.nectar-fancy-box[data-style="hover_desc"] .box-bg:before {
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(85, 81, 154, 0.75));
    transition: opacity .65s cubic-bezier(.05,0.2,.1,1);
}

.nectar-fancy-box[data-style="hover_desc"] {
	padding: 7% !important;
}


.img-bg1 {
	z-index: 1 !important;
	position: relative;
}

.img-bg1::after {
	content: '' !important;
	display: block;
	position: absolute;
	visibility: inherit !important;
	height: 100%;
	width: 75%;
	left: 0px;
	bottom: -50px;
	background: linear-gradient(rgba(213, 28, 42, 0) 0%, #55519a 100%);
	border-radius: 5px !important;
	opacity: .3 !important;
	z-index: -1 !important;
}
.tall::after {
	height: 130%;
}

/* TABS CUSTOMIZATION */
.menu-menu ul.ui-tabs-nav {
	padding-left: 4% !important;
	padding-bottom: 4% !important;
	
}

.menu-menu .active-tab {
	background: none !important;
}

.menu-menu .active-tab span {
	color: #d51c2a !important;
}

.menu-menu i {
	display: none !important;
}

.menu-menu .ui-tabs-nav li a {
	font-family: 'Google Sans' !important;
	font-size: 18px !important;
	color: #55519A !important;
}

.menu-menu .ui-tabs-nav li a::before {
	content: '' !important;
	display: inline-block;
	margin-right: 5px;
	width: 0px;
	height: 2px !important;
	background: #feddb7 !important;
		transition: all .2s ease;
}

.menu-menu .ui-tabs-nav li a:not(.active-tab):hover::before {
	content: '' !important;
	display: inline-block;
	margin-right: 5px;
	width: 15px;
	height: 2px !important;
	background: #55519A !important;
}

.menu-menu ul.ui-tabs-nav .active-tab::before { 
	content: '' !important;
	display: inline-block;
	margin-right: 5px;
	width: 30px;
	height: 2px !important;
	background: #d51c2a !important;
}

@media only screen and (max-width: 800px) {
	.menu-menu .ui-tabs-nav li {
		display: block !important
	}
}

.bg-gradient .tabbed >ul li a {
	background-color: transparent !important;
}



.bg-gradient {
	background: rgba(247,247,247,1);
background: -moz-linear-gradient(left, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,247,247,1)), color-stop(50%, rgba(247,247,247,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

.bg-gradient-t {
background: linear-gradient(rgba(213, 28, 42, 0) 0%, rgba(85,81,154, 0.3) 100%);
	border-radius: 5px !important;

}

.c-index {
	z-index: -1 !important;
}
@media only screen and (min-width: 800px) {
	.bg-gradient .wpb_tab {
	top: -100px !important;
}
.bg-gradient .tabbed[data-style*="vertical"] .wpb_tabs_nav{width: 40% !important;}
.bg-gradient .tabbed[data-style*="vertical"] >div {width: 60% !important;}
	}

@media only screen and (max-width: 1000px) {
	.sca-wrapper {
	justify-content: center !important;
		}
}
.sca-event {
	background: rgba(85, 81, 154, .05);
	z-index: 9999 !important;
	transition: all .2s ease !important;
	margin-bottom: 15px !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sca-event:hover {
	background: white;
	border: 1px solid rgb(85,81,154);
	
}

.sca-data h5{
	color: #55519A !important;
	font-weight: bold !important;
	font-size: 13px !important;
	line-height: 13px !important;
}

.sca-excerpt{
	color: #907D93 !important;
}

.sca-categories ul {
	margin: 0 !important;
}

.sca-categories, .sca-pricing {
	display: inline-block !important;
}

.sca-categories {
	padding: 5px 0 !important;
}

.sca-categories a {
	color: #C0D6DF !important;
	font-size: 13px !important;
	text-decoration: lowercase !important;
}

.sca-name a{
	color: #331E36 !important;
}

/* .sca-pricing {
	float: right !important;
	padding: 5px 20px !important;
	background: #C0D6DF !important;
	border-radius: 5px;
	color: #fff !important;
	font-weight: bold !important;
} */

.sca-categories ul li {
	list-style-type: none !important;
}

.sca-link {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100% !important;
	width: 100% !important;
	display: block !important;
}

.tabbed[data-style*="vertical"] .wpb_tabs_nav {
	text-align: left !important;
}

/* CALENDER CUSTOMIZATION */
.ui-widget-header table {
	margin-bottom: 0 !important;
}
.ui-widget-header th {
	background: #fff !important;
}
.fc-week {
	height: 165px !important;
	margin-bottom: 10px !important
}
.fc table {
	border-collapse: separate !important; 
	border-spacing: 10px 0px !important;
}
.fc-ltr .fc-basic-view .fc-day-number {
	text-align: left !important;
	font-size: 15px !important;
}
.fc-view-container *{
	border: none !important;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc-widget-content, .fc-head-container {
	padding: 0 !important;
}
.fc-scroller {
	height: 100% !important;
}

.fc-day {
	border-radius: 5px !important;
	background: #fff !important;
	border: 1px solid #C0D6DF !important;
}

.fc-day-number {
	border-bottom: 0px !important;
	border-radius: 5px 5px 0 0 !important;
}

.fc-content-skeleton table, .fc-content-skeleton table tr, .ui-widget-content{
	background: transparent !important
}
.ui-widget-content {
	padding: 0 !important;
	background: #fff !important;
}
.ui-widget-header {
	background: #fff !important;
	color: #331E36 !important;
}

.fc-day.fc-today {
	background: #DBE9EE !important;
	border-color: #55519A !important;
}

.fc-day-number.fc-today {
	color: #55519A !important;
}

.fc-day-number.fc-other-month {
	opacity: 1;
}

.fc-other-month {
	color: #DBE9EE !important;
	border-color: #DBE9EE !important;
}

.fc-h-event {

	padding: 5px 10px !important;
}
.ui-selectmenu-text {
	font-family: 'Google Sans' !important;
	font-weight: bold !important;
	background: #55519A !important;
	color: #fff !important;
	border: none !important;
	padding: 5px 15px 5px 15px !important;
}
.ui-selectmenu-text::after {
	font-family: FontAwesome !important;
	content: '\f078';
	font-size: 10px !important;
	position: relative !important;
	padding-left: 10px;
	color: white !important;
}
.ui-selectmenu-button {
	width: auto !important;
	border: none !important;
}

.fc-left .fc-prev-button,
.fc-left .fc-next-button{
	background: transparent !important;
	border: 0 !important;
}
.fc-right button {border: 0 !important; margin-left: 5px !important;}
.fc-basicWeek-button, .fc-basicDay-button, .fc-month-button {
	padding: 5px 15px !important;
	background: #C0D6DF !important;
	color: #fff !important;
}
.ui-state-active {background: #55519A !important;}

.fc-prev-button::after {
	content: url('/wp-content/uploads/arrow-prev.svg') !important;
	height: 10px !important;
	width: 50px !important;
	display: block !important
}

.fc-next-button::after {
	content: url('/wp-content/uploads/arrow-next.svg') !important;
	height: 10px !important;
	width: 50px !important;
	display: block !important;
}

.fc-today-button {
	padding: 5px 15px !important;
	background: var(--paars) !important;
	border: 0 !important;
	color: #fff !important;
}

.fc-today-button:hover {
	background: var(--paars) !important;
	border: 0 !important;
	opacity: .8;
	color: #fff !important;
}

.fancy-select-wrap {
	display: none;
}

.ui-icon {
	display: none !important;
}

.ui-menu-item {
	font-size: 13px !important;
}

.ui-state-focus, .ui-widget-content .ui-state-focus {
	border: 0 !important;
    background: #f7f7f7 !important;
    font-weight: bold;
    color: #331E36 !important;
	font-size: 13px !important;
}

.widget_nav_menu .doneerbtn {
	display: none !important;
}

.burobrein {
	margin-left: auto !important;
}

.burobrein img {
	margin-bottom: -3px !important;
	margin-left: 10px !important;
}
.burobrein span {
	color: #907D93;
	font-family: 'Google Sans';
	font-size: 13px;
}

#footer-outer {
	z-index: 1 !important;
}

@media only screen and (min-width: 1000px) {
#footer-outer #copyright[data-layout="centered"] .col.span_5 {
	max-width: 100% !important;
	margin: 0 !important;
	text-align: left !important;
	float: left !important;
	display: flex !important;
	z-index: 9999 !important;
}
	
}
.column-two, .column-three {
	display: flex !important;
	justify-content: space-between;
	padding-bottom: 1.5em;
}
span.wpcf7-list-item{margin: 0 !important; margin-right: 15px !important;}
.column-three label:not(:last-child) {
	margin-right: 5% !important;
}
.wpcf7-form span, .donatie-form span {color: #331e36 !important;}
.bedrag {margin-bottom: 20px !important;}

.bedrag .wpcf7-list-item span{
	cursor: pointer !important;
	padding: 10px 25px;
	border: 1px solid #C0D6DF !important;
	transition: all .2s ease;
	border-radius: 5px !important;
}

.bedrag .wpcf7-list-item input {
	margin-right: 20px;
}

.bedrag input[type=radio]:not(old) {
	display: none !important;
}
.bedrag .wpcf7-list-item-label {line-height: 2 !important;}

.bedrag input[type=radio]:checked + span {
	color: #fff !important;
	border-color: #D51C2A !important;
	background: #D51C2A !important;
}

.sponsor-logos img {
  filter: grayscale(100%) !important;
	transition: all .3s ease !important;
}

.sponsor-logos img:hover {
  filter: grayscale(0%) !important;
}
.accept
{
	font-size: 12px !important;
	line-height: 1.5em;
}

.event-template-default .container-wrap {
	padding-top: 0 !important;
}

.row > h2, .row > #em-booking {
	display: none !important;
}

/* PAYTIUM */

.pt-checkout-form {
	padding: 0 !important;
	border: none !important;
	width: 100% !important;
}
.pt-form-group {
	margin-bottom: 0 !important;
}

.pt-checkout-form button.pt-payment-btn {
	background: var(--rood);
	text-transform: none !important;
}

.pt-checkout-form button.pt-payment-btn:hover { background: var(--rood); opacity: 0.8}

.eenmalig-gift {
	z-index: 22 !important;
}

/* SOCIAL MEDIA */ 

.social-media {
	position: fixed;
	right: 10px;
	top: 300px;
	z-index: 999999 !important;
	transition: var(--trans);
}

.social-medias {
	padding: 5px 10px;
	margin-top: 15px;
	background: #fff !important;
	border-radius: 5px;
	box-shadow: 0px 6px 12px rgba(0,0,0,0.1);
	opacity: 0.9;
	transition: var(--trans);
}

.social-medias:hover {opacity: 1;}

.em-booking-form-details {
	width: 100% !important;
}

@media only screen and (max-width: 1400px) {
	.buttons {
		margin-right: 40px !important;
	}
	
	.mobile-icon:before {
		content: 'MENU';
		display: inline-block;
		font-weight: 600;
		position: relative;
		font-size: 12px;
		top: 0;
		right: 12px;
	}
	.transparent .mobile-icon:before {
		color: #fff !important;
	}
}

@media only screen and (max-width: 1000px) {
	.mobile-icon:before {
		top: 24px;
		right: 53px
	}
}

@media only screen and (min-width: 1400px) {
		.doneerbtn a{
	padding: 15px 20px !important;
	background: #D51C2A !important;
	float: right !important;
	border-radius: 5px !important;
	opacity: 1 !important;
	transition: all .2s ease !important;
}

.doneerbtn a::after {
	display: none !important;
}
.doneerbtn a:hover {
	background: #BE232F !important;
}
}

@media only screen and (max-width: 800px) {
	
	.social-media {display: none}
	.nectar-shape-divider {
		display: none !important;
	}
		.bg-gradient {
		background: linear-gradient(to right, rgba(247,247,247,1) 80%, rgba(247,247,247,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
	}
	.nectar-shape-divider-wrap {
		height: 300px !important;
	}
	.header-fix {
		margin-top: 40px !important;
}
	.img-bg1::after {
	height: 100%;
	width: 75%;
	left: -100px;
	bottom: 50px;

}
.tall::after {
	height: 100%;
}
	.resp-fix {
		transform: translatey(0) !important;
	}
	.bedrag .wpcf7-list-item span {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.nectar-highlighted-text em {
		display: inline !important;
	}
	.nectar-highlighted-text em:before {
		display: none !important;
	}
	
	.sponsor-logos .one-fourths {
		max-width: 50% !important;
	}
	.wpfc-calendar-wrapper {
		overflow-x: scroll;
	}

	.fc-view-container {min-width: 900px; overflow-y: hidden;}
}

.em-booking-login {
	display: none !important;
}
@media only screen and (max-width: 690px) {

}

/* Evenementen update 2021 */

.evenementen-wrapper {
	margin: 0 !important;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}

@media only screen and (max-width: 768px) {
	.evenementen-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 425px) {
	.evenementen-wrapper {
		grid-template-columns: 1fr;
	}
}

.evenement {
	position: relative !important;
	padding: 23px !important;
	box-sizing: border-box;
	display: flex;
	background: rgba(85, 81, 154, .05);
	flex-direction: column;
	z-index: 11;
	justify-content: center;
	width: 100%;
	border-radius: 5px;
	border: 1px solid rgba(85,81,154,.2);
	transition: all .3s ease;
}

.evenement:hover {
	border: 1px solid rgba(85,81,154,1);
	background: white;

}

.evenement h3 {
	margin: 8px 0 !important;
}

.evenement p {
	color: #331e36 !important;
}

.evenement span,
.sca-pricing  {
	background: rgba(213, 28, 42,.1);
	color: var(--rood) !important;
	display: inline-block;
	width: fit-content;
	padding: 0 5px;
	border-radius: 3px;
}


.sca-pricing {
	padding:  10px 15px;
}

.openingstijden__container span {
	display: block;
}

.openingstijden__container .mededeling{
	padding: 10px;
	background: rgba(213, 28, 43, 0.1);
	border-radius: 3px;
	border: 1px solid var(--rood);
	color: var(--rood);
	font-size: 12px;
	margin-top: 10px;
}

.single-activities .hentry {
	display: none;
}

.single-activities .no-sidebar {
	padding-top: 0 !important
}

.mededeling-btn {
	padding: 5px 10px;
	color: white !important;
	background: var(--rood);
	border-radius: 3px;
	display: block;
	margin-top: 25px;
}

.openingstijden__container h3 {
	margin-bottom: 25px !important;
}
.wpb_raw_code {margin-bottom: 0 !important;}
.mededeling__container {
	padding: 2rem;
	border-radius: 5px 5px 0 0;
	background: linear-gradient(0deg, rgba(213, 28, 42, 1) 0%, rgba(85, 81, 154, 1) 100%);
	color: white !important;
}

.mededeling__container.bg__paars {
	background: rgba(85, 81, 154, 1);
}
.mededeling__container.bg__rood {
	background: rgba(213, 28, 42, 1);
}

.mededeling__container h3 {
	color: white;
}

.wpb_raw_code .mededeling__container + .templatera_shortcode div[data-border-radius] > div > div{
	border-radius: 0 0 5px 5px !important;
}

.single-event .main-content > .row > .em-event-booking-form,
.single-event .main-content > .row > .has-global-section,
.single-event .main-content .em-booking-form-section-summary {
	display: none;
}

.em-booking-form-section-tickets .em-tickets {
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 20px;
	right: 20px;
}

.em-booking-form-section-tickets {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;

	margin-bottom: 10px;
	padding-bottom: 20px;
	/* border-bottom: 1px solid rgba(85, 81, 154, .25); */
}

.em-booking-form-section-tickets h3 {
	display: none;
}

.em-booking-form-section-tickets::before {
	content: 'Reservering';
	display: block;
	font-size: 32px;
	font-weight: 500;
	color: #331E36;
	
}

.em-booking-form-section-tickets .em-tickets .ticket-price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
	background: #D9D5E3;
	border-radius: 5px;
	padding: 10px 20px;
	border: 1px solid rgba(85, 81, 154, 1);

}

.em-booking-form-section-tickets .em-tickets .ticket-price strong {
	font-size: 21px;

}

.em-booking-form {
	position: relative;
	padding: 30px;
	background: var(--light);
	border-radius: 15px;
}

#dbem_booking_comment {
	width: 100% !important;
	height: 140px;
}

p.input-name, p.input-user-field {
	padding-bottom: 15px !important;
}

p.input-name label, p.input-user-field label {
	padding-bottom: 5px !important;
}

.evenement-bedankt {
	margin: 0 auto;
	padding: 30px;
	background: var(--light);
	border-radius: 10px;
	border: 1px solid var(--border);
	max-width: 600px;
}

.em-booking-message-success {
	background: var(--success);
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

/* Sponsor pagina 2024 */
.sponsor__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	row-gap: 20px;
	align-items: stretch;
}

@media screen and (max-width: 768px) {
	.sponsor__wrapper {
		grid-template-columns: 1fr;
	}
	.sponsor__content::after {
		width: 100vw !important;
		right: unset !important;
		left: 50%;
		transform: translateX(-50%);
	}
}

.button-alt {
	padding: 10px 15px;
	border: 1px solid #C9C9C9;
	border-radius: 100px;
	color: #331E36;
	transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
}

.button-alt span {
	margin-left: 10px;
}

.button-alt:hover {
	background: var(--success);
	color: white;
	border-color: var(--success);
}

.button-alt:hover span svg path {
	stroke: white;
}

.wsf-form input[type="radio"] + label:before,
.wsf-form input[type="checkbox"] + label:before {
	background-color: #D9D5E3 !important;
	border: 1px solid #D9D5E3 !important;
}

.wsf-form input[type="radio"]:checked + label:before,
.wsf-form input[type="checkbox"]:checked + label:before {
	background-color: #D9D5E3 !important;
	border: 1px solid #331F36 !important;
}
.wsf-form input[type="radio"]:checked + label:after,
.wsf-form input[type="checkbox"]:checked + label:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.327' height='6.312' viewBox='0 0 8.327 6.312'%3E%3Cpath id='Path_13' data-name='Path 13' d='M1383.691,916.827l2.37,2.09,5.273-5.273' transform='translate(-1383.36 -913.291)' fill='none' stroke='%23331f36' stroke-width='1'/%3E%3C/svg%3E%0A") !important;
	height: 9px !important;
	top: 50% !important;
	transform: translatey(-50%) !important;
}

.wsf-form input[type="radio"].custom-radio + label {
	padding: 10px 30px !important;
	border: 1px solid #D9D5E3 !important;
	background: #D9D5E3 !important;
	border-radius: 3px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
}

.wsf-form input[type="radio"].custom-radio + label:before,
.wsf-form input[type="radio"].custom-radio + label:after {
	display: none !important;
}

.wsf-form input[type="radio"].custom-radio:checked + label {
	background: #331E36 !important;
	border-color: #331E36 !important;
	color: white !important;
}

.wsf-form input[type="radio"].custom-radio:hover + label {
	border-color: #331E36 !important;
}

button.wsf-button {
	background-color: #4caf50 !important;
	border-color: #4caf50 !important;
}

button.wsf-button:hover {
	background-color: #46a849 !important;
	border-color: #46a849 !important;
}

.opacity-0 {
	opacity: 0 !important;
}
.sponsor__content {
	position: relative;
	padding: 100px 0;
	padding-right: 40px;
}
.sponsor__content::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
	z-index: -1;
	height: 100%;
	background: #F6F5F8;
}

.sponsor__section-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 15px;
}

.sponsor__section {
	margin-top: 30px;
}

.sponsoren__container {
	padding: 100px 0px;
}

.sponsors {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;

}

.sponsors .sponsor {
	background: #F6F5F8;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 40px;
	text-align: center;	
	border-radius: 10px;
}

.sponsors .sponsor img {
	max-width: 200px;
	max-height: 80px;
	mix-blend-mode: multiply;
	object-fit: contain;
	object-position: center;
	margin-bottom: 0 !important;
}

.sponsor[data-type="plat"] {
	flex: 1 0 40%;
}
.sponsor[data-type="gold"] {
	flex: 1 0 30%;
	padding: 20px 30px;
}
.sponsor[data-type="gold"] img {
	max-width: 120px;
}
.sponsor[data-type="silver"] {
	flex: 1 0 20%;
	padding: 20px;
}
.sponsor[data-type="silver"] img {
	max-width: 70px;
}

@media screen and (max-width: 768px) {
	.sponsor[data-type="plat"] {
		flex: 1 0 100%;
	}
	.sponsor[data-type="gold"] {
		flex: 1 0 40%;
	}
	.sponsor[data-type="gold"] img {
		max-width: 120px;
	}
	.sponsor[data-type="silver"] {
		flex: 1 0 40%;
	}
	.sponsor[data-type="silver"] img {
		max-width: 120px;
	}
	.sponsoren__container, .sponsor__content {
		padding: 50px 0px;
		padding-right: 20px;
	}
}

.sponsor__bedankt {
	padding: 30px;
	border-radius: 10px;
	border: 1px solid var(--border);
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.sponsor__bedankt img {
	width: 90px !important;
	height: 90px !important;
	margin-right: 20px;
	margin-bottom: 0 !important;
	border-radius: 100px;
}

.sponsor__bedankt p {
	margin-bottom: 0 !important;
}

.qr-code__container {
	padding: 20px 30px;
	border-radius: 10px;
	background: white;
	border: 1px solid var(--paars);
	display: flex;
	align-items: center;
	max-width: 400px;
	gap: 20px;
}

.qr-code__container img {
	margin-bottom: 0 !important;
	width: 90px !important;
}
.qr__wrapper {
	position: fixed;
	top: 50%;
	right: 20px;
	transform: translatey(-50%);
	z-index: 999999 !important;
}
.qr__wrapper .vertical {
	flex-direction: column;
	max-width: 190px;
	text-align: center;
	padding: 20px 10px;
}

.qr__wrapper > p {
	max-width: 190px;
	opacity: .5;
	margin-top: 10px;
}

.page-id-25411 .social-media {
	display: none !important;
}

@media screen and (max-width: 1200px) {
	.qr__wrapper {
		position: relative;
		top: 0;
		transform: unset;
		width: 100%;
		max-width: 100%;
		right: 0;
	}
	.qr__wrapper .vertical {
		flex-direction: row;
		max-width: 100%;
		text-align: left;
		padding: 20px 30px;
	}

	.qr__wrapper > p {
		max-width: 100%;
	}

	#donatie__qr {
		order: -1
	}
}

.no-margin {
	margin-bottom: 0 !important;
}

.page-id-25664 .social-media,
.page-id-25652 .social-media {
	display: none !important;
}

.em-gateway-buttons ~ .em-booking-section.em-booking-form-buttons.em-booking-buttons {
	display: none !important;
}

.booking-form-container[data-offline=yes] .em-gateway-buttons > input:nth-child(1),
.booking-form-container[data-offline=no] .em-gateway-buttons > input:nth-child(2){
	display: none !important;
}