/*********************************
General
*********************************/

p {
    font-size: 20px;
    color: #000000;
}

*::-webkit-input-placeholder {
    /* Edge */
    color: #b49383 !important;
}

*:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b49383 !important;
}

*::placeholder {
    color: #b49383 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000000;
}

.logo {
    max-width: 175px !important;
    transform: 0.3s;
}

.logo img {
    width: 100%;
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 5px 10px;
    border-radius: 10px;
    transition: 0.3s;
}

.scrolled .logo {
    max-width: 100px
}

.footer_logo_title img {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 10px;
    transition: 0.3s;
}

.footer h5, .footer p {
    color: #ffffff;
}

.footer li {
    margin-left: 10px;
}

.footer a {
    text-decoration: none;
    color: inherit;
    font-size: 19px;
}

.footer .h3 {
    color: #ffffff !important;
}

.social-icon a {
    margin: 10px;
    font-size: 40px;
    color: #b49383 !important;
}

.text-green {
    color: #5cdb5c;
}

.text-gold {
    color: #b49383;
}

article {
    color: #000000;
    font-size: 20px;
}

input, select {
    padding: 5px 7px !important;
    color: #956d3b;
    border: 2px solid #956d3b;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.floating-box-gold {
    position: relative;
    top: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 30px 0px;
    background-origin: padding-box;
    border: solid 2px #b49383;
    padding-top: 25px;
    padding-bottom: 39px;
    padding-left: 30px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    background-color: #ffffff;
}

.floating-box-gold-no-pad {
    position: relative;
    top: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 30px 0px;
    background-origin: padding-box;
    border: solid 2px #b49383;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    background-color: #ffffff;
}

.home_title p {
    color: #ffffff !important;
    font-size: 20px !important;
    text-align: center;
    line-height: 30px;
    bottom: 20px;
}

.banner-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 60%;
}

.only-mobile {
    display: none;
}

.floating-phone {
    position: fixed;
    font-size: 40px;
    border-radius: 50%;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
    transform: rotate(90deg);
}

.floating-phone a {
    text-decoration: none;
    color: rgb(36, 196, 36) !important;
}

a.reservations_phone, a.menu_reservations_phone {
    text-decoration: none;
    color: #ffffff !important;
}

a.reservations_phone:hover, a.menu_reservations_phone:hover {
    text-decoration: none;
    color: #ffffff !important;
}

.ads-page .book-now-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
}

.ads-page a.reservations_phone {
    width: fit-content;
    white-space: nowrap;
    padding: 10px 20px !important;
    line-height: unset !important;
    height: fit-content !important;
}

.menu .dropdown-menu {
    position: unset !important;
    margin-top: -60px;
    margin-bottom: 50px;
    border: none;
    background: transparent;
    z-index: 0 !important;
    transform: unset;
    text-align: center;
    transition: 0.5s;
}

.menu .dropdown-menu a {
    color: rgba(255, 255, 255, 0.5) !important;
}

.menu .dropdown-menu a:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: unset;
}

.footer-info {
    font-size: 15px !important;
}

.hide-desktop {
    display: none;
}

.service-gallery-container {
    display: flex;
    flex-direction: column;
    align-self: center
}

.service-gallery {
    margin-top: 30px;
}

@media (max-width: 990px) {
    .hide-desktop {
        display: unset;
    }

    .footer-info {
        font-size: 15px !important;
        text-align: center
    }

    .only-mobile {
        display: block;
    }

    .banner {
        height: 100% !important;
    }

    .logo {
        max-width: 100px !important;
    }

    .hide-mobile {
        display: none;
    }

    .chefs_text_row {
        margin-top: -100px;
    }

    iframe {
        height: 250px !important;
    }

    .video_section {
        margin-top: -250px;
        height: 100%;
        padding: unset !important;
    }
}

/*********************************
8. Testimonials
*********************************/

.testimonials {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 35px;
}

.testimonials .section_title {
    margin-top: 6px;
}

.testimonials_row {
    margin-top: 28px;
}

.quote {
    width: 25px;
    height: 17px;
}

.quote img {
    max-width: 100%;
}

.test_text {
    margin-top: 23px;
}

.test_text p {
    font-size: 18px !important;
}

.test_info {
    font-size: 18px;
    color: #232323;
    margin-top: 43px;
}

.test_info span {
    font-size: 16px;
    color: #636363;
}


.ads-page .intro {
    padding-top: 50px;
}

.video-tour, .check-availability {
    background-color: #a48f84;
    color: #FFF !important;
    cursor: pointer;
    font-weight: 700;
}

.hover-icon-right .fa {
    animation-duration: 0.2s;
    animation-timing-function: ease-in;
    animation-name: icon-wobble-reset;
    animation-fill-mode: forwards;
}

.hover-icon-right:hover .fa {
    animation-duration: 0.4s;
    animation-timing-function: ease-in;
    animation-name: icon-wobble-right;
    animation-fill-mode: forwards;
}

@keyframes icon-wobble-right {
    0% {
        transform: translateX(0);
    }
    60% {
        transform: translateX(13px);
    }
    100% {
        transform: translateX(10px);
    }
}

@keyframes icon-wobble-reset {
    0% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}
