/* -------------------- Menu - Editable styling ---------------------- */


.page-menu .title:not(:first-of-type) h1 {
    text-align: center;
    padding: 0.8rem 5px 0.3rem;
    background: var(--color-theme-primary);
    color: #fff;
}

.page-menu .list-m2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.page-menu .list-m2 .list-wrap {
    margin-bottom: 10px;
    padding: 10px 5px;
    background: #eee;
}

.page-menu .list-m2.tighter-col > .container-fluid {
    max-width: 1140px;
}

.page-menu .list-m2 .list-img-link {
    display: none;
}

.page-menu .list-m2 .wb__price {
    font-weight: 700;
    text-decoration: underline;
}

.page-menu .list-m2 .wb__description {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    margin-left: -5px;
    margin-right: -5px;
    padding: 5px;
}

/*Menu page - Code your own styling. (CYO hidden 5-10-21 for taskid=77662 to make editable version) */
.wb__fullmenu {}

.wb__fullmenu .wb__column-container {
    columns: 1;
}

.wb__fullmenu .wb__menusection {
    padding: .5rem;
    background: #f5f5f5;
    display: inline-block;
    width: 100%
}

.wb__fullmenu .wb__menusection h3 {
    text-align: center;
    padding: .5rem 5px;
    background: var(--color-theme-primary);
    color: white;
}

/*menu details is basically to contain everything other than the title of the section*/
.wb__fullmenu .wb__menusection .wb__menudetails {
    /*background: #eeeedd;*/
}


/*FULL ITEMs: standarad name-line with price on the right. Description below*/
.wb__fullmenu .wb__menudetails .wb__full-item {
    background: #fff;
    margin: 6px 0;
    padding: 3px 6px 4px;
    border-radius: 10px;
}

.wb__fullmenu .wb__full-item h5 {
    padding: 6px 6px 1px;
    margin-bottom: 2px;
    border-bottom: dashed 1px #999;
    /*Keeps newlines from price on mobile from leaving the box*/
    display: inline-block;
    width: 100%;
}

.wb__fullmenu .wb__full-item .wb__price {
    float: right;
    margin-left: 2px;
}


.wb__fullmenu .wb__full-item .wb__description {
    padding: 1px 10px 5px;
    margin-left: 5px;
    background: #fbfbfb;
    border-radius: 0 0 7px 7px;
    text-align: left;
}

/*MULTI ITEM that has multiple elements that all have the same price(s)*/
.wb__fullmenu .wb__multi-item {
    text-align: center;
    background: #fff;
    margin: 6px 0;
    padding: 6px;
    border-radius: 10px;
}

.wb__fullmenu .wb__multi-item h5 {
    margin-bottom: 7px;
    font-weight: 600;
}

.wb__fullmenu .wb__multi-item h5 span {
    /*The spans just make it easier for a 2-part name to stay together at weird sizs*/
    display: inline-block;
}

.wb__fullmenu .wb__multi-item .wb__price {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
}

.wb__fullmenu .wb__multi-item .wb__price span {
    margin: 2px 4px;
}

.wb__fullmenu .wb__multi-item .wb__description {
    padding: 1px 10px 5px;
    margin-left: 5px;
    background: #fbfbfb;
    border-radius: 0 0 7px 7px;
    text-align: center;
}


/*Description for section. Not inside a wb__full-item*/
.wb__fullmenu .wb__menudetails > .wb__description {
    padding: 5px 10px;
    background: #fbfbfb;
    border-radius: 7px;
    text-align: center;
}


/*    ---------------DAILY menu thing-------------*/
.wb__timemenu {
    background: #fbfbfb;
}

.wb__timemenu h2 {
    font-size: 3rem;
    padding: .5rem 5px;
    background: var(--color-theme-primary);
    color: white;
    text-align: center;
}

.wb__timemenu .wb__bigprice {
    font-size: 3.5rem;
    text-align: center;
}

.wb__timemenu .wb__oneday {
    border-left: 1px dashed #999;
    padding: 10px 15px;
    margin: 10px 5px 10px 15px;
    flex: 1;
    min-width: 220px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .wb__fullmenu .wb__column-container {
        columns: 2;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
