/*
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");


/* Headings */
.heading-1 {
	font-family: var(--h1-font-family);
	font-size: var(--h1-font-size);
	line-height: var(--h1-line-height);
	font-weight: var(--h1-font-weight);
	text-transform: var(--h1-text-transform);
	font-style: var(--h1-font-style);
	letter-spacing: var(--h1-letter-spacing);
	margin-bottom: var(--h1-margin-bottom);
}
.heading-2 {
	font-family: var(--h2-font-family);
	font-size: var(--h2-font-size);
	line-height: var(--h2-line-height);
	font-weight: var(--h2-font-weight);
	text-transform: var(--h2-text-transform);
	font-style: var(--h2-font-style);
	letter-spacing: var(--h2-letter-spacing);
	margin-bottom: var(--h2-margin-bottom);
}
.heading-3 {
	font-family: var(--h3-font-family);
	font-size: var(--h3-font-size);
	line-height: var(--h3-line-height);
	font-weight: var(--h3-font-weight);
	text-transform: var(--h3-text-transform);
	font-style: var(--h3-font-style);
	letter-spacing: var(--h3-letter-spacing);
	margin-bottom: var(--h3-margin-bottom);
}
.heading-4 {
	font-family: var(--h4-font-family);
	font-size: var(--h4-font-size);
	line-height: var(--h4-line-height);
	font-weight: var(--h4-font-weight);
	text-transform: var(--h4-text-transform);
	font-style: var(--h4-font-style);
	letter-spacing: var(--h4-letter-spacing);
	margin-bottom: var(--h4-margin-bottom);
}
.heading-5 {
	font-family: var(--h5-font-family);
	font-size: var(--h5-font-size);
	line-height: var(--h5-line-height);
	font-weight: var(--h5-font-weight);
	text-transform: var(--h5-text-transform);
	font-style: var(--h5-font-style);
	letter-spacing: var(--h5-letter-spacing);
	margin-bottom: var(--h5-margin-bottom);
}
.heading-6 {
	font-family: var(--h6-font-family);
	font-size: var(--h6-font-size);
	line-height: var(--h6-line-height);
	font-weight: var(--h6-font-weight);
	text-transform: var(--h6-text-transform);
	font-style: var(--h6-font-style);
	letter-spacing: var(--h6-letter-spacing);
	margin-bottom: var(--h6-margin-bottom);
}

/* - Algemeen - */
/* Separators */
.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; }

/* Overflow-slider */
.overflow-slider .owl-stage-outer { overflow: visible; }
.img-scale-hov img { transition: ease 0.3s; }
.img-scale-hov:hover img { transform: scale(1.05); }
.logo-red i { color: var(--color-content-highlight); }
.logo-main i { color: var(--color-content-primary); }

.small-icons i { 
	font-size: 8px; 
	margin-right: 10px !important;
}
.flex-text-icon .w-text-h { 
	display: flex;
	align-items: center;
}
.circled-logo-secondary i {
	color: #fff;
	background: var(--color-content-secondary);
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	margin-right: 10px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-banner > .l-section-img {
	width: 50%;
	margin-left: auto;
}


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

/* Accordions */
.w-tabs-section-title { font-weight: 700; }

.w-tabs.accordion>div>.w-tabs-section {
	border: none !important;
}


/* Header */
#menu-item-2959 > ul {
	min-width: unset;
}

/* Home */
#home-banner > .l-section-h { padding-top: 0; }




#home-steps .w-tabs .w-tabs-section-title > span {
	font-family: 'Keep Calm';
	font-size: 2rem;
}
#home-steps .w-tabs-section { border: 0; }
#home-steps .w-tabs-section:not(:first-child) {
	border-top: solid 2px var(--color-content-secondary);
}
#home-steps .w-tabs-section > .w-tabs-section-header {
	background: transparent;
}
#home-steps .w-tabs-section .w-tabs-section-control::before {
	content: "\f350";
	font-family: 'fontawesome';
	border: 0;
	border-radius: unset;
	margin: unset;
}

#home-probleem-oplossing .vc_col-sm-4:last-child > .vc_column-inner > .wpb_wrapper,
#home-probleem-oplossing .vc_col-sm-4:last-child > .vc_column-inner > .wpb_wrapper > .w-vwrapper,
#home-probleem-oplossing .vc_col-sm-4:last-child > .vc_column-inner > .wpb_wrapper > .w-vwrapper > .w-image,
#home-probleem-oplossing .vc_col-sm-4:last-child > .vc_column-inner > .wpb_wrapper > .w-vwrapper > .w-image > .w-image-h,
#home-probleem-oplossing .vc_col-sm-4:last-child > .vc_column-inner > .wpb_wrapper > .w-vwrapper > .w-image > .w-image-h > img {
	height: 100%;
}

