@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
/* @import url(../fonts/thirsty.css);  */

@font-face {
    font-family: 'Rindy';
    src: url('/fonts/EnvatoFonts/Rindy.ttf');
    src: url('/fonts/EnvatoFonts/Rindy.otf');
    src: url('/fonts/EnvatoFonts/Rindy.woff');
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif
}

h3 {
    margin-bottom:0;
    font-family: 'Rindy';
    font-size:28px
}
h4 {
    border-top:1px solid #ddd
}

p {
    font-size:18px;
}

/* Header */
#header {
    font-family: 'Rindy';
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 20
}

#header a {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

@media (max-width:767px) {
    #header {
        display:none
    }
}
@media (max-width:991px) {
    #header {
        height: 54px;
        overflow: hidden;
        position: fixed;
        z-index: 10;
        width: 100%
    }
    #header.active {
        height: 100%;
        overflow: auto;
        z-index: 11
    }
    #header .logo-wrapper {
        display: block;
        padding: 3px 15px
    }

    #header .logo-wrapper img {
        width: auto;
        height: 49px
    }
    #header .headerNav {
        clear: both
    }
    #header .headerNav .nav {
        float: none
    }
    #header .headerNav .nav>li {
        float: none
    }
    #header .headerAuxArea #headerAuxNav {
        padding: 0
    }
    #header .headerAuxArea #headerAuxNav li {
        width: 50%;
        text-align: center
    }
    #header .header-aux-right {
        padding: 15px 30px 20px
    }
}

@media (min-width:992px) {
    #header {
        position: fixed;
        height: 124px;
        width: 100%;
        top: 0;
        left: 0
    }
    #header .header-main-bar {
        -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
        height: 134px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        margin: 0;
        background: #fff;
        background: rgba(35, 31, 32, 0.9);
        -webkit-transition-duration: 1s;
        transition-duration: 1s
    }
    #header .logo-wrapper {
        padding: 13px 0 13px 5px
    }
    #header .logo-wrapper img {
        padding:13px 0;
        width: 170px;
    }
    #header .headerNav {
        padding: 0;
        background: none
    }
    #header .headerNav .nav {
        float: left;
        padding: 0
    }
    #header .headerNav .nav>li {
        position: relative;
        font-size:20px
    }
    #header .headerNav .nav > li a {
        color: #eee
    }
    #header .headerNav .dropdown-menu > li a {
        color: #333;
        font-size:16px;
    }
    #header .headerNav .nav > li > a {
        height: 134px;
        padding: 67px 15px
    }
    #header .headerNav .nav>li:hover>a,
    #header .headerNav .nav>li:focus>a {
        background: #9ce86b;
        color: #666;
        border-bottom: 8px solid #90ba48
    }
    #header .headerNav .nav>li ul {
        position: absolute;
        width: 250px;
        background: #fff;
        background: #f5f4f1;
        padding: 20px 0;
        top: 130px;
        left: 0;
        z-index: 10;
        text-align: left
    }
    #header .headerNav .nav>li ul li {
        margin-bottom: 5px;
        list-style: none;
        width: 250px
    }
    #header .headerNav .nav>li.left-menu ul {
        left: auto;
        right: 0
    }
    #header .headerNav .nav>li.no-cta ul li {
        width: auto;
        padding-right: 25px
    }
    #header .headerNav .nav>li:hover ul {
        display: block
    }
    #header .headerNav .nav .dropdown-cta {
        width: 245px;
        margin-top: -25px;
        position: relative
    }
    #header .headerNav .nav .dropdown-cta img {
        width: 100% !important;
        height: auto !important
    }
    #header .headerNav .nav .dropdown-cta a {
        padding: 0
    }
    #header .headerNav .nav .dropdown-cta a .cta-w-image .inner,
    #header .headerNav .nav .dropdown-cta a .cta-no-image .inner {
        padding: 15px 75px 15px 30px;
        display: block
    }
    #header .headerNav .nav .dropdown-cta a .cta-w-image .inner .plus-wrapper,
    #header .headerNav .nav .dropdown-cta a .cta-no-image .inner .plus-wrapper {
        background: #5bbce5;
        color: #fff;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        -webkit-transition: all .25s ease 0s;
        -moz-transition: all .25s ease 0s;
        -o-transition: all .25s ease 0s;
        transition: all .25s ease 0s;
        display: block;
        position: absolute;
        height: 100%;
        width: 65px;
        top: 0;
        right: 0;
        text-align: center;
        font-size: 26px
    }
    #header .headerNav .nav .dropdown-cta a .cta-w-image .inner .plus-wrapper .plus,
    #header .headerNav .nav .dropdown-cta a .cta-no-image .inner .plus-wrapper .plus {
        display: table;
        height: 100%;
        width: 100%
    }
    #header .headerNav .nav .dropdown-cta a .cta-w-image .inner .plus-wrapper .plus span,
    #header .headerNav .nav .dropdown-cta a .cta-no-image .inner .plus-wrapper .plus span {
        display: table-cell;
        vertical-align: middle
    }
    #header .headerNav .nav .dropdown-cta a:hover {
        text-decoration: none
    }
    #header .headerNav .nav .dropdown-cta a:hover .cta-w-image .inner,
    #header .headerNav .nav .dropdown-cta a:hover .cta-no-image .inner {
        text-decoration: none
    }
    #header .headerNav .nav .dropdown-cta a:hover .cta-w-image .inner .plus-wrapper,
    #header .headerNav .nav .dropdown-cta a:hover .cta-no-image .inner .plus-wrapper {
        background: #161b7a
    }
    #header .headerNav .nav .dropdown-cta .cta-w-image {
        background: #fff;
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
    #header .headerNav .nav .dropdown-cta .cta-no-image {
        background: #fff;
        background: #2c318c;
        color: #fff;
        position: relative
    }
    #header .headerNav .buttons-wrapper {
        float: left
    }
    #header .headerNav .buttons-wrapper ul.nav li a {
        height: 45px;
        padding: 13px 15px;
        font-size: 85%;
        border: none;
        color: #161b7a;
        text-align: center;
        display: block
    }
    #header .headerNav .buttons-wrapper ul.nav li a:hover {
        color: #fff
    }
    #header .headerNav .buttons-wrapper ul.nav li:first-child a {
        border-bottom: 1px solid #93d0ea
    }
}

