/*
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 { /* Standaard borderradius invullen! */
	--border-radius: 0rem;
}

/* Font */
.transducer,
.transducer span{
	font-family: 'transducer', sans-serif !important;
}

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

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

.flex { display: flex; }
.align-center { align-items: center; }
.greyscale { filter: grayscale(1); transition: ease 0.3s; }
.greyscale:hover { filter: grayscale(0); }
.greyscale-img img { filter: grayscale(1); transition: ease 0.3s; }
.greyscale-img:hover img { filter: grayscale(0); }
.contain-img img { object-fit: contain !important; }
.aspect-1 { aspect-ratio: 1; }
.logo-main i { color: var(--color-content-primary); }
.logo-30 i { font-size: 30px; } 

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


/* Over ons */
.hover-image img { transition: ease 0.3s; }
.hover-image:hover img { transform: scale(1.1); }
#team-cta i {
    animation: triple-tap 3s linear infinite;
}


/* Gforms */
.gform_wrapper input[type="number"] {
	min-width: 100px !important;
}
.gfield_time_hour,
.gfield_time_minute { max-width: unset !important; }
body .gform_button,
body input[type="submit"].gform_button {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important; /* Safari & iOS */
  -moz-border-radius: 0 !important;    /* Firefox */
  appearance: none !important;          /* Removes iOS default rounding */
  -webkit-appearance: none !important;
}




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

/* Header */

#main-menu .diensten-dropdown > ul {
	background: unset !important;
	box-shadow: none !important;
}

/* Footer */
footer .widget.widget_nav_menu li {
	margin-bottom: 14px !important;
}




/* Animations */
@keyframes triple-tap {
	0% { transform: translatex(0) }
	11.111% { transform: translatex(-10px) }
	22.222% { transform: translatex(0) }
	33.333% { transform: translatex(-10px) }
	44.444% { transform: translatex(0) }
	55.555% { transform: translatex(-10px) }
	66.666% { transform: translatex(0) }
}

/* Logo slider */
.logo-slider img {
	object-fit: contain !important;
}


/* Responsive */
@media screen and (max-width: 600px) {
	
	/* Algemeen */
	.mobile-per-2 .wpb_column { width: 50% !important; }
	
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
	
	/* Algemeen */
	.tablet-per-1 .wpb_column { width: 100%; margin-bottom: 2rem; }
	.tablet-per-1 .wpb_column:last-child { margin-bottom: 0; }
	.tablet-per-2 .wpb_column { width: 50%; margin-bottom: 2rem; }
	
	/* Footer */
	#footer-content .wpb_column { width: 50%; }
	#footer-content .wpb_column:nth-child(-n +2) { margin-bottom: 3rem; }
} 

@media screen and (min-width: 1025px) {
	li.menu-item > ul.level_2 {
		background: #515050 !important;
		color: #fff !important;
		border-radius: 15px;
	}
}