﻿body {
    font-family: HelveticaNeue, Helvetica Neue, helvetica, sans-serif !important;
}

.card.bg-gradient-vossenberg {
    border-color: #947d56;
    min-height: 210px;
}
img.w-100.border-radius-md.shadow-lg {
    border: 1px solid #947d56;
    background: white;
}

h1,
h6,
a.navbar-brand.text-white {
    color: #997c50 !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
}

a.btn.bg-white {
    background: #997c50 !important;
    color:white !important;
}

.alert-gold,
.bg-theme {
    background: #997c50;
    color: white;
}
.text-theme {
    color: #997c50;
}

input.form-control.counter {
    padding-top: 0;
    font-size: 16px;
}
label.subtotal,
label.total {
    font-weight: bold;
    font-size: 16px;
}

.choices__inner {
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

table.bookingtable th {
    text-align: left;
    padding: 0.55rem;
}
table.eventcalendar th {
    padding: 0 !important;
}
td.eventdatecell {
    border: 2px solid #88734f !important;
    cursor: grab;
    padding: 1px;
}
td.oldeventdatecell {
    border: 2px solid #adb5bd !important;
    padding: 1px;
}
.text-gray-500 {
    color: #adb5bd;
}
.othermonth {
    color: #dee2e6;
}
td.chosendate {
    background: #997c50;
}
a.oldeventdate {
    color: #adb5bd;
    font-weight: bold;
}
a.eventdate {
    color: #997c50;
    font-weight:bold;

    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 2em;
    margin: -2em;
}
a.eventdate.chosendate {
    color: white !important;
}

li.nav-item a {
    font-family: montserrat, sans-serif;
}
.card {
    border: 1px solid #947d56;
}

div.dinner-event-description {
    text-align: center;
    font-style: italic;
    margin-left: 20px;
    margin-right: 20px;
}
div.dinner-event-description p {
    margin: 0px;
    font-size: 14px;
}

button.nextMonth {
    float: right;
}
button.previousMonth {
    float: left;
}
button.nextMonth,
button.previousMonth {
    color: white;
}

td.subtotal,
td.total {
    text-align: right;
}
table.peopleTable thead tr th:last-child {
    text-align: right;
}

@media (max-width: 575.98px) {
    .peopleTable td {
        padding: .2rem !important;
    }
    .peopleTable thead th {
        padding: .75rem 0 !important
    }
    .peopleTable thead th,
    .peopleTable tbody td,
    .peopleTable tfoot td,
    .counter {
        font-size: 12px !important;
    }

    .counter {
        text-align:center;
    }

    th.subtotal,
    td.subtotal {
        display:none;
    }

    div#eventcalendar span
    {
        font-size: 20px;
    }
}
