/*
Theme Name: Yooker Theme
Template: Impreza
Version: 1.0.0
Author:	Yooker
Theme URI: https://yooker.nl
Author URI: https://yooker.nl
*/

@import url("./forms.css");
@import url("./responsive.css");

:root { /* Deze aanpassen naar klantkleuren */
	--main-color: #f15a23;
	--secondary-color: #117bb8;
	--faded-main-color: #FCEDE8;
	--faded-secondary-color: #D7E7F1;
	--border-radius: 5rem;
}


h1, h2, h3, h4, h5, h6, p, a, div{
	font-family: "karmina-sans", sans-serif !important;
}


/* Algemeen */
.w-separator.size_small { height: 1rem !important; }
.w-separator.size_medium { height: 2rem !important; }
.w-separator.size_large { height: 4rem !important; }
.w-separator.size_huge { height: 8rem !important; }

.clickthrough{
	pointer-events: none;
}
.center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.overflow-hide{
	overflow: hidden;
}
.smaller-image-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.smaller-image-center img { 
	max-height: 500px !important;
	width: auto !important;
}

/* Counters */
.w-counter:not(.has_font_size) .w-counter-value{
	font-size: 4rem;
	font-weight: 700;
}


/* Content-banner */
#content-banner .l-section-img{
	background-position: 0 80% !important;
}



/* Home */
#home-video iframe{
	width: 100%;
}
.home .w-popup-closer{
	background: var(--main-color);
	border-radius: 5rem;
	position: absolute;
	top: -25px;
	right: -25px;
	height: 50px;
	width: 50px;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: ease 0.3s;
}
.home .w-popup-closer:hover{
	filter: grayscale(0.2);
}
.home .w-popup-box { overflow: visible; }
.home .w-popup-box-h { overflow: visible; }

#aanmelden-meehelpen .w-iconbox-meta{
	padding: 50px;
}
#aanmelden-meehelpen .w-iconbox-icon img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: auto;
	max-height: 100%;
}

#nieuws-grid-home .w-grid-list{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(2, 1fr);
}
#nieuws-grid-home article { grid-column: span 4; width: 100%; padding: 0.5rem !important; }
#nieuws-grid-home article .post_image { height: 100%; }
#nieuws-grid-home article .post_image img { height: 100%; object-fit: cover; max-height: 400px;}
#nieuws-grid-home article .post_title { color: #fff; }
#nieuws-grid-home article:not(:first-child) .post_content {
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
}

#nieuws-grid-home article:nth-child(1) { grid-column: span 8; }
#nieuws-grid-home article:nth-child(1) .post_title { margin-bottom: 0; }
#nieuws-grid-home article:nth-child(1) .post_content{ display: none; }

#nieuws-grid-home article:nth-child(2) .w-grid-item-h { background: var(--faded-secondary-color);  }
#nieuws-grid-home article:nth-child(2) .post_image { opacity: 0; }
#nieuws-grid-home article:nth-child(2) .w-vwrapper:last-child { background: transparent !important; }
#nieuws-grid-home article:nth-child(2) .post_title { color: var(--color-content-heading); }
#nieuws-grid-home article:nth-child(2) .post_content { color: var(--color-content-heading); }

#nieuws-grid-home article:nth-child(3) .w-grid-item-h { background: var(--faded-main-color); }
#nieuws-grid-home article:nth-child(3) .post_image { opacity: 0; }
#nieuws-grid-home article:nth-child(3) .w-vwrapper:last-child { background: transparent !important; }
#nieuws-grid-home article:nth-child(3) .post_title { color: var(--color-content-heading); }
#nieuws-grid-home article:nth-child(3) .post_content { color: var(--color-content-heading); }

#geholpen-kaart .w-counter-value-part.type_number{
	font-weight: 800;
}

/* Nieuws overzicht */
#nieuws-overzicht img{
	height: 300px;
	object-fit: contain;
}

