


/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */

/*======================= FONT-FACE ================================*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Source+Sans+Pro|Open+Sans);


@font-face{
        font-family: handofsean;
        src:url('_assets/fonts/Hand_Of_Sean_Demo.eot');
        src:url('_assets/fonts/Hand_Of_Sean_Demod41d.eot?#iefix') format('embedded-opentype'),
            url('_assets/fonts/Hand_Of_Sean_Demo.woff') format('woff'),
            url('_assets/fonts/Hand_Of_Sean_Demo.ttf') format('truetype'),
            url('_assets/fonts/Hand_Of_Sean_Demo.svg#icon') format('svg');
        font-weight: normal;
        font-style: normal;
    }

@font-face{
        font-family: bangers;
        src:url('_assets/fonts/Bangers.eot');
        src:url('_assets/fonts/Bangersd41d.eot?#iefix') format('embedded-opentype'),
            url('_assets/fonts/Bangers.woff') format('woff'),
            url('_assets/fonts/Bangers.ttf') format('truetype'),
            url('_assets/fonts/Bangers.svg#icon') format('svg');
        font-weight: normal;
        font-style: normal;
    }

@font-face{
        font-family: rage-italic;
        src:url('_assets/fonts/Rage-Italic.eot');
        src:url('_assets/fonts/Rage-Italicd41d.eot?#iefix') format('embedded-opentype'),
            url('_assets/fonts/Rage-Italic.woff') format('woff'),
            url('_assets/fonts/Rage-Italic.ttf') format('truetype'),
            url('_assets/fonts/Rage-Italic.svg#icon') format('svg');
        font-weight: normal;
        font-style: normal;
    }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('http://0effortthemes.com/spices/fonts/glyphicons-halflings-regular.eot');
  src: url('http://0effortthemes.com/spices/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('http://0effortthemes.com/spices/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://0effortthemes.com/spices/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://0effortthemes.com/spices/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
  font-family: Alice-Regular;
  src: url('_assets/fonts/Alice-Regular.eot');
  src: url('_assets/fonts/Alice-Regulard41d.eot?#iefix') format('embedded-opentype'), url('_assets/fonts/Alice-Regular.woff') format('woff'), url('_assets/fonts/Alice-Regular.ttf') format('truetype'), url('_assets/fonts/Alice-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: MrDeHaviland-Regular;
  src: url('_assets/fonts/MrDeHaviland-Regular.eot');
  src: url('_assets/fonts/MrDeHaviland-Regulard41d.eot?#iefix') format('embedded-opentype'), url('_assets/fonts/MrDeHaviland-Regular.woff') format('woff'), url('_assets/fonts/MrDeHaviland-Regular.ttf') format('truetype'), url('_assets/fonts/MrDeHaviland-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: roboto-black;
  src: url('_assets/fonts/roboto-black.eot');
  src: url('_assets/fonts/roboto-blackd41d.eot?#iefix') format('embedded-opentype'), url('_assets/fonts/roboto-black.woff') format('woff'), url('_assets/fonts/roboto-black.ttf') format('truetype'), url('_assets/fonts/roboto-black.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Medium;
  src: url('_assets/fonts/Roboto-Medium.eot');
  src: url('_assets/fonts/Roboto-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('_assets/fonts/Roboto-Medium.woff') format('woff'), url('_assets/fonts/Roboto-Medium.ttf') format('truetype'), url('_assets/fonts/Roboto-Medium.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*======================= FONT-FACE ================================*/

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #9d782e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #cda555;
  /* text-decoration: underline; */
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

