.form.is-loading {
    opacity: .5
}

.form.is-error, .form.is-success {
    opacity: 1
}

.form-group.is-error input {
    border-color: red
}

.c-checkbox__input {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0;
    pointer-events: none
}

.c-checkbox__input:focus~.c-checkbox__box {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.c-checkbox__input:checked~.c-checkbox__box:after {
    display: block
}

.c-checkbox__input.is-error~.c-checkbox__box {
    border-color: red
}

.c-checkbox__input.is-error~.c-checkbox__text {
    color: red
}

.c-checkbox__label {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.c-checkbox__label p {
    margin: 0;
    font-size: 14px;
    line-height: 1em
}

.c-checkbox__box {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    border: 1px solid
}

.c-checkbox__box:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 7px;
    display: none;
    width: 5px;
    height: 10px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(35deg)
}

.menus__blurb {
    padding-bottom: 44px;
    text-align: center
}

.menus__category {
    margin-bottom: 30px
}

.menus__category--center {
    text-align: center
}

.menus__category--center .menus__item {
    -ms-flex-pack: center;
    justify-content: center
}

.menus__category__title {
    margin-bottom: 30px;
    font-size: 1rem;
    letter-spacing: .2em;
    line-height: 1.5;
    text-align: center
}

.menus__divider {
    border-top: 1px solid #cc6e4b
}

.menus__footer {
    padding-top: 50px;
    text-align: center
}

.menus__footer h1 a, .menus__footer h2 a, .menus__footer h3 a, .menus__footer h4 a, .menus__footer h5 a, .menus__footer h6 a, .menus__footer p a {
    transition: color .3s ease-in-out
}

.menus__footer h1 a:hover, .menus__footer h2 a:hover, .menus__footer h3 a:hover, .menus__footer h4 a:hover, .menus__footer h5 a:hover, .menus__footer h6 a:hover, .menus__footer p a:hover {
    color: #cc6e4b
}

.menus__footer h1, .menus__footer h2, .menus__footer h3, .menus__footer h4, .menus__footer h5, .menus__footer h6 {
    margin-bottom: 30px;
    font-family: FF Quadraat, Arial, Georgia, Times New Roman, Times, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-transform: none
}

.menus__footer p {
    margin-bottom: 10px;
    font-family: p22-underground, Georgia, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 14px
}

.menus__head {
    padding-top: 70px;
    padding-bottom: 50px;
    background: #a0bea7
}

.menus__head[data-venue=Marcus] {
    background: #cad2da
}

.menus__head[data-venue="The Gilbert Scott"] {
    background: #deac8f
}

.menus__head[data-venue=Tredwells] {
    background: #c8dacf
}

.menus__head[data-venue="Marcus  Wareing Restaurants"] {
    background: #f6f6fb
}

.menus__item {
    font-family: FF Quadraat, Arial, Georgia, Times New Roman, Times, serif;
    font-size: 1.125rem;
    line-height: 1.5
}

.menus__item__content {
    margin-right: 20px
}

.menus__item__content:first-child:last-child {
    margin-right: 0
}

.menus__item__label {
    margin-right: 5px;
    font-size: 14px;
    line-height: inherit
}

.menus__item__price {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right
}

.menus__item__title {
    margin-right: 5px
}

.menus__item__title:first-child:last-child {
    margin-right: 0
}

.menus__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% + 30px);
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: -15px;
    padding: 0;
    list-style: none
}

.menus__nav__item {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 20px;
    margin-left: 25px
}

.menus__nav__link {
    display: block;
    padding: 0;
    transition: color .3s ease-in-out;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    cursor: pointer
}

.menus__nav__link.is-active, .menus__nav__link:hover {
    color: #cc6e4b
}

.menus__menu {
    display: none;
    padding-top: 60px;
    padding-bottom: 50px;
    background: #eceaea
}

.menus__menu.is-active {
    display: block
}

.list--menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

@media (min-width:768px) {
    .list--menu {
        column-count: 2;
        column-gap: 30px
    }
}

@media (min-width:1340px) {
    .list--menu {
        column-count: 3
    }
}

.list--menu__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    break-inside: avoid
}

.list--single .list--menu__item {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .list--single {
        column-count: 1
    }
}

@media (min-width:1340px) {
    .list--single {
        column-count: 1
    }
}

@media (min-width:1340px) {
    .list--double {
        column-count: 2
    }
}

.heading {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center
}

.heading--alt {
    color: #cc6e4b
}

.heading--primary, .heading--secondary {
    font-size: 18px;
    line-height: 22px
}

.heading--secondary:after {
    display: block;
    width: 10px;
    height: 1px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background: #cc6e4b;
    content: ""
}

.c-navigation {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff
}

.c-navigation.show-main .c-navigation__sections {
    transform: translateX(0)
}

.c-navigation__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 92%;
    margin: 0 auto
}

@media only screen and (max-width:543px) {
    .c-navigation__inner {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-navigation__logo-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 20%
}

@media only screen and (max-width:960px) {
    .c-navigation__logo-wrapper {
        width: 40%
    }
}

.c-navigation__burger {
    position: relative;
    display: none;
    width: 30px;
    height: 3px;
    background-color: #333;
    transform-origin: center;
    transition: transform .15s ease
}

@media only screen and (max-width:543px) {
    .c-navigation__burger {
        display: block
    }
}

.c-navigation__burger.is-active {
    transform: rotate(225deg);
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.55, .05, .67, .19)
}

.c-navigation__burger.is-active:before {
    top: 0;
    transform: rotate(90deg)
}

