/**
Theme Name: Kei - Koningin Elisabeth Instituut Oostduinkerke
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kei-koningin-elisabeth-instituut-oostduinkerke
Template: astra
*/

/*UTILITY*/

.w-900 *{
	font-weight: 900 !important;
}

.w-800 *{
	font-weight: 800 !important;
}

.w-700 *{
	font-weight: 700 !important;
}

.w-600 *{
	font-weight: 600 !important;
}

.w-500 *{
	font-weight: 500 !important;
}

.w-400 *{
	font-weight: 400 !important;
}

.w-300 *{
	font-weight: 300 !important;
}

.underline-me *{
	text-decoration: underline !important;
}

.uppercase-me *{
	text-transform: uppercase !important;
}

.italic-me *{
	font-style: italic !important;
}

@media only screen and (min-width:1024px){
	.lh-100 *{
		line-height: 1.1em !important;
	}
}

@media only screen and (max-width:1200px){
	.lantab-no-br br{
		display: none !important;
	}
}

@media only screen and (max-width:1024px){
	.tab-no-br br{
		display: none !important;
	}
}

@media only screen and (max-width:767px){
	.no-br br{
		display: none !important;
	}
}

.have-color-in-span span, .have-color-in-bold strong{
	color: var(--e-global-color-3120f4e);
}

.link-underline a{
	text-decoration: underline;
	color: #1e7f9e !important;
}

.link-white a{
	color: #fff !important;
}

.ul-no-padding ul{    
    margin-left: 20px !important;
}

.ol-no-padding ol{
	margin-left: 20px !important;
}

.same-height-image-carousel img{
	height: 320px !important;
	width: 100%;
	object-fit: cover; 
}

.carousel-arrow-bg-color .elementor-swiper-button{
	background: #7CB3D0 !important;
	padding: 7px !important;
}

/*---- Infinite Scroll Slider ----*/

.infinite-slide .swiper-wrapper{
	transition-timing-function: linear !important;
}


/*ADDED FOR ALL SITES*/ 

.sidemenu li.menu-item.menu-item-has-children{
    position: relative;
}

.sidemenu span.sub-arrow{
    position: absolute;
    right: 15px;
}

@media only screen and (min-width:768px){
	
	
	
	.sidemenu ul.sub-menu li:last-child{
		border-bottom: 1px solid #4a4a4a55 !important;
		margin-bottom: -1px !important;
	}
	
	.sidemenu ul.sub-menu li.current-menu-item{
		border-left: 3px solid #5D869C !important;
		border-bottom: none !important;
		
	}
	
	.sidemenu ul.sub-menu li a{
		font-size: 101% !important;
	}
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;    
}

*:focus{
	outline: none !important;
	outline-style: none !important;
}
 
}

:is(a, li):focus-visible, :is(a, li):focus-within {
    outline: none !important;
    
}

/*SITE STYLES*/

#header-search .e-search-input-wrapper{
	width: 100%;
	max-width: 0px;
	transition: max-width 0.5s ease;
}

#header-search .e-search-input-wrapper input{
	border: 0px !important;
}

#header-search .e-search-input-wrapper.active{
	max-width: 100%;
}

#header-search .e-search-input-wrapper.active input{
	border: 1px solid #4a4a4a55 !important;
}

#header-search .elementor-widget-search .e-search-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    gap: 30px;
}

#header-search label.e-search-label {
    display: none;
}

.elementor-widget-search .e-search-form *{
	box-shadow: none !important;
}

.lang-switcher .wpml-ls-current-language a span{
	font-weight: 700 !important;
}

.content-area .elementor-widget-theme-post-content h1, .content-area .elementor-widget-theme-post-content h2, .content-area .elementor-widget-theme-post-content h3, .content-area .elementor-widget-theme-post-content h4, .content-area .elementor-widget-theme-post-content h5, .content-area .elementor-widget-theme-post-content h6 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.border-left-blue :is(summary, details> div[role="region"] ){
	border-left-color: #7CB3D0 !important;
}

.accrod-title-bold div.e-n-accordion-item-title-text{
	font-weight: 700 !important;
}

@media only screen and (max-width:767px){
	.elementor-widget-custom_icon_box.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{
		flex-direction: column !important;
	}
}

.table-container th{
	background-color: #F5F5F5;
}

.current-menu-parent.current-page-parent{
	background-color: #7cb3d0;
	
}

.current-menu-parent.current-page-parent > a{
	color: #ffffff !important;
}

.current-menu-parent.current-page-parent .sub-arrow svg{
	fill: #ffffff !important;
}

.sidemenu li.menu-item:hover svg{
	fill: #ffffff !important;
}

.sidemenu li.menu-item a[aria-expanded="true"] svg{
	fill: #ffffff !important;
}

@media only screen and (min-width:768px){
	.header-menu :is(li.current-page-ancestor, li.current_page_item){
		text-decoration: 3px solid var(--e-global-color-accent) underline;
		text-underline-offset: 28px;	
	}


	.header-menu :is(li.current-page-ancestor, li.current_page_item) a{
		color: var(--e-global-color-accent) !important;
	}
}


.form-container .elementor-field-type-html h5{
	margin-top: 15px !important;
	margin-bottom: 8px !important;
}

