@import url('https://fonts.googleapis.com/css?family=Heebo|Raleway:400,700');

body {
  background: #fff !important;

}

.main_callout_text {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: bold;
	font-size: 2.1em;
}

#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: #fc6703;
}

#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: 1px;
    margin-left: 4px;
    justify-content: center;
    display: flex;
    position: relative;
}


/* 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: 100vh;
  padding-left: 30%;
  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: #fc6703
}

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

.section h2 {
  color: #fc6703;
}

.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: #fc6703;
  background-color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.section-image {
  width: 100%;
  height: auto;
  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: rgba(255,255,255,1); border:none; box-shadow:0 20px 50px -20px rgba(0, 0, 0, 0.1)!important;}
.navbar-brand { height:auto; padding: 9px 15px;}
.navbar-nav { float:right; margin: 15px 0;}
.navbar-nav .cart-amount { position: absolute; }
.navbar-brand>img { min-height: 54px; max-width: 250px;}
.navbar-default .navbar-nav>li>a { color:#000; font-size:15px; text-transform:uppercase; font-weight:600; padding:10px;}
.navbar-default .navbar-nav>li>a:hover { color:#777; }


.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:#fc6703; 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:#f6ff00; 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: 8px 0px!important; color: #000!important; border: 2px solid #000; border-radius: 50px; margin-left: 10px; width: 40px; height:40px; text-align: center;}
.cart-btn:hover { color:#fc6703!important; background-color:#333!important; border: 2px solid #fc6703!important; }
.login-mobile { display:none;}

.navbar-default .navbar-nav>li.get-our-app>a { color: #fc6703; }
.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 1fr;
  grid-template-rows: 56vh 12vh 12vh 20vh;
  grid-template-areas:
    "tagline ."
    "searchbar ."
    "giving ."
    "cuisine applinks";
}
/* tagline */

.tagline {
  grid-area: tagline;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 50px;

}

/*
.main_callout_text {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: bold;
	font-size: 2.1em;
}
*/

.tagline h1 {
  color: #FFFFFF;
  font-family: 'Titillium Web';
  font-size: 45px;
  font-weight: bold;
  font-style: italic;
  line-height: 40px;
  text-shadow: 3px 3px 5px #333333;
  margin-bottom: 0px;
}

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

/* searchbar */

.searchbar {
  grid-area: searchbar;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  position:relative;
  max-width: 500px;
}

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

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

#address_form {
  position: relative;
}




/* giving */

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

.giving p {
  margin-top: 1px;
}

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

/* cuisine */

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

.cuisine p {
  margin-top: 15px;
  color: #fc6703;
  font-family: 'Raleway', sans-serif;
}

.cuisine a {
  color: #fc6703;
  font-size: 1.2em;
}

.cuisine .cuisine-btn {
  font-weight: 800;
  border: 2px solid #333;
  padding: 10px 25px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #fff;
}

.cuisine .cuisine-btn span {
  color: #fc6703;
  font-size: 1.7em;
  position: relative;
  margin-left: 10px;
  vertical-align: middle;
}


/* applinks */

.applinks {
  grid-area: applinks;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 50px;
   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: 80px;
  margin-right: 8px;

}

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

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

.applinks img:hover {
  height: 80px;
  margin-right: 8px;
}

.applinks img:hover {

}