@media (min-width:992px) and (max-width:1266px) {
    #header .headerNav .nav>li a {
        letter-spacing: normal
    }
    #header .headerNav .nav>li>a {
        padding: 63px 24px
    }
    #header .headerNav .buttons-wrapper ul.nav li a {
        padding: 15px 18px
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    #header .headerNav .nav>li a {
        padding: 63px 25px;
        letter-spacing: .05em
    }
    #header .headerNav .dropdown-menu > li a {
        padding: 3px 25px;
    }
    #header .headerNav .buttons-wrapper ul.nav li a {
        padding: 13px;
        font-size: 100%
    }
    #header .logo-wrapper {
        padding: 13px 5px
    }
}

@media (min-width:1500px) {
    #header .headerNav .nav>li>a {
        padding: 54px 35px
    }
    #header .headerNav .buttons-wrapper ul.nav li a {
        padding: 13px 25px;
        font-size: 100%
    }
}

.interior-heading {
    background-position: center center;
    background-size: cover;
    min-height: 200px;
    padding: 74px 20px 20px;
    position: relative;
    width: 100%
}
.interior-heading h2 {
    color:#eee;
    text-shadow: 0px 3px rgba(0,0,0,0.6);
}

@media (min-width:768px) {
    #heading-wrapper {
        position: relative
    }
}

