/*
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: #32374b;
	--secondary-color: #f2243f;
	--tertiary-color: #000;
	--border-radius: 0.5rem;
}


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

.l-canvas.type_wide:not(.page-id-305) {
    overflow-x: hidden;
}
.page-id-305 .l-canvas.type_wide{
	overflow-x: unset !important;
}

/* Home banner */
#home-banner > .l-section-img{
	width: 40%;
	margin-left: 60%;
}

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

/* Footer */
footer .widget.widget_nav_menu li {
	margin-bottom: 14px !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);
}

.w-counter.color_primary .w-counter-value {
    color: #fff;
}
.w-counter:not(.has_font_size) .w-counter-value {
    font-size: 3rem;
    font-weight: 600;
}

/* IMG */
.box_shadow_img_rechts img, .box_shadow_img_rechts .w-video-h{
	box-shadow: 20px 20px 0px 0px var(--color-alt-content-primary);
	margin-bottom: 15px;
}
.box_shadow_img_links img, .box_shadow_img_links .w-video-h{
	box-shadow: -20px 20px 0px 0px var(--color-alt-content-primary);
	margin-bottom: 15px;
}

.b_biedenwe .l-section-shape.type_custom.pos_top img{
	width: 100% !important;
	margin-top:-300px;
}

/* Carousel Verhalen */
.b_verhalen_carousel .w-grid-item-h {
    max-height: 600px;
	border-top: 10px solid var(--main-color);
    border-bottom: 10px solid var(--secondary-color);
}
.b_verhalen_carousel .owl-dots {
    text-align: center;
    line-height: 0;
    padding-top: 1rem;
    margin-top: -60px;
    z-index: 5;
    position: inherit;
}
.b_verhalen_carousel .owl-dot span {
    color: #ffffff;
	background: rgb(255 255 255 / 90%);
}
.b_divider{
	width: 11%;
    height: 3px;
    background: white;
}

/* Vacature Grid */
.b_vacature_grid .w-grid-list article{
	border-bottom: 2px solid #8cceff4f;
}
.b_vacature_grid .w-grid-list article:first-child{
	border-top: 2px solid #8cceff4f;
}
.b_main_grid_vac:hover{
	background: aliceblue;
	transition: 0.2s;
}
.b_main_grid_vac{
	transition: 0.2s;
	padding: 0px 25px 0px 25px;
}
.w-filter.layout_ver.togglable .w-filter-item-title>span {
    font-weight: normal;
    margin-left: 0.3em;
    margin-bottom: -0.3em;
    color: #afafaf;
}

/* Single vacature pagina */
.b_info_vac span.w-post-elm-before {
    width: 100%;
    display: block;
    font-family: var(--font-h6);
    font-weight: 600;
    font-size: max( 1rem,1vw );
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 0.2em;
}

.fliter_col .wpb_wrapper{
	position: -webkit-sticky;
    position: sticky;
    top: 132px;
}

/* divider */
.b_divider_red{
	width: 11%;
    height: 3px;
    background: var(--secondary-color);
	margin-bottom: 10px;
	max-width: 66px;
}
}
.b_verhalen_carousel .owl-carousel.navpos_inside>.owl-nav div {
    padding: 20px !important;
}

.b_bekijkvacature_grid_link .w-text-value{
	color: var(--color-alt-content-heading) !important;
}

footer ul.menu > li:before {
    content: "\f054";
    font-family: 'fontawesome';
    margin-right: 5px;
    font-size: 11px;
}
footer article a:before {
    content: "\f054";
    font-family: 'fontawesome';
    margin-right: 5px;
    font-size: 11px;
}

.b_display_flex_overons_3 .wpb_wrapper{
	display: flex;
    gap: 30px;
    margin-top: 35px;
	flex-wrap: wrap;
}
.b_display_flex_overons_3 p{
	width: 18%
}

.social-icons-wrapper{
	display: block;
}

#input_5_28{
	height: 55px !important;
}



