/*=====================
color variable define
=====================*/

:root{
    --main-red:#d81721;
}

/* General */
@font-face {
    font-family: 'Shanghai';
    src:url('../fonts/Shanghai.ttf.woff') format('woff'),
        url('../fonts/Shanghai.ttf.svg#Shanghai') format('svg'),
        url('../fonts/Shanghai.ttf.eot'),
        url('../fonts/Shanghai.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

body { font-family: 'Poppins', sans-serif; font-size: 16px; }

h1.header-center {
    color: var(--main-red);
    font-family: 'shanghai';
    font-size:  60px;
    text-align: center;
}

h2.header-center {
    font-size: 36px;
    font-family: 'Shanghai';
    color: var(--main-red);
    text-align: center;
}

table {
    width: 100%;
}

td {
    padding: 4px;
}

/* Splash and Logo */
.splash {
    background-image:url('../images/header-image.jpg');
    /*height: 20vh;*/
    background-size: cover;
    max-height: 768px;
    background-position: 90% 62%;
}

.logo {
    background-image: url('../images/logo.png');
    height: 100px;
    width: 126px;
    /* z-index: 2; */
}

/* Navbar */
nav.navbar.navbar-inverse.navbar-static-top {
    background-image: url('../images/grunge.png');
    background-color:  var(--main-red);
}

.navbar {
    border: none;
    width: 100%;
    transition: margin-top 1s ease-out;
}

.navbar-inverse .navbar-nav {
    text-align: center
}

.navbar-inverse .navbar-nav>li {
    display: inline-block
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff
}

ul.nav.navbar-nav {
    text-align: center;
    height: 35px;
    line-height: 35px;
}

/*.navbar-inverse .navbar-nav > li > a:hover {
    border-bottom: 4px solid;
    text-decoration: underline;
    text-underline-position: under;
    color: white;
  }*/

.navbar-inverse .navbar-nav > li > a{
    position:relative;
    padding-left: 0;
    padding-right: 0;
}
.navbar-inverse .navbar-nav > li > a:after{
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    height: 0px;
    width:100%;
    background: white;
    transition:height .2s ease;
}

.navbar-inverse .navbar-nav > li > a:hover:after{
    height: 5px;

}
  
  .navbar-collapse {
      text-align: center;
  }

  .navbar-nav {
      display: inline-block;
      float: none;
  }

  ul.nav.navbar-nav li, .phone {
      font-size: 30px;
      font-family: 'Shanghai';
      vertical-align: middle;
      display: inline-block;
      line-height: normal;
      letter-spacing: 1px;
      padding-left: 2em;
  }

  .nav-horizontal-align {
    text-align: center;
  }

/* Curly borders dragon center*/
.left-top-style, .left-bottom-style {
    float: left;
    width: 59px;
    height: 65px;
    background-image: url(../images/left-top.png);
    background-repeat: no-repeat;
}

.right-top-style, .right-bottom-style {
    float: right;
    width: 59px;
    height: 65px;
    background-image: url(../images/right-top.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.left-bottom-style {
    margin-bottom: 20px;
    background-image: url(../images/left-bottom.png);
    background-position: bottom left;
}

.right-bottom-style {
    margin-bottom: 20px;
    background-image: url(../images/right-bottom.png);
    background-position: bottom right;
}

.horizontal-align {
    text-align: center;
    margin: -3em 0 1em 0;
}

.header-center {
    vertical-align: middle;
    display: inline-block;
}


  /* Menu */
.grid {
    max-width: 2000px;
}

.grid-sizer,
.grid-item { 
    width: 33.33%;
    margin-bottom: 40px;
    /* margin-top: 20px; */
}

select#menu-selector {
    background-color:  #fe0308;
}

.table-hd-color, select {
    color: #fff;
    height: 23px;
    border: none;
    font-family:  'Poppins', sans-serif;
    font-size:  23px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}
select { width: 100%; margin: 10px 0; text-align-last: center; }

.col-md-12.menu-title-background {
    background-image: url(../images/other-sec-heading-img-2.jpg), url(../images/other-sec-heading-img.jpg);
    background-color: var(--main-red);
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    padding: 0;
    background-position: right, left;
    background-repeat: no-repeat;
}

.col-md-12.combo-hours-title-background {
    background-image:url('../images/grunge.png');
    background-color:  #fe0308;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.header-image-small {
    content: url('../images/left-top-sm.png');
    height: 40px;
    width: 40px;
    z-index: 10;
}

.table-price-color {
    color: var(--main-red);
    display: inline-block;
    vertical-align: middle;
}

.combo-price-background {
    color: var(--main-red);
    width: 80px;
}

.price-background {
    /*background-image:url('../images/grunge-sm.png');
    background-color: #fe0308;*/
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: right;
}
.table-combo-name {
    font-weight: bold;
    text-transform: uppercase;
}

.time-bg-color {
    /*background-image:url('../images/grunge2.png');
    background-color: #fe0308;*/
    color: var(--main-red);
    line-height: 100%;
    text-align: center;
    float: right;
    margin: 10px 5px 0px 0px;
}

.menu-row-align {
    margin-right: -5px;
    margin-left: -15px;
}

/* .display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
} */

/* Combos */

td.red {
    color: var(--main-red);
}

td.text-italic {
    /* font-style: italic; */
    color: rgb(138, 133, 133);
}

td.dots {
    float: right;
    color: rgb(208, 204, 204);
    display: none;
}

/* Hours + Location */
.border {
    /* border-style: solid;
    border-color: rgb(255, 236, 236);
    border-width: 1px; */
    height: 23em;
}

.col-sm-12.hours-border {
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #fbdede;
    padding: 0px 20px;
}

.map-responsive{
    overflow:hidden;
    position:relative;
    height:23em;
    width: 100%;
}
.map-responsive iframe{
    left:10;
    top:0;
    height:100%;
    width:95%;
    position:absolute;
}

.col-sm-12.horizontal-align.card-section img {
    margin-right: 30px;
}

#interac {
    display: inline;
}

#interac img {
    padding-left: 30px;
    border-left: 2px solid;
    display: inline-block;
}

#interac-txt {
    margin-left: -20px;
    display: inline-block;
}

