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

/* .w-image.has_height img, .w-image[class*="ush_image_"] img {
    width: revert-layer !important;
} */

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

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

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


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




.check-section ul {
  list-style: none;
  padding-left: 0;
}

.check-section li {
  position: relative;
	  list-style: none;
}


.check-section li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E");
  position: absolute;
  left: -40px;
  top: 0;
  width: 24px;
  height: 24px;
}

.w-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.w-btn label {
  word-break: break-all;
}

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

.custom-accordion .w-tabs-section-content {
	padding-top: 0 !important;
}

.custom-accordion .w-tabs-section-control,
.custom-accordion .w-tabs-section-control i {
	display: none !important;
}

.custom-accordion .w-tabs-section-header {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    position: relative; 
	margin-top: 15px;;
}

.custom-accordion .w-tabs-section-title {
	color:black;
}
.custom-accordion .w-tabs-section-header, .w-tabs-section-content {
	background: #f8f8f8 !important;
}

.custom-accordion .w-tabs-section-header:after {
    content: "+";
 	color:#b81415;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px!important; 
    height: 22px!important;
    border: 2px solid #b81415;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
	flex-shrink: 0;
}

.custom-accordion .w-tabs-section.active .w-tabs-section-header:after {
    content: "−";
}

.tesstt {
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
}



#faq .w-tabs-section:not(:last-child) {
	margin-bottom: 0.5rem;
}

.gform_wrapper.gravity-theme.nieuwsbrief .gform_fields {
    grid-template-columns: repeat(6, 1fr);
}

.single ul {
  list-style-type: disc;
  padding-left: 20px;
}

.Wbanner{
	padding:0 0 0 70px;
}
.Wwrapper{
	margin-top:-80px;
	padding:40px 40px 0 40px;
}


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

.custom-accordion .w-tabs-section-title {
	font-size:20px !important;
}
	
.Wbanner{
	padding:0 0 0 20px;
	max-width: 95%;
	
}
.Wwrapper{
	padding:20px 20px 0 20px !important;
	}
}
/* Tablet Responsive */
@media screen and (min-width: 601px) and (max-width: 1023px){
	
	.werknemers .wpb_column { width: 50%; }
	.werknemers .wpb_column:not(:nth-last-child(-n +2)) { margin-bottom: 32px; }	
	
	.werknemers .wpb_column:nth-child(1) { order: 1; }
	.werknemers .wpb_column:nth-child(2) { order: 2; }
	.werknemers .wpb_column:nth-child(3) { order: 3; }
	.werknemers .wpb_column:nth-child(4) { order: 4; }
	
	.tablet-stacking-wrapper { display: block; }
	
	.blog-grid .w-grid-list {
        grid-template-columns: repeat(2, 1fr)!important;
    }
	
	.Wbanner{
	padding:0 0 0 20px;
	max-width: 95%;
	
}
	
}

/* 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){
	
.Wbanner{
	max-width:75%;
	}
   
}
		

/* Desktop Responsive */
@media screen and (min-width: 1537px){
	
}
.w-nav.type_mobile a {
    border-bottom: none !important;
}