@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,500&display=swap');

body {
  background: #fff !important;
font-family: 'Roboto', sans-serif;
}

#page_content {
  margin-top: 80px;
}

#restaurant_headings_container, #restaurant_search_div, #mobile_nav {
  background-color: #dfdfdf;
}

#page_header .navbar {
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: none;
  box-shadow: 3px 4px 8px rgba(0,0,0,0.4);
}

#page_header .navbar-top {
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 25px;
  color: #FFFFFF;
}

#page_header .navbar-top a {
  color: #FFFFFF;
}

#page_header .navbar-nav {
  margin-top: 20px;
}

#page_header .navbar-nav a {
  font-size: 18px;
  font-weight: 600;
}

#page_header .nav > li > a:hover,
#page_header .nav > li > a:focus {
  background-color: #a30834;
}

#page_header .navbar-toggle:hover {
  background-color: #cbcbcb;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #2a2a2a;
}

.navbar-default .navbar-nav > li > a {
    color: #2a2a2a;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #333;
    color: #ffffff;
}


/* social icons */
#social-icons {
  float: left;
  margin: 8px 10px 0;
}

#social-icons a.social {
    overflow: hidden;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin: 0 0 0 6px;
    width: 26px;
    height: 26px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    float: left;
    text-index: -9999px;
       background: url('../images/social-icons-black.png') no-repeat top left;
}

#social-icons a.social:hover {
      overflow: hidden;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    margin: 0 0 0 6px;
    width: 26px;
    height: 26px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    float: left;
    text-index: -9999px;

}

#social-icons a.social.facebook{ background-position: 0 0; width: 26px; height: 26px; }
#social-icons a.social.foursquare{ background-position: -31px 0; width: 26px; height: 26px; }
#social-icons a.social.google{ background-position: -62px 0; width: 26px; height: 26px; }
#social-icons a.social.tripadvisor{ background-position: -93px 0; width: 26px; height: 26px; }
#social-icons a.social.twitter{ background-position: -124px 0; width: 26px; height: 26px; }
#social-icons a.social.urbanspoon{ background-position: -155px 0; width: 26px; height: 26px; }
#social-icons a.social.yelp{ background-position: -186px 0; width: 26px; height: 26px; }
#social-icons a.social.instagram{ background-position: -217px 0; width: 26px; height: 26px; }
#social-icons a.social.vimeo{ background-position: -248px 0; width: 26px; height: 26px; }
#social-icons a.social.pinterest{ background-position: -279px 0; width: 26px; height: 26px; }
#social-icons a.social.linkedin{ background-position: -310px 0; width: 26px; height: 26px; }
#social-icons a.social.youtube{ background-position: -341px 0; width: 26px; height: 26px; }


#social-icons a.social:hover.facebook{ background-position: 0 0; width: 26px; height: 26px; }
#social-icons a.social:hover.foursquare{ background-position: -31px 0; width: 26px; height: 26px; }
#social-icons a.social:hover.google{ background-position: -62px 0; width: 26px; height: 26px; }
#social-icons a.social:hover.tripadvisor{ background-position: -93px 0; width: 26px; height: 26px; }
#social-icons a.social:hover.twitter{ background-position: -124px 0; width: 26px; height: 26px; }
#social-icons a.social:hover.urbanspoon{ background-position: -155px 0; width: 26px; height: 26px; }
#social-icons a.social:hover.yelp{ background-position: -186px 0; width: 26px; height: 26px; }
#social-icons a.social:hover.instagram{ background-position: -217px 0; width: 26px; height: 26px; }
#social-icons a.social:hover.vimeo{ background-position: -248px 0; width: 26px; height: 26px; }
#social-icons a.social:hover.pinterest{ background-position: -279px 0; width: 26px; height: 26px; }
#social-icons a.social:hover.linkedin{ background-position: -310px 0; width: 26px; height: 26px; }
#social-icons a.social:hover.youtube{ background-position: -341px 0; width: 26px; height: 26px; }