@media (min-width:768px) {
    .interior-heading {
        min-height: 300px
    }
    .interior-heading .interior-heading-content h2 {
        font: bold 55px/60px 'Montserrat', sans-serif
    }
    .breadcrumbs {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    .interior-heading {
        margin-top: 134px;
        padding: 4% 6%;
        padding-bottom: 20px;
        -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
        box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
        min-height: 250px
    }
    .interior-heading .interior-heading-content {
        position: absolute;
        bottom: 0
    }
    .interior-heading .interior-heading-content h2,
    .interior-heading .interior-heading-content .interior-heading-link {
        display: table-cell
    }
    .interior-heading .interior-heading-content h2 {
        padding: 64px 0
    }
    .interior-heading.no-image .interior-heading-content {
        position: static
    }
    .interior-heading.no-image .interior-heading-content h2 {
        padding: 0
    }
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 250px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    background:rgba(255, 255, 255, 0.75);
    color:#9ce86b;
    padding:8px 13px;
    border:1px solid #ccc;
    border-radius:5px;
    font-size:22px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/home-hero.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.header-logo {width:66.66666667%;}
.header-logo h1 img {width:40%;}
.header-logo h3 img {width:43%;}
.header-menu-wrapper {margin-top:40%;float:left;width:100%;}
.header-menu {background:url(../img/chalkboard.png);background-size:contain;float:right;height:300px;width:324px;text-align:center}
.header-order img {
    margin-left:44px;
    padding-bottom:10px;
    display:block;
    float:left;
    height:37px
}
.header-view-menu {margin-top:25px;}

.mobile-menu ul {
    background-color:#42464a;
    margin-top:35px;
    margin-bottom:0;
    list-style:none
}
.mobile-menu ul li {
    padding:5px 0;
    height:35px;
    width:100%
}
.mobile-menu ul li img {
    height:100%
}

@media (max-width: 1200px) {
    .header-order img {
        height:32px
    }
}
@media (max-width: 991px) {
    .header {max-height:450px;}
    .header-menu-wrapper {margin-top:5%;}
    .header-logo {display:block;width:100%;}
}
@media (max-width: 767px) {
    .header {max-height:240px;}
}
@media (min-width: 768px) {
    .header-logo h1 img {width:40%;}
    .header-logo h3 img {width:63%;}
    .header-menu {padding:120px 0 0 57px;height:300px;width:324px;}
}
@media (min-width: 980px) {
    .header-logo h1 img {width:50%;}
    .header-logo h3 img {width:63%;}
}
@media (min-width: 1200px) {
    .header-logo {width:66.66666667%;}
    .header-logo h1 img {width: 40%;}
    .header-menu {padding:150px 0 0 80px;height:365px;width:395px;}
}


/* About */

.about {
    background:url(../img/home-bg.jpg) no-repeat;
    background-position:right top;
    border-top:10px solid #9ce86b;
    padding: 0
}

.about .container-fluid {
    padding:0
}

.about .navbar-default {
    background-color:transparent;
    border:0 none
}

.about .container-fluid > .navbar-header {
    background-color:#231f20;
    margin-left:50px;
}

.about .navbar-nav {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
}
.about .navbar-nav > li {
    background-color:#231f20;
    border-right:1px solid #ccc;
    font-family: 'Rindy';
    font-size:20px
}
.about .navbar-nav > li:last-child {
    border:0 none;
}
.about .navbar-nav > li a {
    color:#fff;
    padding:20px 25px;
}
.about .navbar-nav > li:hover {
    background-color:#e7e7e7;
}
.about .navbar-nav > li:hover a {
    color:#555;
}
.about .navbar-addr {
    padding:8px 0 8px 35px;
    float:left;
    font-family:Georgia;
    font-size:18px;
}

.about h2 {
    margin-bottom:30px;
    font-family: 'Lato', sans-serif;
    font-size:25px;
    font-weight:300;
    text-transform:uppercase;
}

@media (min-width: 768px) {
    .about .navbar-nav > li a {
        padding:20px 21px;
        font-size:16px
    }
}
@media (min-width: 980px) {
    .about .navbar-nav > li a {
        font-size:20px
    }
}
@media (max-width: 480px) {
    .about .navbar-addr { font-size:15px; }
}
@media (max-width: 400px) {
    .about .navbar-addr { padding:8px 0 8px 20px; font-size:14px; }
}
@media (max-width: 360px) {
    .about .navbar-addr { font-size:13px; }
}
@media (max-width: 320px) {
    .about .navbar-addr { font-size:12px; }
}

#newsAdd .container {
    padding:35px 0 100px
}

#newsletter {
    background: #333;
    padding: 15px;
    margin: 71px 0 0 -50px;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    text-align:center;
    text-transform:uppercase;
    position: absolute;
    bottom: 0;
    color: #fff;
    height: 91px;
}
#newsletter label {
    display:block;
    font-weight:400
}
#newsletter input {
    color:#333
}
#newsletter input.invalid {
    border-color:red;
}
#newsletter button {
    background-color:transparent;
    border:0 none;
    padding:7px
}
#newsletter div {
    display:inline-block;
    float:left
}
#newsletter div:last-child {
    padding:20px 0 0 15px
}

