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

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



/* Home */
#diensten-rooster .extra-item {
	background: var(--color-content-bg-alt);
	padding: 15px;
	border-radius: 1.5rem;
}
#diensten-rooster .img-wrapper {
	overflow: hidden;
	position: relative;
	border-radius: 1.5rem;
	aspect-ratio: 16 / 9;
}
#diensten-rooster .img-wrapper img {
	transition: ease 0.3s;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
#diensten-rooster .extra-item:hover .img-wrapper img {
	transform: scale(1.05);
}
#diensten-rooster .img-wrapper a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#diensten-rooster .content-wrapper {
	padding: 25px;
	margin-top: 0.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
}
#diensten-rooster .content-wrapper a { transition: ease 0.3s; }
#diensten-rooster .content-wrapper a:hover {
	color: #1a1a1a;
}



#home-banner > .l-section-img {
  width: 70%;     
  height: 100%;   
  background-size: cover;  
  background-position: left center;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}



#home-banner .remove-all-margin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#home-banner .ti-widget.ti-goog .ti-widget-container {
	margin-bottom: 0 !important;
}

#home-banner  {
	z-index: 1
}

#home-banner > .l-section-overlay {
	width: 70%;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}

@media only screen and (max-width: 1361px) {
	#home-banner > .l-section-overlay {
		width: 80%;
	}
	
	#home-banner > .l-section-img {
		width: 80%;     
	}
}

@media only screen and (max-width: 600px) {
	#home-banner > .l-section-overlay {
		width: 100%;
				border-radius: 0 !important;

	}
	
	#home-banner > .l-section-img {
		width: 100%;    
		border-radius: 0 !important;
	}
	
	#home-banner .w-hwrapper {
		margin-bottom: 30px !important;
	}
	
	#home-banner .w-hwrapper.valign_middle   {
		margin-bottom: 0 !important;
		row-gap: 15px !important;
	}
	
	#home-banner .w-iconbox.color_primary .w-iconbox-icon {
		margin-right: 10px !important;
		width: 40px !important;
	}
	
	#home-banner .w-hwrapper.valign_middle  .ti-widget a {
		width: 100% !important;
		justify-content: center !important;
	}
}

#home-banner i {
	color: #4a90e2;
}


.custom-bg-pattern {
	position: relative !important;
	overflow: hidden;
}
/* .custom-bg-pattern::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100px;
	z-index: 0;
	clip-path: polygon(50% 0%, 100% 0, 50% 100%, 0% 100%);
	background:#fff !important;
}
 */


#home-banner .w-hwrapper div {
	z-index: 1;
}

.l-subheader.at_top .at_right > div{
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	line-height: 2;
	background: #fff;
	
}

 .l-subheader.at_middle > div {
	background-color: #fff !important;
	border-radius: 1.5rem;
	padding-left: 30px;
	padding-right: 30px;
}

.sticky .l-subheader.at_middle > div {
	background-color: #fff !important;
}

.row-bg-70-right .l-section-overlay {
	width: 70%;
	margin-left: auto;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	margin-top: -30px;
	z-index: 0;
}

.owl-stage-outer {
	overflow: hidden;
--mask: linear-gradient(to right, 
    rgba(0, 0, 0, 0) 0%, 
    rgba(0, 0, 0, 1) 15%, 
    rgba(0, 0, 0, 1) 85%, 
    rgba(0, 0, 0, 0) 100%
) 100% 50% / 100% 100% repeat-x;

mask: var(--mask);
}

@media only screen and (max-width: 600px) {
	.owl-stage-outer {
		mask: none !important;
	}
}

.list-checks ul, .list-checks {
  list-style: none; 
  padding-left: 0;
	margin-left: 0;
}

.list-checks li {
  position: relative;
  padding-left: 2em; 
	margin-bottom: 3px;
	
}

.list-checks li::before {
  content: "\f00c"; 
  font-family: "FontAwesome";
  font-weight: 900; /* solid variant */
  position: absolute;
  left: 0;
	height: 24px;
	width: 24px;
  top: 0;
  color: #4A90E2; /* of een andere kleur */
}

