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

:root { /* Deze aanpassen naar klantkleuren */
    --main-color: #A29365;
	--secondary-color: #DAD4C1;
	--tertiary-color: #000;
	--border-radius: 0rem;
}

/* h1, h2, h3, h4, h5, h6, p, a {
	font-family: sofia-pro, sans-serif !important;
} */

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


.quote-naam{
	font-size: 1.75rem;
	font-weight: 300;
}

.small-image img{
	max-height: 150px;
	object-fit: cover;
}

.center-wrapper{
	width: fit-content;
	margin: 0 auto;
}
@media screen and (max-width: 600px){
	.center-wrapper{
		width: unset !important;
		max-width: 80%;
	}
}


/* Home banner */
#home-banner > .l-section-img{
	width: 33%;
	margin-left: 67%;
	background-position: 75% 50% !important;
}

#werk-banner > .l-section-img{
	width: 51%;
	margin-left: 0%;
}

/* Footer */
footer .menu-item > a:before{
	content: "\f054";
    font-family: 'fontawesome';
    font-weight: 600;
    margin-right: 10px;
    color: #A29365;
}
#footer-banner > .l-section-img{
	width: 40%;
	margin-left: 60%;
}
.footer-logo img{
	height: 60px;
}
#zonsopgangcenter {
	width: 50%;
	margin: 0 auto;
}
footer .widget.widget_nav_menu li {
	margin-bottom: 14px !important;
}
#footerdesk .w-iconbox-icon {
	border-radius: 0%!important;
}
.cta #gform_submit_button_5 {
	width: 100%;
}
.cta #field_5_13 {
	grid-column: span 8;
}
.cta #field_submit {
	grid-column: span 4;
	position: relative;
}
.cta #gform_submit_button_5 {
	line-height: 2!important
}
.cta #gform_5 #field_submit:after {
    content: "\f0e0";
    font-family: 'fontawesome';
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 20%;
    pointer-events: none;
    color: #fff;
	font-weight: 600;
}
.cta .gform_wrapper select, .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not(.ginput_total):not(.ginput_shipping_price):not(.ginput_product_price) {
    padding: 10px!important;
}

/* Header */
header .l-subheader.at_top .current-menu-item a{
	color: #fff !important;
}

/* Diensten */
.subdienst-grid img{
	height: 250px;
	object-fit: cover;
}
/* 
#opsomming .wpb_wrapper {
	margin: 0 auto;
}
 */

/* Single Blog */
.blog-cat a {
	border: solid #ffffff8f 1px;
    border-radius: 50px;
    padding: 4px 20px;
}
.et_pb_post_content_0_tb_body.et_pb_post_content .scriptlesssocialsharing a {
	color:#111 !important;
	background-color:transparent !important;
	border:solid #00000014 1px;
	margin-left:-1px;
	padding:14px !important;
}
.et_pb_post_content_0_tb_body.et_pb_post_content .scriptlesssocialsharing a:before {
	font-size:17px !important;
}
.et_pb_post_content_0_tb_body.et_pb_post_content .scriptlesssocialsharing a:hover {
	background:#111 !important;
	color:#fff !important;
	border-color:#111 !important;
}
.scriptlesssocialsharing__heading {
	font-size:18px !important;
}
.scriptlesssocialsharing:first-child .scriptlesssocialsharing__buttons {
	margin-bottom:35px;
}
.et_pb_post_content p:not(.has-background):last-of-type {
	margin-bottom:35px !important;
}


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


/* privacy pagina */
.no-touch .w-tabs-section-header{
	font-weight: bold;
}

/* 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(--main-color);
    color: #fff;
    border-radius: var(--border-radius);
    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;
}

/* Voorwaarden */
.voorwaarden .w-iconbox{
	align-items: center;
}


/* 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.25rem;
}
.faq-tab .accordion:hover{
	background-color: var(--color-content-bg-alt);
}
.faq-tab .panel {
	padding: 0;
	overflow: hidden;
	transition: ease 0.3s;
	visibility: hidden;
	height: 0;
}
.faq-tab.active .panel{
	transition: ease 0.3s;
	height: fit-content;
	padding: 18px;
}
.faq-tab .accordion:after {
	content: '\f067'; 
	color: var(--color-content-heading);
	float: right;
	margin-left: 5px;
	font-family: fontawesome;
	font-size: 1.25rem;
	font-weight: 300;
	transition: ease 0.3s;
}
.faq-tab.active .accordion:after {
	transform: rotate(315deg);
}


#singledienst {
	width: 50%;
	margin: 0 auto;
}

.layout_109 .w-grid-item-h {
	width: 185px;
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: ease 0.5s;
	overflow: hidden;
}

.layout_109 .w-grid-item-h:not(:hover) { 
	filter: grayscale(1);
}


.layout_121 .usg_vwrapper_2 {
    min-height: 440px;
    justify-content: center;
}



/* logo slider */
.owl-dot span {
    width: 15px!important;
    height: 15px!important;
	border-color: var(--color-content-primary)!important;
	background: white;
3
}