#home-faq .w-tabs-section {
	border: 0;
}
#home-faq .w-tabs-section:not(:first-child) {
	border-top: 2px solid rgba(140, 164, 167, 0.25);
}
#home-faq .w-tabs-section-header {
	padding: 2rem 0;
}
#home-faq .w-tabs-section .w-tabs-section-control::before {
	content: "\f350";
	font-family: 'fontawesome';
	color: var(--color-content-bg-alt);
	border: 0;
	border-radius: unset;
	margin: unset;
	font-size: 1.25rem;
}



/* Voordelen */
.page-voordelen .content-banner > .l-section-img {
	background-position: top;
}



/* Bedrijven */
#login-form-wrapper {
	background: #fff;
	border-radius: 1rem;
	margin: 0 auto;
	max-width: 700px;
	overflow: hidden;
}
#login-form-wrapper > .title-wrapper {
	background: var(--color-content-primary);
	padding: 2rem;
}
#login-form-wrapper > .title-wrapper > h2 {
	color: var(--color-content-bg);
}
#login-form-wrapper > .content-wrapper {
	padding: 2rem;
}




/* 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(--color-content-primary);
	color: #fff;
	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;
}


.gform-field-label > a {
	color: #fff;
	text-decoration: underline;
}
.gform_required_legend { display: none; }



/* Animations */
@keyframes sway-right {
	0% { transform: translatex(0); }
	50% { transform: translatex(10px); }
	100% { transform: translatex(0); }
}

/* Logo slider */
.logo-slider img {
	object-fit: contain !important;
}


@media screen and (max-width: 600px) {
	
	/* Algemeen */
	.mobile-asp-1 { aspect-ratio: 1; }
	.mobile-asp-1 > .w-image-h {
		max-height: 100%;
	}
	
	/* before shapes */
	.content-banner::before {
		display: none !important;
	}
	.boog-rechts-mirrored::before {
		display: none;
	}
	#footer-main::before {
		display: none;
	}
	
	/* Footer */
	#footer-main .vc_row > .vc_col-sm-3:not(:last-child) { margin-bottom: 2.5rem; }
	
	/* Home */
	#home-banner::before { display: none; }
	#home-banner > .l-section-overlay { background: var(--color-content-primary) !important; }
	#cta-3-overlap { transform: none; }
	#home-steps::before { display: none; }
	
	
	/* Bedrijven */
	#login-form-wrapper > .title-wrapper {
		padding: 1.25rem;
	}
	#login-form-wrapper > .content-wrapper {
		padding: 1.25rem;
	}
	
}


@media screen and (min-width: 601px) and (max-width: 1024px) {
	
	/* Header */
	header { top: 0; }
	
	/* Tablet */
	.tablet-stacking > .l-section-h > .vc_row > .wpb_column { width: 100%; }
	.tablet-stacking > .l-section-h > .vc_row > .wpb_column:not(:last-child) { margin-bottom: 1rem; }
	
	.tablet-2 > .wpb_column { width: 50%; }
	.tablet-2 > .wpb_column:nth-last-child(n +3) { margin-bottom: 3rem; }
	
	/* Footer */
	#footer-top .vc_row { align-items: flex-end; }
	
	/* Befores */
	#home-banner::before { display: none; }
	#home-steps::before { display: none; }
	
	/* Home */
	#home-banner > .l-section-img {
		width: 50%;
		margin-left: 50%;
	}
	#home-probleem-oplossing .vc_row > .vc_col-sm-4:nth-child(1) { order: 1; }
	#home-probleem-oplossing .vc_row > .vc_col-sm-4:nth-child(3) { 
		order: 3;
		width: 100%;
		margin-top: 3rem;
	}
	#home-probleem-oplossing .vc_row > .vc_col-sm-4:nth-child(2) { order: 2; }
	
	#home-probleem-oplossing .vc_row > .vc_col-sm-4:nth-child(1),
	#home-probleem-oplossing .vc_row > .vc_col-sm-4:nth-child(2) {
		width: 50%;
	}
	
	#home-probleem-oplossing .w-image { aspect-ratio: 2 / 1; }
	#home-probleem-oplossing .w-image > .w-image-h { max-height: 100%; }
}


@media screen and (min-width: 1024px) {
	/* Home */
	#home-banner > .l-section-img {
		width: 50%;
		margin-left: auto;
	}
}
