#block-search,
#block-search * {
box-sizing: border-box;
}
#block-search {
max-width: 1300px;
margin: 0 auto;
background: #ffffff;
border: 1px solid #c9c27d;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 15px;
}
.block-search-wrapper {
position: relative;
}
#block-search.block-search--main {
position: relative;
width: 100%;
border: none;
box-shadow: none;
}
.be-container {
padding: 0 30px;
}
#be-booking-form {
width: 100%;
max-width: 1300px;
margin: 0 auto;
}
#tl-booking-cart {
z-index: 1 !important;
}
.be-booking-btn {
display: flex;
justify-content: center;
align-items: center;
height: 54px;
width: 100%;
min-width: 168px;
padding: 0 12px;
font-family: Manrope, Arial, sans-serif;
font-size: 15px;
font-weight: 700;
color: #111111;
background-color: #c9c27d;
border: 1px solid rgba(255, 255, 255, 0.16);
border-radius: 30px;
cursor: pointer;
}
.be-booking-btn:hover {
background-color: #d5d09a;
color: #111111;
}
.page-id-96380 .be-map,
.page-id-96380 .be-social-icon,
.page-id-96380 .mystickyelements-fixed,
.page-id-96380 .chaty-channel-list,
.page-id-96380 .jasnow-futuristic,
.elektraweb-widget {
display: none !important;
}
.mystickyelements-fixed {
top: 38%;
}
@media screen and (min-width: 1184px) {
#block-search.block-search--main {
position: absolute;
bottom: 50px;
left: 50%;
z-index: 100;
transform: translateX(-50%);
width: 100%;
background: rgba(255, 255, 255, 0.85);
}
}
@media screen and (max-height: 680px) {
.page-id-15686 .jasnow-futuristic {
display: none !important;
}
}