.all-person-loop-item:hover .person-name *{
	color: #1E7F9E !important;
}


.inbreuk-melden :is( label[for='form-field-anonymous'], label[for='form-field-overtreding']){
	display: none !important;
}

#tevredenheidsenquete :is(label[for="form-field-without_obligation"]){
	display: none !important;
}

/*----- Team details page toolitp CSS -----*/

.tags-with-tooltips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-item {
    display: inline-block;
    background: #007c91;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
    max-width: 100%;
    word-break: break-word;
}

.tag-item:hover,
.tag-item:focus {
    background: #005f6a;
}

/* Tooltip */
.tag-item::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 130%; /* above tag */
    left: 50%;
    transform: translateX(-50%);
    background-color: #6bb3d6;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    padding: 10px;
    border-radius: 6px;
    white-space: normal; /* wraps long text */
    max-width: 250px;
    width: max-content;
    min-width: 150px;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 99;
}

/* Tooltip Arrow */
.tag-item::before {
    content: "";
    position: absolute;
    bottom: 95%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #6bb3d6 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

/* Show on hover or focus */
.tag-item:hover::after,
.tag-item:focus::after,
.tag-item:hover::before,
.tag-item:focus::before {
    opacity: 1;
    visibility: visible;
}

.hover-bg{
    transition: background 0.5s ease;
}

.hover-bg:hover{
    background-size: 105% !important;
    transition: 0.5s all;
}

@media (max-width: 767px) {

.tag-item{
	position: static;
}

.tooltip-box {
    width: 90vw;
    max-width: 90vw;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    text-align: center;
}

.tag-item::after{
	width: 90vw;
    max-width: 90vw;
    left: 50%;
    transform: translateX(-50%);
} 

.tag-item::before{
	display: none;
}          

}

@media (max-width: 335px) {

.tag-item::after{
	bottom: 110%;
} 
      
}

.sidemenu ul.sub-menu{
	border-width: 0px !important;
}

.disabled-login-on {
    opacity: 0.5;
}

@media only screen and (min-width: 768px){
.vacancy-loop .e-loop-item div {
    height: 100%;
}
}

.vacancy-loop .e-loop-item .elementor-widget-button {
    display: flex;
    align-self: auto;
    justify-self: end;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.page-id-4050 .elementor-widget-dynamic_breadcrumbs{
	display: none !important;
}

:is(.page-id-4235, .page-id-2811, .page-id-2647, .page-id-3014) .template-page-title{
	display: none !important;
}

.check-mark ul {
	list-style-type: none;
	margin-left: 0px !important;
}

.check-mark li {
	position: relative;
	padding-left: 25px;
}

.check-mark li::before{
	content: '\2713'; 
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px; 
	color: #4a4a4a;
}

span#jobcount{
	display: inline-block;
    background-color: #fff;
    border-radius: 100px;
    padding: 2px;
    font-size: 80%;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.first-link-highlight a:first-of-type .elementor-icon-list-text{
	color: #7CB3D0 !important;
}

.hr-details :is(h2,h3,h4,h5,h6){
	font-size: 1.15rem !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.hr-details a{
	display: inline-block;
	padding-bottom: 8px;
}

/*------*/

.document-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.document-box {
    border: 1px solid #e6e6e6;
    border-left: 4px solid #6bb6d6;
    padding: 22px 20px;
    background: #fff;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.document-box:hover {
    background-color: #f7fcff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.doc-icon {
    color: #7CB3D0; /* Blue icon color */
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc-content {
    display: flex;
    flex-direction: column;
}

.doc-text {
    color: #7CB3D0; /* blue text */
    font-weight: 600;
    font-size: 15px;
}

.doc-description {
    font-size: 14px;
    color: #555;
    margin-top: 3px;
}

.search-loop-item :is(h1,h2,h3,h4,h6){
	font-size: 1.1rem !important;
	margin-bottom: 8px !important;
}

.search-loop-item :is(p,a){
	color: #4a4a4a !important;
}

.search-loop-item:hover .elementor-page-title h5{
	color: #7CB3D0 !important;
}

.vacatures-job-openings{
	height: 50px !important;
	width: 50px !important;
}

/*.elementor-widget-video::before {
    content: '';
    background-color: rgb(124 179 208 / 24%);
    z-index: 1 !important;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100% !important;
}*/

.elementor-widget-custom_icon_box .elementor-icon-box-title span{
	font-weight: 600 !important;
}

.elementor-widget-text-editor thead{
	background-color: #F5F5F5 !important;
}

.sidebar-search input:focus{
	color: #ffffff !important;
}

.medical-content :is(h1,h2,h3,h4,h5,h6) {
	color: #7CB3D0 !important;
	margin: 25px 0px !important; 
}

.medical-content h2{
	font-size: 150%;
}

.medical-content h3{
	font-size: 140%;
}

.medical-content h4{
	font-size: 130%;
}

.medical-content :is(h5, h6){
	font-size: 120%;
}

.medical-content blockquote{
	background-color: #f5f5f5 !important;
	margin: 0px;
	padding: 30px;
}

.team-breadcrumb ul.elementor-icon-list-items li:first-child a span{
	color: #7cb3d0 !important;
}

.box-grey {
    padding: 4%;
    background: #f2f2f2;
}

