body {
    font-size: 14px;
}

.header-title {
    text-align: center;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.header-title.other-restaurants {
    text-align: center;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-title .title {
    color: #fff;
    margin-bottom: 0px;
    padding: 10px 0px;
    font-family: 'Graphik Light', sans-serif;
    font-size: 24px;
}

.header-title .subtitle {
    color: #fff;
    margin-bottom: 0px;
}

.info-other-restaurants {
    display: flex;
    justify-content: space-between;
    font-family: 'Graphik Light', sans-serif;
    font-size: 22px;
    line-height: 36px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: uppercase;
}

.overlay-text-image-other-restaurants {
    bottom: 10px;
    right: 15px;
    color: #fff;
    font-size: 23px;
    font-family: 'Graphik Semibold', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .info-other-restaurants {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .info-other-restaurants {
        font-size: 18px;
        line-height: 30px;
    }
}


/*
@media (max-width: 992px) {
    .info-other-restaurants {
        line-height: 26px;
        text-align: center;
    }
}
*/

@media (max-width: 992px) {
    .info-other-restaurants {
        display: block;
        text-align: center;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    .info-other-restaurants {
        margin-bottom: 15px;
    }
}

#form-container {
    margin-top: 10vw;
}

.bookings_legend {
    background-color: #ffffff;
    margin: -10px 0px 0px 0px;
    padding: 10px;
}

.bookings_legend ul {
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}

.bookings_legend ul li {
    display: inline-block;
    margin-right: 10px;
}

.bookings_legend ul span {
    border: 1px solid #ccc;
    float: left;
    width: 12px;
    height: 12px;
    margin: 2px;
}

#footerCoverDiv {
    display: none;
}


/* your colors */

.bookings_legend ul .closed {
    background-color: #000;
}

.bookings_legend ul .full {
    background-color: #ecaca1;
}

.bookings_legend ul .free {
    background-color: #fff;
}


/*******************************************
 * Calendar
 */

.block_calendar ul {}

.block_calendar ul li {
    border-top: 1px solid #000;
    padding: 5px 0px;
}

.block_calendar .timetable ul li span {
    font-weight: 700;
    width: 25%;
    display: inline-block;
}

#calendar {}

#calendar>* {
    border-top: 8px solid #000;
    border-bottom: 8px solid #000;
    margin-bottom: 100px;
}

#calendar h5 {
    padding: 20px 0px 10px;
    margin: 0px;
    font-size: 1rem;
    text-align: center;
}

#calendar table {
    background-color: #fff;
}

.calendar_types .color {
    width: 25%;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    /*border: 1px solid;*/
}

.jqyc-year-chooser .jqyc-year {
    text-align: center;
    font-size: 30px;
    font-family: 'Graphik SemiBold', sans-serif;
}

.jqyc-year-chooser .col {
    line-height: 30px;
}

.border-top {
    border-top: 1px solid #767574;
}

.border-bottom {
    border-bottom: 1px solid #767574;
}

.jqyc-months .table td,
.jqyc-months .table th {
    padding: .3rem;
    border: none;
    font-size: 14px;
}

.jqyc-months .table th {
    font-weight: 300;
    padding-top: 20px;
}

.jqyc-not-empty-td:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px solid #767574;
}

.table>tbody {
    border-top: none !important;
}

.mt100 {
    padding: 20px;
}

@media screen and (max-width: 991px) {
    .mt100 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 782px) {
    .bookings-engine {
        height: 650px;
    }
}