.menu-item {
    cursor: pointer;
    border-radius: 4px;
}

.menu-item .item-title {
    font-weight: bold;
}

.menu-item:hover {
    webkit-transition-property: border-color, box-shadow;
    transition-property: border-color, box-shadow;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    border-color: #3e90d6;
    box-shadow: 0 2px 20px 0 rgba(153,153,153,0.35);
}

#catering-section .columns:last-child:not(:first-child) {
    float: left;
}

#menu-item-123 > ul, #menu-item-676 > ul {
    overflow: hidden;
}

.wood-bg label {
    color: white;
}

.catering-head {
    background-image: url('/images/catering-head.jpg');
    background-position: 100% 85%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}

.catering-head:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222;
    z-index: 998;
    opacity: 0.6;
}

.catering-mosaic {
    background-image: url('/images/catering-mosaic-xl.jpg');
}

.photos-mosaic-images {
    box-sizing: border-box;
}

.button.green {
    background-color: #27ae60;
    font-weight: 700;
}
.button.red {
    background-color: #dc3636;
    font-weight: 700;
}

.button.black {
    background-color: #151515;
    color: #fefefe;
    font-weight: 700;
}

#cart-container {
    padding-bottom: 100px;
}

#cart-total .card {
    border-radius: 4px;
}

#cart-total-mobile {
    position: fixed;
    bottom: 2px;
    right: 2px;
    margin: 0 5px;
}

.two-lines {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

label > [type='checkbox'].bbq-package {
    margin-bottom: 5px;
}

label > [type='checkbox'].bbq-package span {
    margin-bottom: 10px;
}

.fix-calendar {
    position: fixed;
}

.reveal.cater_menu {
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
    max-width: 640px;
    outline: none;
}

h3.menu-item-price {
    font-size: 23px;
    font-weight: 400;
    padding-top: 10px;
}

.menu-item-description {
    padding: 10px 0 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.8px;
    font-size: 15px;
}

.label.dark {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 3px;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #151515;
    color: #fefefe;
}

.double-meat {
    margin-left: 10px !important;
    font-size: 10px !important;
    margin-top: -10px !important;
}

table thead {
    background: #252525;
    color: #fefefe;
    border: 1px solid #252525;
}

#locationWarning .button, #cateringToday .button  {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-size: 1rem;
}

#locationWarning .button.shelby-olo, #cateringToday .button.shelby-olo  {
    background: #a0b2d3;
}

#locationWarning .button span, #cateringToday .button span {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    font-size: 0.75rem;
    display: block;
    margin-top: 10px;
}

.regular-hours {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.holiday-hours {
    text-align: center;
    border: 5px solid black;
    border-radius: 5px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: black;
    color: white;
    margin-bottom: 25px;
}

.location-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.location-links > * {
    margin-bottom: 1rem;
}
.location-links > *:not(:last-child) {
    margin-right: 1rem;
}
