body,
html {
    margin:0;
    padding:0;
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* HEADER */
#bij_primary_menu ul li a:hover,
#bij_primary_menu ul li a:hover .sub-arrow svg {
    color: var(--e-global-color-accent) !important;
    fill: var(--e-global-color-accent) !important;
}
.bij_hours_wrapper {
    position: relative;
    display: inline-block;
}

.bij_show_hours{ 
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/* Popup */
.bij_hours_popup {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;                /* anchor to right edge */
    left: auto;
    z-index: 1000;
    background: #fff;
    padding: 12px 16px;
    margin-top: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: max-content;
    box-sizing: border-box;
}

/* Show on hover */
.bij_hours_wrapper:hover .bij_hours_popup {
    display: block;
}

/* Headline spacing */
.bij_hours_popup strong {
    display: block;
    margin-bottom: 6px;
}

/* FOOTER */
footer#bi_footer a,
footer#bi_footer p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #fff !important;
    font-family: 'Cormorant Garamond';
} 

footer#bi_footer a:hover {
    color: var(--e-global-color-accent) !important;
} 

footer#bi_footer #bi_footer_share a {
    font-size: 24px !important;
}



#bi_defaul_hero .elementor-widget-image-carousel .swiper .swiper-slide figure {
    line-height: 0 !important;
}


div.elementor-widget-text-editor ul li a {
    color: var(--e-global-color-accent) !important;
    text-decoration: underline !important;
}
div.elementor-widget-text-editor ul li a:hover {
    color: #000 !important;
}

/* TEAM */

.bi_team_item_img {
    width: 100%;
    height: auto;
    aspect-ratio: 2.75 / 2;
}