#global-cart > i.fa.fa-shopping-bag {
    margin-top: 3px;
    margin-left: 3px;
    justify-content: center;
    display: flex;
    position: relative;
    font-size: 12px;
}


/* css3 animations */
.transition-slideup {
  animation-name: transition-slideup;
  -webkit-animation-name: transition-slideup;

  animation-duration: 1s;
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;

  visibility: visible !important;
}

@keyframes transition-slideup {
  0%   { transform: translateY(100%); }
  50%  { transform: translateY(-8%); }
  65%  { transform: translateY(4%); }
  80%  { transform: translateY(-4%); }
  95%  { transform: translateY(2%); }
  100% { transform: translateY(0%); }
}

@-webkit-keyframes transition-slideup {
  0%   { -webkit-transform: translateY(100%); }
  50%  { -webkit-transform: translateY(-8%); }
  65%  { -webkit-transform: translateY(4%); }
  80%  { -webkit-transform: translateY(-4%); }
  95%  { -webkit-transform: translateY(2%); }
  100% { -webkit-transform: translateY(0%); }
}



/* content */
#page_content #carousel {
  position: relative;
  left: 0px;
  width: 100%;
  margin-bottom: 0px;
}

#page_content #carousel .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('../images/carousel-1.jpg');
  z-index: -1;
}

#page_content .content-shadow {
  width: 315px;
  height: 12px;
  background: url('../images/bg-shadow.png') no-repeat 10px 0px;
}



/* search form */
#page_content #search-container {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  display: flex;
  align-self: flex-end;
  flex-direction: column;
  justify-content: center;
}




/* custom bootstrap overrides */
form .input,
form .textarea {
  position: relative;
  display: block;
  font-weight: 400;
}

form .icon-prepend {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 30px;
  color:#A2A2A2;
  padding: 5px;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  border-right: 1px solid #BDBDBD;
}

form .icon-append {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 30px;
  color:#A2A2A2;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  border-left: 1px solid #BDBDBD;
}

form .input input {
  width: 100%;
  padding: 10px 10px;
  color: #404040;
  border-width: 1px;
  border-style: solid;
  border-color: #BDBDBD;
  background: #fff;
  font: 14px/18px 'Open Sans',Helvetica,Arial,sans-serif;
}

form .icon-prepend + input, form .icon-prepend + textarea {
  padding-left: 40px;
}

form .icon-append + input, form .icon-append + textarea {
  padding-left: 10px;
  padding-right: 40px;
}



/* general declarations */
.content {
  padding: 20px 30px;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #BCBCBC;
}

.content h3 {
  color: #a30834
}

.section {
  margin: 30px 0px;
  border-top: 1px dashed #333333;
}

.section h2 {
  color: #a30834;
}

.section p, .section ul li {
  font-size: 16px;
}

h3.section-title {
  margin-bottom: 0px;
}

.section-title {
  clear: both;
  position: relative;
  margin: 10px 0 20px;
  padding: 0;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  border: none;
}

.section-title:after {
  position: absolute;
  display: block;
  top: 28px;
  width: 100%;
  height: 1px;
  margin-left: 0;
  content: '';
  background: #888888;
  z-index: 1;
}

.section-title span {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px 15px;
  color: #2c3e50;
  color: #a30834;
  background-color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.section-image {
  width: 100%;
  height: 300px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.75);
  border: 4px solid #FFFFFF;
  overflow: hidden;
}

.section-image img {
  width: 100%;
}

.spacer {
  display: inline-block;
  margin: 0px 10px;
}

.border-left {
  border-left: 1px solid #BDBDBD;
}

.pixel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url('../images/pixel-overlay.png');
}

.divider {
  display: block;
  height: 14px;
  margin: 5px 0px;
  background: url('../images/divider.png') repeat-x;
}

.shadow {
  position: relative;
}

.shadow-inner {
  position: absolute;
  top: -40px;
  padding: 0px;
  height: 60px;
  width: 100%;
  background: url('../images/shadow.png') no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
  z-index: -2;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #333;
}


/* panel */

.panel {
    background-color: #d7d7d7;
}


/* new header */

