.primary-nav {
    max-width: 900px;
    margin: 30px auto;
}
.primary-nav>li>a {
    display: block;
    margin: 10px 0;
}
.grid .grid-inner {
    -webkit-background-size: cover !important;
            background-size: cover !important;
}
.map-wrap {
    position: relative;
    border: 5px solid #ffe610;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}
.sidebar #map-canvas {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
@media only screen and (max-width: 767px) {
    .reservation {
        margin-top: 50px;
    }
    .show-cat-menu {
        top: 40px;
        right: 0px;
    }
    .sidebar .sidebar-content {
        top: 10px;
        right: 10px;
        left: 10px;
    }
    #booking_form .col-12 .col-6:first-child {
        display: block;
    }
}
#booking_form .newsletter-label {
    font-size: 14px;
    text-transform: none;
    text-align: right;
}
#booking_form .newsletter-label input {
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.lang {
    left: auto;
    right: 0;
}
.reservation {
    text-align: center;
}
.post-entry {
    margin-bottom: 20px;
}
.post-entry h2:after {
    content: '';
    display: block;
    clear: both;
}
.post-entry img {
    float: left;
    margin: 0 15px 15px 0;
}
@media (max-width: 767px) {
    .logo {
        margin-top: 40px;
    }
    .reservation {
        margin-top: 10px;
    }
    .post-entry img {
        float: none;
        margin: 0 0 15px 0;
    }
}
* + .gallery {
    margin-top: 20px;
}
.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
    margin-top: 0;
    margin-bottom: -10px;
}
.gallery + * {
    margin-top: 20px;
}
.gallery-item {
    padding: 0 5px;
    margin-bottom: 10px;
}
.gallery-item a {
    display: inline-block;
}
.lg-outer .lg-thumb {
    margin-left: auto;
    margin-right: auto;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #ffe610;
}

/* Survey */
.custom-survey-form textarea {
    height: 100px;
    padding: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .25);
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #fff;
}
.custom-survey-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}
.custom-survey-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}
.custom-survey-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
}
table.gsurvey-likert {
    margin-bottom: 10px;
}
.gsurvey-survey-field > label {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
    color: #ffe610;
}
.gsurvey-survey-field + .gfield {
    margin-bottom: 30px;
}
table.gsurvey-likert th.gsurvey-likert-choice-label {
    font-size: 14px;
    background-color: #ffe610 !important;
}
h3.thank_you_txt span {
    display: block;
    margin-top: 20px;
    font-size: 80%;
    font-weight: 400;
}
.gform_validation_container {
    display: none;
}

/* Notice modal */
.modal-notice {
    max-width: 600px;
}
.modal-notice p {
    color: #000;
}

/* Booking */
.simplebooking-timelist > li:last-of-type {
    display: none;
}
.simplebooking-calendar td[data-weekday="1"],
.simplebooking-calendar td[data-weekday="2"],
.simplebooking-calendar td[data-weekday="3"] {
    opacity: 0.32;
    cursor: not-allowed !important;
    pointer-events: none;
}