.w-grid-list .post_image  img {
	object-fit: contain !important;
}

/* Single Blog */
.blog-cat a {
	border: solid #ffffff8f 1px;
	border-radius: 50px;
	padding: 4px 20px;
}
.et_pb_post_content_0_tb_body.et_pb_post_content .scriptlesssocialsharing a {
	color:#111 !important;
	background-color:transparent !important;
	border:solid #00000014 1px;
	margin-left:-1px;
	padding:14px !important;
}
.et_pb_post_content_0_tb_body.et_pb_post_content .scriptlesssocialsharing a:before {
	font-size:17px !important;
}
.et_pb_post_content_0_tb_body.et_pb_post_content .scriptlesssocialsharing a:hover {
	background:#111 !important;
	color:#fff !important;
	border-color:#111 !important;
}
.scriptlesssocialsharing__heading {
	font-size:18px !important;
}
.scriptlesssocialsharing:first-child .scriptlesssocialsharing__buttons {
	margin-bottom:35px;
}
.et_pb_post_content p:not(.has-background):last-of-type {
	margin-bottom:35px !important;
}
.single-post .lees-ook .post_title > a:before{
	content: "\f061";
	font-family: 'fontawesome';
	font-weight: 700;
	margin-right: 0.5rem;
}
.single-post .comment-form textarea, .single-post .comment-form input{
	background: #fff;
	color: #1a1a1a !important;
}
#blogreacties .w-comments-title{
	display: flex;
	flex-direction: column;
}
#blogreacties .w-comments-title > span{
	order: 2;
}
#blogreacties .w-comments-title > a{
	order: 1;
	margin-bottom: 0.5rem;
}


/* REUSABLE BLOCKS */
/* Erkenningen */
#erkenningen .post_image{
	display: flex;
	justify-content: center;
}
#erkenningen img{
	max-height: 150px;
	width: auto;
}



/* Wat we doen */
#wat-we-doen .owl-stage-outer{
	overflow: visible;
}
#wat-we-doen .w-grid-item-h { max-height: 350px; }
#wat-we-doen .w-grid-item-h img { max-height: 350px; }
#wat-we-doen .owl-prev{
	top: -10%;
	left: unset;
	right: 7.5%;
	height: 3.5rem;
	width: 3.5rem;
}
#wat-we-doen .owl-next{
	top: -10%;
	left: unset;
	right: 2%;
	height: 3.5rem;
	width: 3.5rem;
}


/* Scrollbar */
body::-webkit-scrollbar {
	width: 1em;
}
body::-webkit-scrollbar-track {
	background:#fff;
}
body::-webkit-scrollbar-thumb {
	background-color: var(--main-color);
}


/* privacy pagina */
.no-touch .w-tabs-section-header{
	font-weight: bold;
}

/* Cookie Banner */
.seopress-user-consent {
	font-size: 1rem !important;
	padding: 0.75rem !important;
	background: #f7f7f7 !important;
	border-right: 0 !important;
}
.seopress-user-consent p a:first-child {
	content: "";
	background-image: url(/wp-content/uploads/2022/01/yooker-cookies.png);
	width: 32px;
	height: 32px;
	display: inline-block;
	background-size: cover;
	margin-bottom: -11px;
	margin-right: 13px;
}
.seopress-user-consent #seopress-user-consent-accept{
	background: var(--main-color);
	color: #fff;
	border-radius: var(--border-radius);
	padding: 0.5rem 2rem;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 600;
	margin-left: 50px !important;
	border: none;
	cursor: pointer;
	transition: all ease .3s;
}
.seopress-user-consent #seopress-user-consent-close {
	background: none;
	border: none;
	font-size: 13px;
	padding: 3px 20px;
	margin-top: 5px;
	font-weight: 600;
	color: #000;
	transition:all ease .3s;
}
.seopress-user-consent #seopress-user-consent-close:hover {
	border:none;
	background:none;
	color:red;
	transition:all ease .3s;
}
.seopress-user-consent p a:nth-child(2) {
	text-decoration:underline;
}
.seopress-user-consent p {
	padding-bottom:0 !important;
}