.container-fluid { padding:0 10px;}
.header-bar {position:fixed; width:100%; z-index:99999; transition: all ease 0.4s; -webkit-transition: all ease 0.4s; -moz-transition: all ease 0.4s; top:0;}
.header-bar.nav-up { top:-80px!important;}
.navbar-default { background-color: #fff; border:none; box-shadow:0 20px 50px -20px rgba(0, 0, 0, 0.1)!important;}
.navbar-brand { height:auto; padding: 5px 15px;  height: 60px;}
.navbar-nav { float:right; margin: -20px 0 15px 0;}
.navbar-nav .cart-amount { position: absolute; }
.navbar-brand>img { max-height: 50px;}
.navbar-default .navbar-nav>li>a { color:#333; font-size:15px; text-transform:uppercase; font-weight:600; padding:2px 10px;}
.navbar-default .navbar-nav>li>a:hover { color:#a30834; }


.navbar-default .navbar-nav>li>a.get-our-app:hover {
    color: #414151;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
}

li.app-links {
      margin-left: -10px;
      margin-top: -2px;
}



img.app-dl {float:left; height: 45px;}
img.app-dl:hover { opacity: .9; }

.navbar-default .navbar-nav>li.order-now-btn>a { background-color:#a30834; color:#fff; padding: 10px 18px; margin-right:10px; margin-left: 15px;}
/*
.navbar-default .navbar-nav>li.dropdown a.dropdown-toggle { border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; background-color:#a30834; color:#fff;}

.navbar-default .navbar-nav>li.order-now-btn>a:hover, .navbar-default .navbar-nav>li.dropdown a.dropdown-toggle:hover { background-color:#fb7535;}
*/
.h60 { height: 60px; }
.cart-btn { padding: 4px 4px!important;
    color: #fff!important;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    height: 30px;
    text-align: center;
    margin-top: -3px;}
.cart-btn:hover { color:#a30834!important; background-color:#fff!important; border: 2px solid #a30834!important; }
.login-mobile { display:none;}

.navbar-default .navbar-nav>li.get-our-app>a { color: #a30834; }
.navbar-default .navbar-nav>li.get-our-app>a:hover { color: #a9a9b3; }
#page_header .navbar-nav a span { display: inline-block; }






/* user admin */

.account_navigation .panel-body .nav-pills li:hover {
    border-right: 2px solid #333;
}



/* dlcore */


.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item .order_restaurant--menu_item_name {
    color: #000;
}

.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .order_restaurant--deliverclub_restaurant_panel-table .order_restaurant--open_hours {
    color: #000;
}

.restaurant_menu_info {
  color: #000;
}

.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .show-more, .restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .show-less {
    color: #000;
}



/* grid */

#header-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-template-rows: 30vh 5vh 5vh;
  grid-template-areas:
  ". tagline ."
    ". searchbar ."
    ". applinks ."
}
/* tagline */

.tagline {
  grid-area: tagline;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;

}

.tagline h1 {
  color: #FFFFFF;
  font-family: 'Heebo', sans-serif;
  font-size: 56px;
  font-weight: bold;
  line-height: 56px;
  text-shadow: 3px 3px 5px #333333;
  margin-bottom: 25px;
  text-align: center;
  padding: 0 15px;
}

.tagline h1 span {
   color: #a30834;
   display: block;
   text-transform: uppercase;
   font-size: 70px;
}

/* searchbar */

.searchbar {
  grid-area: searchbar;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position:relative;
  margin-bottom: 5px;
}

#address_form {
  flex: 1;
}

.searchbar input[type='text'] {
  flex-grow: 1;
  height:60px;
  background-color:#fff;
  border:none;
  box-shadow:5px 5px 20px 0 rgba(0,0,0,0.4)!important;
  font-size:17px;
  color:#313140;
  font-weight:500;
  background-image:url(/editable/templates/default/images/searchbar-pin.png);
  background-repeat:no-repeat;
  background-position: 10px 10px;
  background-size: 25px;
  padding-left: 60px;
  padding-right: 30px;
  width: 100%;
  border-radius: 4px;
 
}

.searchbar input[type='text']:focus {
  box-shadow:0 0 10px 0 rgb(151, 162, 162)!important;
}
.searchbar .searchbutton {
  position: absolute;
  right: 5px;
  top: 32px;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 11px 15px;
  line-height: 14px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
}

.searchbar .searchbutton:hover {
  background-color: #333;
}


/* giving */

.giving {
  grid-area: giving;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  
}

.giving p {
  margin-top: 10px;
  text-shadow: 3px 3px 5px #333333;
}

.giving a {
  font-size: 2.2em;
  color: #fff;
  font-weight: 800;
}



/* applinks */

.applinks {
  grid-area: applinks;
  display: flex;
  justify-content: center;
  align-items: flex-start;
   flex-direction: row;
  flex-wrap: wrap;

}



.applinks h2 {
  color: #FFFFFF;
  font-family: 'Heebo', sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  text-shadow: 3px 3px 5px #333333;
  margin-bottom: 0px;
  display: inline-block;
}


.applinks img {
  height: 50px;
  margin-right: 8px;
  float: right;
}

.applinks a {
  transition: transform .3s;
}

.applinks a:hover {
  transform: scale(1.03);
}




/* restaurant thumbs */


.restaurant-thumbs {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  margin: 35px 0 5px;
}

.restaurant-thumbs a {
  flex-grow: 1;
  flex-wrap: wrap;
  width: calc(100% / 7);
  margin: 5px;
  border:1px solid #ddd; transition: all ease 0.2s; -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; padding:10px;
}

.restaurant-thumbs a:hover  {
  box-shadow:0 5px 27px 0 rgba(0,0,0,0.1)!important; -webkit-box-shadow:0 5px 27px 0 rgba(0,0,0,0.1)!important; -moz-box-shadow:0 5px 27px 0 rgba(0,0,0,0.1)!important;
}

.restaurant-thumbs img {
  width: 80%;
  margin: 0 10%;

}

.view-all {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.view {  color: #333333; font-weight: 500; border: 1px solid #D6D6D6; padding: 10px 25px; border-radius: 50px; -webkit-border-radius:50px; -moz-border-radius:50px; margin: 20px 0; display: inline-block;}
.view:hover { background-color:#333; color:#fff; border-color:#333;}






/* main-content */



.main-info {
   padding: 0px 0;
}

.main-info img {
  width: 140px;
}

.main-info h2 {
   font-family: 'Roboto', sans-serif;
   font-weight: 500;
   font-size: 2em;
   margin-top: 15px;
   text-align: center;
   color: #a30834;
}

.main-info p {
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   font-size: 1.4em;
   margin-top: 25px;
   text-align: center;
   width: 80%;
   margin-left: 10%;
}



span.red {
  color: #a30834;
}




/* app section */

.app-section {
  padding: 0;
width: 100%;
    margin-left: 5%;
    margin-bottom: 30px;
}

.app-section h2 {
font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2.4em;
    margin-top: 15px;
    text-align: right;
    color: #a30834;
}

.app-section p {
  font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    margin-top: 15px;
    text-align: right;
}

.app-section img {
  height: 250px;
}

.app-section img.applinks {
  height: 50px;
  margin-left: 15px;
  margin-top: 25px;
  float: right;
}





/* driver/partner */

#driver-partners {
  margin: 75px 0 20px;
}

/*  img hover */

/* Common style */
.grid figure {

    overflow: hidden;
    margin: 10px 1%;
    max-width: 100%

    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: inline-block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}



.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
    color: #a30834;
    text-shadow: 3px 3px 5px #333333;
}

.grid figure h3 {
 color: #a30834;
  text-shadow: 3px 3px 5px #333333;
}

.grid figure h2,
.grid figure h3,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** hover *****/
/*---------------*/

figure.effect-hover img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-hover figcaption {
    text-align: left;
}

figure.effect-hover figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

figure.effect-hover h2,
figure.effect-hover h3,
figure.effect-hover p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
    font-family: 'Roboto', sans-serif;
}

figure.effect-hover h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
     color: #a30834;
  text-shadow: 3px 3px 5px #333333;
}

figure.effect-hover p, figure.effect-hover h3 {
    color: rgba(255,255,255,1);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-hover h3 {
  color: #a30834;
  text-shadow: 3px 3px 5px #333333;
}

figure.effect-hover:hover img,
figure.effect-hover:hover p,
figure.effect-hover:hover h3 {
    opacity: 1;
}

figure.effect-hover:hover img,
figure.effect-hover:hover h2,
figure.effect-hover:hover h3,
figure.effect-hover:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-hover:hover p, figure.effect-hover:hover h3 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}



p.fee {
  font-size: 1.2em;
  font-style: italic;
  text-align: center;
  margin: 25px 0;
  opacity: .9;
}


/* order by phone */

#order-by-phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #dadada;
  padding: 35px 0;
}

#order-by-phone p {
  color: #333;
  font-size: 1.8em;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}

#order-by-phone h2 {
  color: #333;
  font-size: 2.6em;
  margin: 0px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}




/*---------faq-page-start--------*/

.faq_banner_part_inner
{
  background:url('editable/templtes/default/images/faq_banner_bg.jpg') center top no-repeat;
  background-size:cover;
  height: 207px;
    margin: 25px 0 0;
}
.faq_content_left ul
{
  list-style:none;
  padding:0;
}

.faq_content_left li a:hover
{
  text-decoration:none;
}
.active {
  background:#ebebeb /* url('../images/drop_down_icon.png') */ no-repeat scroll 725px !important;
  color: #076324;
}
.faq_inner
{
  background:#ebebeb /* url('../images/up_icon.png') */ 1070px 15px no-repeat;
  margin:0 0 10px;
  padding:0;
  font-size:16px;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  color:#595757;
  display:block;
  padding:10px 0 10px 20px;
}
.hide_part
{
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px 40px !important;
}
.faq_main_outer li
{
  font-size:16px;
  color:#999999;
  padding:10px 0 !important;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}

.faq_content_left
{
  margin:0 0 50px !important;
}

.btn.btn-link, #menu_sections a {
  color: #4eacdb;
}

