@font-face {
  font-family: 'brandon-printed-two';
  src: url("../webfonts/brandon-printed-two.eot");
  src: url("../webfonts/brandon-printed-two.eot?#iefix") format("embedded-opentype"), url("../webfonts/brandon-printed-two.woff2") format("woff2"), url("../webfonts/brandon-printed-two.woff") format("woff"), url("../webfonts/brandon-printed-two.ttf") format("truetype"), url("../webfonts/brandon-printed-two.svg#brandon-printed-two") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  background: #000; }

@keyframes flash_border {
  0% {
    border-color: #fff;
    background: #fff;
    color: #000; }
  50% {
    border-color: #c39f50;
    background: #c39f50;
    color: #000; }
  100% {
    border-color: #fff;
    background: #fff;
    color: #000; } }
.button-top {
  width: initial !important;
  padding: 5px 20px !important;
  font-size: 0.8em !important;
  animation-name: flash_border;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.padding-100 {
  padding-top: 100px; }

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem; }

a, a:hover, a:active {
  color: #fff; }

@media (min-width: 768px) {
  .navbar-expand-lg .navbar-collapse {
    flex-direction: column; } }
.navbar-brand {
  transition: all 0.5s ease;
  height: 50px; }
  @media (min-width: 768px) {
    .navbar-brand {
      height: 80px; } }

.navbar-brand.scrolled {
  width: 200px; }

.nav-bg {
  background: #000; }

.navbar-nav {
  justify-content: flex-end;
  width: 100%; }
  .navbar-nav li a {
    padding-right: 1rem;
    padding-left: 1rem; }
  @media (max-width: 1440px) {
    .navbar-nav {
      width: 100%;
      justify-content: space-between; }
      .navbar-nav li:first-child a {
        padding-left: 0 !important; }
      .navbar-nav li:last-child a {
        padding-right: 0 !important; } }

.contact-top.hidden {
  display: none; }

.contact-top {
  font-size: 1.4em; }

.contact-top p {
  margin-bottom: 0; }

#navbarMain {
  color: #fff;
  text-transform: uppercase; }

nav a {
  color: #fff; }

nav a:active, nav a:hover {
  color: #c39f50; }

.navbar {
  background: #000;
  margin-bottom: -112px; }
  @media (min-width: 768px) {
    .navbar {
      padding: 1rem 4rem; } }

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em; }

.click-and-collect a {
  color: #000 !important;
  background-color: #FFF;
  border-radius: 10px;
  background-clip: content-box; }

.h-index {
  z-index: 999; }

.font-gold {
  color: #c39f50 !important; }

.font-white {
  color: #fff !important; }

.font-black {
  color: #000 !important; }

button.default-button {
  border-radius: 10px;
  border: 3px #000 solid;
  background: transparent;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 20px;
  width: 100%; }

.row.separator {
  min-height: 85px;
  background: url("../img/separator.png");
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .row.separator {
      min-height: 25px; } }

.hero-bg {
  background: url("../img/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; }

section#hero {
  background-color: #000;
  padding-top: 100px; }

.hero-img {
  width: 100%; }

section#sign-up {
  background: url("../img/newsletter-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px; }
  section#sign-up h1 {
    margin-bottom: -55px; }

section#take-away {
  padding-top: 200px;
  padding-bottom: 200px; }
  @media (max-width: 767px) {
    section#take-away {
      background: url("../img/dine-in-mobile.jpg");
      /*background: url("../img/takeaway-bg-new.jpg");*/
      background-repeat: no-repeat;
      background-size: cover;
      background-position-y: 100px;
      background-color: #000; } }
  section#take-away h1 {
    position: relative;
    bottom: -150px;
    line-height: 1em; }
    @media (max-width: 767px) {
      section#take-away h1 {
        bottom: -50px; } }
  section#take-away h4.font-white {
    margin-bottom: -150px;
    text-shadow: 2px 2px 9px black; }
    @media (max-width: 767px) {
      section#take-away h4.font-white {
        margin-bottom: -50px;
        color: #fff !important; } }
  section#take-away h5 {
    margin-bottom: 0; }

section#dine-in {
  padding-bottom: 100px;
  padding-top: 100px; }
  section#dine-in .dine-in-left {
    margin-bottom: 100px;
    padding-top: 130px; }
    @media (min-width: 768px) {
      section#dine-in .dine-in-left {
        padding-left: 40px; } }
    @media (max-width: 767px) {
      section#dine-in .dine-in-left {
        padding-top: 60px; } }
  section#dine-in h1 {
    position: relative;
    bottom: -115px; }
    @media (max-width: 767px) {
      section#dine-in h1 {
        bottom: -35px; } }

section#safety {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative; }
  section#safety h1 {
    line-height: 1em; }
  section#safety h3 {
    margin-top: -10px;
    margin-bottom: -45px; }
    @media (max-width: 767px) {
      section#safety h3 {
        margin-bottom: -25px; } }
  section#safety .container-fluid:before {
    content: "";
    height: calc(100% - 203px);
    width: 66%;
    left: 16.5%;
    top: 0;
    position: absolute;
    top: 100px;
    /* padding-bottom: 100px; */
    box-sizing: unset;
    border: dotted 3px #c89827; }
    @media (max-width: 767px) {
      section#safety .container-fluid:before {
        width: 83.3333333333%;
        left: 8.33333333333333%; } }