.quote-container {
    padding-left:35px
}
.quote-container > img {
    position:relative;
    z-index:1
}
.quotes {
    margin:-39px 0 0 18px;
    padding:0
}
.quote {
    background-color:rgba(255, 255, 255, 0.7);
    margin:0 10px;
    padding:50px 25px 0
}
.quote p {
    font-family: 'Lato', sans-serif;
    font-size:22px;
}
.quote span {
    background-color:#fdba24;
    margin:0 -25px;
    padding:5px 15px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
    display:block;
    font-family: 'Lato', sans-serif;
    font-size:22px;
    text-align:right;
}

@media (min-width: 768px) {
    .quote p { font-size:16px; }
    .quote span { font-size:16px; }
}
@media (min-width: 980px) {
    .quote p { font-size:18px; }
    .quote span { font-size:18px; }
}
@media (min-width: 1200px) {
    .quote p { font-size:22px; }
    .quote span { font-size:22px; }
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Bottom Border */
#border-bottom .container-fluid {
    padding:0
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}
.contact-map {
    margin-top:135px;
    height: 250px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.contact-map iframe,
.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    background-color:#fffae8;
    border-top:50px solid #937543;
    padding:75px 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

/* Menus */
#menu .container,
.interior-content .container {
    background-color:#fff;
    border-right:1px solid #999;
    border-left:1px solid #999;
    padding:0 15px 50px
}

#MenuList h3,
#MenuWrapper h3 {
    background-color:#9ce86b;
    margin:0;
    color:#333;
    padding:7px;
    font-family: 'Rindy';
    font-weight:600;
}
#MenuList h4,
#MenuWrapper h4 {
    background-color:#333;
    color:#ccc;
    margin:0;
    padding:7px;
    font-family: 'Rindy';
    font-weight:400;
    font-size:24px;
}

/* Catering Menu */
#MenuFormDiv {
    padding-top:45px
}
.groupList {
    margin-left:25px;
}
.groupList > tbody > tr > td {
    padding-bottom:20px;
}
#MenuList {
    border:1px solid #333;
    width:100%
}

#MenuList h3 {
    background-color:#9ce86b;
    color:#333;
    padding:7px;
    font-family: 'Rindy';
    font-weight:600;
}
#MenuList .subHeader {
    color:#333;
    padding-left:7px;
    font-weight:600;
}

.menuSubDetails {
    padding-left:15px
}
.menuDetails tr:nth-child(even),
.menuSubDetails tr:nth-child(even) {background: #fcefd6}
.menuDetails td,
.menuSubDetails td {padding:5px}

.TotalTextBox {
    padding-right:3px;
    text-align:right;
}

/* modalPopup */
.modalPopup {
    background:#fff;
    border:1px solid #333
}
.modalPopup div {
    padding:15px
}
.modalPopup h3 {
    background:#fff;
    color:#333;
    margin:0;
    font-family: 'Lato', sans-serif;
    font-size:24px;
}

/* Catering Cart Details */
#cartPanel {
    border:1px solid #333;
    margin-top:45px;
    padding:10px 0 0;
}
#cartPanel.sticky {
    position: fixed;
    top: 140px;
    transition:all .5s ease;
    width:262px;
}
#cartPanel h3 {
    color:#7d2c28;
    margin:0 0 15px;
    padding:0 7px 7px;
    font-family: 'Lato', sans-serif;
    font-weight:600;
    text-align:center;
}
#cartPanel > div> div {
    background-color:#f0f0f0;
    padding:0 10px 5px;
}
#cartPanel > div> div:first-child {
    padding-top:5px;
    border-top:1px solid #ccc;
}
#cartPanel > div> div:last-child {
    background-color:#fff;
    padding-top:20px;
    border-top:1px solid #ccc;
}
#cartPanel span {
    display:inline-block;
    width:60%;
}
#cartPanel input {
    background-color:transparent;
    border:0 none;
    text-align:right;
    width:38%;
}
#cartPanel input[type='submit'] {
    background:#fcb923 url(/img/arrow-right.png) no-repeat 92% 50%;
    background-size:6%;
    color:#fff;
    padding:10px 0;
    border:0 none;
    font-family: 'Lato', sans-serif;
    font-size:25px;
    font-weight:600;
    text-align:center;
    width:100%;
}

