
body {
  font-size: 16px;
  color: rgb(69, 141, 189);
  background-color: #EFEEEC;
  font-family: "Open Sans", sans-serif;
}
/* added for social networking */
.center-element{
  text-align:center;
  display:inline-block;
  width:auto
}
.framing{
  content:"";
  display:table;
  clear:both;
  padding:0.01em 16px
}
.lg-frame{
  max-width:980px;
  margin:auto
}

/* ------------------------- */

.col1-boxes_dec2022{
color:#000!important;
background-color:#fff!important;
box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
border-radius: 4px;
}


.col1-boxes{
box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
border-radius: 4px;
}

/** Mehran default gray color class **/
.defaultcolor{
  color: #EFEEEC
}

.default-error-color{
  color: rgb(243, 22, 96)
}

/** Mehran default blue text color class **/
.default-textcolor{
  color: #3a5397f1;
}

/** HEADER **/
#header-nav {
  background-color: #3a5397f1;
  border-radius: 0;
  border: 0;
}

#logo-img {
  /* background: url('../images/logo.jpg') no-repeat; */
  /* background: url('http://localhost:7070/ajax-loader.gif') no-repeat; */
  /* background: <jaipt>$("#logo-img").load("http://localhost:7070/ajax-loader.gif");</ript> */
  width: 246px;
  height: 110px;
  margin: 1px 1px 1px 0;
}

.navbar-brand {
  padding-top: 10px;
}
.navbar-brand h1 { /* Restaurant name */
  display: inline;
  font-family: 'Lora', serif;
  color: #EFEEEC;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 1px #222;
  margin-top: 0;
  margin-bottom: 0;
  line-height: .75;
}
.navbar-brand a:hover, .navbar-brand a:focus {
  text-decoration: none;
}
.navbar-brand p { /* Kosher cert */
  color: #000;
  text-transform: uppercase;
  font-size: .7em;
  margin-top: 15px;
}
.navbar-brand p span { /* Star-K */
  vertical-align: middle;
}

#nav-list {
  margin-top: 10px;
}
#nav-list a {
  color: #EFEEEC;
  text-align: center;
}
#nav-list a:hover {
  background: #E7E7E7;
}
#nav-list a span {
  font-size: 1.8em;
}

#phone {
  margin-top: 5px;
}
#phone a { /* Phone number */
  text-align: right;
  padding-bottom: 0;
}
#phone div { /* We Deliver */
  color: #EFEEEC;
  text-align: right;
  padding-right: 15px;
}

.navbar-header button.navbar-toggle, .navbar-header .icon-bar {
  border: 1px solid #EFEEEC;
}
.navbar-header button.navbar-toggle {
  clear: both;
  margin-top: -30px;
}
/* END HEADER */

/* Mehran: left column */
.leftcol{
  color: #c0c1c5f1; 
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}
/* Mehran: login button */
.user-login-delete{
  color: #3a5397f1;
  text-align: left;
  padding-right: 3px;
  padding-left: 3px;
  padding-top: 1px;
}
  .user-login{
  background-color: #3a5397f1;
  color: white;
  padding: 7px;
  font-size: 11px;
  border: none;
  cursor: pointer;
}

/* Mehran: content column or middle column */
.midcol{
  color: #3a5397f1;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}

/* Mehran right column */
.rightcol{
  color: #3a5397f1;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}

/* FOOTER */
.panel-footer {
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #222;
  border-top: 0;
}
.panel-footer div.row {
  margin-bottom: 35px;
}
#hours, #address {
  line-height: 2;
}
#hours > span, #address > span {
  font-size: 1.3em;
}
#address p {
  color: #EFEEEC;
  font-size: .8em;
  line-height: 1.8;
}
#testimonials {
  font-style: italic;
}
#testimonials p:nth-child(2) {
  margin-top: 25px;
}
/* END FOOTER */



/* HOME PAGE */
.container .jumbotron {
  box-shadow: 0 0 50px #EFEEEC;
  border: 2px solid #3F0C1F;
}
/* Mehran: BEGIN image & functions foe specials, menu and map
   removing #special-tile and menu-tile.  this is to remove the images on 
   the home page for specials and menu  */
