/*
Theme Name: Indego 360 v2
Theme URI: http://www.indego360.com
Description: Indego 360 theme
Version: 2.0
Author: Base Media
Author URI: http://www.base-media.co.uk
*/
/* fonts */
/* variables */
/* mixins */
/* imported styles */
/* reset scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* layout scss */
html {
  -ms-overflow-style: -ms-autohiding-scrollbar; }

header {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  height: 0; }

header h1.logo {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 85px 0 0 0;
  width: 100%;
  max-width: 215px;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1; }

header h1.logo.nav-up {
  top: -150px;
  opacity: 0; }

.symbol {
  display: block;
  text-align: center;
  margin: 0;
  padding: 50px;
  width: 100%;
  max-width: 500px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  mix-blend-mode: color-dodge; }

header h1.logo img, .symbol img {
  width: 100%;
  height: auto;
  display: block; }

header a.menu {
  position: absolute;
  top: 50px;
  right: 50px;
  height: 100px;
  width: 100px;
  background: #30CDD7;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 108px;
  text-transform: uppercase;
  font-size: 25px;
  color: #7A4DFF;
  color: #0A2433;
  font-family: "Josefin Sans", sans-serif;
  padding: 0; }

header a.menu:hover {
  background: #7A4DFF;
  background: #0A2433;
  color: #30CDD7;
  opacity: 1; }

header a.menu span {
  position: absolute;
  display: block;
  background: #7A4DFF;
  background: #0A2433;
  width: 50px;
  height: 2px;
  top: 49px;
  left: 25px; }

header a.menu span:before {
  content: "";
  position: absolute;
  display: block;
  background: #7A4DFF;
  background: #0A2433;
  width: 50px;
  height: 2px;
  top: -10px;
  left: 0; }

header a.menu span:after {
  content: "";
  position: absolute;
  display: block;
  background: #7A4DFF;
  background: #0A2433;
  width: 50px;
  height: 2px;
  top: 10px;
  left: 0; }

header a.menu:hover span, header a.menu:hover span:before, header a.menu:hover span:after {
  background: #30CDD7; }

header ul {
  position: absolute;
  top: 50px;
  left: 50px;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 100px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px;
  color: #30CDD7;
  font-style: italic; }

header ul li {
  padding: 0;
  margin: 0 25px 0 0;
  display: inline-block; }

main {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  height: 100%; }

section {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  display: block;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }

section.hero {
  background: #0A2433;
  min-height: 800px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

section.hero.sec {
  min-height: 600px; }

section > div {
  display: block;
  padding: 0;
  margin: 0; }

#full-width-slider > div, div.hero video, div.hero iframe {
  opacity: .7; }

div.hero video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: block; }

div.hero iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: block; }

section.hero {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 0; }

section.hero.sec {
  height: 80vh; }

section.hero div.hero {
  position: absolute;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100% !important;
  display: block;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 0;
  background: black; }

.rsContent {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: 1;
  padding: 0;
  margin: 0;
  height: 80vh !important;
  content: 'viewport-units-buggyfill; height:100vh !important;'; }

small {
  font-size: 14px;
  padding: 0;
  margin: 0; }

small a {
  color: white; }