section#enquiries {
  padding: 100px 0; }
  section#enquiries h1 {
    margin-bottom: -60px; }
  section#enquiries .padding-top {
    padding-top: 80px !important; }
  @media (max-width: 767px) {
    section#enquiries h1 {
      margin-bottom: -58px; }
    section#enquiries .padding-top {
      padding-top: 30px !important; } }

section#contact {
  padding: 100px 0;
  background: #000; }
  section#contact h2 {
    font-size: 3em; }

section#footer {
  background: #e1ab2c; }
  section#footer .row {
    justify-content: center; }
  section#footer h5 {
    font-size: 1em;
    padding: 15px 20px; }
  section#footer a, section#footer a:hover, section#footer a:active, section#footer a:focus {
    color: #000; }

#takeaway-bg {
  background: url("../img/takeaway.jpg");
  /*background: url("../img/takeaway-bg-new.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 100px;
  background-color: #000; }
  @media (max-width: 767px) {
    #takeaway-bg {
      background: url(../img/take-away-bg-mobile.png);
      background-position: 0px 100px;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: #000; } }

.take-away-1 {
  background-color: rgba(248, 189, 48, 0.92);
  padding-top: 80px;
  padding-bottom: 50px; }
  .take-away-1:before {
    content: "";
    background: url(../img/take-away-border.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 20px;
    left: -20px;
    top: 0;
    position: absolute;
    background-position: right; }

.take-away-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(250, 200, 57, 0.92);
  text-align: center; }
  .take-away-2 img {
    height: 80px; }

.take-away-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: rgba(248, 189, 48, 0.92); }
  .take-away-3:before {
    content: "";
    background: url(../img/take-away-border.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 20px;
    top: 0;
    right: -20px;
    position: absolute;
    background-position: right;
    transform: rotate(180deg); }

.row.dine-in:before {
  content: "";
  position: absolute;
  height: 80%;
  width: 100%;
  top: 10%;
  background: #f8bd30;
  opacity: 0.93; }
  @media (max-width: 767px) {
    .row.dine-in:before {
      height: 100%;
      top: 0; } }

@media (min-width: 768px) {
  .dine-in-border:before {
    content: "";
    background: url(../img/dine-in-border.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 80%;
    top: 10%;
    width: 20px;
    right: -20px;
    position: absolute;
    background-position: right;
    transform: rotate(180deg); }
  .dine-in-border:after {
    content: "";
    background: url(../img/dine-in-border.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 80%;
    top: 10%;
    width: 20px;
    left: -19px;
    position: absolute;
    background-position: right; } }

.icon-container {
  display: inline-block;
  width: 30%;
  float: left; }
  .icon-container img {
    width: 90%;
    height: auto; }

.icon-text {
  display: inline-block;
  width: 70%; }

img.distancing {
  width: 100%; }

.sign-up-left {
  background: #e1ab2c;
  padding: 50px;
  padding-top: 100px; }
  .sign-up-left:before {
    content: "";
    background: url(../img/sign-up-border.png);
    background-size: auto;
    background-repeat: repeat-y;
    height: 100%;
    top: 0;
    width: 5px;
    left: -5px;
    position: absolute;
    background-position: right; }
  .sign-up-left:after {
    content: "";
    background: url(../img/sign-up-border.png);
    background-size: auto;
    background-repeat: repeat-y;
    height: 100%;
    top: 0;
    width: 5px;
    right: -5px;
    position: absolute;
    background-position: right;
    transform: rotate(180deg); }

.sign-up-right {
  background: rgba(0, 0, 0, 0.6);
  float: right; }
  .sign-up-right:before {
    content: "";
    background: url(../img/sign-up-border-2.png);
    background-size: auto;
    background-repeat: repeat-y;
    height: 100%;
    top: 0;
    width: 5px;
    opacity: 0.73;
    right: -4px;
    position: absolute;
    background-position: right; }
  .sign-up-right:after {
    content: "FOLLOW US";
    color: #e1ab2c;
    font-size: 2em;
    transform: rotate(90deg) translateX(-10%);
    top: 50%;
    right: -180%;
    position: absolute;
    font-weight: bold;
    width: 350%;
    text-align: center; }
    @media (max-width: 767px) {
      .sign-up-right:after {
        content: none; } }
  .sign-up-right i, .sign-up-right i:hover, .sign-up-right i:active, .sign-up-right i:focus {
    color: #fff;
    font-size: 2em;
    display: inline-block; }

.social-icons {
  font-size: 2em;
  text-align: center; }

.form-bg {
  background: url(../img/form-bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 20px 75px; }
  @media (max-width: 767px) {
    .form-bg {
      padding: 20px 40px; } }

#gmap {
  height: 500px; }

.mc4wp-form-fields input {
  width: 100%;
  text-align: center; }

.mc4wp-form-basic input[type=submit] {
  border-radius: 10px;
  border: 3px #000 solid;
  background: transparent;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 20px;
  width: 100%; }

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  width: 100%; }

.wpcf7-form input[type=submit] {
  background: #000000;
  color: #fff;
  border: none; }

.food-hygiene {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 999999; }
  @media (max-width: 767.98px) {
    .food-hygiene {
      top: 440px;
      position: absolute; }
      .food-hygiene img {
        width: 56%;
        height: auto; } }

.allergen-chart {
  font-family: 'Montserrat', sans-serif;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 9999999999999;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 150px;
  padding: 30px 20px; }
  .allergen-chart button {
    border-radius: 10px;
    border: 3px #fff solid;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 10px;
    width: 100%;
    margin-top: 10px; }
  .allergen-chart p {
    text-align: center;
    font-size: 0.8em;
    margin: 0; }
  .allergen-chart img {
    width: 60%; }
  @media (max-width: 767.98px) {
    .allergen-chart {
      top: 250px;
      position: absolute; }
      .allergen-chart img {
        width: 40%;
        height: auto; } }

@media (max-width: 767.98px) {
  #dine-in iframe {
    transform: scale(0.8) translatex(-50%) !important;
    transform-origin: 0 0;
    left: 50%;
    position: relative; } }
/**
* Minimalist front-end styles
*/
.brm-menu {
  max-width: 880px;
  margin: 0 auto;
  display: block;
  color: #5c5c5c;
  padding: 50px 0 20px 0; }