#menu-tile, #specials-tile, #map-tile {
  /* height: 250px; */
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  border: 2px solid #EFEEEC;
  overflow: hidden;
}
#menu-tile:hover, #specials-tile:hover, #map-tile:hover {
  box-shadow: 0 1px 5px 1px #cccccc;
}
#menu-tile {
  /* background: url('../images/menu-tile.jpg') no-repeat;
  background-position: center; */
}
#specials-tile {
  /* background: url('../images/specials-tile.jpg') no-repeat; */
  background-position: center;
}
#menu-tile span, #specials-tile span, #map-tile span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  opacity: .8;
}
/* Mehran: END image & functions foe specials, menu and map  */
/* END HOME PAGE */

/* MENU CATEGORIES PAGE, Mehran: making it smaller area and removing borders */
.category-tile { 
  position: relative;
  /* Mehran border: 2px solid #3F0C1F; */
  overflow: hidden;
  /* mehran width: 200px; */
  width: 150px;
  /* mehran height: 200px; */
  height: 30px;
  margin: 0 auto 15px;
}
.category-tile span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  opacity: .8;
}
.category-tile:hover {
  box-shadow: 0 1px 5px 1px #cccccc;
}

#menu-categories-title + div {
  margin-bottom: 50px;
}
/* END MENU CATEGORIES PAGE */

/* SINGLE CATEGORY PAGE */
.menu-item-tile {
  margin-bottom: 25px;
}
.menu-item-tile hr {
  width: 80%;
}
.menu-item-tile .menu-item-price {
  font-size: 1.1em;
  text-align: right;
  margin-top: -15px;
  margin-right: -15px;
}
.menu-item-tile .menu-item-price span {
  font-size: .6em;
}
.menu-item-photo {
  position: relative;
  /* border: 2px solid #3F0C1F;  */
  overflow: hidden;
  padding: 0;
  margin-right: -15px;
  margin-left: auto;
  margin-bottom: 20px;
  max-width: 250px;
}
.menu-item-photo div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  background-color: #557c3e;
  text-align: center;
}
.menu-item-description {
  padding-right: 30px;
}
h3.menu-item-title {
  margin: 0 0 10px;
}
.menu-item-details {
  font-size: .9em;
  font-style: italic;
}
/* END SINGLE CATEGORY PAGE */


/********** Large devices only **********/
@media (min-width: 1200px) {
  .container .jumbotron {
    /* Mar 4, background: url('../images/jumbotron_1200.jpg') no-repeat;
    height: 675px;*/
  }

  /* mehran: hide this for large browsers */
  .lg-hide{
    display:none!important
  }
}

/********** Medium devices only **********/
@media (min-width: 992px) and (max-width: 1199px) {
  /* mehran: hide this for medium browsers */
  .md-hide{
    display:none!important
  }

  /* Header */
  #logo-img {
    /* background: url('../images/logo.jpg') no-repeat; */
    width: 100px;
    height: 100px;
    margin: 1px 1px 1px 0;
  }
  /* End Header */

  /* Home Page */
  .container .jumbotron {
    /* Mar 4, background: url('../images/jumbotron_992.jpg') no-repeat;
    height: 558px;*/
  }
  /* End Home Page */
}

/********** Small devices only **********/
@media (min-width: 768px) and (max-width: 991px) {
  /* Mehran: do not show for small devices */
  .sm-hide{
    display:none!important
  }

  /* Home Page */
  .container .jumbotron {
    /* Mar 4, background: url('../images/jumbotron_768.jpg') no-repeat;
    height: 432px; */
  }
  /* End Home Page */
}

/********** Extra small devices only **********/
@media (max-width: 767px) {
  /* mehran: hide this for extra small browsers */
  .xs-hide{
    display:none!important
  }

  /* Header */
  .navbar-brand {
    /* padding-top: 10px; */
    padding-top: 7px;
    height: 40px;
  }
  .navbar-brand h1 { /* Restaurant name */
    padding-top: 7px;
    font-size: 5vw; /* 1vw = 1% of viewport width */
  }
  .navbar-brand p { /* Kosher cert */
    font-size: .6em;
    margin-top: 12px;
  }
  /*
  .navbar-brand p img { /* Star-K */
    height: 20px;
  }*/

  #collapsable-nav a { /* Collapsed nav menu text */
    font-size: 1.2em;
  }
  #collapsable-nav a span { /* Collapsed nav menu glyph */
    font-size: 1em;
    margin-right: 5px;
  }

  #call-btn > a {
    font-size: 1.5em;
    display: block;
    margin: 0 20px;
    padding: 10px;
    border: 2px solid #fff;
    background-color: #3a5397f1;
    color: #EFEEEC;
  }
  #xs-deliver {
    margin-top: 5px;
    font-size: .7em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  /* End Header */

  /* Footer */
  .panel-footer section {
    margin-bottom: 30px;
    text-align: center;
  }
  .panel-footer section:nth-child(3) {
    margin-bottom: 0; /* margin already exists on the whole row */
  }
  .panel-footer section hr {
    width: 50%;
  }
  /* End Footer */

  /* Home Page */
  .container .jumbotron {
    /* Mar 4 margin-top: 30px;
    padding: 0;*/
  }
  #menu-tile, #specials-tile {
    width: 360px;
    margin: 0 auto 15px;
  }

  .menu-item-photo {
    margin-right: auto;
  }
  .menu-item-tile .menu-item-price {
    text-align: center;
  }
  .menu-item-description {
    text-align: center;;
  }
}