.border-gold {
  border: 4px solid #DAA520; }

ul.social {
  display: block;
  margin: 0 auto;
  padding: 100px 0 0 0 !important;
  list-style: none; }

ul.social li {
  display: inline-block;
  margin: 0 25px;
  padding: 0;
  text-indent: -99999px;
  width: 40px;
  height: 40px; }

ul.social li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

ul.social li.facebook a {
  background: url(imgs/icon-fb.png) no-repeat center;
  background-size: 100%; }
  ul.social li.map a {
  background: url(imgs/place.png) no-repeat center;
  background-size: 100%; }

ul.social li.twitter a {
  background: url(imgs/icon-tw.png) no-repeat center;
  background-size: 100%; }

ul.social li.instagram a {
  background: url(imgs/icon-in.png) no-repeat center;
  background-size: 100%; }

p.intro {
  position: absolute;
  left: 50%;
  bottom: 0px;
  padding: 50px 50px 100px 50px;
  margin: 0;
  text-align: center;
  width: 100%;
  max-width: 700px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  font-size: 35px;
  line-height: 1.15;
  font-weight: 400;
  mix-blend-mode: overlay;
  text-transform: uppercase;
  font-style: italic;
  display: inline; }

p.intro span {
  background-color: #7A4DFF;
  background-color: rgba(68, 68, 68, 0.6);
  color: #30CDD7;
  color: white;
  display: inline;
  padding: 5px 10px 5px 15px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: .7; }

p.intro span span {
  background-color: #7A4DFF; }

p.intro:after {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  left: 50%;
  width: 1px;
  background: white;
  height: 50px; }

::-moz-selection {
  background-color: #DAA520;
  /* WebKit/Blink Browsers */ }

::selection {
  background-color: #DAA520;
  /* WebKit/Blink Browsers */ }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.down-arrow-bounce {
  position: absolute;
  margin: 0 0 0 -25px;
  top: calc(100vh - 50px);
  left: 50%;
  width: 50px;
  height: 25px;
  background: url(vectors/SVG/hero-arrow.svg) no-repeat center;
  background-size: contain;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out;
  display: block;
  z-index: 9;
  cursor: pointer; }

.sec .down-arrow-bounce {
  top: calc(80vh - 50px); }

@-webkit-keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }
.tile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.tile {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center; }

.tile.visible {
  overflow: visible; }

.tile:before {
  display: block;
  content: "";
  padding: 0 0 80% 0; }

.tile.sq:before {
  display: block;
  content: "";
  padding: 0 0 100% 0; }

.tile.half:before {
  display: block;
  content: "";
  padding: 0 0 50% 0; }

.tile.tq:before {
  display: block;
  content: "";
  padding: 0 0 66% 0; }

.tile.vh:before {
  display: block;
  content: "";
  padding: 0 0 100vh 0; }

.tile.quarter:before {
  display: block;
  content: "";
  padding: 0 0 25% 0; }

.tile.auto-height:before {
  display: none; }

.tile.t1 {
  width: 50%; }

.tile.t2 {
  width: 100%; }

.greyscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.tile-image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  ix-blend-mode: overlay;
  -webkit-filter: opacity(50%);
          filter: opacity(50%); }

.tile-image.blur {
  -webkit-filter: opacity(50%) blur(5px);
          filter: opacity(50%) blur(5px); }

.tile-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  width: 100%;
  z-index: 9;
  max-width: 600px; }

.tile.t2 .tile-inner {
  max-width: 1000px; }

.tile-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
  height: calc(100% - 100px);
  width: calc(100% - 100px);
  max-width: calc(100% - 100px);
  border: 4px solid #DAA520;
  background: #30CDD7; }

.tile.border-wrapper {
  background: #30CDD7 url(vectors/SVG/jali.svg) repeat center;
  background-size: 100px; }

