/* CONTAINER WIDTH */
.container {
    max-width: 1200px;
}

/*BUTTONS */
.btns_wrap {
    margin-top: 10px;
}


/* ADDTIONNAL CONTENT */
.extra_content_section.has_featured_img .content_wrap .content_inner_wrap {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* LINK STYLING */

body a, html a {
    color: var(--hover-d-10);
}

/*FOOTER*/
#footer_bottom .contacts .element.element_phone a, #footer_bottom .contacts .element.element_mail a {
    color: var(--hover-d-20);
}

/* CTAs */
.btnCta a, .price_wrap a {
    background: var(--highlighted-d-20);
    color: white;
}

#header .main_book a {
    background: var(--highlighted-d-20);
    color: white;
}

#booking_form #bf_submit {
    background: var(--highlighted-d-20);
    color: white;
}


/* MAP */
@media (max-width: 991px) {
    .map_section.de_block.both #map_content .content .map_itinerary_btn {
        background: var(--bg);
    }
}

/* Float TripAdvisor */

#header:not(.fixed) .tripadvisor-float {
    display: none;
    opacity: 0;
}

#header.fixed .tripadvisor-float {
    display: none;
    position: fixed;
    bottom: 3rem;
    left: 0;
    background: white;
    padding: 0.5rem 0.5rem 1rem;
    border: 1px solid #CCC;
    border-radius: 4px;
    z-index: 9999;
    opacity: 1;
}

.tripadvisor-float a {
    text-decoration: none;
    display: none;
}

.tripadvisor-float .trip-img {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.tripadvisor-float .trip-text {
    font-size: 14px;
    text-decoration: none;
    display: block;
    line-height: 1.2;
    text-align: center;
    color: var(--hover-d-10);
}

@media screen and (max-width: 996px) {
    #header.fixed .tripadvisor-float {
        padding: 0.25rem 0.5rem 0.5rem;
    }

    .tripadvisor-float .trip-img {
        width: 78px;
        height: 78px;
    }
}
