﻿ .header .logo-full {
    height: 180px;
    margin-top: 0px;
 }
.btn.reserve-table:hover {
    background-color: #fff;
    color: #000;
 }
.btn.explore-menu:hover {
    background-color: #fff;
    color: #000;
}
.btn.order {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 5px 20px;
    margin-top: 40px;
    margin-right: 110px;
}
.btn.order:hover {
    background-color: #b89649;
    border: 1px solid #b89649;
    color: #000;
}
.footer-logo-thin {
    display: none;
    height: 35px;
}
.footer-logo-full {
    display: inline-block;
    height: 200px;
    top: -30px;
}
.footer .copyright-wrapper {
    margin-top: 30px;
}
.footer .footer-logo-wrapper {
    text-align: center;
}
#membership .number {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #b89649;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
@media (max-width: 992px) {
    #membership .text1 {
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    section.footer .col-24 {
        margin-bottom: 30px;
    }
    section.footer {
        padding-top: 60px;
        padding-left: 30px;
        padding-bottom: 0px;
    }
    section.footer .copyright-wrapper {
        margin-top: 60px;
    }
    section.footer .footer-logo-wrapper {
        text-align: left;
        margin-bottom: 60px;
    }
    section.footer .footer-logo-thin {
        display: block;
    }
    section.footer .footer-logo-full {
        display: none;
    }
    #membership .text1 {
        padding-left: 25px;
    }
}

@media (max-width: 576px) {
    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .btn.order {
        margin-right: 5px;
    }
    #membership {
        padding-left: 10px;
        padding-right: 10px;
    }

    #about .description-wrapper {
        padding-top: 320px;
    }
    #about .first-image {
        width: 90%;
    }
    #about .pic2 {
        position: absolute;
        top: 0;
        right: 15px;
    }
    section.page-content {
        padding-top: 150px;
    }
}