.gform_footer {
	padding-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer input {
	margin-bottom: 0 !important;
}

.gform-fields-white select, .gform-fields-white input , .gform-fields-white textarea{
	background: #fff;
}

.gform-page-footer {
	padding-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
	border: none !important;
	background-color: #4A90E2 !important;
}

.gfield_description {
	padding-top: 0 !important;
}

.custom-row-cta .l-section-img {
  width: 60%;    
	margin-left: auto !important;
  height: 80%;   
  background-size: cover;  
  background-position: left center;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	
}

.custom-row-cta  > .l-section-overlay {
	width: 60%;
		margin-left: auto !important;

	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
}

 .custom-row-cta .vc_col-sm-7 .vc_column-inner > div {
	height: 100% !important;
}

 .custom-row-cta .w-vwrapper {
	height: 100%;
	 justify-content: center;
}

.bg-shape > div::before {
	position: absolute;
	top: 0;
	left: -55px;
	bottom: 0;
	right: 0;
	content: "";
	border-radius: 100%;
	height: 100%;
	aspect-ratio: 1;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	z-index: 0;
}

.bg-shape *{
	z-index: 1 !important;
	position: relative;
}

/* Language switch */

.trp-ls-shortcode-current-language {
	height: 100%;
	padding-right: 10px !important;
	padding-left: 10px !important;
		border-radius: 10px !important;
	background: #F8F8F8 !important;
}

.trp-language-switcher {
	width: unset !important;
	padding-right: 0 !important;
}

.trp-ls-shortcode-language {
	border-radius: 10px !important;
}

.trp-language-switcher > div {
	background-image: unset
}

.trp-language-switcher * {
		width: unset !important;
	 border: none !important;
}

.hl-usp {
	font-size: 50px;
	opacity: .3;
	color: #4A90E2;
	display: inline-block;
	width: 20px !important;
	font-weight: 600;
}

.bg-visual-round .via_flex .vc_col-sm-6 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* Verwijder rechter border van de rechterkolommen */
.bg-visual-round .via_flex .vc_col-sm-6:nth-child(2),
.bg-visual-round .via_flex .vc_col-sm-6:nth-child(4) {
  border-right: none;
}

/* Verwijder onder border van de onderste kolommen */
.bg-visual-round .via_flex .vc_col-sm-6:nth-child(3),
.bg-visual-round .via_flex .vc_col-sm-6:nth-child(4) {
  border-bottom: none;
}

body .ti-widget.ti-goog  a{
	border-radius: 15px !important;
}

.ti-widget-container{
	text-align: left !important;
}

.icon-button-header  {
	justify-content: center !important;
	align-items: center !important;
}

.icon-button-header .w-iconbox-title {
	font-weight: bold !important;
	padding-bottom: 0 ;
	line-height: 1.3;
}

.icon-button-header  * {
	line-height: 1.2;
}

.custom-gallery img{
	border-radius: 1.5rem;
}

/* Buttons */

.w-btn:hover {
	transform: translatey(-5px);
}



/* 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;
}
.us_custom_b483ef5c #gform_fields_4 .gfield_consent_label{
	color: var(--color-content-text) !important;
}

/* Mobile Responsive */
@media screen and (max-width: 600px){	
	
	/* Header */
	header nav > ul.level_1 {
		background: #fff !important;
		border-radius: 1rem;
		margin: 1rem 1rem 0;	
	}
	
	
	/* Diensten */
	.bg-visual-round .via_flex .vc_col-sm-6 {
		border: 0;
	}
	
	
	/* 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){
	
}

@media screen and (min-width: 601px) {

	/* Header */
	header nav > ul.level_1 {
		background: #fff !important;
		border-radius: 1rem;
		margin: 0 2.5rem;
	}
	
}

/* 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){
	
}
/* overOns dienstenknop op de homPage */
.extra-item .img-wrapper a
{
	position: absolute !important;
	bottom: calc(20px - 0.7rem) !important;
    right: 20px !important;
	top:auto !important; 
	left:auto !important; 
	 font-size: 1rem;
    line-height: 1.20 !important;
    font-weight: 800;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.5rem;
    padding: 0.4em 0.8em;
    background: rgba(0, 0, 0, 0.54);
    border-color: transparent;
    color: #FFFFFF !important;
	transform:translatey(0px);
	transition-property: background, border, color, transform;
    transition-duration: 0.3s;
}
.extra-item .img-wrapper a:hover
{
	background: transparent;
    border-color: transparent;
    color: #ffffff !important;
	transform: translatey(-5px);
}