.bkg-jali {
  background-image: url(vectors/SVG/jali-white.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: 100px; }

.bkg-jali-blue {
  background-image: url(vectors/SVG/jali.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: 100px; }

.bkg-jali-gold {
  background-image: url(vectors/SVG/jali-gold.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: 100px; }

.tile.auto-height .tile-inner {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  padding: 200px 50px;
  max-width: 1000px;
  margin: 0 auto; }

.tile.auto-height .tile-inner.vineet {
  padding-bottom: 100px; }

.tile.auto-height .tile-inner.p-margin {
  padding-bottom: 170px; }

.tile.auto-height .tile-inner.interiors {
  padding: 100px 100px;
  max-width: 900px;
  margin: 0 auto 200px; }

.tile.auto-height .tile-inner.interiors.p-margin {
  padding-bottom: 70px; }

.tile.auto-height .tile-inner.bookings {
  padding: 50px;
  max-width: 750px;
  margin-bottom: 150px;
  top: -150px; }

.map-inner {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%; }

.reverse, .review-wrapper:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.review-wrapper:nth-of-type(2n) .tile.bkg-green {
  background: white !important;
  color: brown; }

.tile a.link {
  position: absolute;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 4px;
  line-height: 1;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 25px;
  color: #DAA520;
  color: #30CDD7;
  font-weight: bold; }

.tile a.link.large {
  letter-spacing: 5px;
  font-size: 25px;
  bottom: 60px; }

.tile.bkg-white a.link {
  color: #DAA520;
  color: #30CDD7; }

.tile a.link:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%); }

.tile :not(.p-margin) p {
  margin: 0; }

.large-p p {
  font-size: 45px;
  line-height: 1.1; }

.medium-p p {
  font-size: 30px;
  line-height: 1.2; }

.small-p p, .tile-inner.small-p ul {
  font-size: 16px;
  line-height: 1.4; }

.tile-inner.small-p ul {
  font-style: italic; }

.tile-inner p a, .tile-inner ul li a {
  color: #30CDD7; }

.tile-inner h2 {
  margin: 0;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.1;
  ext-shadow: 2px 2px 0px #DAA520; }

.gm-style-iw {
  max-width: 300px !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 auto !important; }

.wpgmza_map {
  float: none !important; }

.map2 .wpgmza_infowindow_address, .wpgmza_infowindow_description {
  display: none; }

.gm-style {
  font-family: "linotype-didot", serif !important;
  font-size: 16px !important;
  font-weight: normal !important; }

.gm-style p {
  font-size: 20px !important; }

.gm-style p.wpgmza_infowindow_title {
  font-family: "Josefin Sans", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 4px !important;
  font-size: 30px !important;
  color: #DAA520 !important;
  line-height: 1 !important;
  padding-bottom: 5px !important;
  padding-top: 10px !important; }

.wpgmza_markerbox h1, .wpgmza_markerbox h2, .wpgmza_markerbox h3, .wpgmza_markerbox h4, .wpgmza_markerbox h5, .wpgmza_markerbox h6, .wpgmza_markerbox h7, .wpgmza_markerbox h8, .wpgmza_markerbox strong, .wpgmza_markerbox p, .wpgmza_markerbox br {
  margin: 10px !important;
  padding: 1px !important;
  color: #0A2433 !important; }

.wpgmza_markerbox {
  padding: 20px 20px 0 20px !important; }

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(10, 36, 51, 0.9); }

/* Overlay closing cross */
.overlay-close {
  position: absolute;
  top: 50px;
  right: 50px;
  height: 100px;
  width: 100px;
  background: #30CDD7;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 108px;
  text-transform: uppercase;
  font-size: 25px;
  color: #7A4DFF;
  color: #0A2433;
  font-family: "Josefin Sans", sans-serif;
  padding: 0;
  z-index: 999999;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.overlay-close:hover {
  background: #7A4DFF;
  background: #0A2433;
  color: #30CDD7; }

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  op: 50%;
  ransform: translateY(-50%);
  height: 100%; }

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  width: auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }

.overlay ul li {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 5px;
  line-height: 1;
  padding: 10px 25px;
  margin: 0; }

.overlay ul li.book {
  font-size: 20px;
  margin-bottom: 15px; }

.overlay ul li a {
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #30CDD7;
  padding: 15px 0 7px 0;
  padding: 15px 30px 7px 33px;
  position: relative; }

.overlay ul li.book a {
  border: 4px solid #DAA520;
  padding: 25px 30px 17px 33px; }

.overlay ul li a:hover,
.overlay ul li a:focus {
  opacity: 1;
  color: #007594; }

.overlay ul li.current-menu-item a {
  color: #007594; }

.overlay ul li.current-menu-item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  margin: -.5px 0 0 0;
  padding: 0;
  background: #DAA520; }

/* Effects */
.overlay-genie {
  background: transparent;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
  transition: opacity 0.3s 0.2s, visibility 0s 0.6s; }

.overlay-genie.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.overlay-genie svg {
  position: absolute;
  top: 0;
  left: 0; }

.overlay-genie .overlay-path {
  ill: rgba(122, 77, 255, 0.9);
  ill: rgba(48, 205, 215, 0.9);
  fill: rgba(218, 165, 32, 0.9);
  fill: rgba(34, 34, 34, 0.9);
  fill: rgba(10, 36, 51, 0.9); }

.overlay-genie nav {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }

.overlay-genie .overlay-close {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.overlay-genie.open nav,
.overlay-genie.open .overlay-close {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.overlay-genie.open .overlay-close {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.overlay-genie.open nav {
  -webkit-transform: scale(1);
          transform: scale(1); }

.overlay-genie.close nav,
.overlay-genie.close .overlay-close {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.juicer-feed .referral {
  display: none !important; }

h2.hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 120px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  mix-blend-mode: difference;
  color: white; }

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }

.vin {
  display: block;
  margin: 0 auto;
  padding: 100px 25px 0;
  width: 100%;
  max-width: 750px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.tile.overflow {
  overflow: visible !important; }

ul.food-menus {
  list-style: none;
  margin: 0 auto;
  padding: 100px 0 0 0;
  display: block;
  width: 100%;
  max-width: 500px; }

ul.food-menus li {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 5px;
  line-height: 1;
  padding: 0;
  margin: 0 0 25px 0;
  border: 2px solid #DAA520; }

ul.food-menus li:last-of-type {
  margin: 0; }

ul.food-menus li a {
  padding: 15px 10px 10px 10px;
  margin: 0;
  color: #007594;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.booking-wrapper {
  background: white;
  padding: 96px 50px 50px;
  margin: 0 auto;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #DAA520; }

.rtb-booking-form {
  padding: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.reservation legend {
  display: none; }

.rtb-booking-form label {
  color: #30CDD7;
  letter-spacing: 4px;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  padding: 0 10px 0 14px;
  background: white;
  position: relative;
  bottom: -13px;
  margin: 0 auto 10px;
  display: inline !important;
  line-height: 20px; }

.rtb-booking-form fieldset > div {
  margin-bottom: 15px !important;
  margin-top: 0 !important; }

.rtb-booking-form fieldset {
  display: block;
  margin: 0 !important;
  padding: 0 !important; }

.picker__input {
  cursor: pointer !important; }

.rtb-booking-form .country-code label, .rtb-booking-form .code label {
  font-size: 12px;
  letter-spacing: 0;
  padding-left: 5px;
  padding-right: 5px; }

.rtb-booking-form fieldset > div.country-code, .rtb-booking-form fieldset > div.code {
  display: inline-block;
  width: calc(30% - 4px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 0; }

.rtb-booking-form fieldset > div.phone {
  display: inline-block;
  width: calc(70% + 6px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-left: -6px; }

.rtb-booking-form fieldset > div.location, .rtb-booking-form fieldset > div.date, .rtb-booking-form fieldset > div.floor {
  display: inline-block;
  width: calc(50% - 4px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px 0 0; }

.rtb-booking-form fieldset > div.party, .rtb-booking-form fieldset > div.time {
  display: inline-block;
  width: calc(50% - 4px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 25px; }

.rtb-booking-form input:not([type="checkbox"]), .rtb-booking-form textarea {
  max-width: 100% !important;
  outline: none;
  border: none;
  padding: 20px 15px;
  margin: 0 auto;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "linotype-didot", serif;
  color: #0A2433;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid #DAA520;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border-radius: 0;
  background: #22a9b2;
  background: white; }

.rtb-booking-form textarea {
  min-height: 150px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  color: #0A2433 !important;
  background: white !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #0A2433 !important; }

.rtb-booking-form legend {
  display: none; }

.rtb-booking-form select {
  max-width: 100% !important;
  width: 100%;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  outline: none;
  border: none;
  padding: 20px 15px;
  margin: 0 auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "linotype-didot", serif;
  color: #0A2433;
  font-size: 16px;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid #DAA520;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border-radius: 0;
  background: white; }

.rtb-booking-form input:not([type="checkbox"]):focus, .rtb-booking-form textarea:focus, .rtb-booking-form select:focus {
  border: 1px solid #30CDD7; }

.rtb-booking-form fieldset > div.add-message {
  color: #DAA520;
  letter-spacing: 4px;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 25px 0 0 0 !important;
  margin: 0 !important;
  line-height: 1; }

.rtb-booking-form fieldset > div.rtb-textara {
  margin: 0 !important;
  display: block;
  padding: 0; }

.rtb-booking-form button {
  margin: 0;
  padding: 25px;
  display: block;
  color: #0A2433;
  letter-spacing: 4px;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  background: #30CDD7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: bold; }

.rtb-booking-form button:hover {
  opacity: 1;
  background: #0A2433;
  color: #30CDD7; }

.rtb-booking-form form {
  display: block;
  margin: 0;
  padding: 0; }

.rtb-booking-form fieldset.contact {
  margin-bottom: 35px !important;
  margin-bottom: 0 !important; }

.rtb-booking-form .rtb-error {
  font-size: 12px !important;
  padding: 10px !important;
  font-style: italic;
  background: #0A2433 !important;
  color: #fff; }

.rtb-booking-form .rtb-error:before {
  content: ' ';
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin: 0.25em 0.5em; }

.rtb-message {
  padding-bottom: 40px; }

dl.times {
  margin: 0 auto 90px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  width: 100%; }

dl.times dt {
  padding: 0 10px 0 0;
  display: inline-block;
  width: 50%;
  text-align: right;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

dl.times dd {
  padding: 0 0 0 10px;
  display: inline-block;
  width: 50%;
  margin: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

ul.times {
  margin: 0 auto;
  padding: 0;
  display: block;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  width: 100%; }

ul.times li {
  padding: 0 0 10px 0;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px; }

.footer-col.opening {
  border: 4px solid #DAA520;
  padding: 65px 25px 50px 25px;
  margin: 0 auto 100px auto;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.card-logos {
  display: block;
  padding: 10px;
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  background: white;
  width: 150px;
  height: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.shadow {
  -webkit-box-shadow: 0px 15px 75px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 75px 15px rgba(0, 0, 0, 0.2); }

.cli-plugin-button {
  margin: 0 5px !important; }

.cli-plugin-button, .cli-plugin-button:visited {
  padding: 8px 8px 6px 8px !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif; }

#cookie-law-info-bar span {
  text-transform: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#cookie-law-info-bar {
  padding-left: 15px !important;
  padding-right: 15px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.rtb-booking-form .consent-statement label {
  color: #30CDD7;
  letter-spacing: 0px;
  font-size: 12px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  padding: 0;
  background: none;
  position: relative;
  bottom: 0;
  margin: 10px auto 25px;
  display: block !important;
  line-height: 20px; }

.rtb-booking-form .consent-statement label a {
  color: #30CDD7;
  text-decoration: underline; }

.rtb-booking-form input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
  margin: -3px 5px 0 0 !important; }

.tile.pp {
  padding-top: 200px; }

.booking-notes {
  text-align: left;
  padding: 50px 0 0 0;
  display: block; }

.booking-notes p {
  text-align: center; }

/* general styles */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  display: block;
  position: relative; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  display: block;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #0A2433;
  background: #111;
  font-size: 14px;
  font-family: "linotype-didot", serif;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body.open {
  overflow: hidden;
  position: relative; }

a, button, header a.menu span, header a.menu span:before, header a.menu span:after {
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #DAA520;
  border: none;
  outline: none;
  cursor: pointer; }

a:hover, button:hover {
  opacity: .5; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  padding: 0;
  margin: 0 auto 40px;
  font-weight: normal;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase; }

.h-serif h1, .h-serif h2, .h-serif h3, .h-serif h4 {
  font-family: "linotype-didot", serif;
  text-transform: none; }

h1 {
  font-size: 100px; }

h2 {
  font-size: 80px; }

h3 {
  font-size: 60px; }

.h-serif h3 {
  font-size: 80px; }

h4 {
  font-size: 40px; }

.small-p h3 {
  font-size: 40px; }

.small-p h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #007594; }

footer h4 {
  font-size: 30px;
  letter-spacing: 4px; }

h5 {
  margin-top: -20px;
  font-size: 25px; }

h6 {
  font-size: 14px;
  color: #DAA520;
  margin-top: -20px;
  margin-bottom: 60px;
  letter-spacing: 5px; }

.align-left {
  text-align: left !important; }

.bkg-oxide h6 {
  color: white; }

.t1 h6 {
  margin-bottom: 40px; }

p {
  padding: 0;
  margin: 0 auto 30px auto;
  display: block;
  font-size: 20px;
  line-height: 1.4; }

.tile-inner ul {
  margin-bottom: 30px;
  display: block;
  font-size: 20px;
  line-height: 1.4; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

.purple, .purple a {
  color: #7A4DFF; }

.bkg-purple {
  background-color: #7A4DFF; }

.bkg-oxide {
  background-color: #30CDD7; }

.bkg-black {
  background-color: #0A2433; }

.bkg-dark-blue {
  background-color: #0A2433; }

.bkg-blue {
  background-color: #007594; }

.bkg-white {
  background-color: white; }

.bkg-gold {
  background-color: #DAA520; }

.bkg-grey {
  background-color: #222; }

.bkg-vin {
  background: radial-gradient(circle, #c2c9cf 0%, #4e5359 100%); }

.white {
  color: white; }

.white h3 {
  color: #30CDD7;
  color: white; }

.oxide {
  color: #30CDD7; }

.gold {
  color: #DAA520; }

.black, .black a {
  color: #0A2433; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* ie 6/7 */ }

/* responsive scss */
@media screen and (max-width: 1200px) {
  p, .medium-p p {
    font-size: 20px;
    line-height: 1.4; }

  .t1 .large-p p {
    font-size: 30px;
    line-height: 1.2; }

  .tile-inner {
    padding: 25px; }

  .tile.auto-height .tile-inner {
    adding-left: 25px;
    adding-right: 25px;
    max-width: 800px; }

  .tile-border {
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    max-width: calc(100% - 50px); }

  .tile a.link {
    bottom: 25px; }

  .tile-inner h2, h2 {
    font-size: 60px; }

  .tile.auto-height .tile-inner.interiors {
    padding: 100px 100px;
    max-width: calc(100% - 200px);
    width: calc(100% - 200px);
    margin: 0 100px 200px; }

  .tile.auto-height .tile-inner.interiors.p-margin {
    padding-bottom: 70px; }

  .tile.auto-height .tile-inner.bookings {
    padding: 50px;
    width: calc(100% - 200px);
    max-width: calc(100% - 200px);
    margin: 0 100px 100px; } }
@media screen and (max-width: 900px) {
  header h1.logo {
    padding: 50px 0 0 0;
    width: 100%;
    max-width: 215px; }

  header a.menu, .overlay-close {
    top: 25px;
    right: 25px;
    height: 75px;
    width: 75px;
    line-height: 80px;
    font-size: 20px; }

  section.hero {
    min-height: 700px; }

  .large-p p {
    font-size: 30px;
    line-height: 1.2; }

  .tile.t1 {
    width: 100%; }

  .tile.auto-height .tile-inner, .tile.auto-height-mobile .tile-inner {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
    padding: 120px 25px;
    max-width: 600px;
    margin: 0 auto; }

  .tile.auto-height-mobile .tile-border {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    margin: 25px; }

  .tile.auto-height .tile-inner.p-margin {
    padding-bottom: 90px; }

  footer .tile.auto-height .tile-inner.p-margin {
    padding-bottom: 170px; }

  .tile.auto-height-mobile:before {
    display: none !important; }

  h2.hero-title {
    font-size: 100px;
    adding: 0 30px; }

  .tile.auto-height .tile-inner.interiors {
    padding: 100px 50px;
    max-width: calc(100% - 100px);
    width: calc(100% - 100px);
    margin: 0 50px 100px; }

  .tile.auto-height .tile-inner.interiors.p-margin {
    padding-bottom: 70px; }

  .tile.auto-height .tile-inner.bookings {
    padding: 50px;
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
    margin: 0 50px 0px; }

  .booking-wrapper {
    padding: 50px; }

  .rtb-message {
    padding-bottom: 0px; } }
@media screen and (max-width: 700px) {
  .tile.tq:before {
    padding: 0 0 100% 0; }

  h1 {
    font-size: 40px;
    line-height: 1.1; }

  h2 {
    ont-size: 30px;
    ine-height: 1.2; }

  h2.hero-title {
    font-size: 80px; }

  h3 {
    font-size: 40px; }

  .h-serif h3 {
    font-size: 60px; }

  .small-p h3 {
    font-size: 40px; }

  .rtb-booking-form fieldset > div.location, .rtb-booking-form fieldset > div.date,
  .rtb-booking-form fieldset > div.party, .rtb-booking-form fieldset > div.time,
  .rtb-booking-form fieldset > div.floor {
    width: 100%;
    padding: 0; }

  .tile.auto-height .tile-inner.bookings {
    padding: 25px;
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
    margin: 0 50px 0px; }

  .booking-wrapper {
    padding: 50px 25px; }

  .rtb-booking-form fieldset > div.phone {
    adding: 0 0 0 10px; }

  .rtb-booking-form input, .rtb-booking-form textarea, .rtb-booking-form select {
    padding-bottom: 15px;
    padding-top: 15px; } }
@media screen and (max-width: 500px) {
  header h1.logo {
    padding-top: 65px; }

  header a.menu, .overlay-close {
    top: -40px;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    border-radius: 0;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    font-size: 16px;
    line-height: 115px; }

  h2.hero-title {
    font-size: 60px; }

  .tile.auto-height .tile-inner.interiors {
    padding: 50px 25px;
    max-width: calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 0 25px 50px; }

  .tile.auto-height .tile-inner.interiors.p-margin {
    padding-bottom: 20px; }

  .tile.auto-height .tile-inner.bookings {
    padding: 25px !important;
    width: calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin: 0 0px -150px; }

  .booking-wrapper {
    padding: 50px 25px; }

  h6 {
    margin-bottom: 40px; }

  .t1 h6 {
    margin-bottom: 40px; }

  ul.food-menus {
    padding: 50px 0 0 0; }

  ul.food-menus li {
    font-size: 16px;
    margin: 0 0 15px 0; }

  ul.food-menus li:last-of-type {
    margin: 0; }

  .overlay ul li {
    font-size: 25px; } }
@media screen and (max-width: 450px) {
  .large-p p, .t1 .large-p p {
    font-size: 20px;
    line-height: 1.4; }

  .tile.auto-height .tile-inner, .tile.auto-height-mobile .tile-inner {
    padding: 90px 25px; }

  .tile.auto-height .tile-inner.p-margin {
    padding-bottom: 60px; }

  .tile-inner h2, h2 {
    font-size: 50px; }

  section.hero {
    min-height: 600px; } }
@media screen and (max-width: 400px) {
  .tile-inner h2, h2 {
    font-size: 40px; } }
@media screen and (max-width: 350px) {
  h1, h2, h3 {
    font-size: 20px;
    line-height: 1.3; }

  .h-serif h3 {
    font-size: 40px; }

  .small-p h3 {
    font-size: 40px; } }
@media screen and (max-height: 600px) {
  .sec .down-arrow-bounce {
    top: calc(500px - 50px); } }
@media screen and (max-height: 600px) {
  .overlay ul li {
    font-size: 20px;
    padding: 5px 25px;
    margin: 0; }

  .overlay ul li.book {
    font-size: 16px; }

  .overlay ul li a {
    padding: 15px 30px 7px 33px; } }
