.page-id-948 #custom_html-2,
.page-id-948 #text-4 .textwidget p,
.page-id-948 #custom_html-3,
.page-id-948 .header-search-form-wrapper,
.page-id-948 .header-search,
.gembooking-block,
#gembooking_searchbox_1 {
    display: none !important;
}

#block-search,
#block-search * {
  box-sizing: border-box;
}

#block-search {
  background: #f8f7f6;
  backdrop-filter: blur(5px);
}

.home #block-search {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: rgba(248, 247, 246, 0.85);
}

#block-search.block-search--mobile {
    display: none;
}

.be-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 30px;
}

#tl-booking-cart {
  z-index: 1 !important;
}

.be-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9a7947;
  color: #fff;
  max-width: 168px;
  padding: 12px;
  text-transform: uppercase;
}

.be-link:hover {
  background-color: #b28e58;
  color: #fff;
}

@media screen and (max-width: 1180px) {
  .home #block-search {
    display: none;
  }
  
  #block-search.block-search--mobile {
    position: static;
    display: block;
  }
}