/* testimonials */
.testimonials { width:100%; float:left; padding:50px 0; background: #fff;}
.testimonials h1 { color:#212121; font-size:46px; font-weight:800; text-align: center; font-family: 'Raleway', sans-serif;}
.testimonials h4 { color:#858594; font: 400 26px 'Raleway'; font-weight:400; text-align: center;}
.testimonial-header { width:40%; float:left; margin-top: 0px;}
.owl-carousel { float:left; width:60%;}
p.description { font-size:17px; color:#202020;font-family: 'Raleway', sans-serif;}
p.rating{ margin:0 0 10px;}
.testimonial-title { color:#212121; font-size:22px; font-weight:400; text-transform:capitalize; font-family: 'Raleway', sans-serif; }
.testimonial p { margin-top:0;}
.testimonial { padding:0 80px;}
.testimonial:after { transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); bottom:0; top:auto; right:30px; left:auto;}
.testimonial-content img {width: 25px;}



/* main-content */

#main-content {
    padding: 50px 0;
    background-color: #bdbdbd;
    /*background: -webkit-linear-gradient(45deg,#d8d8d8 0%,#d8d8d8 5%,#dadada 5%,#dadada 10%,#e1e1e1 10%,#e1e1e1 50%,#dadada 50%,#dadada 90%,#e1e1e1 90%,#e1e1e1 95%,#d8d8d8 95%, #d8d8d8 100%); */
    background: -webkit-linear-gradient(45deg,#fc6703 0%,#fc6703 5%,#dadada 5%,#dadada 10%,#e1e1e1 10%,#e1e1e1 50%,#dadada 50%,#dadada 90%,#fc6703 90%,#fc6703 95%,#d8d8d8 95%, #d8d8d8 100%);
    color: #000;
}

.main-content-text h2 {
    line-height: 1.5em;
    margin-bottom: 15px;
    text-align: left;
    font-size: 1.4em;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding-left: 5px;
    background: -webkit-linear-gradient(45deg,#fc6703 0%,#fc6703 90%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100% );
}

.main-content-text p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 15px;
    text-align: center;
}

.main-content-text-icon-left {
  float: left;
  padding: 10px 10px 10px 0px;
}


.main-content-text-icon-right {
  float: right;
  padding: 10px 0px 10px 10px;
}


/* restaurant thumbs */


.restaurant-thumbs {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  margin: 75px 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: 25px;
  margin-top: 25px;
}

.view-alls {
  display: flex;
  justify-content: center;
  padding-left: 100px;
  padding-bottom: -20px !important;
}

.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:#fc6703; border-color:#333;}


/* city-list */

#locations {
  background: -webkit-linear-gradient(45deg,#333 0%,#333 5%,#fc6703 5%,#fc6703 10%,#333 10%,
        #333 90%,#fc6703 90%,#fc6703 95%,#333 95%, #333 100%);

  padding: 50px 0;
  font-family: 'Raleway', sans-serif;
}

#city-list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 20px;
    flex-flow: row wrap;

}

#city-list div {
    padding: 0 15px;
}

h2.city-header {
    color: #fc6703;
    margin: 25px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

#city-list p {
    color: #fff;
    line-height: 1.2;
    font-size: 1.2em;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

#city-list a {
    color: #fff;
}

#city-list a:hover {
  color: #fc6703;
}

/* 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: #fc6703;
    text-shadow: 3px 3px 5px #333333;
}

.grid figure h3 {
 color: #fc6703;
  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: 'Raleway', sans-serif;
}

figure.effect-hover h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
     color: #fc6703;
  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: #fc6703;
  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;
}


/* 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: 'Raleway', sans-serif;
}

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



/* page footer */

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

#page_footer .sectionbox {
  padding: 20px 0px;
}

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

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

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

#page_footer a {
  color: #fff;
  font-family: 'Raleway', sans-serif;
}

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

#page_footer #copyright {
  margin-bottom: 30px;
  padding-top: 15px;
  font-family: 'Raleway';
}

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


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

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


/* 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: 'Raleway', 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) {

.nav_app_links {
	visibility: hidden;
}
	
.tagline h1 {
  font-size: 30px;
}
	
#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: 15px;
    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%;
}

#page_content #search-container {
	padding-left: 0%;	
}

.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;
  padding: 0 15px;
  grid-template-rows: 35vh 12vh 3vh 10vh 15vh;
  grid-template-areas:
    "tagline"
    "searchbar"
    "giving"
    "cuisine"
    "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;
  padding-left: 0px;
  position:relative;
}

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


.searchbar .searchbutton {
  top: 5px;
}


.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;
  padding-top: 35px;
}


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


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

}

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


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

.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 'Raleway'; 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;
}


}



@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,#fc6703 0%,#fc6703 5%,#dadada 5%,#dadada 10%,#e1e1e1 10%,#e1e1e1 50%,#dadada 50%,#dadada 95%,#fc6703 95%,#fc6703 100%);
}

.searchbar .searchbutton {
    top: 5px;
}

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

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

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


}


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

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


.searchbar .searchbutton {
    top: 5px;
}

#main-content {
    background: -webkit-linear-gradient(45deg,#fc6703 0%,#fc6703 5%,#dadada 5%,#dadada 10%,#e1e1e1 10%,#e1e1e1 50%,#dadada 50%,#dadada 95%,#fc6703 95%,#4d5afc6703bb 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');
}