/********** Super extra small devices Only :-) (e.g., iPhone 4) **********/
@media (max-width: 479px) {

  .xxs-hide{
    display: none!important
  }

  /* Header */
  .navbar-brand h1 { /* Restaurant name */
    padding-top: 5px;
    font-size: 6vw;
  }
  /* End Header */
  
  /* Home page */
  #menu-tile, #specials-tile {
    width: 280px;
    margin: 0 auto 15px;
  }

  .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
  }
}

/* Mehran: at the end of this css file added by me only  */
.smedia{
  float: right
}
.article-tile { 
  position: relative;
  /* Mehran border: 2px solid #3F0C1F; */
  overflow: hidden;
  /* mehran width: 200px; */
  /* mehran width: 150px; */
  /* mehran height: 200px; */
  /* height: 30px; */
  margin: 0 auto 15px;
}
.article-tile span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  /* mehran text-align: center; */
  font-size: 1.2em;
  /* mehran text-transform: uppercase; */
  /*Mehran background-color: #000; */
  /* Mehran color: #fff; */
  opacity: .8;
}
.article-tile:hover {
  /* mehran box-shadow: 0 1px 5px 1px #cccccc; */
}

/* Mehran: we may not need this */
#menu-articless-title + div {
  margin-bottom: 50px;
  margin-top: 250px;
}
/* END ARTICLE PAGE */

  /* mehran: Like Dislike BEGIN */
  .like, .dislike {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    /* text-align: center; */
    vertical-align: middle;
    cursor: pointer;
    /* background: lightgreen; */
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
}
.qty1, .qty2 {
    border: none;
    /* width:30px; */
    background: transparent;
}

/* consumer Login section */
/* The Modal box to input username */
  /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    /* position: fixed; // Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /* background-color: rgb(0,0,0); // Fallback color */
    /* background-color: rgba(0,0,0,0.4); // Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    /* color: #aaa; */
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* indent on left side */
.left-indent{
    padding-left: 1.8em 
  }

/************ this is for typeahead **************/
    .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
  width: 422px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}
/******* end typeahead styling ***************/
  /********** Mehran: Large devices only **********/
  @media (min-width: 1200px) {
    .col-lg-col1 .col-lg-col2 .col-lg-col3 {
      float: left;
      /* border: 1px solid #EFEEEC; */
    }
    .lg-3col-first{
      width: 20%;
      float: left;
    }
    .lg-3col-second{
      width: 60%;
      float: middle;
    }
    .lg-3col-third{
      width: 20%;
      float: right;
    }
  }
    /********** Mehran: medium devices only **********/
  @media (min-width: 992px) and (max-width: 1199px) {
    .md-first-col .md-second-col .md-third-col {
      float: left;
      /* border: 1px solid #EFEEEC; */
    }
    .md-3col-first{
      width: 10%;
      float: left;
    }
    .md-3col-second{
      width: 80%;
      float: middle;
    }
    .md-3col-third{
      width: 10%;
      float: right;
    }
  }
    /********** Mehran: small devices only **********/
  @media (min-width: 768px) and (max-width: 991px) {
    .sm-first-col .sm-second-col .sm-third-col {
      float: left;
      border: 1px solid #EFEEEC;
    }
    .sm-3col-first{
      width: 20%;
    }
    .md-3col-second{
      width: 60%;
    }
    .sm-3col-third{
      width: 20%;
    }

    .sm-3col-firstx{
      width: 10%;
      float: left;
    }
    .sm-3col-secondx{
      width: 80%;
      float: middle;
    }
    .sm-3col-thirdx{
      width: 10%;
      float: right;
    }
  }
  