/* Delivery Menu */
#MainUpdatePanel {
    padding:25px 0 35px;
    overflow:hidden
}
#MainUpdatePanel h2 {
    font-family: 'Rindy';
    font-weight:600;
}
#orderInfo div div {
    padding-bottom:20px;
    float:left;
    font-size:18px;
    width:50%
}
#orderInfo div {
    overflow:hidden;
    width:100%
}
#orderInfo div div > span {
    float:left;
    width:184px
}
#orderInfo span.errMsg[style*="inline"] {
    padding-left:180px;
    display:block !important;
    float:none;
    width:100%
}
.minorLink {
    padding:0 5px;
    position:absolute;
}
.minorLink:hover {
    text-decoration:none;
}
.minorTxt {
    background-color:#efefef;
    padding:10px;
    border:2px solid #666;
    display:none;
    position:relative;
    text-decoration:none;
    bottom:50px;
    left:10px;
    z-index:1000;
    width:280px;
}
.minorLink:hover .minorTxt {
    display:block;
}
#MenuFormDiv ul {
    padding:0;
    list-style:none;
}
#MenuFormDiv li {
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    border: 1px solid #333;
    margin-top: 20px;
    padding-bottom: 25px;
}

h4.DeliMenuGroupName span {
    margin-left:7px;
    font-family: 'Lato', sans-serif;
    font-size:16px;
}
.DeliGroupTable {
    background:#fff;
    margin:0 25px;
    border-collapse:collapse;
    table-layout:fixed;
    width:calc(100% - 50px);
}
.menuGroup {
    padding-top:20px;
}
.menuSubGroup {
    width:100%
}
.menuSubGroup tr {
    margin-bottom:15px;
}
/*.menuSubGroup tr:nth-child(even) {background: #fcefd6}*/
.menuSubGroup tr {
    /*background: #ffffff; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #ffffff 25%, #efefef 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  #ffffff 25%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom,  #ffffff 25%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

.menuSubGroup td {
    padding:5px;
    display:inline-block;
    width:33.333333%;
    vertical-align:top
}
td.DeliGroupTD {
    padding:10px 10px 25px;
}

.DeliGroupTable td:empty, 
.menuSubGroup td:empty {
    padding:0;
    visibility:hidden
}
.menuSubGroup input[type=checkbox],
.menuSubGroup input[type=radio] {
    margin-right:5px;
    vertical-align:top
}
.menuSubGroup label {
    width:93%
}
.menuSubGroup span.DeliItemTitle {
    display:inline-block;
    width:80%
}
.menuSubGroup span.DeliItemPrice {
    display:inline-block;
    vertical-align:top;
    width:20%
}
#ReceiptDiv {
    padding:35px 15px 0 
}
.cartGrid {
    border:1px solid #333;
    table-layout:fixed;
    width:100%;
}
.gridHdr {
    background-color:#333;
    color:#fff;
    font-size:16px;
    font-weight:bold;
}
.gridHdr td {
    padding:5px;
}
.gridItm td,
.gridItmAlt td {
    padding:0 5px;
    vertical-align:top
}
.gridItm:first-child td {
    padding-top:15px
}
.gridItmAlt {
    background: #fcefd6;
    padding:5px
}
.cartGrid input[type=submit] {
    background:url(/img/trash.png) no-repeat;
    background-size:80%;
    border:0 none;
    margin:5px 0 0 5px;
    width:13px;
    height:15px;
    text-indent:-99999px;
}

#CCNotice {
    padding:15px;
}
#CCNotice span {
    color:Blue;
    font-weight:600;
}
.btn-wrapper {
    padding:15px;
    width:100%;
}
.ActionBtn {
    background: #fcb923 url(/img/arrow-right.png) no-repeat 96% 50%;
    background-size: 6%;
    color: #fff;
    margin-top:20px;
    padding: 10px 0;
    border: 0 none;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    width: 280px;
}
@media (max-width:1199px) {
    #MainUpdatePanel div div {
        width:100%
    }
}
@media (max-width:991px) {
    .menuSubGroup td {
        width:50%;
    }
}
@media (max-width:599px) {
    .menuSubGroup td {
        width:100%;
    }
}

/* Daily Specials */
.interior-gradient .container {
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    padding-bottom: 25px;
}
#specials .menuGroup > div {
    padding:10px 15px;
    overflow:hidden
}
#specials .menuGroup > div:nth-child(odd) {
    background-color:#fcefd6
}
#specials .menuGroup > div span:first-child {
    display:block;
    float:left;
    width:80%
}
#specials .menuGroup > div span:last-child {
    display:block;
    float:left;
    width:20%
}