.col-sm-12.horizontal-align.card-section {
    margin: 40px 0px 10px;
}

/*.footer { text-align: center; border-top: 2px solid white; padding-top: 20px; }*/

.footer {
    text-align: center;
    /* border-top: 2px solid white; */
    padding-top: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    padding-bottom: 40px;
    background: var(--main-red);
    /* margin: 0 auto; */
}

.footer p{
    color:white;
}

/* media queries */

@media (min-width: 767px) {
    .mobile {
        display: none;
    }
  }

  @media (max-width: 767px) {
    .desktop {
        display: none;
    }
    .horizontal-align {
        margin: 2em 0em 0em;
    }
    .grid-item,
    .grid-sizer {
        width: 100%;
    }
  }

  @media (max-width: 992px) {
    ul.nav.navbar-nav li {
        padding-left: 0em;
    }
    ul.nav.navbar-nav li {
        font-size: 26px;
    }
    h1.header-center {
        font-size: 50px;
    }
    h2.header-center {
        font-size: 26px;
    }
  }

/*=======================================
Code addded on 30 Nov 2018 
=======================================*/

.container-fluid.splash{
    display: flex;
    justify-content: center;
}

.logo{
    margin: 10px 0;
}

.table-hd-color, select{
    font-family: 'shanghai';
}

.col-md-12.menu-title-background img{
    width:100%;
}

h4.table-hd-color {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 9px 0;
}

.col-md-12.col-sm-12.combo-hours-title-background h4{
    margin:9px 0;
}

.col-sm-12.horizontal-align:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url('../images/grunge.png');*/
}

