/*
** Popup contact
*/
#makereservation {
    text-align: center;
}

#makereservation .btn {
    display: inline-block;
    letter-spacing: .1em;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
}

.down-arrow i {
    -webkit-animation: MoveUpDown 5s linear infinite;
            animation: MoveUpDown 5s linear infinite;
    position: relative;
    bottom: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down-long:before {
    content: "\e900";
}

.popup-form {
    display: none;
}

.popup-form,
.popup-form.fancybox-content {
    padding: 0;
    max-width: 1245px;
    margin: auto;
}

.popup-form .form-popup-img {
    height: 200px;
    display: block;
}

.contact-content {
    padding: 40px;
    position: relative;
    z-index: 2;
}

.popup-form-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.contact-content iframe {
    width: 100%;
    margin-top: 10px;
}
@media (max-width: 390px) {
	.popup-form.fancybox-content {
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    .popup-form .form-popup-img {
        height: 250px;
        object-fit: cover;
    	width: 100%;
    }
}

@media (min-width: 1025px) {
    .popup-form.fancybox-content {
        height: 715px;
    }

    .popup-form-wrap {
        display: flex;
        height: 100%;
    }

    .popup-form .form-popup-img,
    .popup-form .contact-content {
        width: 50%;
    }

    .popup-form .form-popup-img {
        height: 100%;
    }

    .popup-form .contact-content {
        padding: 80px 46px;
    }
}


/*
** Form Popup
*/

.popup-form #ot-widget-container10 iframe {
    width: 100%;
}

#ot-reservation-widget .ot-dtp-picker {
    width: 100% !important;
}

.contact-content h1 {
    margin: 0;
    padding: 0;
    font-family: 'Italiana', serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    color: #fff;
    font-size: 64px;
}

.contact-content .sub-heading {
    display: block;
    margin: 0;
    padding: 0;
    color: #c1a55e;
    font-family: 'Janesville Script Regular';
    font-weight: 400;
    font-size: 25px;
}