/* Footer */
footer{
	font-size: 18px;
	font-weight: 300;
}
footer .widget.widget_nav_menu li {
	margin-bottom: 14px !important;
}
footer .menu-item > a:before{
	content: "\f061";
	font-family: 'fontawesome';
	font-size: 0.8rem;
	font-weight: 500;
	color: #fff;
	margin-right: 10px;
}
footer .w-grid-item.category-nieuws .post_title a:before{
	content: "\f061";
	font-family: 'fontawesome';
	font-size: 0.8rem;
	font-weight: 500;
	color: #fff;
	margin-right: 10px;
}

/* Voorwaarden */
.voorwaarden .w-iconbox{
	align-items: center;
}


/* FAQ */
/* Style the buttons that are used to open and close the accordion panel */
.faq-tab .accordion {
	background-color: transparent;
	color: var(--color-content-heading);
	padding: 1rem;
	width: 100%;
	text-align: left;
	transition: ease 0.4s;
	border-bottom: solid 1px var(--color-content-border);
	font-weight: 500;
	font-size: 1.25rem;
}
.faq-tab .accordion:hover{
	background-color: var(--color-content-bg-alt);
}
.faq-tab .panel {
	padding: 0;
	overflow: hidden;
	transition: ease 0.3s;
	visibility: hidden;
	height: 0;
}
.faq-tab.active .panel{
	transition: ease 0.3s;
	height: fit-content;
	padding: 18px;
}
.faq-tab .accordion:after {
	content: '\f067'; 
	color: var(--color-content-heading);
	float: right;
	margin-left: 5px;
	font-family: fontawesome;
	font-size: 1.25rem;
	font-weight: 300;
	transition: ease 0.3s;
}
.faq-tab.active .accordion:after {
	transform: rotate(315deg);
}

/* Mega menu */
#mega_menu .w-nav-control{
	color: #1a1a1a;
	border-radius: 100%;
	height: 64px;
	width: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mega_menu .w-nav-close{
	border: solid 3.5px rgba(255,255,255,0.2);
	border-radius: 100%;
	color: #fff;
	opacity: 1;
	height: 76px;
	width: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 5%;
	right: 12%;
	font-size: 2.5rem;
	transition: ease 0.3s;
}
#mega_menu li.w-nav-close:hover {
	transform: rotate(180deg);
}
#mega_menu .w-nav-close:before{
	font-weight: 300;
}
#mega_menu .w-nav-list.level_1.hover_underline{
	padding: 0px !important;
}
#menu-item-2655{
	margin-bottom: 0px;
}
#menu-mega-menu{
	width: fit-content;
}
#menu-mega-menu > li > a{
	background: transparent !important;
}
#menu-mega-menu:hover > li > a{
	opacity: 0.5;
}
#menu-mega-menu > li > a:hover{
	opacity: 1 !important;
}

#footer_mega_menu blockquote:before {
	content: '\201C';
	display: block;
	font-size: 5rem;
	line-height: 0.8;
	font-family: Satoshi, Bold;
	position: initial;
	left: 0;
	color: var(--color-alt-content-primary);
	padding: 15px 12px 0px;
	background-color: #fff;
	margin: 15px;
	max-height: 50px;
	width: 44px;
	text-align: center;
}

#footer_mega_menu span.border {
	width: 1px;
	color: #fff;
	background: #ffffff73;
	height: 45px;
	display: block;
}

#menu-item-2655 li.w-nav-close {
	position: absolute !important;
	top: 5vh;
	right: 23vh;
	opacity: 1 !important;
	max-width: fit-content;
	height: 80px;
	transition: 0.3s;
}

