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

#page-content{
	overflow-x: hidden;
}
/* 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);
}

/* Buttons */
.cstm_primary_btn.w-btn:before, .cstm_primary_btn.w-btn:after{
	display: none;
}
.us-btn-style_1.cstm_primary_btn{
  border-radius: 8px 50px 50px 8px;
  background: linear-gradient(90deg, #FDC857 0%, #DA943E 100%);
  display: inline-flex;
  align-items: anchor-center;
  position: relative;
  height: 44px;
  padding-right: 52px;
  padding: 0px 52px 0px 20px;
  border: none;
}
.us-btn-style_1.cstm_primary_btn span.w-btn-label{
  color: var(--text-black, #141414);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
  align-content: center;
}
.us-btn-style_1.cstm_primary_btn:hover span.w-btn-label{
  color: #fff;
  postion: relative;
  z-index: 2;
}
.us-btn-style_1.cstm_primary_btn i {
    background: #000;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    z-index: 0;
    display: inline-flex;
    right: 2px;
    bottom: 2px;
    top: 2px;
    left: 2px;
/*     align-items: center;
    justify-content: center;
    align-self: center; */
    transition: 0.3s;
    margin-left: auto;
}
.us-btn-style_1.cstm_primary_btn i:before {
    transform: translate(-50%, -50%) translate(-5px, 20px);
    display: flex;
    height: fit-content;
    margin-left: auto;
    margin-right: 0px;
}
.us-btn-style_1.cstm_primary_btn:hover i {
    background: #000;
    border-radius: 50px;
    position: absolute;
    right: 2px;
    min-width: auto;
    max-width: 999px;
    left: 2px;
    display: inline-flex;
    left: 5px;
/*     align-items: center;
    justify-content: flex-end; */
    padding-right: 15px;
    transition: 0.3s;
    border-radius: 8px 50px 50px 8px;
    bottom: 2px;
    top: 2px;
    left: 2px;
    max-height: 40px;
    height: inherit;
}
.cstm_secondary_btn.w-btn:before, .cstm_secondary_btn.w-btn:after{
	display: none;
}
.cstm_secondary_btn.us-btn-style_2{
  border-radius: 8px 50px 50px 8px;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: anchor-center;
  position: relative;
  height: 44px;
  padding-left: 52px;
  padding: 0px 20px 0px 52px;
  border: none;
}
.cstm_secondary_btn.us-btn-style_2 span.w-btn-label{
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 133.333% */
	align-content: center;
}
.cstm_secondary_btn.us-btn-style_2:hover span.w-btn-label{
  color: #fff;
  postion: relative;
  z-index: 2;
}
.cstm_secondary_btn.us-btn-style_2 i {
    background: linear-gradient(90deg, #FDC857 0%, #DA943E 100%);
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    display: inline-flex;
    right: 0px;
    bottom: 0px;
    top: 0px;
    left: 0px;
    align-self: center;
    transition: 0.5s;
    margin-right: auto;
	color: #000;
}
.cstm_secondary_btn.us-btn-style_2.white_icon i{
	color: #fff;
}
.cstm_secondary_btn.us-btn-style_2 i:before{
    transform: translate(-50%, -50%) translate(20px, 20px);
    display: flex;
    height: fit-content;
}
.no-touch .cstm_secondary_btn.us-btn-style_2:hover {
    background: unset;
}
.cstm_secondary_btn.us-btn-style_2:hover i {
    border-radius: 50%;
    position: absolute;
    right: 0;
    min-width: auto;
    max-width: 400px;
    left: 0;
    display: inline-flex;
    left: 5px;
    padding-left: 0px;
    transition: 0.3s;
    border-radius: 50px 50px 50px 50px;
    bottom: 0px;
    top: 0px;
    left: 0px;
    max-height: 40px;
	transition: 0.3s;
}

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

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

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

/* Footer */
footer .widget.widget_nav_menu li {
	margin-bottom: 14px !important;
}
footer .w-socials-list i{
	    background: var(--color-custom-grad);
}
footer .gradient_color i{
    background: var(--color-custom-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer #menu-footer-snelmenu a:before {
    content: '\f061';
    font-family: fontawesome;
    background: var(--color-custom-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 7px;
    rotate: 320deg;
    display: inline-flex;
    width: auto;
	transition: 0.3s ease;
}
footer #menu-footer-snelmenu a:hover:before {
    rotate: 360deg;
	transition: 0.3s ease;
}
footer .footer_socket_row{
	opacity: 0.8;
}

/* Stars */
.w-testimonial-rating i{
    background: var(--color-custom-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 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.1rem;
}
.faq-tab .accordion:hover{
	background-color: var(--color-content-bg-alt);
}
.faq-tab .panel {
	padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.09, 0.52, 0.04, 1.01), padding 0.5s;
}
.faq-tab.active .panel{
	max-height: 10000px;
	padding: 18px;
}
.faq-tab .accordion:after {
	content: '\f078'; 
	color: var(--color-content-heading);
	float: right;
	margin-left: 5px;
	font-family: fontawesome;
	font-size: 1.1rem;
	font-weight: 300;
	transition: ease 0.3s;
}
.faq-tab.active .accordion:after {
	transform: rotate(180deg);
}

/* 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;
}
.l-subheader.at_middle .l-subheader-h{
	        position: initial;
}
.l-subheader.at_top i{
	    background: var(--color-custom-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#page-header .current_page_item.menu-item.level_1 .w-nav-title:after {
    bottom: -2px;
    opacity: 1 !important;
}
.bg_transparent .w-search.layout_modern .w-search-close{
	color:#fff;
}
#popup_custom_b{
	position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    left: 0;
}
a.acf-popup-content:hover{
	color: #fff !Important;
}
#acf-weekly-popup{
	position: relative;
    background: var(--color-custom-grad);
    padding: 9px 13px;
    color: #000;
    max-width: -webkit-fill-available;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
	text-align: center;
	justify-content: center;
}
#acf-popup-close{
    position: absolute;
    top: 7px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #000;
}
/* .popup-open .l-subheader.at_middle{
	    border-top: 1px solid #00000012;
}
.popup-open .l-subheader.at_middle, .popup-open .l-subheader.at_top{
	    background: var(--color-header-middle-bg) !important;
    color: var(--color-header-middle-text) !important;
} */
#popup_custom_b{
	opacity: 0;
	max-height: 0px;
	transition: 0.3s;
}
.l-header.sticky .l-subheader.at_middle #popup_custom_b{
	opacity: 1;
	max-height: 90px;
	transition: 0.3s;
}


/* grid dientsen */
.child-items {
    display: flex;
    flex-wrap: wrap;
	gap: 5px;
}
.child-item_page a, .child-item_page span{
	border-radius: 50px;
	border: 1.5px solid rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 4px 8px;
	transition: 0.5s;
	background: #fff;
}
.child-item_page a:hover{
	color: #fff !important;
	background: var(--color-custom-grad);
	transition: 0.5s;
}
.child-item_page a h4{
	transition: 0.2s;
}
.child-item_page a:hover h4{
	transition: 0.2s;
	color: #fff !important;
}

.usp_icon_box h3{
    padding-bottom: 0px !important;
    margin: 0px !important;
}

.usps_item_section .vc_col-sm-6:first-child:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.06);
}


