#tl-booking-form {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 0;
}
.page-id-20989 .fusion-footer .fusion-row .fusion-layout-column:nth-child(2) .fusion-title:first-child,
.page-id-20989 .fusion-social-links {
    display: none;
}
html:not(.avada-has-site-width-percent) .page-id-20989 #main {
    padding-left: 5px;
    padding-right: 5px;
}
body.page-id-20989 {
    min-width: unset;
}
#block-search, #block-search * {
    box-sizing: border-box;
}
#block-search {
    background: rgba(245, 243, 245, 1);
    border: 1px solid rgba(37, 86, 5, 1);
}
.block-search-rooms {
    max-width: 415px;
}
.tl-container {
    padding: 0 30px;
}
#post-19293 .fusion-fullwidth:first-child {
    background-size: cover !important;
}
@media (min-width: 641px) and (max-width: 1000px) {
    #post-19293 .post-content > .fullwidth-box  {
        padding-left: 75px !important;
    }
    #post-19293 .post-content > .fullwidth-box .fusion-column-wrapper  {
        margin-left: 10px !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 420px) {
    #post-19293 .post-content > .fullwidth-box .fusion-column-wrapper  {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media (min-width: 641px) and (max-width: 934px) {
    #wrapper .post-content > .fullwidth-box:first-child:has(#block-search)  {
        padding-top: 175px !important;
    }
}
@media (min-width: 935px) and (max-width: 1200px) {
    #wrapper .post-content > .fullwidth-box:first-child:has(#block-search) {
        padding-top: 90px !important;
    }
}
@media (min-width: 1201px) and (max-width: 1230px) {
    #wrapper .post-content > .fullwidth-box:first-child:has(#block-search) {
        padding-top: 210px !important;
    }
}
@media (min-width: 1231px) {
    #wrapper .post-content > .fullwidth-box:first-child:has(#block-search) {
        padding-top: 110px !important;
    }
}
.fusion-row:has(#block-search) {
    margin: 0 auto !important;
}



.is-hidden {
    display: none !important;
}

.btn {
    padding: 15px;
    width: 100%;
    background: #0b8a16;
    color: #fff;
    font-size: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.btn:hover {
    opacity: 0.8;
}
.btn:active {
    outline: none;
}

.my-form {
	padding: 15px;
    width: 100%;
    max-width: 500px;
	background: #fff;
}
.form__fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}
.form__title {
    color: #000;
    font-size: 26px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}
.form__top-note {
    font-size: 13px;
    text-align: center;
}
.wpcf7-response-output.fusion-alert {
    padding: 5px !important;
    font-size: 14px;
    color: #ff3838;
    display: none;
}
.wpcf7-response-output.fusion-alert .alert-icon {
    display: none;
}
.wpcf7-response-output.fusion-alert button.close {
    display: none;
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output {
    display: block;
}
.wpcf7-form.sent .wpcf7-response-output {
    color: rgb(28, 145, 28);
}
.form__field input {
    font-size: 15px;
}
.form__field input.wpcf7-not-valid {
    border-color: #ff9797;
}
.form__field input:focus {
    border-color: var(--form_border_color) !important;
}
.form__field input::placeholder {
    font-size: 14px;
    opacity: 0.7;
}
.form__accept {
    margin-bottom: 10px;
}
.wpcf7-acceptance {
    font-size: 14px;
}
.wpcf7-acceptance input {
    vertical-align: baseline;
}
.wpcf7-acceptance a {
    text-decoration: underline;
}