@import url(https://use.typekit.net/slz7aws.css);
div {
    border: 0 solid red;
}
.container {
    padding: 0 12px !important;
}
.v-application--wrap {
    min-height: 0 !important;
}
.theme--light.v-application {
    background: transparent !important;
}
.v-divider {
    margin: 30px 0;
}
div,
p,
span {
    font-family: chantal, Helvetica, sans-serif !important;
}
.v-select__slot label {
    font-weight: 700;
}
.v-select__selection {
    max-width: 90%;
    font-weight: 900;
}
.main-title,
.meal-period {
    font-size: 40px;
    font-weight: 900;
}
.main-title {
    margin: 30px auto 25px !important;
}
.category,
.main-title,
.meal-period {
    line-height: 0.9 !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.category {
    font-size: 28px;
    font-weight: 900;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}
.col.col-8 .menu-item {
    font-size: 18px !important;
    margin-top: 0px !important;
    margin-bottom: 4px !important;
}
.col.col-8 .category {
    margin-top: 20px !important
}
.col .category {
    margin-top: 50px !important
}

.menu-item,
.menu-item.side {
    line-height: 0.9 !important;
    text-transform: uppercase;
    font-weight: 900;
}
.col .menu-item {
    padding: 5px 0;
    font-size: 17px;
    margin-top: 7px;
    margin-bottom: 7px !important;
}
.menu-item-description {
    font-family: gill-sans-nova, Gotham, Helvetica Neue, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 10px;
    font-weight: 400;
    text-align: left;
    padding: 0;
}
.restaurant-name.text-center {
    font-size: 25px;
    font-weight: 900;
    text-align: left !important;
    margin: 25px 0 7px !important;
}
.restaurant-description.text-center,
.restaurant-website.text-center {
    font-size: 15px;
    font-family: gill-sans-nova, Gotham, Helvetica Neue, Helvetica, sans-serif !important;
    color: #000;
    font-weight: 300;
    margin: 0;
    text-align: left !important;
}

.restaurant-website a {
    color: #000;
    text-decoration: none;
    font-weight: 900;
    font-size:13px;
}
.v-sheet.v-card,
.v-text-field--outlined,
.v-text-field--solo {
    border-radius: 0;
}
.v-application .white {
    background-color: #eee !important;
    border-color: #eee !important;
}
.day {
    font-weight: 900;
    color: #bebebe !important;
}
.v-application .black .day {
    color: #fff !important;
}
.text-center.main-title {
    margin-top: 35px !important;
    margin-bottom: 30px !important;
}
.col a {
    color: #000 !important;
}
.col a:hover {
    color: #eee !important;
}
.v-image__image--contain {
    background-position: left center !important;
}
.signup {
    background: #f4f4f4;
    margin-top: 30px;
    padding: 25px 3%;
}
.signup .email-container-title{
    font-size: 20px;
    line-height: 19px;
    font-weight: 900;
    text-align: left !important;
    margin: 25px 0 7px !important;
}
.signup input {
    background: #fff;
    border: #000 1px solid;
    padding-left: 3% !important
}
.signup .v-label {
    color: rgba(0,0,0,.6);
    left:5% !important;
    font-size:14px;
    font-weight: 900
}
.signup .v-btn {
    background: #000 !important;
    color:#fff;
    font-weight: 900;
     font-size: 14px !important;
    border-radius: 0px !important
}


@media (max-width: 1050px) {
    .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 800px) {
    .col-4,
    .col-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .restaurant-name.text-center,
    .menu-item,
    .menu-item.side,
    .menu-item-description {
        text-align: center !important;
    }
    .restaurant-description.text-center,
    .restaurant-website.text-center {
        text-align: center !important;
    }
    .category,
    .main-title,
    .meal-period {
        text-align: center !important;
    }
}