/* Content head */
.content_header .l-section-img, .content_header .l-section-overlay {
  border-radius: 30px;
}

@media screen and (min-width: 768px){
    .content_header .l-section-img, .content_header .l-section-overlay {
      -webkit-mask-image: url('/wp-content/uploads/2025/04/content_header_svg.svg');
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: top;
      -webkit-mask-size: auto;
    
      mask-image: url('/wp-content/uploads/2025/04/content_header_svg.svg');
      mask-repeat: no-repeat;
      mask-position: top;
      mask-size: auto;
      border-radius: 30px;
      max-width: 1920px;
          margin: auto;
    }
}

.content_header .l-section-overlay:before {
    content: '';
    width: 100px;
    height: 100px;
    border: 25px solid #FAF2E5;
    position: absolute;
    bottom: -35px;
    left: -58px;
    border-radius: 50%;
    z-index: 0;
}
.content_header .l-section-overlay:after {
    content: '';
    width: 75px;
    height: 75px;
    border: 17px solid #FAF2E5;
    position: absolute;
    top: -35px;
    right: -42px;
    border-radius: 50%;
    z-index: 0;
}

/* Image */
.img_overlay_icons:after {
    content: '';
    width: 75px;
    height: 75px;
    border: 17px solid #DA943E;
    position: absolute;
    top: -35px;
    left: -42px;
    border-radius: 50%;
    z-index: 1;
}
.img_overlay_icons:before {
    content: '';
    width: 100px;
    height: 100px;
    border: 25px solid #DA943E;
    position: absolute;
    bottom: -35px;
    right: -58px;
    border-radius: 50%;
    z-index: 1;
}
.img_overlay_icons{
	overflow: hidden;
	position: relative;
}

.tab-visual__inner:after {
    content: '';
    width: 75px;
    height: 75px;
    border: 17px solid #faf2e5;
    position: absolute;
    top: -35px;
    left: -42px;
    border-radius: 50%;
    z-index: 1;
}
.tab-visual__inner:before {
    content: '';
    width: 100px;
    height: 100px;
    border: 25px solid #faf2e5;
    position: absolute;
    bottom: -35px;
    right: -58px;
    border-radius: 50%;
    z-index: 1;
}
.tab-visual__inner{
	overflow: hidden;
	position: relative;
}
.content_header #gform_wrapper_4, .content_header .gform-footer.gform_footer.top_label{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* icon box */
.w-iconbox-meta .w-iconbox-title:not(.w-iconbox-meta .w-iconbox-title){
	    margin: 0px;
    padding: 0px;
}

.ush_menu_1 .w-nav-list:not(.level_1) {
	border-radius: 8px;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    color: #fff;
    background: linear-gradient(90deg, #FDC857 0%, #DA943E 100%);
}

/* Megamenu */
#menu-item-165 .w-nav-list.level_2{
	margin: 2.5rem;
    margin-top: 0rem;
}
.state_mobiles .w-nav-list.level_1{
	    padding: 25px !important;
}
.acf-popup-content{
	    padding-right: 25px;
}

#mobile_header_phone{
border: 1px solid;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    place-content: center;
    align-items: anchor-center;	
}

.gform_wrapper .gfield_radio .gchoice {
    padding: .2em 0;
    display: flex;
}