.food_variation .half_section_main .half_section_picture {
  background: url("../images/half_section_left_food.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

.food_variation .half_section_right .half_section_picture {
  background: url("../images/half_section_right_food.jpg") !important;
}

.food_variation .customer_feedback_section {
  background: url("../images/food_review_section.jpg") !important;
}

/* Popular Dishes Section */

.menu-img img {
  width: 100%;
  transition: 300ms;
}

.menu-detail-outer {
  box-shadow: 0px -1px 30px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.menu-detail {
  padding: 15px 25px;
  transition: 300ms;
}

.menu-img {
  overflow: hidden;
}

.menu-detail h2 span {
  float: right;
}

.menu-detail h2 {
  transition: 300ms;
}

.menu-detail-outer:hover .menu-img img {
  transform: scale(1.2);
}

.menu-detail-outer:hover .menu-detail h2 {
  color: #702600 !important;
}

/* Food Company Section */
.food_about_bg {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-position: center !important;
  background-size: cover !important;
  background: url("../images/products/breakfast.png");
}

@media only screen and (max-width: 1600px) {
  .food_about_bg {
    padding-top: 85%;
  }
}

@media only screen and (max-width: 1200px) {
  .food_about_bg {
    padding-top: 105%;
  }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  //CSS
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  //CSS
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  //CSS
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .navbar-fixed-top {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .navbar-fixed-top {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .navbar-fixed-top {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

/*
.its_cookie_time_slogan {
  {
    width: 380px;
    height: 58px;
}
*/
