#be-booking-form {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

#tl-booking-cart {
    z-index: 1 !important;
}

#block-search,
#block-search * {
    box-sizing: border-box;
}
.block-search-wrapper {
    position: relative;
    margin: -20px auto 20px;
}

#block-search {
    max-width: 1160px;
    margin: 0 auto 40px;
    background: #181818;
}

#block-search.block-search {
    margin-bottom: 0;
}

.be-container {
    padding: 0 30px;
}

.page-id-20304 .page-title {
    height: 30vh !important;
    margin-bottom: 20px;
}

.page-id-20304 .elementor-social-icons-wrapper,
.page-id-20304 .scrollToTop {
    display: none;
}

.be-booking-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding: 0 12px;
    margin: 30px 0;
    font-family: Trebuchet MS, sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    background-color: #d3b491;
    border: 1px solid hsla(0, 0%, 100%, .16);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .38), inset 0 1px 0 0 hsla(0, 0%, 100%, 0);
    color: #3e3e3e;
    text-transform: uppercase;
    cursor: pointer;
}

.be-booking-btn:hover {
    background-color: #dfc8ae;
    border: 1px solid hsla(0, 0%, 100%, .16);
    color: #3e3e3e;
}

@media screen and (min-width: 769px) {
    .be-booking-btn {
        max-width: 250px;
    }
}

@media (min-width: 1025px) {
    .wd-header-overlap .title-size-default {
        padding-top: 60px;
    }
}

@media screen and (min-width: 1210px) {
    #block-search.block-search {
        position: absolute;
        left: 50%;
        bottom: calc(100vh - 70px);
        z-index: 10;
        transform: translateX(-50%);
        width: calc(100% - 20px);
    }

    #block-search.block-search--main {
        bottom: 890px;
    }

    #block-search.block-search--tour {
        bottom: 720px;
    }
}