#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    position: absolute;
    width: 100%;
    z-index: 3;
    background: rgba(255, 255, 255, 0.7);
}

#block-search.block-search--single {
    position: static;
    background: #e4e8ed;
    margin: 0 auto 40px auto;
}

.be-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 30px;
}

#be-booking-form {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto 10px auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

.page-id-20340 .elementor-social-icons-wrapper,
.page-id-20340 .scrollToTop,
.page-id-20340 .wd-search-form,
.error404 #block-search {
    display: none !important;
}

.page-id-20340 .page-title {
    height: 50vh !important;
}

.be-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    background-color: #273548;
    border: 1px solid #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .38), inset 0 1px 0 0 hsla(0, 0%, 100%, 0);
    color: #fff;
    max-width: 168px;
    padding: 12px;
    text-transform: uppercase;
}

.be-link:hover {
    background-color: #354862;
    color: #fff;
}

#menu-item-20364 {
    display: none;
}

@media screen and (max-width: 1024px) {
    #block-search {
        position: static;
        background: #e4e8ed;
    }
}