#menu-item-2655 .w-nav-close:before {
	content: '\f00d';
	font-family: fontawesome;
	font-weight: normal;
	vertical-align: top;
	color: #fff;
	border-radius: 96px;
	border: 2px solid #ffffff45;
	font-size: 40px;
	padding: 14px 22px;
}
#hoofdmenu_in_mega_menu{
	margin-top: -35px;
}
#hoofdmenu_in_mega_menu a{
	font-size: 4.8vh;
	line-height: 1.25;
}
#hoofdmenu_in_mega_menu .menu-item:not(.level_1):hover>a{
	background: none !important;
}
#hoofdmenu_in_mega_menu .current_page_item a{
	background: none !important;
}



/* Shop */
.w-grid-item.product img{
	height: 250px;
	width: auto;
	object-fit: contain;
	display: flex;
	margin: 0 auto;
}

/* Product Algemeen */
.product-fotos img{
	margin: 0 auto;
}
form.cart .quantity input{
	border: solid 2px var(--faded-main-color) !important;
	color: #1a1a1a !important;

}
/* Single product */

/* Variabel product */
.product-details select{
	border: solid 2px var(--faded-main-color) !important;
	color: #1a1a1a !important;
}

/* Winkelmand */
.woocommerce-mini-cart img{
	max-height: 100px;
	width: auto !important;
}



/* author grid */
.author-grid{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: 1fr;
	grid-gap: 1rem;
}
.author-grid > .author-grid-item{
	grid-column: span 3;
}
.author-grid > .author-grid-item a{
	display: block;
	position: relative;
}
.author-grid img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.author-grid .grid-content-wrapper{
	position: absolute;
	bottom: 8px;
	padding: 2rem 0.5rem 0.5rem;
	background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0) 100%);
	width: 100%;
	color: #fff;
}
.author-grid .author-grid-name{
	font-size: 1.25rem;
	font-weight: 600;
	transition: ease 0.3s;
}

/* Author page */
.author .w-grid-item h2{
	color: #fff !important;
}


/* Vrijwilliger pagina */
.page-vrijwilligers .w-grid-list .korte_omschrijving{
	display: none !important;
}
.page-vrijwilligers .layout_3016 .usg_vwrapper_2{
	min-height: 65px !important;
}

/* Reacties */
#reacties input, #reacties textarea{
	background: #fff;
	color: #1a1a1a !important;
}
#reacties .w-comments-title{
	display: flex;
	flex-direction: column;
}
#reacties .w-comments-title > span{
	order: 2;
}
#reacties .w-comments-title > a{
	order: 1;
	margin-bottom: 0.5rem;
}


/* Verhalen */
.single-verhalen .w-grid-item .post_title > a:before {
	content: "\f061";
	font-family: 'fontawesome';
	margin-right: 0.5rem;
}


/* Memoriam */
.memoriam-gallerij .owl-item{
	width: auto !important;
}
.memoriam-gallerij img{
	height: 300px;
	object-fit: cover;
}


/* Vacatures */
#vacature-slider .owl-nav > button{
	height: 3rem;
	width: 3rem;
}


/* Jaarverslagen */
.jaarverslag{
	text-decoration: underline;
}

/* WooCommerce checkout */
.woocommerce-checkout #customer_details input, .woocommerce-checkout #customer_details input:focus, .woocommerce-checkout #customer_details textarea, .woocommerce-checkout #customer_details select, .woocommerce-checkout #customer_details select + .select2{
	color: #1a1a1a !important;
	border: solid 2px var(--main-color) !important;
	border-color: var(--main-color) !important;
	border-radius: 8px !important;
}
#customer_details .select2-selection { color: #1a1a1a !important; }


/* WooCommerce */
.woocommerce-page td {
	vertical-align: middle;
}
.product-quantity input{
	border: solid 2px var(--main-color) !important;
	color: #1a1a1a !important;
}