@media (min-width: 992px) {
  /*.everyday-events .feature-events .figure {
    float: left;
    width: 50%;
  }*/
}
.everyday-events .feature-events .figcaption {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding: 40px 20px 10px;
  text-align: left;
  height: 100%;
}
@media (min-width: 768px) {
  .everyday-events .feature-events .figcaption {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  /*.everyday-events .feature-events .figcaption {
    float: left;
    width: 50%;
  }*/
}
.everyday-events .feature-events .figcaption p {
  font-size: 14px;
  color: #888;
}
.everyday-events .feature-events .figcaption a {
  /*font-size: 13px;*/
  position: absolute;
  bottom: 2%;
  right: 8%;
}
.delicious-menu {
  background-color: #db4f44;
}
.delicious-menu figure {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .delicious-menu figure {
    float: left;
    width: 25%;
  }
}
.delicious-menu .figcaption {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .delicious-menu .figcaption {
    float: left;
    width: 75%;
  }
  .delicious-menu .figcaption { position: relative; }
}
.delicious-menu h3,
.delicious-menu a {
  display: inline-block;
}
.delicious-menu h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
}
.delicious-menu a {
  float: right;
  margin: 6px 0;
  padding: 20px 30px;
  border: 1px solid #DB4F44;
  font-weight: bold;
  font-size: 20px;
}
.delicious-menu a:hover,
.app-download a:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.meet-chef {
  background-image: url('_assets/images/meet-chef-bg.jpg');
  background-size: cover;
  padding-top: 80px;
}
.meet-chef .container {
  position: relative;
  height: 630px;
}
.meet-chef .container > figure {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  text-align: center;
}
.meet-chef .container > .figcaption {
  float: right;
  width: 40%;
  margin-top: 30px;
}
.meet-chef h3 {
  font-size: 36px;
  color: #fff;
}
.meet-chef span {
  font-size: 120px;
}
.user-reviews {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f3f3f3;
}
.user-reviews .review {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .user-reviews .review {
    float: left;
    width: 33.33333333%;
  }
}
.news-letter {
  background-color: #c7483e;
  padding-top: 80px;
  padding-bottom: 80px;
}
.news-letter article:first-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .news-letter article:first-child {
    float: left;
    width: 58.33333333%;
    padding-left: 0;
  }
}
.news-letter article:last-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .news-letter article:last-child {
    float: left;
    width: 41.66666667%;
    padding-right: 0;
  }
}
.news-letter h3,
.news-letter h4 {
  color: #fff;
  margin: 2px 0;
}
.news-letter h3 {
  text-transform: uppercase;
  font-size: 35px;
}
.news-letter h4 {
  font-size: 20px;
}
.news-letter input {
  padding: 20px;
  width: 100%;
  border: 1px solid #C7483E;
}
.contact-us {
  background-color: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 120px;
}
.contact-us h3,
.contact-us h4 {
  font-family: Alice-Regular;
}
.contact-us h3 {
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.contact-us h4 {
  /*font-size: 30px;*/
}
.contact-us p {
  color: #888888;
}
.contact-us form {
  text-align: left;
  margin: 80px 0 20px;
}
.contact-us form > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .contact-us form > div {
    float: left;
    width: 50%;
  }
}
.contact-us form p {
  float: right;
  width: 390px;
  padding: 10px;
  font-style: italic;
  margin: 0;
}
.contact-us form input {
  width: 100%;
  padding: 20px;
  border: 1px solid #a7a7a7;
  margin: 10px 0;
  background: transparent;
}
.contact-us form button {
  margin: 10px 0;
  padding: 20px 50px;
  float: left;
}
.contact-us .visit-details article {
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.contact-us .visit-details article:first-of-type { border-bottom: none; }
.contact-us .visit-details article:last-of-type { border-top: none; }
.contact-us .visit-details figure {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  .contact-us .visit-details figure {
    float: left;
    width: 41.66666667%;
  }
}
.contact-us .visit-details .figcaption {
  position: relative;
  min-height: 1px;
  padding: 10px 30px;
}
@media (min-width: 992px) {
  .contact-us .visit-details .figcaption {
    float: left;
    width: 58.33333333%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*.contact-us .visit-details .timing-group {*/
.timing-details .timing-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

/*.timing-group .red-btn {
  width: 90px;
  float: left;
}*/
.timing-group > div {
  float: left;
  padding: 10px 2px;
}
.timing-group .day { width: 45%; }
.timing-group .time { width: 55%; }

.timing-group .red-btn:hover {
  background-color: #db4f44;
  color: #fff;
}
.timing-group .white-btn {
  /*width: 110px;
  float: left;*/
  border: 1px solid #bababa;
}
.timing-group .white-btn:hover {
  color: #db4f44;
  background-color: #fff;
}
.timing-group i {
  padding: 5px 2px;
  font-size: 12px;
  /*margin: 10px 5px;*/
  font-style: normal;
  text-align: center;
  width: 100%;
  display: block;
}
.contact-us .visit-us {
  margin-top: 50px;
  /*padding-bottom: 60px;*/
  border-bottom: none;
  text-align: left;
}
.contact-us .timing-details {
  text-align: left;
}
.contact-us .timing-details > div {
  margin-bottom: 20px;
}
.menu-page .banner-img img {
  margin-top: -9%;
  z-index: -6;
  position: relative;
}
.menu-page .good-food {
  /*background-color: #fff;*/
}
.food-options-form {
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.food-options-form h3 {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.food-options-form h6 {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #888;
}
.food-options-form select {
  width: 100%;
  padding: 12px 25px;
  border: 1px solid #dadada;
}
.no-of-dishes > div {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.no-of-dishes > div span {
  background-color: #71ab01;
  color: #fff;
  padding: 2px 8px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -8px;
}
.no-of-dishes h6,
.no-of-dishes img {
  display: inline;
}
.dish-options {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dish-options {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .dish-options {
    float: left;
    width: 100%;
  }
}
.dish-options > div {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
}
@media (min-width: 992px) {
  .dish-options > div {
    float: left;
    width: 25%;
  }
}
.form-btn-area {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .form-btn-area {
    float: left;
    width: 41.66666667%;
  }
}
.form-btn-area h6 span {
  color: #000;
  font-size: 20px;
}
.form-btn-area .button-holder {
  padding-right: 0;
}
.search-menu-list.drinks .search-menu-items .figcaption {
  padding: 20px;
}
.search-menu-list.drinks .search-menu-items .figcaption h3 {
  font-size: 20px;
}
.search-menu-list.drinks .search-menu-items .button {
  /*margin-right: 10px;
  padding: 10px;
  float: none;*/
  margin-right: 5px;
  padding: 10px 7px;
}
.search-menu-list.drinks .search-menu-items .price-add-select {
  text-align: center;
}
.search-menu-list.drinks .search-menu-items .price-add-select h2 {
  /*float: none;*/
}
.complete-search {
  background-color: #fff;
  padding: 30px 20px;
  margin: 30px 15px 0 15px;
}
.complete-search .left-sectn,
.complete-search .right-sectn {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.complete-search .left-sectn h3 {
  text-transform: uppercase;
  margin-top: 0;
}
.complete-search .left-sectn h6 {
  margin-bottom: 0;
}
.complete-search .right-sectn {
  text-align: right;
}
.overlay.disp {
  z-index: 9999;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -10;
}
.modal {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  border-top: 5px solid #dd4f45;
  background-color: #f3f3f3;
  position: absolute;
  top: 100px;
  overflow: hidden;
  bottom: auto;
}
.modal > i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #fff;
  background-color: #dd4f45;
  padding: 5px;
}
.modal i:hover { cursor: pointer; }

.order-page.modal h5,
.order-page.modal h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.order-page.modal h6 { font-size: 14px; }
.order-page.modal h5 { color: #919191; }

.page-name,
.order-date-details {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-name h3 {
  text-transform: uppercase;
  font-family: Roboto-Medium;
  font-size: 30px;
}
.order-date-details {
  text-align: right;
}
.order-date-details span {
  text-transform: uppercase;
  /*font-family: Lato-Bold;*/
  /*font-family: sans-serif;*/
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  /*font-weight: bold;*/
  font-size: 15px;
}
.sub-head .captn,
.sub-head .no-of-dishes {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sub-head .captn,
  .sub-head .no-of-dishes {
    float: left;
    width: 50%;
  }
}
.sub-head .captn {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.sub-head .no-of-dishes {
  position: relative;
  float: left;
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.sub-head .no-of-dishes {
  margin: 0;
  text-align: right;
}
.head,
.sub-head,
.items-wrapper,
.order-value,
.info-address {
  padding: 15px 40px;
  border-bottom: 1px solid #dadada;
}
.order-value {
  padding-top: 20px;
  padding-bottom: 20px;
}
.order-value .total-value-details {
  float: left;
  /*width: 100%;*/
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .order-value .total-value-details {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .order-value .total-value-details {
    float: left;
    width: 75%;
  }
}
.order-value .total-value-details h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 25px;
  margin-top: 0;
}
.order-value .discount-promo {
  margin: 30px 0 0;
}
.order-value .discount-promo h5 {
  display: inline;
}
.order-value .discount-promo span {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #dadada;
  text-transform: uppercase;
  border-radius: 5px;
}
.order-value .total-value {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #dadada;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .order-value .total-value {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .order-value .total-value {
    float: left;
    width: 25%;
  }
}
.order-value .total-value h2 {
  margin: 0;
  /*font-family: Lato-Regular;*/
  /*font-family: sans-serif;*/
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.info-address h3 {
  text-transform: uppercase;
  margin: 20px 0;
  font-family: Roboto-Medium;
}
.info-address .input-wrapper,
.info-address .half {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .info-address .input-wrapper,
  .info-address .half {
    float: left;
    width: 50%;
  }
}
.info-address .outer-wrapper {
  margin: 20px -15px;
}
.info-address .half {
  padding: 0;
}
.info-address .half .input-wrapper {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.info-address input {
  padding: 10px 20px;
  width: 100%;
}
.final-order button,
.final-order span {
  float: right;
}
.final-order span {
  margin: 10px 20px;
}
.final-order input[type="checkbox"] {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .recipes .container > h2,
  .book-table .container > h2,
  .app-download .container > h2,
  .food-solutions .container > h2,
  .everyday-events .container > h2,
  .user-reviews .container > h2,
  .contact-us .container > h2 {
    font-size: 40px;
  }
  .homepage .top-content {
    background-size: cover;
  }
  .homepage .feature-events .figure {
    height: 100%;
  }
  .recipes {
    padding-top: 200px;
  }
  .book-table .book-form {
    height: 620px;
  }
  .delicious-menu figcaption {
    padding: 90px 15px;
  }
  .delicious-menu h3 {
    font-size: 28px;
  }
  .app-download {
    padding-top: 20px;
    height: 360px;
  }
  .app-download figcaption {
    margin: 60px 0;
  }
  .app-download h2 {
    font-size: 40px;
  }
  .app-download h4 {
    font-size: 20px;
  }
  .contact-us .timing-details {
    padding: 40px 0px;
  }
  .food-options-form {
    margin-top: 50px;
  }
  .form-btn-area {
    width: auto;
    position: absolute;
    top: 30px;
    right: 0;
    padding-right: 0;
  }
  .form-btn-area > div {
    float: left;
  }
  .form-btn-area .button-holder {
    text-align: right;
    margin-left: 30px;
    display: inline-flex;
  }
  .dish-options {
    padding: 0;
  }
  .dish-options > div:first-child {
    padding-left: 0;
  }
  .dish-options > div:last-child {
    padding-right: 0;
  }
  .menu-page .good-food {
    /*margin-top: -15%;*/
  }
  .menu-page .main-content {
    padding-bottom: 150px;
  }
  .menu-page .main-content > .container {
    padding: 0;
  }
  .no-of-dishes {
    margin-right: 40px;
  }
  .right-sectn > div {
    float: left;
  }
  .order-page.modal {
    left: 50%;
    width: 830px;
    margin-left: -415px;
  }
  .final-order {
    padding: 20px 40px;
  }
  .main-content .event-sectn > div {
    margin-bottom: 140px;
  }
  .event-page .feature-events .figure {
    height: 310px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .delicious-menu figcaption {
    padding: 65px 15px;
  }
  .contact-us form p {
    width: 280px;
    margin: 0;
  }
  .search-menu-list .bxslider > li {
    width: 324px!important;
  }
  .search-menu-list.drinks .bxslider > li {
    width: 243px!important;
  }
  .complete-search .left-sectn {
    width: 50%;
  }
  .complete-search .right-sectn {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .search-menu-list .bxslider > li {
    width: 390px!important;
  }
  .search-menu-list.drinks .bxslider > li {
    width: 292px!important;
  }
  .complete-search .left-sectn {
    width: 62%;
  }
  .complete-search .right-sectn {
    width: 38%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage .top-content {
    background-size: 1500px;
    height: 900px;
  }
  .recipes {
    padding-top: 0;
  }
  .recipes .place-order {
    margin-bottom: 60px;
  }
  .app-download .container {
    padding: 0 100px;
  }
  .app-download .figcaption {
    margin: 60px 0;
  }
  .app-download h2 {
    font-size: 40px;
  }
  .app-download h4 {
    font-size: 20px;
  }
  .menu-page .main-content {
    padding-bottom: 100px;
  }
  .form-btn-area {
    padding-right: 0;
  }
  .form-btn-area > div {
    text-align: right;
  }
  .form-btn-area .no-of-dishes {
    margin-top: 0;
  }
  .form-btn-area .button-holder {
    margin-top: 20px;
  }
  .dish-options {
    padding-left: 0;
  }
  .dish-options > div:nth-of-type(odd) {
    padding-left: 0;
  }
  .dish-options > div:nth-of-type(even) {
    padding-right: 0;
  }
  .complete-search .left-sectn {
    width: 60%;
  }
  .complete-search .right-sectn {
    width: 40%;
  }
  .complete-search .button-holder {
    margin-top: 20px;
  }
  .order-page.modal {
    left: 2%;
    width: 96%;
  }
  .final-order {
    padding: 40px 40px;
  }
  .event-sectn .feature-events {
    height: 310px;
  }
  .event-sectn .featured-events {
    margin-bottom: 100px;
  }
  .event-sectn > div {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .homepage .top-content {
    height: 1050px;
  }
  .delicious-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .map-search .container {
    position: relative;
  }
  .map-search .city-search {
    position: absolute;
    top: -50px;
  }
  .map-search img {
    height: 100%;
    max-width: initial;
  }
  .banner h2 { width: 600px; }
  .monthly-events-section .month-events {
    margin: 0 10px;
  }
  .monthly-events-section > div:first-of-type {
    margin-left: 0;
  }
  .monthly-events-section > div:last-of-type {
    margin-right: 0;
  }
  .complete-search .left-sectn,
  .complete-search .right-sectn {
    float: left;
  }
}
@media (max-width: 991px) {
  footer article,
  footer small {
    float: none;
    text-align: center;
  }
  footer ul.social-btns {
    width: 300px;
    margin: 0 auto;
  }
  .meet-chef,
  .user-reviews,
  .news-letter,
  .contact-us {
    display: none;
  }
  .book-table .book-form > figure {
    display: none;
  }
  .app-download figure {
    display: none;
  }
  .food-solutions .food-menus > figure {
    display: none;
  }
  .delicious-menu figure {
    display: none;
  }
  .delicious-menu .figcaption {
    text-align: center;
    padding: 35px 15px;
  }
  .delicious-menu h3 {
    display: block;
  }
  .delicious-menu a {
    float: none;
    display: inline-block;
    margin: 20px 0;
    padding: 20px 50px;
  }
  .widget-sectn {
    display: none;
  }
  .event-page .banner {
    /*margin-top: 90px;*/
  }
  .event-page .banner img {
    display: none;
  }
  .menu-page .banner-img {
    display: none;
  }
  .menu-page .good-food {
    padding-top: 8%;
  }
}
@media (max-width: 767px) {
  .recipes .container > h2,
  .book-table .container > h2,
  .app-download .container > h2,
  .food-solutions .container > h2,
  .everyday-events .container > h2,
  .user-reviews .container > h2,
  .contact-us .container > h2 {
    font-size: 26px;
  }
  .recipes .container > h4,
  .book-table .container > h4,
  .app-download .container > h4,
  .food-solutions .container > h4,
  .everyday-events .container > h4,
  .user-reviews .container > h4,
  .contact-us .container > h4 {
    font-size: 12px;
  }
  .everyday-events,
  .food-solutions .container,
  .book-table {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .navbar-collapse {
    box-shadow: none;
    position: relative;
  }
  .map-search .container {
    padding: 0;
  }
  .map-search img {
    height: 390px;
  }
  .homepage .top-content {
    background-size: 1500px;
  }
  .recipes .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .recipes .container > a {
    display: inline-block;
  }
  .book-table .book-form {
    margin-top: 40px;
  }
  .book-table .book-form .category .choice > input {
    padding: 9px 10px;
  }
  .book-table form {
    padding: 0!important;
  }
  .book-table form h5 {
    font-size: 14px;
  }
  .book-table .type-wrapper > figure img {
    padding: 10px 0;
  }
  .book-table .banquet-type h5 {
    margin: 18px 0;
  }
  .app-download .figcaption {
    margin: 30px 0;
  }
  .app-download h2 {
    font-size: 30px;
  }
  .app-download h4 {
    font-size: 16px;
  }
  .app-download a {
    margin-top: 10px;
  }
  .food-menus:nth-of-type(even) .cust-rating {
    left: 0px!important;
  }
  .food-menus:nth-of-type(even) .food-menu-heading h6 {
    margin-left: 30px;
  }
  .food-menus:nth-of-type(odd) .food-menu-heading h6 {
    margin-right: 30px;
  }
  .delicious-menu h3 {
    font-size: 20px;
  }
  .delicious-menu .figcaption {
    padding: 15px;
  }
  .event-sectn .feature-events .figure,
  .event-sectn .feature-events .figcaption {
    width: 100%;
    float: none;
  }
  .event-sectn .feature-events .figure {
    height: 310px;
  }
  .event-sectn > div {
    margin-bottom: 40px;
  }
  .menu-page .main-content {
    padding-bottom: 50px;
  }
  .form-btn-area > div {
    text-align: center;
    margin: 20px 0;
  }
  .food-options-form .caption {
    text-align: center;
    margin-bottom: 30px;
  }
  .food-options-form .caption h3 {
    font-size: 20px;
  }
  .food-options-form .caption h6 {
    font-size: 13px;
  }
  .complete-search .left-sectn,
  .complete-search .right-sectn {
    text-align: center;
    margin: 10px 0;
    padding: 0;
  }
  .complete-search .right-sectn > div {
    margin: 10px 0;
  }
  .complete-search .no-of-dishes > div {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .head,
  .sub-head,
  .items-wrapper,
  .order-value,
  .info-address {
    padding: 2% 3%;
  }
  .final-order {
    padding: 3% 3%;
  }
  .order-page.modal {
    left: 1%;
    width: 98%;
  }
  .sub-head .captn {
    padding: 0 5px 0 10px;
  }
  .sub-head .no-of-dishes {
    padding: 0 10px 0 5px;
  }
  .order-value .total-value-details h4,
  .order-value .total-value-details h5 {
    text-align: center;
  }
  .order-value .total-value-details h5 {
    font-size: 16px;
  }
  .order-value .total-value {
    float: right;
    width: 40%;
  }
  .order-value .total-value h2 {
    font-size: 40px;
  }
  .order-value .discount-promo {
    margin-bottom: 25px;
  }
  .order-value .discount-promo h5 {
    margin-right: 20px;
  }
  .info-address input {
    margin: 12px 0;
  }
}
@media (max-width: 479px) {
  .homepage .top-content {
    background-size: 950px;
    background-color: #ecf1f3;
    height: 680px;
  }
  .homepage .top-heading {
    top: 120px;
    width: 320px;
    margin-left: -160px;
  }
  .homepage .top-heading h6 {
    font-size: 14px;
  }
  .homepage .top-heading h6 span {
    display: none;
  }
  .homepage .top-heading > h2 {
    width: 100%;
    font-size: 40px;
    line-height: 30px;
  }
  .homepage .sub-heading {
    width: 250px;
  }
  .homepage .everyday-events .feature-events {
    /*height: 300px;*/
  }
  /*.homepage .everyday-events .feature-events .figure {
    display: none;
  }
  .homepage .everyday-events .feature-events .figcaption {
    width: 100%;
  }*/
  .book-table .submit-btn-area {
    text-align: center;
  }
  .food-options-form {
    margin-left: 0;
    margin-right: 0;
  }
  .banner h2 {
    font-size: 40px;
  }
  .head {
    padding: 25px 5px 10px;
  }
  .sub-head,
  .items-wrapper,
  .order-value {
    padding: 10px 5px;
  }
  .sub-head .no-of-dishes > div {
    margin-top: 6px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .dish-options {
    padding: 0;
  }
  .banner h2 {
    font-size: 50px;
  }
  .banner .banner-caption {
    width: 85%;
    margin: 0 auto;
  }
}
footer {
  position: relative;
  background-color: #222;
}
footer .container {
  position: relative;
}
footer article {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  footer article {
    float: left;
    width: 50%;
  }
}
footer .social-btns {
  margin: 0;
}
footer .logo {
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -83px;
}
footer .logo h1 {
  text-indent: -9999px;
  background-image: url("_assets/images/logo2.png");
  background-repeat: no-repeat;
  width: 166px;
  height: 166px;
  display: inline-block;
}
footer small a,
footer small { color: #616161; }
footer small a:hover {
  text-decoration: none; 
  color: #616161;
}
footer .copyright,
footer .design {
  padding-top: 10px;
}
@media (min-width: 992px) {
  footer article {
    margin: 100px 0 30px;
  }
  footer .social-btn-group {
    z-index: 10;
  }
  .copyright small,
  .copyright h5 {
    float: right;
  }
}
@media (min-width: 1200px) {
  footer .social-btns li {
    margin: 0 10px;
  }
  footer .social-btn-group {
    position: absolute;
    width: 300px;
    margin-left: -160px;
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .social-btns li {
    /*margin: 0 2px;*/
  }
  footer .social-btn-group {
    position: absolute;
    width: 326px;
    left: 50%;
    margin-left: -168px;
  }
}
@media (max-width: 991px) {
  footer article {
    margin: 5px 0;
  }
  .copyright small {
    float: none;
  }
  .social-btn-group {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  footer ul.social-btns {
    width: 292px;
  }
  footer ul.social-btns li {
    margin: 0 10px;
    padding: 6px;
  }
}
.social-btns {
  padding: 0;
  margin: 0;
}
.social-btns li {
  float: right;
  list-style: none;
  padding: 8px;
  /*margin: 0 10px;*/
  margin-left: 20px;
}
.social-btns a {
  color: #bfc8ce;
  border: 3px solid #bfc8ce;
  /*padding: 8px 12px;*/
  padding: 3px 9px;
  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.social-btns a:hover {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-btns .facebook {
  padding: 4px 13px;
}
.social-btns .facebook:hover {
  background-color: #3c599b;
  border: 3px solid #3c599b;
}
.social-btns .twitter {
  /*padding: 8px 11px;*/
}
.social-btns .twitter:hover {
  background-color: #5dd7fc;
  border: 3px solid #5dd7fc;
}
.social-btns .vimeo:hover {
  background-color: #314150;
  border: 3px solid #314150;
}
.social-btns .youtube:hover {
  background-color: #f80001;
  border: 3px solid #f80001;
}
.social-btns .behance:hover {
  background-color: #1478ff;
  border: 3px solid #1478ff;
}
ul.desktop-nav-menu {
  padding: 0;
}
ul.desktop-nav-menu a {
  color: #969696;
  padding: 14px 4px;
}
ul.desktop-nav-menu a:hover {
  text-decoration: none;
}
ul.desktop-nav-menu li {
  list-style: none;
  float: left;
  padding: 10px 4px;
  margin: 0 15px;
}
ul.desktop-nav-menu li:hover {
  border-bottom: 2px solid #e53025;
  padding: 10px 4px 8px;
}
.nav-menu {
  width: 50%;
  float: left;
  padding: 0;
}
.nav-menu li {
  list-style: none;
  float: left;
}
.nav-menu h4 {
  margin: 5px 20px;
  color: #d0221d;
}
.logo-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .logo-left {
    float: left;
    width: 33.33333333%;
  }
}
.top-red-bar {
  background-color: #ef4642;
}
.top-red-bar .contact-no {
  position: absolute;
  right: 40px;
  top: 0;
}
.top-red-bar .contact-no h4 {
  color: #fff;
}
.top-red-bar .container {
  position: relative;
}
.top-red-bar .container > div {
  text-align: center;
}
.top-red-bar img {
  float: left;
  margin: 5px 15px;
}
.top-red-bar h5 {
  display: inline-block;
  color: #fff;
  line-height: 20px;
}
.top-red-bar a {
  background-color: #494441;
  color: #fff;
  padding: 3px 15px;
  border-radius: 6px;
  margin-left: 20px;
}
header h1 {
  text-indent: -9999px;
  background-image: url("_assets/images/logo-big.html");
  background-repeat: no-repeat;
  width: 309px;
  height: 63px;
  display: inline-block;
  margin: 15px 0;
}


.banquet-type h5,
.custom-type h5 {
  margin: 25px 0;
}
@media (max-width: 992px) {
  .dining-space-types figure {
    text-align: center;
  }
  .dining-space-types figure img {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dining-space-types .type-wrapper > figure img {
    padding: 10px 0;
  }
  .banquet-type h5 {
    margin: 18px 0;
  }
}
.menu-items {
  padding: 0 10px;
  text-align: left;
}
.menu-items img {
  width: 100%;
}
.menu-items figure {
  border: 1px solid #d7d7d7;
}
.menu-items .figcaption {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-top: none;
}
.menu-items h2 {
  color: #837E7E;
  margin-top: 0;
}
.menu-items h6 {
  font-size: 14px;
}
.menu-items a {
  font-size: 10px;
  padding: 10px;
  margin: 5px 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .menu-items h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .menu-items .figcaption {
    padding: 10px 15px!important;
  }
}
@media (max-width: 767px) {
  .menu-items {
    padding-left: 3px;
    padding-right: 3px;
  }
  .menu-items h2 {
    font-size: 16px;
  }
  .menu-items .figcaption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.food-menus {
  text-align: left;
  padding: 30px 0;
  position: relative;
}
.food-menus h1 {
  font-family: Alice-Regular;
  margin-top: 10px;
  margin-bottom: 0;
}
.food-menus > figure {
  width: 35%;
  float: left;
  padding: 0;
  height: 100%;
}
.food-menus > figure img {
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.food-menus > .figcaption {
  float: left;
  background-color: #f7f7f8;
  height: 100%;
}
.food-menus > .figcaption > h5 {
  font-size: 16px;
}
.food-menus .food-menu-heading {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.food-menus .food-menu-heading h6 {
  margin-top: 0;
  font-size: 14px;
}
.food-menus .menu-items-list li {
  list-style: none;
}
.food-menus .menu-items-list ul {
  padding: 0;
}
.food-menus .menu-items-list .bx-viewport {
  height: 100%!important;
}
.food-menus .menu-items-list .bx-pager,
.food-menus .menu-items-list .bx-controls-direction {
  display: none!important;
}
.food-menus .direction-btns {
  position: absolute;
  right: 0;
  top: 50%;
}
.food-menus .direction-btns a {
  color: #919191;
  background-color: #e1e1e1;
  /*padding: 0 10px;*/
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.food-menus .direction-btns a:hover {
  background-color: #db4f44;
  color: #fff;
  text-decoration: none;
}
.food-menus .cust-rating {
  width: 84px;
  height: 113px;
  position: absolute;
  top: 23px;
  right: 10px;
  background-image: url('_assets/images/food-menu-ribbon.png');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.food-menus .cust-rating h5 {
  margin-top: 40px;
}
.food-menus .cust-rating h5,
.food-menus .cust-rating h6 {
  color: #fff;
}
@media (min-width: 992px) {
  .food-menus {
    height: 540px;
  }
  .food-menus h1 {
    font-size: 60px;
  }
  .food-menus > .figcaption {
    width: 65%;
  }
  .food-menus .direction-btns {
    width: 30px;
  }
  .food-menus .direction-btns a {
    font-size: 25px;
  }
  .food-menus .food-menu-heading h6 {
    font-size: 14px;
  }
  .food-menus > .figcaption {
    padding: 20px 90px 20px 20px;
  }
  .food-menus .menu-items-list .bx-wrapper {
    height: 318px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .food-menus h1 {
    font-size: 60px;
  }
  .food-menus > .figcaption {
    width: 100%;
  }
  .food-menus .direction-btns {
    width: 36px;
  }
  .food-menus .direction-btns a {
    font-size: 28px;
  }
  .food-menus .food-menu-heading h6 {
    font-size: 14px;
  }
  .food-menus > .figcaption {
    padding: 10px 60px 10px 30px;
  }
  .food-menus .menu-items-list .bx-wrapper {
    height: 315px!important;
  }
}
@media (max-width: 767px) {
  .food-menus h1 {
    font-size: 38px;
  }
  .food-menus .direction-btns {
    width: 38px;
  }
  .food-menus .direction-btns a {
    font-size: 30px;
  }
  .food-menus .food-menu-heading h6 {
    font-size: 10px;
  }
  .food-menus > .figcaption {
    padding: 5px 50px 10px 10px;
    width: 100%;
  }
  .food-menus .cust-rating {
    right: 0;
  }
}
.chef-details figure {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  .chef-details figure {
    float: left;
    width: 8.33333333%;
  }
}
.chef-details .figcaption {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