.restaurant_heading h4:hover {
  color: #4eacdb;
}

.login_outer {
  margin-top: calc((100vh - 400px) / 2);
}



.menu_content_part h2 {
  background: #4eacdb;
}

.form-control {
  color: #606060;
}


.menu_content_part
{
  margin:20px 0 0;
}
.menu_content_part h2
{
  background:#a30834;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color:#FFF;
  margin:0 0 40px;
  text-align:center;
  padding:7px 0 15px;
}
.menu_content_box {
  border: 2px solid #b7b7b7;
  min-height: 155px !important;
  padding: 10px 0 !important;
}
.menu_content_logo
{
}
.menu_content_txt h3
{
  font-size:20px;
  color:#a30834;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  margin:0;
  padding:0;
}
.menu_content_txt strong
{

  padding: 0 10px 0 ;
}
.menu_content_txt span
{
  font-size:20px;
  color:#cccccc;
  margin:10px 0 0;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}

/*---------faq-page-end--------*/





/* page footer */

#page_footer {
  background: #fff;
  color: #606060;
  border-top: none;
  font-family: 'Roboto', sans-serif;
}

#page_footer .sectionbox {
  padding: 20px 0px;
  text-align: center;
}

#page_footer .sectionbox h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a30834;
}

#page_footer .sectionbox p {
  margin-top: 20px;
}