@media (min-width: 992px){
    #location {
        width: 73.5%;
        margin-right: 1.5%;
    }
}

select#menu-selector {
    background-image: url(../images/other-sec-heading-img-2.jpg), url(../images/other-sec-heading-img.jpg);
    height: 40px;
    /*background-size: cover;*/
    border-radius: 0;
    background-position: right, left;
    background-repeat: no-repeat;
}

@media only screen and (max-width:600px){
    .col-sm-12.horizontal-align.card-section img {
        width: 63px;
    }
}


/*============================================
Other CSS
============================================*/

.col-md-12.combo-hours-title-background {
    background: url(../images/other-sec-heading-img-2.jpg), url(../images/other-sec-heading-img.jpg);
    /*background-size: contain;*/
    background-repeat: no-repeat;
    background-color: var(--main-red);
    background-position: right, left;
}

.navbar{
    margin-bottom:0;
}

#menu, #combos, #loc-hr{
    padding-top:20px;
    background: #fff;
    box-shadow: 0 10px 45px rgba(0,0,0,.3);
    margin-top: 40px;
}

#combos, #loc-hr{
    margin-top:30px;
}

body{
    background-image: url(../images/bg-pattern.png);
    background-color: #f3e8d4;
}

/*===========================
as of 25/01/2019 — by Toufic
===========================*/

.combo-container {
    columns:2;
    width:100%;
    position: relative;
    margin-bottom: 30px;
}

.single-combo {
    break-inside: avoid;
    padding:0 15px;
}

.menu-item-container {
    margin: 0;
    width: 100%;
    columns: 3;
    column-gap: 40px;
    position: relative;
}

.single-item {
    margin-bottom: 30px;
    break-inside: avoid;
}

@media only screen and (max-width:768px){
    .combo-container{
        columns:1;
    }
    
    .menu-item-container{
        columns:1;
    }
    
    ul.nav.navbar-nav li {
        display: block;
    }
}

/*===========================
as of 28/01/2019 — by Toufic
===========================*/

td.red.table-combo-name {
    position: relative;
}

td.red.table-combo-name:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background: #e8e8e8;
    bottom: 15px;
    margin-left: 10px;
}

@media (max-width: 992px) {
    td.red.table-combo-name:after {
        width: 70%;
    }
}

.combo-item{
    display: flex;
    text-transform: uppercase;
    color:var(--main-red);
    font-weight: bold;
    align-items: center;
}

.combo-item .separator{
    flex-grow: 2;
    height: 2px;
    background: #e8e8e8;
}

.combo-item .combo-name{
    margin-right:20px;
}

.combo-item .combo-price{
    margin-left: 20px;
}


.phone { 
    color: yellow !important; 
}

/*=================================

As of 15 April 2019

=================================*/

.mobile{
    display:none;
}

.desktop {
    display: block;
}

@media (max-width:768px){
    .row-container{
        height:0;
        overflow:hidden;
    }
    
    .desktop{
        cursor:pointer;
    }
    
    .single-item{
        margin-bottom:0;
    }
    .menu-item-container h4.table-hd-color:after {
        content: "+";
        font-family: fontAwesome;
        right: 20px;
        position: absolute;
        top: -4px;
    }
    .row.desktop.menu-row-align.open .table-hd-color:after {
        content: "\f107";
        top: -2px;
    }
    
    .phone{
        /* line-height: 50px; */
        margin-top: 8px;
    }
    
    div#interac {
        display: block;
        padding: 44px 0;
    }

    #interac img{
        border-left:0
    }

    .phone-interac{
        display:inline;
        border-top:2px solid;
        box-sizing: border-box;
        padding: 40px 0;
    }

    .card-section span{
        display:block;
    }

    .phone-interac img{
        padding:0 !important;
    }

    .col-sm-12.horizontal-align.card-section span img{
        margin:0 15px
    }
}