/* Submenu's */
.side-menu .menu-item > a{
	padding: 1rem 1.25rem !important;
}
.side-menu .menu-item > a:after{
	content: "\f178";
	font-family: 'fontawesome';
	position: absolute;
	right: 1.2em;
	top: 0;
	bottom: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 601px) and (max-width: 1024px){
	.side-menu .menu-item > a{
		padding: 1rem 1.25rem 1rem 0.5rem !important;
	}
	.side-menu .menu-item > a:after{
		right: 0.6rem;
	}
}


/* Diensten */
.meer-diensten .post_title > a {
	width: 100%;
	display: block;
	padding: 1rem 1.25rem;
	position: relative;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: var(--color-content-border);
}
.meer-diensten .post_title > a:hover {
	background: var(--faded-main-color);
	border-color: transparent;
}
.meer-diensten .post_title > a:after {
	content: "\f178";
	font-family: 'fontawesome';
	position: absolute;
	right: 1.2em;
	top: 0;
	bottom: 0;
	height: 100%;
	display: flex;
	align-items: center;
}



/* Donatie form home */
/* #gform_7 #input_7_1 .gchoice {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 60px;
	height: 60px;
	position: relative;
	margin-right:25px;
}
#gform_7 #input_7_1 .gchoice_7_1_3.gchoice {
	width:120px !important;
}
#input_7_3 .gchoice {
	display:inline-block;
} 
#gform_fields_7 {
	display:flex;
} 
#field_7_1 {
	flex-basis: 50%;
} 
#input_7_1 {
	display:flex;
} 
#field_7_3 {
	flex-basis:30%;
}
#input_7_1 .gchoice input[type="radio"] {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	border: 2px solid #f15a23;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0 !important;
	display: block !important;
} 
#input_7_1 .gchoice label {
	position: absolute;
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	max-width: 100%;
} 
#choice_7_1_3 {
	width: 120px !important;
} 

#input_7_1 .gchoice input[type="radio"]:checked, #input_7_1 .gchoice input[type="radio"]:focus {
	background: #f15a23;
} 
#input_7_1 .gchoice input[type="radio"]:checked ~ span:first-of-type {
	color: white;
} 
#field_7_3 {
	display: flex;
	align-items: center;
} 
#field_7_3 input[type="radio"] {
	width: 26px;
	height: 26px;
	border-radius: 50px;
	border: 2px solid #f15a23;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#field_7_3 .gchoice input[type="radio"]:checked, #field_7_3 .gchoice input[type="radio"]:focus {
	background: #f15a23;
}
#field_7_3 label {
	font-size: 18px;
	font-weight: 600;
}
.gchoice_7_3_0 {
	margin-right:30px;
}
#input_7_1_other {
	position: absolute;
	right: -145px;
	height: 60px;
	top: -14px;
	color: #000000;
	border: solid 2px #f15a23;
	text-align: center;
}
 */

/* Poging 2 */
#gform_fields_7{
	grid-template-columns: repeat(10, 1fr);
}
#field_7_1 { grid-column: span 5; }
#field_7_3 { grid-column: span 3; }
#gform_fields_7 #field_submit { grid-column: span 2; display: block; text-align: right;}
#input_7_1 input[type="radio"]{
	display: none;
}
#input_7_1{
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-gap: 5%;
}
#input_7_1 > .gchoice{
	grid-column: span 2;
}
#input_7_1 > .gchoice.gchoice_7_1_3{
	grid-column: span 4;
}
#input_7_1 input[type="radio"] + label {
	font-weight: 700;
	font-size: 1.1rem;
	height: 3rem;
	width: 100%;
	max-width: none;
	border: solid 2px var(--main-color);
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: ease 0.2s;
}
#input_7_1 .gchoice:not(.gchoice_7_1_3) input[type="radio"] + label:before{
	content: "€";
	margin-right: 5px;
	font-weight: 400;
}
#input_7_1 input[type="radio"]:checked + label {
	background: var(--main-color);
	color: #fff;
}
#input_7_1_other{
	width: 100%;
	height: 3rem;
	background: #fff;
	color: #1a1a1a;
	border: solid 2px var(--main-color) !important;
	margin-top: 3%;
	transition: ease 0.3s;
	transform: none;
}
#input_7_1_other:active{
	border: inherit;
}
#input_7_1_other[disabled]{
	transform: translatey(-50%);
	transition: ease 0.3s;
}

