/*Theme specific custom css codes*/


@media (max-width: 800px) {
    .navbar {
        font-size: 1.2em;
    }
}

.menu-tab-header {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 1.8em;
    color: #c45116;
}


.menu-section-mt {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}
.mt-90 {
    margin-top: 90px;
}

.pb-20 {
    padding-bottom: 20px;
}
.menu-lh-xs {
    line-height: 1px;
}

.box {
      display: inline-block;
  border: 1px solid red;
  vertical-align: middle;
 }

.box p {
      display: inline-block;
  }

.row.flex {
    display: flex;
}


.row.flex .col-md-6 {
    float:none;
    width: 50%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .row.flex {
        display: block;
    }
    .row.flex .col-md-6 {
        float:none;
        width: 100%;
        display: block;
        flex-direction: column;
    }
}

.menu-box {
    flex:1;
    /*box-shadow: 0px 0px 1px #333333;*/
    background-color: rgba(150,150,150,0.2);
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    line-height: normal;
    /*color: white;*/
}
@media (max-width: 800px) {
    .menu-box {
        margin-bottom: 2px !important;
    }
}
.menu-box-combo {
    flex:1;
    /*background-color: rgba(150,150,150,0.2);*/
    background-color: #ffffff;
    border-color: #cccccc;
    border-style: solid;
    border-radius: 4rem;
    /*color: white;*/
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    line-height: normal;
}


.foodname {
    text-transform: uppercase;
    font-size: 110%;
}

.menu-level-1 {
    font-family: 'Rubik', sans-serif;
    text-align: center;
    margin-bottom: 5px;
    color: #c45116;
    /*color: #c45116; */
    /*text-transform: uppercase;*/
    font-size: 3rem;

}
.menu-level-1-desc {
    text-align: center;
    margin-bottom: 30px;
    color: #48484A;
    font-size: 1.25rem;
}
.menu-level-2 {
    text-transform: uppercase;
    font-size: 120%;
    font-weight: 500;
}
.menu-level-2-desc {
    color: #767676;
}
.menu-level-3 {
    color: #767676;
}
.menu-level-3-desc {

}
.menu-level-4 {

}
.menu-level-4-desc {

}

.price {
    font-weight: 500;
}

.price-combo {
    font-weight: 500;
    font-size: 150%;
}

.nav-tabs {

    margin-bottom: 40px;
    border-bottom:none;
}

.nav-tabs li {
    display: inline-block;
    padding: 0 10px 0 10px;
    font-size: 0.9rem;
    font-weight: 300;
    border-right: thin solid #c45116;

}
.nav-tabs .active .menu-tab-header {
    color: #48484A;
}
.menu-navs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 30px;
}


.menu-nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 30px;
}


.btn-mobile-menu {
    margin-bottom: -15px;
}

.middle-menu-m-margin {
    margin-top: 0px;
}