#page_footer .sectionbox ul.footer-nav {
  margin-left: 0px;
}

#page_footer a {
  color: #606060;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 10px 0;
}

#page_footer a:hover {
  color: #a30834;
}

#page_footer #copyright {
  margin-bottom: 30px;
  padding-top: 15px;
  font-family: 'Roboto', sans-serif;
}



#page_footer .sectionbox a.view-more-footer {
  color:#a30834;
  margin-top: 0px;
  font-weight: bold;
}

a.view-more-footer span {
  font-size: .8em;
  margin-left: 3px;
}

ul.footer-nav li {
  margin: 8px 0;
  font-weight: 300;
}


/* cusine modal */
.cuisine-modal {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  display: none;
  justify-content: center;
  align-items: center;
}

.cuisine-modal-contents {
  height: 80vh;
  width: 70vw;
  text-align: center;
  padding: 50px 20px 20px 20px;
  position: relative;
  border-radius: 4px;
  background: url('/editable/templates/default/images/cuisine-modal-bg.jpg') no-repeat;
  background-size: contain;
  background-color: rgba(255,255,255,0.9);
  overflow-y: auto;
  overflow-x: hidden;
}

.cuisine-close-modal {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 42px;
  color: #333;
  transform: rotate(45deg);
  cursor: pointer;
}

