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


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

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


/* - Algemeen - */
.no-click { pointer-events: none; } /* Clickthrough */
.overflow-slider .owl-stage-outer { overflow: visible; } /* Overflowing slider */
.logo-main i { color: var(--color-content-primary);} /* Logo main color */
.logo-secondary i { color: var(--color-content-secondary); } /* Logo secondary color */
.contain-img img { object-fit: contain; }

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



/* Home */
#home-banner::before {
	content: "";
    background-image: url(/wp-content/uploads/2025/08/frame-27.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 33.333%;
    max-width: 600px;
    min-width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

#home-banner.background-top::before {
    background-position: top right;
}



/* Gforms */
.gform_required_legend { display: none; }

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

/* Ontdek de mogelijkheden voor, possibilities cards */
/* .custom-col-possibility {
    overflow: hidden;
} */
.custom-col-possibility .w-vwrapper {
    position: relative;
    transform-origin: center center;
    background-size: 150% !important;
    background-position: center;
    transition: background-size 275ms ease-in-out;
}
.custom-col-possibility .w-vwrapper > * {
    position: relative;
    z-index: 1;
}
.custom-col-possibility:hover .w-vwrapper {
    background-size: 170% !important;
}
/* Centered card */
.custom-col-possibility-center:after {
	background: url("https://knowhouse.yookerdesign.nl/wp-content/uploads/2025/09/blue-blocks.svg") no-repeat;
    transform: translateX(0px) translateY(0px);
    width: 154px;
    height: 102px;
    bottom: 0;
	align-self: center;
}
.custom-col-possibility-center:hover:after {
	transform:  translateX(83px) translateY(83px);
}
/* Left card */
.custom-col-possibility-left:after {
	background: url("https://knowhouse.yookerdesign.nl/wp-content/uploads/2025/09/green-blocks.svg") no-repeat;
    width: 154px;
    height: 154px;
    bottom: 0;
    left: 0;
}
.custom-col-possibility-left:hover:after {
	transform: translateX(-131px) translateY(-70px);
}
/* Right card */
.custom-col-possibility-right:after {
    background: url(https://knowhouse.yookerdesign.nl/wp-content/uploads/2025/09/yellow-blocks.svg) no-repeat;
    width: 153px;
    height: 153px;
    bottom: 0;
    right: 0;
}
.custom-col-possibility-right:hover:after {
    transform: translateX(110px) translateY(42px);
}
.custom-col-possibility:after {
	content: "";
    position: absolute;
    transform: translateX(0px) translateY(0px);
    pointer-events: none;
    transition: transform 275ms ease-in-out;
}

/* Custom Yellow Shape */
.custom-yellow-shape:before {
	content: "";
    background: url(https://knowhouse.yookerdesign.nl/wp-content/uploads/2025/09/yellow-blocks-2.svg);
    bottom: 0;
    left: 0;
    transform: translateY(24px);
    position: absolute;
    width: 120px;
    height: 48px;
}

/* 4 USPS blocks section */
.usps-blocks-wrapper .l-section-h {
	border: 2px solid rgba(4, 96, 169, 0.06);
	padding: 50px;
}
.usps-blocks-wrapper .l-section-h:before {
    top: 0;
    right: 0;
    transform: translateX(50px) translateY(-24px);
}

/* Homepagina "Waarom Knowhouse werkt" section */
.homepage-image-block .vc_column-inner .wpb_wrapper:before {
    top: 0;
    right: 0;
    transform: translate(0px, -24px);
}
.usps-blocks-wrapper .l-section-h:before, .homepage-image-block .vc_column-inner .wpb_wrapper:before {
	content: "";
    background: url(https://knowhouse.yookerdesign.nl/wp-content/uploads/2025/09/green-blocks-2.svg);
    position: absolute;
	width: 120px;
    height: 48px;
	z-index: 2;
}

/* Offer list filter custom styling */
/* .filter-section-wrapper {
  position: sticky;
  top: 80px;
  z-index: 2;
  background: white;
} */
/* .filter-section-wrapper.is-sticky:after {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 21.6%, rgba(0, 0, 0, 0.10) 100%);
	height: 125px;
	width: 100%;
} */

.offer-list-filter .w-filter-list {
	display: flex;
    justify-content: space-between;
	align-items: flex-start;
    gap: 24px;
}
.offer-list-filter .w-filter-list:before {
    background: url(https://knowhouse.yookerdesign.nl/wp-content/uploads/2025/09/yellow-blocks-2.svg);
    content: "";
    left: 0;
    justify-self: center;
    width: 120px;
    height: 48px;
    position: absolute;
    transform: rotate(-90deg) translateX(-8px) translateY(-60px);
	
}
.offer-list-filter .w-filter-list .w-filter-item {
	flex: 1;
}
.offer-list-filter .w-filter-list .w-filter-item {
    border: 2px solid rgba(4, 96, 169, 0.15);
}
.offer-list-filter .w-filter-list .w-filter-item-title {
    padding: 1em 2em 1em 1em;
}
.offer-list-filter .w-filter-list .w-filter-item-title:after {
    margin-right: 1em;
}
.offer-list-filter .w-filter-list .w-filter-item .w-filter-item-content {
	margin-bottom: 1em;
    margin-top: 1em;
    margin-left: 1em;
}
.offer-list-filter .w-filter-list .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value input[type=checkbox] {
	border: 1px solid #D9D9D9;
    border-radius: 8px !important;
}
.offer-list-filter .w-filter-list .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value input:checked::before {
	visibility: hidden;
}
.offer-list-filter .w-filter-list .w-filter-item .w-filter-item-content .w-filter-item-values .w-filter-item-value input:checked {
	border-color: #F6A926;
	background: #F6A926;
}

/* Cursus Custom Link (Aanbod Detail Pagina) */
.custom-cursus-link > div.wpb_wrapper > a {
    font-weight: 500 !important;
    background: none;
    width: 100%;
}
.custom-cursus-link > div.wpb_wrapper > a:hover {
    background: none;
}

/* Mobile Responsive */
@media screen and (max-width: 600px){	
	
	/* Footer */
	footer .w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header{
		color: #fff;
	}
}

/* Tablet Responsive */
@media screen and (min-width: 601px) and (max-width: 1024px){
	.category-buttons-block > .vc_col-sm-3 {
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
	.category-buttons-block > .vc_col-sm-9 {
		width: 100%;
	}
}

/* Mobile & Tablet */
@media screen and (max-width: 1024px){
	
}

/* Vanaf laptop */
@media screen and (min-width: 1025px){
	
}

/* Laptop Responsive */
@media screen and (min-width: 1025px) and (max-width: 1536px){
	
}

/* Desktop Responsive */
@media screen and (min-width: 1537px){
	
}