.brm-heading h2 {
  color: #000;
  font-size: 50px;
  letter-spacing: -2px;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  display: block; }

.brm-heading-description {
  color: #000;
  font-size: 14px;
  text-align: center;
  margin: 5px 0 0 0px;
  padding-right: 10px; }

.brm-heading.main-title {
  position: absolute;
  transform: translateY(-50%);
  z-index: 999999999; }
  .brm-heading.main-title .brm-heading-description {
    margin-bottom: -25px; }

.brm-heading.subgroup {
  border-bottom: 0;
  background: #c39f50;
  padding: 10px; }
  .brm-heading.subgroup:before {
    content: "";
    background: url(../img/menu-top-border.png);
    background-size: auto;
    background-repeat: repeat-y;
    height: 100%;
    top: 0;
    width: 5px;
    left: -5px;
    position: absolute;
    background-position: right; }
  .brm-heading.subgroup:after {
    content: "";
    background: url(../img/menu-top-border.png);
    background-size: auto;
    background-repeat: repeat-y;
    height: 100%;
    top: 0;
    width: 5px;
    right: -5px;
    position: absolute;
    background-position: right;
    transform: rotate(180deg);
    z-index: 9999; }
  @media only screen and (max-width: 767.98px) {
    .brm-heading.subgroup {
      padding-top: 30px;
      padding-bottom: 30px; } }

.brm-heading.subgroup h2 {
  font-size: 26px;
  letter-spacing: -1px;
  color: #000;
  padding-right: 10px; }
  @media only screen and (max-width: 767.98px) {
    .brm-heading.subgroup h2 {
      text-align: left; } }

.brm-item {
  margin: 0px 0 30px;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  vertical-align: top; }