.cuisine-close-modal:hover {
    color: #666;
}

.cuisine-list-modal {
  padding: 50px 50px 50px 300px;
}


.cuisine-list-modal p {
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.cuisine-list-modal a {
  cursor: pointer;
}



/* user admin */
.account_navigation {
  background: #fff;
}

.account_navigation .panel-body .nav-pills li.active {
    border-right: 2px solid #333;
}

/* media queries */

@media (max-width: 767px) {


#page_header .navbar-collapse.pull-right {
    float: left !important;
}

#page_header .navbar-collapse.pull-right li {
    display: block;
}

.fa-4x {
    font-size: 35px;
}

.navbar-nav {
    float: left;
}

.navbar-toggle {
    margin-top: 0px !important;
}

.navbar-default .navbar-toggle {
  border-color: #3d3d3d;
  color: #000000;
  background-color: #ffffff;
  float: right;
  height: 40px;
  border-radius: 3px;
  top: 10px;
  right: 0px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #444;
}

#page_content #search-container #search-form {
  margin-top: 6%;
}

.navbar-default .navbar-toggle {
    border-color: #888888;
    color: #fff200;
}

#page_header .navbar-toggle:hover {
  background-color: #d2d2d2;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #d2d2d2;
    color: #888888;
}

#page_header .navbar-nav a {
    margin-top: 0px;
}

#page_header .navbar-header {
    font-size: 16px;
}

.navbar-default .navbar-toggle {
    border-color: #333;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}


#header-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 20vh 5vh 5vh;
  grid-template-areas:
    "tagline"
    "searchbar"
    "applinks"
}


/* tagline */

.tagline {
  grid-area: tagline;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 0px;
  margin-bottom: 50px;
}
/* searchbar */

.searchbar {
  grid-area: searchbar;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position:relative;
  margin-bottom: 40px;
}


.searchbar input[type='text'] {
    font-size: 12px;
      width: 90%;
      margin-left: 5%;
}


.searchbar .searchbutton {
  top: 13px;
}


.searchbar{ margin: 10px 0 20px;}
.searchbar .searchbutton { position: static; width: 100%; margin-top:5px;}
.searchbar .searchbutton br { display:none;}
.searchbar input[type='text'] { padding: 0 10px 0 40px;}



.giving {
  grid-area: giving;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0px;
}


.cuisine {
  grid-area: cuisine;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0px;
}


.applinks {
  grid-area: applinks;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0px;

}

#main-content {
    background: -webkit-linear-gradient(45deg,#a30834 0%,#a30834 5%,#dadada 5%,#dadada 10%,#e1e1e1 10%,#e1e1e1 50%,#dadada 50%,#dadada 95%,#a30834 95%,#a30834 100%);
}



.testimonial { padding: 0 10px;}
.testimonial-header { width: 100%;  text-align: center; margin-bottom: 30px;}
.owl-carousel { width: 100%;}
.testimonials h1 { color:#212121; font-size:30px; font-weight:800; text-align: center; }
.testimonials h4 { color:#858594; font: 400 20px 'Roboto'; font-weight:400; text-align: center;}


.cuisine-modal-contents {
  height: 80vh;
  width: 90vw;
  background: rgba(255,255,255,0.9);
}

.cuisine-list-modal {
  padding: 15px;
}

#locations {
    background: #333;
}

h2.city-header {
    font-size: 2em;
}

figure.effect-hover figcaption > div {
    height: 100%;
}

#order-by-phone p {
  font-size: 1.4em;
}

