/*
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: 0.5rem;
}
.w-grid-item-h:hover .proces-content {
    height: unset;
    opacity: 1;
   	margin-bottom: var(--vwrapper-gap, 0.7rem) !important;
    transition: ease 0.3s;
}
.proces-content {
    height: 0;
    opacity: 0;
    margin-bottom: 0 !important;
    transition: ease 0.3s;
}
.img-fluid img{
	width: 100% !important;
	max-width: unset !important
}
.menu-fa-arrow-right::after {
    font-family: 'FontAwesome';
    content: '\f061';
    padding-left: 0.625rem;
}
.far{
	font-family: fontawesome !important
}
.paragraph {
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: #3395c0;
    line-height: 28px;
}
.heading2, .heading2 > *{
	color: var(--h2-color, inherit);
	font-family: var(--h2-font-family, inherit);
    font-weight: var(--h2-font-weight, inherit);
    font-size: var(--h2-font-size, inherit);
    font-style: var(--h2-font-style, inherit);
    line-height: var(--h2-line-height, 1.4);
    letter-spacing: var(--h2-letter-spacing, inherit);
    text-transform: var(--h2-text-transform, inherit);
    margin-bottom: var(--h2-margin-bottom, 1.5rem);
}
.heading3, .heading3 > *{
	color: var(--h3-color, inherit) !important;
	font-family: var(--h3-font-family, inherit) !important;
    font-weight: var(--h3-font-weight, inherit) !important;
    font-size: var(--h3-font-size, inherit) !important;
    font-style: var(--h3-font-style, inherit) !important;
    line-height: var(--h3-line-height, 1.4) !important;
    letter-spacing: var(--h3-letter-spacing, inherit) !important;
    text-transform: var(--h3-text-transform, inherit) !important;
    margin-bottom: var(--h3-margin-bottom, 1.5rem) !important;
}
.heading4, .heading4 > *{
	color: var(--h4-color, inherit);
	font-family: var(--h4-font-family, inherit);
    font-weight: var(--h4-font-weight, inherit);
    font-size: var(--h4-font-size, inherit);
    font-style: var(--h4-font-style, inherit);
    line-height: var(--h4-line-height, 1.4);
    letter-spacing: var(--h4-letter-spacing, inherit);
    text-transform: var(--h4-text-transform, inherit);
    margin-bottom: var(--h4-margin-bottom, 1.5rem);
}
.heading5, .heading5 > *{
    color: var(--h5-color, inherit);
    font-family: var(--h5-font-family, inherit);
    font-weight: var(--h5-font-weight, inherit);
    font-size: var(--h5-font-size, inherit);
    font-style: var(--h5-font-style, inherit);
    line-height: var(--h5-line-height, 1.4);
    letter-spacing: var(--h5-letter-spacing, inherit);
    text-transform: var(--h5-text-transform, inherit);
    margin-bottom: var(--h5-margin-bottom, 1.5rem);
}

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

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

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