.brm-item-image {
  float: left;
  max-width: 103px;
  margin: 0 19px 0 0px;
  box-shadow: 2px 2px 0 #fff, 5px 5px 0 #ddd; }

.brm-item-image img {
  display: block; }

.brm-item-details {
  float: none;
  overflow: hidden;
  border-bottom: solid 3px #e5af2d; }

.brm-item-name {
  padding-right: 40px !important;
  font-size: 20px;
  color: #000; }
  .brm-item-name img {
    height: 20px;
    margin: 0 10px; }

.brm-item-description {
  color: #000;
  font-size: 14px;
  text-align: left;
  padding: 0px 0 14px 0px;
  line-height: 1.5em; }

.brm-item-price {
  float: right;
  font-size: 20px;
  color: #000;
  margin-top: -29px; }

.pl-developer {
  max-width: 880px;
  margin: 0 auto 50px auto;
  font-size: 14px;
  text-align: right;
  color: #666; }

.pl-developer a {
  color: #ff8400; }

.pl-developer a:hover {
  color: #d92c73; }

@media only screen and (max-width: 767px) {
  .brm-menu {
    padding: 24px 24px; }

  .brm-item-details {
    margin: 0; }

  .brm-item-image {
    margin: 0 16px 0 0px; }

  .brm-item-image img {
    max-width: 100%;
    height: auto; }

  .brm-item-name {
    font-size: 16px;
    padding: 0 0 6px 0; }

  .brm-item-price {
    font-size: 16px;
    margin-top: -28px; }

  .brm-item-description {
    padding: 4px 0;
    font-size: 13px; }

  .brm-heading-description {
    font-size: 14px; } }
  @media only screen and (max-width: 767px) and (max-width: 767.98px) {
    .brm-heading-description {
      text-align: left !important; } }

@media only screen and (max-width: 767px) {
  .brm-menu-section h2 {
    font-size: 32px;
    letter-spacing: -1px; }

  .brm-menu-section .subgroup h2 {
    font-size: 24px; }

  .brm-item-image {
    max-width: 90px; }

  .pl-developer {
    text-align: center;
    padding: 0 20px; } }
.yellow-bg-2 {
  background: #f6bc30; }

.yellow-bg {
  background: #e1ab2c; }

.first-112 {
  margin-top: 112px; }

.brm-heading.main-title h1 {
  font-size: 3rem; }
  @media only screen and (max-width: 767.98px) {
    .brm-heading.main-title h1 {
      font-size: 2.5rem; } }

.brm-item-details {
  font-family: 'Montserrat', sans-serif;
  padding: 5px 35px; }
  @media (max-width: 767.98px) {
    .brm-item-details {
      padding: 5px 5px; } }

.menu-section {
  margin-bottom: 50px;
  position: relative; }
  .menu-section:before {
    content: "";
    background: url(../img/menu-bottom-border.png);
    background-size: auto;
    background-repeat: repeat-y;
    height: 100%;
    top: 0;
    width: 5px;
    left: -5px;
    position: absolute;
    background-position: right; }
  .menu-section:after {
    content: "";
    background: url(../img/menu-bottom-border.png);
    background-size: auto;
    background-repeat: repeat-y;
    height: 100%;
    top: 0;
    width: 5px;
    right: -5px;
    position: absolute;
    background-position: right;
    transform: rotate(180deg); }

#menu-id-17 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: transparent; }
  #menu-id-17 .subgroup {
    display: none !important; }

.menu-nav {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: 112px;
  position: absolute;
  width: 100%;
  background: #c39f50;
  padding: 20px;
  z-index: 9999999; }
  .menu-nav li {
    display: inline;
    text-transform: uppercase; }
    .menu-nav li a {
      line-height: 30px;
      margin: 0 20px; }

.spice-guide {
  margin-bottom: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.95); }
  @media only screen and (min-width: 768px) {
    .spice-guide:before {
      content: "";
      background: url(../img/spice-guide-border.png);
      background-size: auto;
      background-repeat: repeat-y;
      height: 100%;
      top: 0;
      width: 42px;
      left: -42px;
      position: absolute;
      background-position: right; }
    .spice-guide:after {
      content: "";
      background: url(../img/spice-guide-border.png);
      background-size: auto;
      background-repeat: repeat-y;
      height: 100%;
      top: 0;
      width: 42px;
      right: -42px;
      position: absolute;
      background-position: right;
      transform: rotate(180deg); } }

.spice-single {
  margin: 20px 30px; }

@media (max-width: 767.98px) {
  #contact h3 {
    margin-top: 3rem !important; } }
#menu-id-17 {
  background: #f6bc30; }

@media (max-width: 767.98px) {
  #post_59 .padding-100 {
    padding-top: 270px; } }

.wp-block-table td, .wp-block-table th {
  padding: .5em;
  border: 1px solid;
  word-break: break-word; }

.cc-button {
  padding: 30px 20px !important; }

/*# sourceMappingURL=style.css.map */



@media (max-width: 767.98px) {
 section#hero h1{
font-size: 3rem !important;
}
}



