﻿* {
    font-family: 'Open Sans', sans-serif;
}

body {
    background: #f6f6f6;
    color: #485156;
}

.header {
    background-color: #fff;
    color: #b6b6b6;
}

.footer {
    background-color: #999D89;
}

.header__title {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.header__title p {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #ededed;
}

.login .container {
    min-height: unset;
    padding: 2rem 0;
}

.login {
    background-color: #f6f6f6;
}

.login__right {
    background: #fff;
}

.login .heading {
    font-family: "Libre Baskerville", serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1rem;
    color: #999D89;
}

.login .subheading {
    font-weight: normal;
    font-size: .9rem;
}

.login .form__field label {
    font-weight: bold;
}

.login .form__link {
    font-size: .9rem;
    color: #485156;
}

.footer__address {
    color: #fff;
}

.button {
    background-color: #999D89;
    border: 0;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding: 0.875rem 1rem;
}

.button:hover {
    background-color: #8b8f78;
}

.footer {
    padding: 2rem 0;
    background-color: #999D89;
    color: #fff;
    font-size: .875rem;
    text-align: left;
}

.footer__wrapper {
    width: 100%;
    max-width: 80rem;
    padding: 1.375rem 1rem;
    margin: 0 auto;
}

.footer__chin {
    display: flex;
    justify-content: space-between;
    padding: 0 0 1rem;
}

.footer__nav {
    display: flex;
    gap: 2rem;
}

.footer__nav a {
    color: #fff;
    text-decoration: none;
}

.footer__wrapper .u-text-tiny {
    font-size: .625rem;
}

.footer__wrapper a {
    color: #fff;
}

.cp .container {
    box-shadow: none;
    background: #fff;
    margin: 2rem auto;
}

.cp .content {
    padding: 0;
    background: #f6f6f6;
}

.cp .section {
    padding: 0;
}

.cp .content__box--title {
    font-family: "Libre Baskerville", serif;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.4;
    color: #999D89;
    border-bottom: none;
}

.cp .content__heading,
label,
.modal__heading {
    font-family: "Libre Baskerville", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #999D89;
}

#crem-selection,
.form__date,
.form__select,
.form__select-wrapper:after,
.timeslots__tile,
.modal__content,
.modal__bookingInfo,
.form__field input[type=text],
.form__input,
.dropdown__input__container:after {
    background: #f6f6f6 !important;
    color: #485156;
}

.timeslots__tile,
.modal__bookingInfo,
.form__field input[type=text],
.form__input,
.form__date,
.form__select {
    border: 1px solid #ccc !important;
}

.table-content {
    border: 1px solid #ccc;
}

.table-content__row:nth-child(odd) {
    background-color: #f6f6f6;
}

a.button {
    background-color: #999D89;
    border: 0;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding: 0.875rem 1rem;
}

a.button:hover,
.dropdown__input-clear:hover {
    background-color: #8b8f78;
    color: #fff;
}

.modal__close,
.dropdown__input-clear {
    background-color: #999D89 !important;
    color: #fff;
    border-color: #999D89;
}

.modal__content ul {
    margin-left: 0;
}

.modal__content ul li {
    margin-bottom: 0;
}

.dropdown-content {
    background: #f6f6f6 !important;
}

.dropdown-content li:not(.u-hide) {
    border-bottom: solid 1px #ccc;
}

.dropdown-content li:not(.u-hide):hover {
    background: #dedede;
}

.header__menu-list {
    background: #f6f6f6;
    color: #999D89;
}

.header__menu-list li a:hover,
.header__menu-list li button:hover {
    background: #ededed;
}

/* Mobile Only Styles */
@media only screen and (max-width: 1024px) {
    .modal__content {
        padding: 1rem;
        width: 80%;
        height: 80%;
    }

    .modal__content .form__date,
    .modal__content .form__input,
    .modal__content .form__select {
        min-width: 0;
    }
}