@font-face {
    font-family: 'Bergen Sans';
    src: url('./fonts/BergenSans-Regular.woff2') format('woff2'),
        url('./fonts/BergenSans-Regular.woff') format('woff'),
        url('./fonts/BergenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bergen Sans';
    src: url('./fonts/BergenSans-SemiBold.woff2') format('woff2'),
        url('./fonts/BergenSans-SemiBold.woff') format('woff'),
        url('./fonts/BergenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bergen Sans';
    src: url('./fonts/BergenSans-Italic.woff2') format('woff2'),
        url('./fonts/BergenSans-Italic.woff') format('woff'),
        url('./fonts/BergenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root {
    --first-font: 'Bergen Sans', sans-serif;
    --highlight-font: 'Bergen Sans', serif;
}

/* Logo */
#mobile_bar #logo_mobile {
    text-align: center;
}

#mobile_bar #logo_mobile img {
    max-width: 200px;
    max-height: 45px;
}

/* Menu */

#header_wrapper.custom #highlight_menu ul.menu>li>span>a,
#highlight_menu ul.menu>li ul.sub-menu>li>span>a {
    font-size: 16px;
}


/* Footer icon */

#footer_bottom .contacts .element.element_mail:before,
#map_wrapper #contact_box .wrap .element.element_mail:before {
    font-family: "fb_service_icons";
    content: '\a054';
}

/* SEO BAR */
#seobar {
    display: none;
}

/* Single room spaces */
#rooms_amenities .room_features_list ul li:not(:last-child):after {
    margin-right: 0;
}

/* Main content */
#breadcrumb,
#breadcrumb ul li.current-menu-item a {
    color: var(--titles);
}

.fuji_hotel #social_login .thumb {
    background-size: 60%;
}

.fuji_hotel #social_login {
    padding-top: 0;
    width: 45%;
    position: relative;
    margin-bottom: 0;
}

.fuji_hotel #social_login .thumb {
    padding-bottom: 70%;
    background-color: transparent;
}

@media (max-width: 767px) {
    .fuji_hotel #social_login {
        padding-top: 8vh;
    }
}

/* Slideshow */
@media (min-width: 1200px) {
    .slideshow_container .caption .title {
        font-size: 3.5em;
    }
}

/* Booking Form */
#booking_form .section-submit_wrap {
    width: auto;
}

#booking_form label {
    text-align: center;
}


/* CTA */
.de_block_post_preview.cards_v1 .item_wrap .item .content_wrap .btns_wrap .info a,
.de_block_post_preview.cards_v2 .item_wrap .item .content_wrap .btns_wrap .info a,
.btnPdf a {
    border-color: var(--titles);
    color: var(--titles);
}

#map_wrapper #contact_box .wrap .element.element_mail a,
#map_wrapper #contact_box .wrap .element.element_phone a{
    color: var(--titles-l-20);
}