  @media only screen and (min-width: 1600px) {
    .master-chef-content {
      width: calc(100% + 160px);
    }
    .page-title-custom h1{
      font-size: 90px !important;
    }
    .contact-banner,
    .menu-custom-banner{
      min-height: 308px;
    }
    .events-title.about-title .banner-btn,
    .custom-menu-events.events-title.about-title .banner-btn{
      margin: 54px 0 0;
    }
  }

  @media only screen and (min-width: 1367px) {
    .header-logo {
      max-width: 150px;
    }
  }
  @media only screen and (max-width: 1600px) {
    .header-nav nav ul li {
        margin: 0 10px;
    }
    .header-nav nav ul li.book-online a, .header-nav nav ul li.reserve-table a {
        padding: 10px 20px;
    }
    .footer-nav ul li {
      margin: 0 15px;
    }
    .home-banner-inner iframe {
      height: 750px;
    }
  }

  @media only screen and (max-width: 1366px) {
    .header-logo {
      float: left;
      width: 100px;
    }
    .header-right {
      width: calc(100% - 100px);
    }
    .header-nav nav ul li a {
      font-size: 14px;
    }
    .header-nav nav ul li {
      margin: 0 5px;
    }
    .header-nav {
      margin: 10px 0 0;
    }
    .home-timing-column h2 {
      font-size: 36px;
    }
    .home-timing-column h5 {
      font-size: 30px;
    }
    .order-content-bottom h4 a {
      font-size: 16px;
    }
    .order-content-bottom h4 img {
      margin: -5px 0 0;
      max-width: 30px;
    }
    .footer-nav ul li {
      margin: 0 10px;
    }
    .footer-nav ul li a {
      font-size: 15px;
    }
    .footer-address p {
      width: 100%;
    }
    .footer-address, .footer-btns {
      width: 50%;
    }
    .footer-address p::after {
      display: none;
    }
    .page-title h5, .master-chef-title h4, .master-chef-title h3 {
      font-size: 50px;
    }
    .page-title h1 {
      font-size: 60px;
    }
    .contact-banner {
      min-height: 300px;
    }
    .about-team-content p, .master-chef-content p {
      font-size: 22px;
    }
    .curry-family-title h2 {
      font-size: 50px;
    }
    .master-chef-left {
      width: 35%;
    }
    .master-chef-right {
      width: 65%;
    }
    .about-team {
      margin: 60px 0 0px;
    }
    .about-page .home-testimonial {
      margin: 60px 0 160px;
    }
    .contact-map {
      margin: 0 0 60px;
    }
    .contact-book-order {
      margin: 50px 0 70px;
    }
    .home-insta {
      padding: 70px 0 150px;
    }
    .bg-txt h1 {
      font-size: 200px;
    }
    .testimonial .description, .home-timing-column p {
      font-size: 20px;
    }
    .event-content-inner p {
      font-size: 18px;
    }
    .event-content {
      padding: 40px;
    }
    .contact-book a img {
      max-width: 90px;
    }
    .home-banner-inner iframe {
      height: 600px;
    }
    .gallery > a {
      height: 220px;
    }
  }

  @media only screen and (max-width: 991px) {
    .mobile-toggle > img {
      display: block;
      filter: brightness(0) saturate(100%) invert(85%) sepia(89%) saturate(6445%) hue-rotate(190deg) brightness(136%) contrast(100%);
      float: right;
      max-width: 40px;
      cursor: pointer;
    }
    .header-nav > nav {
      display: none;
      position: absolute;
      left: 0;
      width: 100%;
      top: 130px;
      z-index: 9999;
      background: #fff;
    }
    .header-nav nav ul li {
      margin: 0;
      width: 100%;
      text-align: center;
    }
    .header-nav nav ul li a {
      font-size: 14px;
      padding: 15px 0;
      display: inline-block;
      width: 100%;
      color: #000;
    }
    .header-nav nav ul li a:hover {
      background: #c29e5d;
      color: #fff;
    }
  	.header-nav nav ul li .sub-menu li a:hover {
  	  background: #c29e5d;
  	  color: #fff;
  	}
  	.header-nav nav ul li a:hover + img {
  	  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(36deg) brightness(110%) contrast(101%);
  	}
    .header-nav nav ul li img {
      max-width: 15px;
      margin: 0 0 -2px;
      position: absolute;
      right: 15px;
      top: 15px;
      filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7491%) hue-rotate(331deg) brightness(96%) contrast(97%);
    }
    .header-nav nav ul li:hover .sub-menu {
      display: block;
      top: 40px;
      width: 100%;
      background: rgba(25,22,22,0.9);
    }
    .header-nav nav ul li .sub-menu li a {
      color: #fff;
    }
    .header-nav nav ul li.book-online {
      margin: 10px 0;
    }
    .header-nav nav ul li.reserve-table {
      margin: 0 0 10px;
    }
    .header-nav nav ul li.book-online a, .header-nav nav ul li.reserve-table a {
      width: auto;
    }
    .header-nav nav ul li.book-online a:hover, .header-nav nav ul li.reserve-table a:hover {
      background: #936e2d;
      color: #fff;
      border: 2px solid #936e2d;
    }
    .order-now-link a {
      height: 150px;
      width: 150px;
      font-size: 16px;
    }
    .link-icon img {
      max-width: 20px;
    }
    .order-column {
      padding: 0 5px;
    }
    .order-content-bottom {
      padding: 10px 5px;
    }
    .order-content-bottom h4 a {
      font-size: 15px;
    }
    .home-timing-column h2 {
      font-size: 30px;
    }
    .home-timing-column h5 {
      font-size: 24px;
    }
    .footer-nav ul li {
      line-height: 26px;
    }
    .footer-btns ul li {
      margin: 5px 10px;
    }
    .footer-btns ul li a {
      display: inline-block;
    }
    .footer-address p a {
      margin: 5px 0;
      display: inline-block;
    }
    .menu-tab-inner .ui-tabs-nav li a {
      font-size: 16px;
    }
    .event-img, .event-content {
      width: 100%;
      text-align: center;
    }
    .event-img img {
      float: none;
    }
    .events-btns ul li {
      margin: 10px 0;
    }
    .events-btns ul li a {
      display: inline-block;
    }
    .events-section {
      margin: 70px 0 0;
    }
    .curry-logo-transparent img {
      max-width: 180px;
      right: -90px;
    }
    .about-team-inner {
      width: calc(100% - 100px);
    }
    .about-team-content {
      padding: 0px 120px 50px 50px;
    }
    .page-title h5, .master-chef-title h4, .master-chef-title h3 {
      font-size: 40px;
    }
    .about-team-content p, .master-chef-content p {
      font-size: 20px;
      line-height: 1.4;
    }
    .master-chef-right {
      padding: 0 0 0 10px;
    }
    .master-chef-left {
      padding: 0 10px 0 0;
    }
    .team-name h4 {
      font-size: 24px;
    }
    .bg-txt h1 {
      font-size: 130px;
    }
    .contact-book-order .contact-book {
      margin: 0 0 50px;
      display: inline-block;
      width: 100%;
      float: none;
      text-align: center;
      border-right: none;
    }
    .contact-book a img {
      max-width: 100%;
    }
    .contact-book-order p {
      display: inline-block;
      width: 100%;
      text-align: center;
    }
    .contact-book-order .contact-book p span {
      width: 100%;
      float: left;
      margin: 0 0 20px;
    }
    .home-banner-inner iframe {
      height: 500px;
    }
    .gallery > a {
      height: 160px;
    }
    .header-nav nav ul li.hide-desktop {
      display: block;
    }
    .blog-outer {
      flex-wrap: wrap;
    }
    .blog-left {
      width: 100%;
      padding-right: 0;
      margin-bottom: 80px;
    }
    .blog-right {
      width: 100%;
    }
    .blog-listing li a h2 {
      font-size: 26px;
    }
  }

  @media only screen and (max-width: 767px) {
    .order-column-outer {
      margin: 0;
      padding: 0 15px;
      display: inline-block;
      width: 100%;
    }
    .order-column {
      padding: 10px;
      width: 50%;
    }
    .home-timing-column {
      width: 100%;
      border-right: none;
      border-bottom: 2px solid #f0d7ab;
      padding: 0 0 40px;
      margin: 0 0 40px;
    }
    .home-timing-column:last-child {
      border-bottom: none;
      padding: 0;
      margin: 0;
    }
    .home-timing {
      display: inline-block;
      width: 100%;
      padding: 50px 0;
    }
    .insta-stories-list ul li {
      padding: 5px;
    }
    .footer-address, .footer-btns {
      width: 100%;
    }
    .footer-btns {
      margin: 20px 0 0;
    }
    .footer-nav {
      margin: 20px 0 0;
    }
    .footer-top-contact {
      margin: 35px 0 15px;
    }
    .menu-list-outer ul {
      width: 100%;
      padding: 0 20px;
    }
    .menu-list-outer ul:first-child li:last-child{
      border-bottom: 1px dotted #fff;
    }
    .menu-list-outer ul:last-child li:first-child{
      padding-top: 30px;
    }
    .menu-list-outer ul:last-child li:last-child{
      padding-bottom: 0;
    }
    .menu-text, .menu-list-content h4 {
      min-height: 0;
    }
    .contact-banner {
      min-height: 200px;
    }
    .page-title h1 {
      font-size: 40px;
    }
    .contact-left {
      width: 100%;
      padding: 0;
      text-align: center;
    }
    .contact-left .contact-left-section {
      margin: 0 0 30px;
    }
    .contact-right-inner form {
      margin: 30px 0 0;
    }
    .contact-right {
      width: 100%;
      padding: 0;
      margin: 30px 0 0;
    }
    .contact-right-inner h4 {
      text-align: center;
    }
    .contact-title {
      margin: 0;
    }
    .footer-timing p, .footer-copyright p {
      font-size: 16px;
      line-height: 1.4;
    }
    .contact-book-order p a {
      margin: 7px 20px;
      display: inline-block;
    }
    .about-team-inner {
      width: 100%;
    }
    .about-team-content {
      padding: 0px 20px 20px;
      position: relative;
      z-index: 1;
    }
    .curry-logo-transparent img {
      max-width: 180px;
      right: calc(50% - 90px);
      bottom: 50px;
      z-index: 0;
    }
    .master-chef-left {
      padding: 0;
      width: 100%;
      text-align: center;
      margin: 0 0 30px;
    }
    .master-chef-right {
      padding: 0 20px 20px;
      width: 100%;
    }
    .team-section {
      padding: 10px;
    }
    .curry-master-chef::after {
      display: none;
    }
    .curry-master-chef-inner {
      padding: 0;
    }
    .drinks-menu-left.drinks-left-title h4 {
      font-size: 20px;
    }
    .menu-tabs.drinks-menu-main {
      padding: 70px 0;
    }
    .drinks-menu-right {
      width: 130px;
    }
    .drinks-menu-left {
      width: calc(100% - 130px);
    }
    .home-banner-inner iframe {
      height: 350px;
    }
    .gallery > a {
      height: 130px;
      width: 25%;
    }
    .footer-inner-top .footer-logo{
      padding: 0 15px;
    }
    .footer-inner-top .footer-logo img{
      width: 100px;
      height: 100px;
    }
    .sidebar-widget {
      padding: 30px 20px;
    }
    .sidebar-tags a {
      font-size: 14px;
    }
    .sidebar-widget h4 {
      font-size: 18px;
    }
    .sidebar-categories ul li a {
      font-size: 16px;
    }
    .blog-detail .blog-listing li h2 {
      font-size: 24px;
    }
    .blog-detail {
      padding-bottom: 100px;
    }
    .blog-left {
      margin-bottom: 50px;
  }
  }

  @media only screen and (max-width: 640px) {
    .home-order-title h3 {
      font-size: 26px;
    }
    .bg-txt h1 {
      font-size: 100px;
    }
    .order-column {
      width: 100%;
    }
    .order-column.aos-init.aos-animate {
      text-align: center;
    }
    .order-img-outer {
      max-width: 400px;
      margin: 0 auto;
      text-align: left;
    }
    .order-now-link {
      margin-top: 0;
    }
    .banner-btn a {
      font-size: 14px;
      padding: 10px 20px;
    }
    .banner-btn {
      bottom: 20px;
    }
    .home-order-title h3 {
      font-size: 20px;
    }
    .testimonial .description, .home-timing-column p {
      font-size: 16px;
    }
    .insta-title h3 {
      font-size: 22px;
    }
    .insta-stories-list ul li {
      padding: 1px;
    }
    .contact-field.field-left, .contact-field.field-right {
      width: 100%;
      padding: 0 !important;
    }
    .contact-field.field-submit input {
      margin: 0;
    }
    .header-contact, .header-social {
      display: none;
    }
    .team-section {
      width: 100%;
    }
    .drinks-menu-outer-50 {
      width: 100%;
      padding: 0;
    }
    .drinks-menu-right.drinks-right-title h5 {
      font-size: 14px;
    }
    .menu-oz-col-3 li {
      padding: 0 2px;
    }
    .drinks-menu-left p {
      font-size: 12px;
    }
    .drinks-menu-left h4 {
      font-size: 15px;
    }
    .drinks-menu-right h5 {
      font-size: 12px;
    }
    .home-banner-inner iframe {
      height: 220px;
    }
    html body{
      overflow-x: hidden !important;
    }
	.footer-btns ul li {
	  margin: 0 auto;
	  width: 100%;
	}
	.inner-page-header {
	  position: relative;
	}
	.header-nav > nav {
	  top: 85px;
	  position: relative;
	}
	.contact-banner {
	  padding: 50px 0 0;
	  min-height: 50px;
	}
	.header-right {
	  width: 100%;
	}
	.header-logo {
	  position: absolute;
	}
	.header-nav nav ul li:hover .sub-menu {
	  background: rgb(25, 22, 22);
	}
	.home-banner {
	  margin: 50px 0 0;
	}
	.events-modal.modal {
	  padding: 15px;
	}
  .tags-use {
    flex-wrap: wrap;
  }
  .share-list, .tags-share-list {
    width: 100%;
  }
  .tags-share-list{
    margin-bottom: 30px;
  }
  .tags-share-list h4,
  .tags-share-list .sidebar-tags a{
    margin-bottom: 10px;
  }
}

  @media only screen and (max-width: 480px) { 
    .gallery > a {
      height: 130px;
      width: 33.33%;
    }
}