.home #content {
padding-top: 0;
} .home main > section:first-child,
.home main > div:first-child {
padding-top: 100px; } .home .hero-home .gls-hero,
.home .hero-home .gls-hero .e-con,
.home .hero-home .gls-hero .e-con-inner {
overflow: visible;
}  .gls-home-search {
background-color: #F3EBDD; ;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
padding: 24px 28px !important;
max-width: 1410px;
} .gls-home-search #gls-search-form {
display: flex;
flex-direction: row;
align-items: center;
gap: 14px;
background-color: #F3EBDD;
} .gls-home-search form input,
.gls-home-search form select {
box-sizing: border-box;
height: 48px;
padding: 12px;
background-color: #ffffff;
border: 1px solid #d8d2c6;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
color: inherit;
} .gls-home-search #gls-dates {
flex: 1 1 auto;
} .gls-home-search #gls-guests {
flex: 1 1 auto;
} .gls-home-search #gls-search-submit {
height: 48px;
padding: 0 26px;
background-color: var(--main-color);
color: #ffffff;
font-family: 'Bell MT', serif;
font-size: 16;
font-weight: 400;
border: none;
border-radius: 0;
cursor: pointer;
} .gls-home-search #gls-search-submit:hover {
opacity: 0.9;
} .gls-home-search #gls-error {
border-color: #c29b40;
background-color: #fffaf3;
} .gls-home-search #gls-search-form input,
.gls-home-search #gls-search-form select,
.gls-home-search #gls-search-submit {
transition: border-color 0.25s ease,
background-color 0.25s ease,
opacity 0.25s ease;
} @media (max-width: 768px) {
#gls-home-search {
padding: 20px;
margin: 24px 16px 0;
}
#gls-home-search .gls-home-search #gls-search-form {
flex-direction: column;
align-items: stretch;
}
#gls-home-search .gls-home-search #gls-search-submit {
width: 100%;
}
}