#mini-slider-container img {
    min-height: 920px;
    object-fit: cover;
    width: 100%;
}
#mini-slider-container.taller img {
    min-height: 980px;
}
#map {
    height: 680px;
    max-height: 75vh;
}
#form {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 51.58%;
    box-sizing: border-box;
    border: 20px solid #fff;
    z-index: 10;
    border-left: 0;
}
#form.book-form {
    left: 15%;
    right: 15%;    
    width: auto;
    border: none;
    border: 20px solid #fff;
    background-color: rgba(232, 224, 222, 0.91);
    position: absolute;
    margin-bottom: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
form.wpcf7-form input.walcf7-timepicker {
    background: url("../images/clock.svg") right 2px center no-repeat;
    background-size: 14px auto;
}
#form.book-form form.wpcf7-form {
    text-align: left;
    background: none;
}
img.book-bg {
    min-height: 740px;
}
form.wpcf7-form {
    padding: 50px 55px;
    background: #e8e0de;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form.wpcf7-form p {
    width: calc((100% - 40px) / 2);
    margin-bottom: 1.5em;
}
form.wpcf7-form p.full {
    width: 100%;
}
form.wpcf7-form label {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
form.wpcf7-form input, form.wpcf7-form select, form.wpcf7-form textarea {
    background: none;
    border: none;
    -webkit-appearance: none;
    border-bottom: 2px solid #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 400;
    height: 34px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', 'Manrope', sans-serif;
}
form.wpcf7-form textarea {
    height: 100px;
    resize: none;
}
#wpcf7-f753-p51-o1 textarea {
    height: 70px;
}
.wpcf7-not-valid-tip, .screen-reader-response {
    display: none !important;
}
form.wpcf7-form input.wpcf7-not-valid, form.wpcf7-form select.wpcf7-not-valid, form.wpcf7-form textarea.wpcf7-not-valid{
    border-bottom-color:#840002; 
}
p.full.align-center {
    margin-bottom: 0;
}
form.wpcf7-form input.wpcf7-submit {
    border: none;
    background: var(--main-texts);
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    max-width: 180px;
    padding: 15px 0;
    font-size: 14px;
    margin: 0 -12px 0 auto;
    cursor: pointer;
    transition: background 0.4s;
    font-weight: 600;
    height: auto;
}
form.wpcf7-form input.wpcf7-submit:hover {
    background: var(--main-dark);
}
.wpcf7-response-output {
    width: 100%;
    text-align: center;
    padding: 8px 10px;
    transition: opacity 0.2s;
    font-weight: 500;
    color: #921013;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}
.invalid .wpcf7-response-output, .spam .wpcf7-response-output {
    background: #921013;
    color: #fff;
}
/* =Contact Form 7 CSS
------------------------------------------------------*/
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    opacity: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    opacity: 1;
    background: var(--main-lighter);
    color: #fff;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    opacity: 1;
    background: #921013;
    color: #fff;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: var(--main-texts);
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    position: relative;
    top: 6px;
    left: 25px;
}
form.submitting .wpcf7-spinner {
    visibility: visible;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc; /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes blink {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@media only screen and (max-width: 1580px) {
    form.wpcf7-form {
        padding: 45px 50px;
    }
}
/*@media only screen and (max-width: 1360px) {
    #form {
        bottom: 60px;
        width: 56%;
    }
    #intro.contact .left {
        width: 40%;
    }  

}*/
@media only screen and (max-width: 1360px) {
    #intro.contact #mini-slider-container {
        width: 57%;
    }
    #mini-slider-container img {
        min-height: 900px;
    }
    #intro.contact .left, #intro.contact #mini-slider-container {
        width: 100%;
    }
    #intro.contact #mini-slider-container img, #intro.contact #mini-slider-container.taller img {
        min-height: inherit;
    }
    #intro.contact .left {
        margin-bottom: 40px;
        max-width: 590px;
    }
    #form {
        position: static;
        width: 100%;
        margin-bottom: 80px;
        border: none;
    }  
    #form.book-form {
        left: 70px;
        right: 70px;
    }
    #wpcf7-f753-p51-o1 textarea {
    height: 110px;
}
}
@media only screen and (max-width: 1024px) {
    #form {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 980px) {
    #form.book-form {
        left: 50px;
        right: 50px;
    }
    img.book-bg {
        min-height: 680px;
    }
    #form.book-form form.wpcf7-form {
        padding: 35px 40px;
    }
}
@media only screen and (max-width: 890px) {
    #form.book-form form.wpcf7-form {
        padding: 30px 35px;
    }
    #form.book-form form.wpcf7-form p {
        width: 100%;
    }
    #form.book-form {
        left: 30px;
        right: 30px;
    }
    img.book-bg {
        min-height: 795px;
    }
}
@media only screen and (max-width: 680px) {
    #form {
        margin-bottom: 20px;
    }
    form.wpcf7-form p {
        width: 100%;
    }
    form.wpcf7-form, #form.book-form form.wpcf7-form {
        padding: 30px;
    }
}
@media only screen and (max-width: 580px) {
    #form.book-form form.wpcf7-form {
        padding: 20px;
        padding-bottom: 40px;
    }
    #form.book-form {
    left: 20px;
    right: 20px;
    border: 12px solid #fff;
    }
}