.c-navigation__burger.is-active:after {
    opacity: 0
}

.c-navigation__burger:after, .c-navigation__burger:before {
    content: "";
    position: relative;
    display: inherit;
    width: inherit;
    height: inherit;
    background-color: inherit;
    transform-origin: inherit
}

.c-navigation__burger:before {
    top: -10px
}

.c-navigation__burger:after {
    bottom: -7px;
    transition: transform .3s cubic-bezier(.21, .61, .35, 1) .14s
}

.c-navigation__logo {
    width: 100%;
    max-width: 300px;
    height: 40px;
    padding-right: 10px;
    padding-left: 10px
}

@media only screen and (max-width:543px) {
    .c-navigation__logo {
        display: none
    }
}

.c-navigation__nav {
    width: 67.5%;
    padding-right: 10px;
    padding-left: 10px
}

@media only screen and (max-width:960px) {
    .c-navigation__nav {
        width: 40%
    }
}

@media only screen and (max-width:640px) {
    .c-navigation__nav {
        display: none
    }
}

.c-navigation__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

@media only screen and (max-width:960px) {
    .c-navigation__list {
        display: none
    }
}

.c-navigation__item {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700
}

@media only screen and (max-width:1100px) {
    .c-navigation__item {
        font-size: .8rem
    }
}

.c-navigation__item:first-child {
    padding-left: 0
}

.c-navigation__item:last-child {
    padding-right: 0
}

.c-navigation__cta {
    width: 12.5%;
    padding: 12px 8px 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 700
}

@media only screen and (max-width:1100px) {
    .c-navigation__cta {
        font-size: .8rem
    }
}

@media only screen and (max-width:543px) {
    .c-navigation__cta--show-mobile {
        display: block!important;
        width: 40%!important
    }
}

@media only screen and (max-width:543px) {
    .c-navigation__cta--hide-mobile {
        display: none!important
    }
}

.c-navigation__cta--marcus {
    background-color: #cad2da
}

.c-navigation__cta--tredwells {
    background-color: #c8dacf
}

.c-navigation__cta--george, .c-navigation__cta--gilbert {
    background-color: #deac8f
}

@media only screen and (max-width:960px) {
    .c-navigation__cta {
        width: 20%
    }
}

@media only screen and (max-width:640px) {
    .c-navigation__cta {
        width: 30%
    }
}

@media only screen and (max-width:543px) {
    .c-navigation__cta {
        display: none
    }
}

.c-navigation__toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 12.5%;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px
}

.c-navigation__toggle svg {
    width: 80%;
    max-width: 75px;
    height: 50px;
    margin-bottom: 5px
}

.c-navigation__toggle span {
    padding-top: 5px;
    font-size: .6rem;
    text-transform: uppercase;
    text-align: center
}

@media only screen and (max-width:960px) {
    .c-navigation__toggle {
        width: 20%
    }
}

@media only screen and (max-width:640px) {
    .c-navigation__toggle {
        width: 30%
    }
}

@media only screen and (max-width:543px) {
    .c-navigation__toggle {
        width: 25%;
        margin-left: auto;
        padding-bottom: 15px
    }
}

@media only screen and (max-width:440px) {
    .c-navigation__toggle {
        width: 50%
    }
}

.c-navigation__sections {
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: translateX(0);
    transition: transform .3s ease-in;
    -webkit-backface-visibility: hidden
}

.c-navigation__sections ul {
    padding: 90px
}

@media only screen and (max-width:544px) {
    .c-navigation__sections {
        position: absolute;
        transform: translateX(-100%)
    }
}

.c-navigation__dropdown {
    position: relative;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: auto
}

.c-navigation__dropdown ul {
    margin: 0;
    padding: 0;
    font-size: .9375rem;
    line-height: 1.667;
    list-style: none;
    text-transform: uppercase
}

.c-navigation__dropdown a {
    transition: color .5s
}

.c-navigation__dropdown a:hover {
    color: #d2624b
}

@media only screen and (max-width:768px) {
    .c-navigation__dropdown {
        height: 85vh;
        padding-top: 50px;
        padding-bottom: 50px
    }
    .c-navigation__dropdown ul {
        font-size: 1.125rem;
        line-height: 2.3888888889;
        margin: 0;
        padding-left: 50px
    }
}

@media only screen and (max-width:544px) {
    .c-navigation__dropdown {
        top: 15px;
        background-color: #e0e8ef
    }
}

@media only screen and (max-width:545px) {
    .c-navigation__dropdown-main {
        display: none
    }
}

.c-navigation__restaurants {
    opacity: 0;
    transition: opacity .2s
}

.c-navigation__restaurants.visible {
    opacity: 1
}

.c-navigation__reservations {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 90px;
    padding-bottom: 60px;
    text-align: center
}

@media only screen and (max-width:768px) {
    .c-navigation__reservations {
        padding-top: 50px;
        padding-bottom: 10px
    }
}

.c-navigation__reservations form {
    margin-bottom: 40px;
    text-align: center
}

.c-navigation__reservations form .form-group {
    margin-bottom: 45px
}

@media only screen and (max-width:768px) {
    .c-navigation__reservations form .form-group {
        margin-bottom: 15px
    }
}

.c-navigation__reservations p {
    display: block;
    font-family: p22-underground, Georgia, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    margin: 0;
    text-align: center
}

.c-navigation__reservations p a {
    text-decoration: underline
}

@media only screen and (max-width:768px) {
    .c-navigation__reservations p {
        display: none
    }
}

.c-navigation__reservations .close {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    height: 13px;
    width: 13px;
    transform: translateX(-50%)
}