#order-by-phone h2 {
  font-size: 2em;
}

#page_footer {
  margin-bottom: 60px;
}


#page_footer .sectionbox {
  min-height: 220px;
}


.app-section {
   padding: 5px 0;
   width: 100%;
   margin-left: 0%;
}

.app-section h2 {
     font-family: 'Roboto', sans-serif;
   font-weight: 500;
   font-size: 2.6em;
   margin: 25px 0 25px 0;
   text-align: left;
}

.app-section p {
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   font-size: 1.8em;
   margin-top: 15px;
   text-align: left;
   width: 90%;
}


#page_footer {
  margin-bottom: 60px;
}

.restaurant-thumbs a {
  width: calc(100% / 3);
}



.driver-section p {
    text-align: center;
}

.driver-section h2 {
    text-align: center;
}

.tagline h1 {
  font-size: 40px;
  line-height: 40px;
}

.app-section img.applinks {
  height: 35px;
  float: left;
}

}



@media (min-width: 768px) and (max-width: 991px) {


#page_header .navbar-collapse.pull-right {
    float: left !important;
}


#page_footer {
  margin-bottom: 60px;
}

.restaurant-thumbs a {
  width: calc(100% / 5);
}

.main-content-text p {
    min-height: 200px;
}

.cuisine-modal {
  width: 90%;
}

.cuisine-modal-contents {
  height: 80vh;
  width: 90vw;
  background: rgba(255,255,255,0.9);
}

.cuisine-list-modal {
  padding: 25px;
}

#main-content {
    background: -webkit-linear-gradient(45deg,#a30834 0%,#a30834 5%,#dadada 5%,#dadada 10%,#e1e1e1 10%,#e1e1e1 50%,#dadada 50%,#dadada 95%,#a30834 95%,#a30834 100%);
}

.searchbar .searchbutton {
    top: 32px;
}

.searchbar input[type='text'] {
    font-size: 14px;
}

.main-content-text h2 {
    font-size: 1.2em;
}

figure.effect-hover figcaption > div {
    height: 80%;
}

.app-section {
   padding: 5px 0;
   width: 100%;
   margin-left: 0%;
}

.app-section h2 {
     font-family: 'Roboto', sans-serif;
   font-weight: 500;
   font-size: 3.2em;
   margin: 25px 0 25px 0;
   text-align: left;
}

.app-section p {
   font-family: 'Roboto', sans-serif;
   font-weight: 300;
   font-size: 2.2em;
   margin-top: 25px;
   text-align: left;
   width: 90%;
}

.restaurant-thumbs a {
  width: calc(100% / 5);
}


/* grid */

#header-grid {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  grid-template-rows: 25vh 5vh 5vh;
  grid-template-areas:
  ". tagline ."
    ".searchbar ."
    ". applinks ."
}



}


@media (min-width: 992px) and (max-width: 1199px) {

figure.effect-hover figcaption > div {
    height: 80%;
}


.searchbar .searchbutton {
    top: 32px;
}

#main-content {
    background: -webkit-linear-gradient(45deg,#a30834 0%,#a30834 5%,#dadada 5%,#dadada 10%,#e1e1e1 10%,#e1e1e1 50%,#dadada 50%,#dadada 95%,#a30834 95%,#a30834 100%);
}

.main-content-text h2 {
    font-size: 1.2em;
}

#page_footer {
  margin-bottom: 60px;
}


}






@font-face {
  font-family: 'BebasNeueRegular';
  src: url('fonts/bebasneue.eot');
  src: url('fonts/bebasneue.eot') format('embedded-opentype'),
       url('fonts/bebasneue.woff2') format('woff2'),
       url('fonts/bebasneue.woff') format('woff'),
       url('fonts/bebasneue.ttf') format('truetype'),
       url('fonts/bebasneue.svg#BebasNeueRegular') format('svg');
}















