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

/* - 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);
}
html body{
	overflow-x: visible;
	background: var(--color-content-bg);
}
/* 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;
}

/* header top */
.l-subheader.at_top .w-text i {
	    color: var(--color-content-primary);
}
div#shape_background {
    position: relative;
}
#shape_background .w-text-h{
    position: relative;
    z-index: 1;	
}
#shape_background::before {
	content: "\2B22";
    display: block;
    color: var(--color-content-primary);
    font-size: 66px;
    top: -29px;
    left: -13px;
    position: absolute;
}
/* header menu hover dropdown */
.w-nav.type_desktop .w-nav-list.level_2 a .w-nav-title{
	color: var(--color-content-secondary);
}
.w-nav.type_desktop .w-nav-list.level_2{
    border-radius: 16px;
}

/* footer */
div#shape_background {
    position: relative;
}
#shape_background .w-text-h{
    position: relative;
    z-index: 1;	
}
footer #shape_background::before {
	content: "\2B22";
    top: -0px;
}
footer  #shape_background .w-post-elm-value{
	    z-index: 1;
    position: relative;
}

/* form */
.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 110px;
}
#gform_submit_button_4{
	width: 100%;
}

/* iconbox */
.custom_icon_box .w-iconbox-title{
	    padding-bottom: 5px;
    padding-top: 8px;
}

/* image */
.custom_image .w-image-h{
	object-fit: cover;
    height: -webkit-fill-available;
    height: 100%;
}
.custom_image .w-image-h img{
	object-fit: cover;
}

/* recensie carousel */
.recensie_carousel .owl-nav{
	position: absolute;
    top: -30px;
    right: 80px;
}

.recensie_carousel .owl-nav button:before{
	background: var(--color-content-link);
}
.recensie_carousel .owl-nav button:after{
	color: #fff;
	z-index: 2;
}

.recensie_carousel .owl-nav .owl-prev{
	    margin-right: 10px;
}

.review_link a{
	text-decoration: underline;
}



/* magnetic Button */
.btn-magnetic {
    font-size: 1em;
    position: absolute;
    right: 0;
    top: -125px;
}

.btn-magnetic__click {
    cursor: pointer;
    border-radius: 50em;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid var(--color-background-dark);
}

.btn-magnetic__fill {
  background-color: var(--color-content-bg);
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-magnetic__content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em 1em;
  display: flex;
  position: relative;
    width: 280px;
    height: 280px;
}

.btn-magnetic__text {
  position: relative;
  overflow: hidden;
}

.btn-magnetic__text-p {
     color: var(--color-background-dark);
  text-align: center;
  margin-bottom: 0;
 font-family: 'Bebas Neue';
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.btn-magnetic__text-p.is--duplicate {
  position: absolute;
  top: 100%;
}

/* Hover */
.btn-magnetic__click .btn-magnetic__text-p {
  transition: all 0.6s cubic-bezier(0.625, 0.05, 0, 1);
  transform: translateY(0%) rotate(0.001deg);
}
.btn-magnetic__click:hover .btn-magnetic__text-p {
  transform: translateY(-100%) rotate(0.001deg);
}

/* Background CTA */
.bg_image .w-image-h{
    height: -webkit-fill-available;
    height: 100%;
}

.bg_image .w-image-h img{
	    object-fit: cover;
}

.donker_recensie .toggle-links button{
color: var(--color-content-secondary-grad);
}

/* werkwijze stappen carousel */
#werkwijze_carousel .owl-nav button:before{
    background: var(--color-background-dark);
}
#werkwijze_carousel .owl-nav button:after{
    color: #fff;
    z-index: 1;
}

#werkwijze_carousel .owl-nav button.owl-next{
    margin-left: 15px;
}
#werkwijze_carousel .owl-nav button.owl-prev{
    margin-right: 15px;
}

#field_4_13 label{
	    margin-bottom: 0px;
}
#gfield_description_4_13{
	    padding: 0;
    margin: 0px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

#gform_4 .gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 0;
}
#gform_4 .gform_wrapper.gravity-theme .gform_fields {
    display: grid;
    grid-column-gap: 1%;
    -ms-grid-columns: (1fr 2%)[12];
    grid-row-gap: 7px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
}