/* Delivery Cart Details */

/* Checkout */
#checkout {margin-top:134px;font-size:16px}
.orderComments {
    padding-top:25px;
}
.orderComments span {
    display:block;
    width:100%
}
.paymentInfo {
    padding:25px 0 5px
}
.paymentInfo h3{
    padding-bottom:10px
}
.paymentInfo  .paymentDetails {
    display:inline-block;
    float:left;
    width:50%
}
.paymentInfo div {
    overflow:hidden
}
.paymentInfo div div {
    padding:5px 0
}
.ajax__calendar_header > div {
    padding:0!important;
    overflow:initial
}
div#DeliveryDate_CalendarExtender2_popupDiv {
    padding: 0 0;
    width: 180px !important;
}
.paymentInfo > div span {
    display:inline-block;
    width:125px
}
.paymentInfo > div span#MsgLabel {
    display:inline-block;
    width:100%
}
/* Catering Checkout */
#MenuList h4 {
    background-color: transparent;
    color: #333;
    margin-left: -10px;
    padding-left: 0;
    border: 0 none;
    font-family: 'Lato', sans-serif;
    font-size: 20px
}
#MenuList thead tr {
    background-color:#333;
    color:#fff;
    font-size: 16px;
    font-weight:bold;
}
#MenuList thead tr td {
    padding:5px
}

#MenuList > tbody > tr:nth-child(odd) {
    /* background-color:#fcefd6 */
}

#MenuList > tbody > tr > td {
    padding-left:25px;
    padding-bottom:15px
}
#MenuList > tbody > tr > td.menuListHdr {
    padding:0
}
#orderTotals {
    padding-top:15px;
    overflow:hidden
}
#orderTotals div {
    padding-right:15px;
    text-align:right;
}
#orderTotals div span {
    display:inline-block;
    width:85px
}

/* Receipt */
.receiptWrapper {
    padding-top:35px
}
.receiptWrapper h2 {
    font-family: 'Rindy';
}
.receiptWrapper h3 {
    background-color:transparent;
    color:#333;
    padding-left:0;
    border:0 none;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height:26px
}

/* Locations */
#locations .container {
    padding-top:35px
}
#locations iframe {
    width:100%
}

/* Contact Form */
#contact form > div {
    margin-bottom:15px
}
#contact input[type=text], 
#contact input[type=tel], 
#contact input[type=email], 
#contact textarea {
    background: #ccc;
    color: #000;
    font-weight: normal;
    width: 100%;
}
#contact input[type=submit] {
    background: #9ce86b;
    color: #000;
    padding: 12px 10px;
    border: 0 none;
    font-weight: normal;
    width: 100%;
}
#contact input[type=submit]:hover {
    background: #e7e7e7;
}
#contact input::-webkit-input-placeholder,
#contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
#contact input::-moz-placeholder,
#contact textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
#contact input:-ms-input-placeholder,
#contact textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
#contact input:-moz-placeholder,
#contact textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
#contact input::placeholder,
#contact textarea::placeholder { 
  color: #000;
}
#contact span { 
  color:Red;
  padding-left:10px
}
#contact span[style*="visibility:hidden"] { 
  display:none
}
div#DeliveryDate_CalendarExtender_container {z-index:2000 !important}