.werktevoor .owl-dot.active span {
	background: var(--color-content-primary)!important;
}

/* contact */ 

#linkserowcontact a {
	color: #a29365;
}

.backgroundform .us_custom_dc50322f {
    border-radius: 8px!important;
    padding: 50px!important;
    background: #DFF0F5!important;
}


/* krullen op juiste locatie fix */ 
/* footer section:first-child > .l-section-h{ position: static; }
footer section:first-child > .l-section-h .wpb_column { position: static; }
footer section:first-child > .l-section-h .wpb_column > .vc_column-inner { position: static; } */

.header .l-section-h{ position: static; }
.header .wpb_column { position: static; }
.header .vc_column-inner { position: static; }
.header .vc_column-inner { position: static!important; }
.Footer .l-section-h{ position: static; }
.Footer .wpb_column { position: static; }
.Footer .vc_column-inner { position: static; }
.Footer .vc_column-inner { position: static!important; }


/* lees meer knop op cards */ 

.leesmeerknop {
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 15px!important;
}

/* center text */ 

.textcenter .vc_column-inner {
	justify-content: center;
}

/* Ervaringen button */
.ervaringen .owl-prev:hover {
color: white;
background-color: #DAD4C1!important;
	
}

.ervaringen .owl-next:hover {
color: white;
background-color: #DAD4C1!important;
	
}

.ervaringen .owl-carousel.navstyle_circle .owl-nav div {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
    background-color: var(--color-alt-content-primary-grad);
    color: white;
}


/* header */ 

.contentheader .l-section-h {
	position: static!important;
}

.contentheader .g-cols {
	position: static!important;
}

.contentheader .wpb_column {
	position: static!important;
}

.contentheader .vc_column-inner {
	position: static!important;
}

.g-breadcrumbs {
	text-align:left !important;
}

.with_collapsible_content>.toggle-links>button{
	background: var(--main-color);
	color: #fff !important;
	border: none !important;
	padding: 0.8em 1.3em !important;
	transition: ease 0.3s;
}
.with_collapsible_content>.toggle-links>button:hover{
	background: #b9ab7f !important;
}

#ervaring-carousel .owl-stage{
	display: block !important;
}


.footer-logos .post-64006 img {
	    max-height: 50px !important;
}
.footer-logos .post-64006 {
	width:auto !important;
}
.footer-logos .w-grid-list {
    justify-content: center;
}


#ervaring-carousel .owl-item:not(.active) {
	max-height:100px;
}


.color_footer-bottom .w-tabs-section-content #menu-main-menu-1 {
    margin-left: 0 !important;
}
.color_footer-bottom .w-tabs-section-content #menu-main-menu-1 li::marker {
	display:none !important;
	content: "";
}



.w-iconbox.color_primary.align_left.icontype_img {
	align-items: flex-start !important;
}



/* Laptop Responsive */
@media screen and (min-width: 1400px) and (max-width: 1729px){
	/* Home */
	#home-banner > .l-section-img{
		width: 37%;
    	margin-left: 63%;
    	background-position: 68% 50% !important;
	}
	.home .w-nav.type_desktop .hover_underline .w-nav-title {
		    font-size: 16.5px;
	}
}

/* Laptop Responsive */
@media screen and (min-width: 1025px) and (max-width: 1358px){
	/* Home */
	.home .type_mobile .w-nav-icon div {
		    color: #042036 !important;
	}
	#home-banner .vc_col-sm-3\/5 {
		width:50% !important;
	}
	#home-banner > .l-section-img {
		width: 52% !important;
		margin-left: 48% !important;
		background-position: 65% 50% !important;
	}
	#home-banner {
		margin-top:150px !important;
	}
	.home .l-subheader.at_middle {
		background: #fff !important;
	}
	.home .l-subheader.at_middle .w-image-h img {
		content: url("https://dianakokx.nl/wp-content/uploads/2023/01/logo-donker-transparant-600x164.png");
	}
	.home .l-subheader.at_bottom {
		background: #fff !important;
		    margin-top: -1px;
    border-top: solid 1px #eee;
	}
	.home .l-subheader.at_bottom .w-nav-title {
		color:#000 !important;
		font-size: 16px !important;
	}
	.home .w-nav.type_desktop .w-nav-anchor.level_1 {
		    padding-left: 18px !important;
    	padding-right: 18px !important;
	}
}



.footerlogos .w-image:nth-child(1) {
	    flex-basis: 40%;
}
.footerlogos .w-image:nth-child(2) {
	    flex-basis: 60%;
}