@media (max-width: 991px) {
  .navbar-nav > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  #home-section .tp-caption.small_text {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-page-section h1 {
    font-size: 50px;
  }
  section#about-section .rest-about-box {
    padding-left: 0;
  }
  section#about-section .about-box.left-content .rest-about-box {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
  section#reservation-section {
    background-position: left center;
  }
  section#gallery-section .gallery-box .gal-project {
    width: 33.3333%;
  }
  section#contact-section .map {
    height: 250px;
  }
  section#special-section .today-special-box .food-post {
    width: 100%;
  }
  section#menu-section .menu-box ul.menu-list-items li:last-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e1e1e1;
  }
}

@media (max-width: 600px) {
  #home-section .tp-caption.small_text {
    font-size: 30px;
    line-height: 32px;
  }
  .banner-page-section h1 {
    font-size: 34px;
    font-weight: 700;
  }
  section#special-section .today-special-box .food-post .inner-food-post {
    display: block;
  }
  section#special-section .today-special-box .food-post .inner-food-post .food-gal {
    width: 100%;
  }
  section#special-section .today-special-box .food-post .inner-food-post .food-content {
    width: 100%;
  }
  section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box {
    padding: 20px;
  }
  section#menu-section .menu-box ul.nav-tabs li a {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media (max-width: 500px) {
  section#gallery-section .gallery-box .gal-project {
    width: 100%;
  }
  section#contact-section .map {
    height: 160px;
  }
  section#menu-section .menu-box ul.nav-tabs li a {
    font-size: 12px;
    padding: 10px 9px;
  }
  section#menu-section .menu-box .tab-content {
    padding: 30px 20px;
  }
}