#input_7_3 { display: flex; height: 3rem; align-items: center; }
#input_7_3 .gchoice { width: 50%; display: flex; }
#input_7_3 input[type="radio"]{
	-webkit-appearance:none;
	border-radius: 50px;
	border: solid 2px var(--main-color) !important;
	background: transparent !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
#input_7_3 input[type="radio"]:checked:before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
    border-radius: 50px;
	background: var(--main-color);
}
#input_7_3 input[type="radio"] + label{
	font-size: 1.1rem;
	font-weight: 700;
}





/* Mega menu */
#hoofdmenu_in_mega_menu .sub-menu {
	max-height: 126px;
	overflow-y: scroll;
}
#hoofdmenu_in_mega_menu .sub-menu li a {
	font-size: 20px !important;
	padding-bottom: 8px !important;
	display: block;
}
/* Scrollbar */
#hoofdmenu_in_mega_menu .sub-menu::-webkit-scrollbar {
	width: 10px;
	border-radius:50px;
}
#hoofdmenu_in_mega_menu .sub-menu::-webkit-scrollbar-track {
	background:#fff;
	border-radius:50px;
}
#hoofdmenu_in_mega_menu .sub-menu::-webkit-scrollbar-thumb {
	background-color: var(--main-color);
	border-radius:50px;
}
#hoofdmenu_in_mega_menu .fa-chevron-up {
	font-size: 25px;
	margin-left: 8px;
	transform: rotate(180deg);
	top: -3px;
	position: relative;
}
#mega_menu.type_mobile .w-nav-list.level_1 {
	background: #117bb8 !important;
} 
#mega_menu.type_mobile #menu-item-2655 {
	margin-top:0 !important;
}
.menu-item-has-children > a > .fas {
	transition: transform 0.4s;
}
#menu-mega-menu .current-page-ancestor>a{
	background: transparent !important;
}

.menu-item-has-children > a.sub-menu-open > .fas {
	transform: rotate(360deg) !important;
}

/* Video's */
.page-videos .post_custom_field.embed iframe{
	height: 400px;
}


/* Sportvrienden */
.sportcategorie-container:not(:last-child){
	margin-bottom: 1rem;
}

/* Betaalmethodes */
/* .payment_box.payment_method_mollie_wc_gateway_ideal{
	background: var(--main-color);
} */
.payment_box.payment_method_mollie_wc_gateway_ideal select{
	color: #1a1a1a !important;
	border-color: var(--main-color) !important;
}


.pt-form-group .pt-uea-container .pt-uea-currency-before {
	background-color: #ffffff !important;
	border: 1px solid rgb(255 255 255) !important;
}


input[type="radio"]:focus {
	background:#f15a23 !important;
	border-color:#f15a23 !important;
	color:#000 !important;
}


#blogs-auteur .owl-nav > button{
	height: 2.5rem;
	width: 2.5rem;
}

.doneren-afbeelding > img {
	width: 100%;
}

/* Password form posts */

.post-password-form input[type=password] {
	background-color: #fdece8 !important;
	padding: 0.8em 1.8em;
	line-height: 0;
	font-size: 1rem !important;
	color: #1a1a1a;
}

.post-password-form input[type=password]:focus {
		background-color: #fdece8 !important;

}




/* Doneerknoppen */
#doneerknoppen > .w-btn-wrapper { flex: 1; }
#doneerknoppen > .w-btn-wrapper > button { width: 100%; }

.pt-subscription-interval-options { float: unset !important;}



.logo-menu img {
	max-height: 110px;
}