@charset "UTF-8";
/*
Theme Name: ikijime
Version: 1.0.0
Author: PDA
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*------------------------------------------------------------------------*/
/*	Font-face
/*------------------------------------------------------------------------*/
@font-face {
  font-family: 'Messina Sans Bold';
  src: url("stylesheets/fonts/MessinaSans/MessinaSansWeb-Bold.woff2") format("woff2"), url("stylesheets/fonts/MessinaSans/MessinaSansWeb-Bold.woff") format("woff"); }

@font-face {
  font-family: "URW Venus W01 Light";
  src: url("stylesheets/fonts/Venus/925381/d2c763d6-e38b-4dcb-b831-8bc1903cbcb6.eot?#iefix");
  src: url("stylesheets/fonts/Venus/925381/d2c763d6-e38b-4dcb-b831-8bc1903cbcb6.eot?#iefix") format("eot"), url("stylesheets/fonts/Venus/925381/4ea8997a-551f-4b9d-ba71-bd21c28f7af7.woff2") format("woff2"), url("stylesheets/fonts/Venus/925381/b78e7c10-cf3e-49a5-8f81-902666c1419e.woff") format("woff"), url("stylesheets/fonts/Venus/925381/1c199024-a53c-4169-8ea5-1ab9f975b04f.ttf") format("truetype"); }

@font-face {
  font-family: "URW Venus W01 Bold";
  src: url("stylesheets/fonts/Venus/925387/9eced26f-8686-484a-b9bb-798d12dce43d.eot?#iefix");
  src: url("stylesheets/fonts/Venus/925387/9eced26f-8686-484a-b9bb-798d12dce43d.eot?#iefix") format("eot"), url("stylesheets/fonts/Venus/925387/cc2dcb7a-843c-4491-aecc-a6d9aae56deb.woff2") format("woff2"), url("stylesheets/fonts/Venus/925387/16af3a7c-b891-4071-ab78-4452057e8d64.woff") format("woff"), url("stylesheets/fonts/Venus/925387/8c3337ee-67d6-4302-b54e-0540c2a09b23.ttf") format("truetype"); }

/*-----------------------------------*/
/*  Font Mixins
/*-----------------------------------*/
/*-----------------------------------*/
/*  Base Colours
/*-----------------------------------*/
/*-----------------------------------*/
/*  Global Type Styles
/*-----------------------------------*/
h1, h2, h3, h4, h5, p, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, li {
  font-family: 'URW Venus W01 Light', Arial;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  line-height: auto;
  color: #0F1031;
  margin: 0; }

a {
  text-decoration: none; }

a:not(.hide-link) {
  color: #0F1031;
  transition: opacity 0.25s ease; }
  a:not(.hide-link):hover {
    color: #0F1031; }
  a:not(.hide-link):focus {
    outline: none; }

/*-----------------------------------*/
/*  Breakpoints
/*-----------------------------------*/
/*-----------------------------------*/
/*  Responsive items
/*-----------------------------------*/
/*-----------------------------------*/
/*  Margins & Padding
/*-----------------------------------*/
/*-----------------------------------*/
/*  Animation
/*-----------------------------------*/
/*-----------------------------------*/
/*  Buttons
/*-----------------------------------*/
/*-----------------------------------*/
/*  Borders
/*-----------------------------------*/
/*-----------------------------------*/
/*  Lazy Load Transition for Blazy.js
/*-----------------------------------*/
.lazy {
  transition: opacity 0.5s ease-in-out;
  max-width: 100%;
  opacity: 0; }

.lazy.b-loaded {
  transition: opacity 0.5s ease-in-out;
  opacity: 1; }

/*-----------------------------------*/
/*  Remove scroll bars (webkit)
/*-----------------------------------*/
/*-----------------------------------*/
/*  Global Layout
/*-----------------------------------*/
body {
  color: #0F1031;
  font-family: 'URW Venus W01 Light', Arial;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  border-top: 0;
  min-height: 100vh;
  background-color: white;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("images/ocean-2500.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }
  body .container {
    width: 1500px;
    max-width: 100%; }
  body main {
    padding-top: 85px; }
    @media (max-width: 1280px) {
      body main {
        padding-top: 74px; } }
    @media (max-width: 767px) {
      body main {
        padding-top: 74px;
        padding-bottom: 40px; } }
    @media (min-width: 1500px) {
      body main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    body main > .container {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (max-width: 1120px) {
        body main > .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
          -ms-flex-align: end;
          align-items: flex-end; } }
    body main .content-wrapper {
      -webkit-box-flex: 75%;
      -webkit-flex: 75% 0 0;
      -ms-flex: 75% 0 0;
      flex: 75% 0 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 1120px) {
        body main .content-wrapper {
          -webkit-box-flex: 1;
          -webkit-flex: auto;
          -ms-flex: auto;
          flex: auto;
          width: 100%; } }
      @media (min-width: 1500px) {
        body main .content-wrapper {
          max-width: 1125px; } }
      body main .content-wrapper section:not(.text-images):not(.gallery-items):not(.menu-items),
      body main .content-wrapper section.text-images .text,
      body main .content-wrapper section.text-images .images .item,
      body main .content-wrapper section.text-images .mobile-image .item,
      body main .content-wrapper section.gallery-items .item {
        min-height: 391.5px; }
        @media (max-width: 1280px) {
          body main .content-wrapper section:not(.text-images):not(.gallery-items):not(.menu-items),
          body main .content-wrapper section.text-images .text,
          body main .content-wrapper section.text-images .images .item,
          body main .content-wrapper section.text-images .mobile-image .item,
          body main .content-wrapper section.gallery-items .item {
            min-height: 347px; } }
        @media (max-width: 768px) {
          body main .content-wrapper section:not(.text-images):not(.gallery-items):not(.menu-items),
          body main .content-wrapper section.text-images .text,
          body main .content-wrapper section.text-images .images .item,
          body main .content-wrapper section.text-images .mobile-image .item,
          body main .content-wrapper section.gallery-items .item {
            min-height: calc(((100vh - 74px) / 2) - 16px); } }
      body main .content-wrapper section.text-images .images .item,
      body main .content-wrapper section.text-images .mobile-image .item,
      body main .content-wrapper section.gallery-items .item {
        padding-top: 8px;
        padding-bottom: 8px;
        -webkit-box-flex: 50%;
        -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0;
        flex: 50% 0 0; }
        @media (max-width: 767px) {
          body main .content-wrapper section.text-images .images .item,
          body main .content-wrapper section.text-images .mobile-image .item,
          body main .content-wrapper section.gallery-items .item {
            -webkit-box-flex: 100%;
            -webkit-flex: 100% 0 0;
            -ms-flex: 100% 0 0;
            flex: 100% 0 0; } }
      body main .content-wrapper section:not(.text-images):not(.gallery-items):not(.team-members):not(.venues):not(.events):not(.barjime-nav):not(.about):not(.menu-items):not(.mailing-list),
      body main .content-wrapper section.text-images .text,
      body main .content-wrapper section.team-members .member .text,
      body main .content-wrapper section.venues .item .text {
        background-color: #eee;
        margin: 8px;
        box-sizing: border-box;
        border: 1px solid #0F1031;
        outline: 8px solid #eee; }
      @media (min-width: 768px) {
        body main .content-wrapper .mobile-heading,
        body main .content-wrapper .mobile-nav {
          display: none; } }

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

/*-----------------------------------*/
/*  Header (Desktop)
/*-----------------------------------*/
.header-desktop {
  z-index: 103;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 85px;
  background-color: #eee; }
  @media (max-width: 1280px) {
    .header-desktop {
      height: 74px; } }
  @media (max-width: 1120px) {
    .header-desktop {
      height: 74px; } }
  @media (max-width: 767px) {
    .header-desktop {
      height: 74px; } }
  @media (min-width: 1500px) {
    .header-desktop {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .header-desktop .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 85px;
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box; }
    @media (max-width: 1280px) {
      .header-desktop .container {
        padding-left: 32px;
        padding-right: 32px; } }
    @media (max-width: 767px) {
      .header-desktop .container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 1280px) {
      .header-desktop .container {
        height: 74px; } }
  .header-desktop a.hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 23px;
    height: 19px;
    background-image: url(images/hamburger-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    .header-desktop a.hamburger.close {
      background-image: url(images/close.svg); }
    .header-desktop a.hamburger.mobile {
      display: none; }
      @media (max-width: 767px) {
        .header-desktop a.hamburger.mobile {
          display: block; } }
    .header-desktop a.hamburger.mobile {
      display: none; }
      @media (max-width: 767px) {
        .header-desktop a.hamburger.mobile {
          display: block; } }
  .header-desktop a.book-now {
    position: absolute;
    left: 25%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 35px;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #0F1031;
    font-size: 18px;
    line-height: 28.91px;
    letter-spacing: 0.05em; }
    @media (max-width: 1000px) {
      .header-desktop a.book-now {
        left: 15.625%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
    .header-desktop a.book-now:hover {
      background-color: #0F1031;
      color: #eee; }
    @media (max-width: 1280px) {
      .header-desktop a.book-now {
        min-height: 30px; } }
    @media (max-width: 1280px) {
      .header-desktop a.book-now {
        font-size: 15px;
        line-height: 24.68px; } }
  .header-desktop a.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 212px;
    height: 66px;
    background-image: url(images/iki-jime-seafood-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 1280px) {
      .header-desktop a.logo {
        width: 232px;
        height: 45px; } }
    @media (max-width: 767px) {
      .header-desktop a.logo {
        width: 180px;
        height: 36px; } }
  .header-desktop .contact {
    position: absolute;
    left: 75%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em; }
    @media (max-width: 1000px) {
      .header-desktop .contact {
        left: 70.3125%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
    @media (max-width: 1280px) {
      .header-desktop .contact {
        font-size: 12px;
        line-height: 14.53px; } }
  .header-desktop .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (max-width: 1000px) {
      .header-desktop .social {
        display: none; } }
    .header-desktop .social > a {
      width: 24px;
      height: 24px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
      .header-desktop .social > a.instagram {
        margin-right: 10px;
        background-image: url(images/instagram-icon-black.svg); }
      .header-desktop .social > a.facebook {
        background-image: url(images/facebook-icon.svg); }
  @media (max-width: 767px) {
    .header-desktop a.hamburger:not(.mobile),
    .header-desktop a.book-now,
    .header-desktop .contact {
      display: none; } }

/*-----------------------------------*/
/*  Mobile Nav
/*-----------------------------------*/
.nav-mobile-1 {
  z-index: 102;
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px; }
  .nav-mobile-1 a.hamburger {
    display: none;
    width: 31px;
    height: 27px;
    padding: 20px 0;
    background-image: url(images/hamburger-white-v2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    .nav-mobile-1 a.hamburger.close {
      width: 27px;
      height: 26px;
      background-image: url(images/close-mobile.svg); }
    @media (max-width: 767px) {
      .nav-mobile-1 a.hamburger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .nav-mobile-1 .nav {
    display: none;
    width: 100%; }
    .nav-mobile-1 .nav .item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 52px;
      margin-top: 8px;
      margin-bottom: 8px;
      border: 1px solid #0F1031;
      font-size: 30px;
      line-height: 41px;
      letter-spacing: 0.05em; }
      .nav-mobile-1 .nav .item a:hover, .nav-mobile-1 .nav .item a.active {
        font-family: 'URW Venus W01 Bold', Arial;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase; }
  .nav-mobile-1[data-active="true"] {
    background-color: #eee; }
    .nav-mobile-1[data-active="true"] .nav {
      display: block; }

.nav-mobile-2 {
  z-index: 102;
  position: fixed;
  top: 74px;
  bottom: 40px;
  left: 0;
  right: 0;
  overflow-y: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px 8px 8px;
  background-color: rgba(15, 16, 49, 0.95); }
  .nav-mobile-2[data-active="true"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .nav-mobile-2 a.hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 27px;
    padding: 20px 0;
    background-image: url(images/close-mobile-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .nav-mobile-2 .nav {
    width: 100%; }
    .nav-mobile-2 .nav .item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 52px;
      margin-top: 8px;
      margin-bottom: 8px;
      border: 1px solid #eee;
      color: #eee;
      font-size: 30px;
      line-height: 41px;
      letter-spacing: 0.05em; }
      .nav-mobile-2 .nav .item a.active {
        font-family: 'URW Venus W01 Bold', Arial;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase; }
  .nav-mobile-2 .contact-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center; }
    .nav-mobile-2 .contact-info .address,
    .nav-mobile-2 .contact-info .view-on-map,
    .nav-mobile-2 .contact-info .opening-hours,
    .nav-mobile-2 .contact-info .phone,
    .nav-mobile-2 .contact-info .email {
      display: inline-block;
      width: 100%;
      border-left: 1px solid #eee;
      border-right: 1px solid #eee; }
    .nav-mobile-2 .contact-info .address,
    .nav-mobile-2 .contact-info .view-on-map a,
    .nav-mobile-2 .contact-info .opening-hours,
    .nav-mobile-2 .contact-info .phone,
    .nav-mobile-2 .contact-info .phone a,
    .nav-mobile-2 .contact-info .email a {
      width: 100%;
      color: #eee;
      font-size: 14.6px;
      line-height: 14.6px; }
    .nav-mobile-2 .contact-info .view-on-map a,
    .nav-mobile-2 .contact-info .phone,
    .nav-mobile-2 .contact-info .email a {
      font-family: 'URW Venus W01 Bold', Arial;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase; }
    .nav-mobile-2 .contact-info .address,
    .nav-mobile-2 .contact-info .view-on-map {
      padding-top: 15px; }
    .nav-mobile-2 .contact-info .address {
      border-top: 1px solid #eee; }
    .nav-mobile-2 .contact-info .opening-hours {
      padding-top: 42px;
      line-height: 17.53px; }
    .nav-mobile-2 .contact-info .phone {
      padding-top: 48px; }
    .nav-mobile-2 .contact-info .email {
      margin-bottom: 8px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee; }

.mobile-info-bar {
  z-index: 101;
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
  background-color: #eee; }
  .mobile-info-bar .social {
    position: fixed;
    bottom: 8px;
    left: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .mobile-info-bar .social > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 24px;
      height: 24px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
      .mobile-info-bar .social > a.instagram {
        margin-right: 10px;
        background-image: url(images/instagram-icon-black.svg); }
      .mobile-info-bar .social > a.facebook {
        background-image: url(images/facebook-icon.svg); }
  .mobile-info-bar a.info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 13px;
    letter-spacing: 0.05em; }
  .mobile-info-bar a.bar-jime-logo {
    position: fixed;
    right: 0;
    bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 24px;
    background-image: url("images/fish-love-bomb-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    .mobile-info-bar a.bar-jime-logo:hover, .mobile-info-bar a.bar-jime-logo:active {
      background-image: url("images/fish-love-bomb-red.svg"); }

@media (min-width: 768px) {
  .mobile-info-bar,
  .nav-mobile-1,
  .nav-mobile-2 {
    display: none; } }

/*-----------------------------------*/
/*  Main Menu
/*-----------------------------------*/
.main-nav {
  z-index: 102;
  position: fixed;
  top: 85px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(25% - 16px);
  height: 391.5px;
  padding: 42px;
  background-color: #eee;
  margin: 8px;
  box-sizing: border-box;
  border: 1px solid #0F1031;
  outline: 8px solid #eee; }
  @media (max-width: 1280px) {
    .main-nav {
      top: 74px;
      height: 347px;
      padding: 28px; } }
  @media (max-width: 1120px) {
    .main-nav {
      width: calc(50% - 16px);
      padding: 0; } }
  @media (max-width: 768px) {
    .main-nav {
      height: calc(((100vh - 74px) / 2) - 16px); } }
  @media (min-width: 1500px) {
    .main-nav {
      left: calc((100% - 1500px) / 2);
      max-width: calc((1500px*.25) - 16px); } }
  @media (max-width: 767px) {
    .main-nav {
      display: none; } }
  .main-nav .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .main-nav .item a {
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.05em; }
      @media (max-width: 1280px) {
        .main-nav .item a {
          font-size: 16px;
          line-height: 17.81px; } }
      @media (max-width: 1120px) {
        .main-nav .item a {
          font-size: 21px;
          line-height: 25.2px; } }
      .main-nav .item a:hover, .main-nav .item a.active {
        font-family: 'URW Venus W01 Bold', Arial;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase; }
    .main-nav .item .subs {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media (max-width: 1280px) {
        .main-nav .item .subs {
          padding-top: 8px;
          padding-bottom: 8px; } }
      .main-nav .item .subs a {
        font-size: 14px;
        line-height: 18px; }
        .main-nav .item .subs a:hover, .main-nav .item .subs a.active {
          font-family: 'URW Venus W01 Bold', Arial;
          -webkit-font-smoothing: antialiased;
          text-transform: uppercase; }
        @media (max-width: 1280px) {
          .main-nav .item .subs a {
            font-size: 12px;
            line-height: 16px; } }

body.page-template-home .main-nav,
body.page-template-bar-jime .main-nav,
body.page-template-bar-jime-about .main-nav,
body.page-template-bar-jime-menu .main-nav,
body.single-barjimemenus .main-nav {
  visibility: hidden; }

/*-----------------------------------*/
/*  Text / Images block
/*-----------------------------------*/
body.page-template-philosophy section.text-images .text,
body.page-template-ethos section.text-images .text,
body.page-template-private-dining section.text-images .text,
body.error404 section.text-images .text {
  -webkit-column-gap: 35px;
  column-gap: 35px;
  -webkit-column-count: 2;
  column-count: 2;
  padding: 60px 42px 30px 42px;
  margin: 8px;
  box-sizing: border-box;
  border: 1px solid #0F1031;
  outline: 8px solid #eee; }
  @media (max-width: 1280px) {
    body.page-template-philosophy section.text-images .text,
    body.page-template-ethos section.text-images .text,
    body.page-template-private-dining section.text-images .text,
    body.error404 section.text-images .text {
      padding: 45px 28px 50px 28px; } }
  @media (max-width: 1120px) {
    body.page-template-philosophy section.text-images .text,
    body.page-template-ethos section.text-images .text,
    body.page-template-private-dining section.text-images .text,
    body.error404 section.text-images .text {
      padding: 28px; } }
  @media (max-width: 768px) {
    body.page-template-philosophy section.text-images .text,
    body.page-template-ethos section.text-images .text,
    body.page-template-private-dining section.text-images .text,
    body.error404 section.text-images .text {
      padding: 45px 28px 50px 28px; } }
  @media (max-width: 767px) {
    body.page-template-philosophy section.text-images .text,
    body.page-template-ethos section.text-images .text,
    body.page-template-private-dining section.text-images .text,
    body.error404 section.text-images .text {
      padding: 20px 14px 12px 14px;
      -webkit-column-gap: 0;
      column-gap: 0;
      -webkit-column-count: 1;
      column-count: 1;
      text-align: center; } }
  body.page-template-philosophy section.text-images .text p, body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget body.page-template-philosophy section.text-images .text .ot-dtp-picker-form, body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-philosophy section.text-images .text .ot-button,
  body.page-template-ethos section.text-images .text p,
  body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
  body.page-template-ethos section.text-images .text .ot-dtp-picker-form,
  body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
  body.page-template-ethos section.text-images .text .ot-button,
  body.page-template-private-dining section.text-images .text p,
  body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
  body.page-template-private-dining section.text-images .text .ot-dtp-picker-form,
  body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
  body.page-template-private-dining section.text-images .text .ot-button,
  body.error404 section.text-images .text p,
  body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
  body.error404 section.text-images .text .ot-dtp-picker-form,
  body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
  body.error404 section.text-images .text .ot-button {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.05em; }
    @media (max-width: 1280px) {
      body.page-template-philosophy section.text-images .text p, body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget body.page-template-philosophy section.text-images .text .ot-dtp-picker-form, body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-philosophy section.text-images .text .ot-button,
      body.page-template-ethos section.text-images .text p,
      body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
      body.page-template-ethos section.text-images .text .ot-dtp-picker-form,
      body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
      body.page-template-ethos section.text-images .text .ot-button,
      body.page-template-private-dining section.text-images .text p,
      body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
      body.page-template-private-dining section.text-images .text .ot-dtp-picker-form,
      body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
      body.page-template-private-dining section.text-images .text .ot-button,
      body.error404 section.text-images .text p,
      body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
      body.error404 section.text-images .text .ot-dtp-picker-form,
      body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
      body.error404 section.text-images .text .ot-button {
        font-size: 16px;
        line-height: 18px; } }
    @media (max-width: 1120px) {
      body.page-template-philosophy section.text-images .text p, body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget body.page-template-philosophy section.text-images .text .ot-dtp-picker-form, body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-philosophy section.text-images .text .ot-button,
      body.page-template-ethos section.text-images .text p,
      body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
      body.page-template-ethos section.text-images .text .ot-dtp-picker-form,
      body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
      body.page-template-ethos section.text-images .text .ot-button,
      body.page-template-private-dining section.text-images .text p,
      body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
      body.page-template-private-dining section.text-images .text .ot-dtp-picker-form,
      body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
      body.page-template-private-dining section.text-images .text .ot-button,
      body.error404 section.text-images .text p,
      body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
      body.error404 section.text-images .text .ot-dtp-picker-form,
      body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
      body.error404 section.text-images .text .ot-button {
        line-height: 19.2px; } }
    @media (max-width: 767px) {
      body.page-template-philosophy section.text-images .text p, body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget body.page-template-philosophy section.text-images .text .ot-dtp-picker-form, body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-philosophy section.text-images .text .ot-button,
      body.page-template-ethos section.text-images .text p,
      body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
      body.page-template-ethos section.text-images .text .ot-dtp-picker-form,
      body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
      body.page-template-ethos section.text-images .text .ot-button,
      body.page-template-private-dining section.text-images .text p,
      body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
      body.page-template-private-dining section.text-images .text .ot-dtp-picker-form,
      body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
      body.page-template-private-dining section.text-images .text .ot-button,
      body.error404 section.text-images .text p,
      body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
      body.error404 section.text-images .text .ot-dtp-picker-form,
      body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
      body.error404 section.text-images .text .ot-button {
        font-size: 12px;
        line-height: 12px; } }
    body.page-template-philosophy section.text-images .text p:not(:last-child), body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget body.page-template-philosophy section.text-images .text .ot-dtp-picker-form:not(:last-child), body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-philosophy section.text-images .text .ot-button:not(:last-child),
    body.page-template-ethos section.text-images .text p:not(:last-child),
    body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget
    body.page-template-ethos section.text-images .text .ot-dtp-picker-form:not(:last-child),
    body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
    body.page-template-ethos section.text-images .text .ot-button:not(:last-child),
    body.page-template-private-dining section.text-images .text p:not(:last-child),
    body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget
    body.page-template-private-dining section.text-images .text .ot-dtp-picker-form:not(:last-child),
    body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
    body.page-template-private-dining section.text-images .text .ot-button:not(:last-child),
    body.error404 section.text-images .text p:not(:last-child),
    body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget
    body.error404 section.text-images .text .ot-dtp-picker-form:not(:last-child),
    body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
    body.error404 section.text-images .text .ot-button:not(:last-child) {
      margin-bottom: 18px; }
      @media (max-width: 1280px) {
        body.page-template-philosophy section.text-images .text p:not(:last-child), body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget body.page-template-philosophy section.text-images .text .ot-dtp-picker-form:not(:last-child), body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-philosophy section.text-images .text .ot-button:not(:last-child),
        body.page-template-ethos section.text-images .text p:not(:last-child),
        body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget
        body.page-template-ethos section.text-images .text .ot-dtp-picker-form:not(:last-child),
        body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.page-template-ethos section.text-images .text .ot-button:not(:last-child),
        body.page-template-private-dining section.text-images .text p:not(:last-child),
        body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget
        body.page-template-private-dining section.text-images .text .ot-dtp-picker-form:not(:last-child),
        body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.page-template-private-dining section.text-images .text .ot-button:not(:last-child),
        body.error404 section.text-images .text p:not(:last-child),
        body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget
        body.error404 section.text-images .text .ot-dtp-picker-form:not(:last-child),
        body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.error404 section.text-images .text .ot-button:not(:last-child) {
          margin-bottom: 15px; } }
      @media (max-width: 1120px) {
        body.page-template-philosophy section.text-images .text p:not(:last-child), body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget body.page-template-philosophy section.text-images .text .ot-dtp-picker-form:not(:last-child), body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-philosophy section.text-images .text .ot-button:not(:last-child),
        body.page-template-ethos section.text-images .text p:not(:last-child),
        body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget
        body.page-template-ethos section.text-images .text .ot-dtp-picker-form:not(:last-child),
        body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.page-template-ethos section.text-images .text .ot-button:not(:last-child),
        body.page-template-private-dining section.text-images .text p:not(:last-child),
        body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget
        body.page-template-private-dining section.text-images .text .ot-dtp-picker-form:not(:last-child),
        body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.page-template-private-dining section.text-images .text .ot-button:not(:last-child),
        body.error404 section.text-images .text p:not(:last-child),
        body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget
        body.error404 section.text-images .text .ot-dtp-picker-form:not(:last-child),
        body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.error404 section.text-images .text .ot-button:not(:last-child) {
          margin-bottom: 18px; } }
      @media (max-width: 767px) {
        body.page-template-philosophy section.text-images .text p:not(:last-child), body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget body.page-template-philosophy section.text-images .text .ot-dtp-picker-form:not(:last-child), body.page-template-philosophy section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-philosophy section.text-images .text .ot-button:not(:last-child),
        body.page-template-ethos section.text-images .text p:not(:last-child),
        body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget
        body.page-template-ethos section.text-images .text .ot-dtp-picker-form:not(:last-child),
        body.page-template-ethos section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.page-template-ethos section.text-images .text .ot-button:not(:last-child),
        body.page-template-private-dining section.text-images .text p:not(:last-child),
        body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget
        body.page-template-private-dining section.text-images .text .ot-dtp-picker-form:not(:last-child),
        body.page-template-private-dining section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.page-template-private-dining section.text-images .text .ot-button:not(:last-child),
        body.error404 section.text-images .text p:not(:last-child),
        body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget
        body.error404 section.text-images .text .ot-dtp-picker-form:not(:last-child),
        body.error404 section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.error404 section.text-images .text .ot-button:not(:last-child) {
          margin-bottom: 12px; } }

body.page-template-philosophy section.text-images .images,
body.page-template-ethos section.text-images .images,
body.page-template-private-dining section.text-images .images,
body.error404 section.text-images .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body.page-template-philosophy section.text-images .images .item,
  body.page-template-ethos section.text-images .images .item,
  body.page-template-private-dining section.text-images .images .item,
  body.error404 section.text-images .images .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 767px) {
      body.page-template-philosophy section.text-images .images .item,
      body.page-template-ethos section.text-images .images .item,
      body.page-template-private-dining section.text-images .images .item,
      body.error404 section.text-images .images .item {
        height: 277px; }
        body.page-template-philosophy section.text-images .images .item:not(:first-child),
        body.page-template-ethos section.text-images .images .item:not(:first-child),
        body.page-template-private-dining section.text-images .images .item:not(:first-child),
        body.error404 section.text-images .images .item:not(:first-child) {
          display: none; } }
  @media (max-width: 1120px) {
    body.page-template-philosophy section.text-images .images,
    body.page-template-ethos section.text-images .images,
    body.page-template-private-dining section.text-images .images,
    body.error404 section.text-images .images {
      display: none; } }
  @media (max-width: 767px) {
    body.page-template-philosophy section.text-images .images,
    body.page-template-ethos section.text-images .images,
    body.page-template-private-dining section.text-images .images,
    body.error404 section.text-images .images {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

body.page-template-philosophy section.text-images .mobile-image,
body.page-template-ethos section.text-images .mobile-image,
body.page-template-private-dining section.text-images .mobile-image,
body.error404 section.text-images .mobile-image {
  display: none;
  margin-left: 50%; }
  @media (max-width: 1120px) {
    body.page-template-philosophy section.text-images .mobile-image,
    body.page-template-ethos section.text-images .mobile-image,
    body.page-template-private-dining section.text-images .mobile-image,
    body.error404 section.text-images .mobile-image {
      display: block; } }
  @media (max-width: 767px) {
    body.page-template-philosophy section.text-images .mobile-image,
    body.page-template-ethos section.text-images .mobile-image,
    body.page-template-private-dining section.text-images .mobile-image,
    body.error404 section.text-images .mobile-image {
      display: none; } }
  body.page-template-philosophy section.text-images .mobile-image .item,
  body.page-template-ethos section.text-images .mobile-image .item,
  body.page-template-private-dining section.text-images .mobile-image .item,
  body.error404 section.text-images .mobile-image .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

body.page-template-philosophy .text,
body.page-template-ethos .text,
body.error404 .text {
  background-color: #eee; }
  @media (max-width: 767px) {
    body.page-template-philosophy .text,
    body.page-template-ethos .text,
    body.error404 .text {
      border-color: #eee !important;
      outline-color: #0F1031 !important;
      background-color: rgba(15, 16, 49, 0.95) !important; } }
  @media (max-width: 767px) {
    body.page-template-philosophy .text p, body.page-template-philosophy .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget body.page-template-philosophy .text .ot-dtp-picker-form, body.page-template-philosophy .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-philosophy .text .ot-button,
    body.page-template-ethos .text p,
    body.page-template-ethos .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
    body.page-template-ethos .text .ot-dtp-picker-form,
    body.page-template-ethos .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
    body.page-template-ethos .text .ot-button,
    body.error404 .text p,
    body.error404 .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
    body.error404 .text .ot-dtp-picker-form,
    body.error404 .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
    body.error404 .text .ot-button {
      font-size: 12px;
      line-height: 12px;
      color: #eee; } }

/*-----------------------------------*/
/*  Bar Jime Logo
/*-----------------------------------*/
.bar-jime-logo {
  background-image: url("images/fish-love-bomb-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
  .bar-jime-logo:hover, .bar-jime-logo:active {
    background-image: url("images/fish-love-bomb-red.svg"); }

.bar-jime-logo.fixed {
  position: fixed;
  left: 56px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49px;
  height: 143px; }
  @media (max-width: 1280px) {
    .bar-jime-logo.fixed {
      left: 35px;
      bottom: 35px;
      width: 42px;
      height: 122px; } }
  @media (max-width: 1120px) {
    .bar-jime-logo.fixed {
      display: none;
      left: 20px;
      bottom: 24px;
      width: 31px;
      height: 90px; } }
  @media (min-width: 1500px) {
    .bar-jime-logo.fixed {
      left: calc(((100% - 1500px) / 2) + 56px); } }

.bar-jime-logo.static {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31px;
  height: 90px;
  margin-top: 24px;
  margin-left: 20px;
  margin-bottom: 24px; }

/*-----------------------------------*/
/*  Tablet Footer
/*-----------------------------------*/
.tablet-footer {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1120px) {
    .tablet-footer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .tablet-footer .tablet-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 18px;
    margin-bottom: 24px; }
    .tablet-footer .tablet-social > a {
      width: 24px;
      height: 24px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
      .tablet-footer .tablet-social > a.instagram {
        margin-right: 10px;
        background-image: url(images/instagram-icon-white.svg); }
      .tablet-footer .tablet-social > a.facebook {
        background-image: url(images/facebook-icon-white.svg); }

body.page-template-home .tablet-footer,
body.page-template-bar-jime .tablet-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }

/*-----------------------------------*/
/*  Mobile Heading
/*-----------------------------------*/
.mobile-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
  background-color: #eee; }
  .mobile-heading a.close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 27px;
    height: 26px;
    padding: 20px 0;
    background-image: url(images/close-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: none; }
  .mobile-heading h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 16px);
    height: 54px;
    margin: 8px;
    box-sizing: border-box;
    border: 1px solid #0F1031;
    outline: 8px solid #eee;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 0.05em; }

@media (max-width: 767px) {
  body.page-template-philosophy .mobile-heading,
  body.page-template-ethos .mobile-heading,
  body.page-template-contact .mobile-heading {
    background-color: #0F1031; }
    body.page-template-philosophy .mobile-heading a.close,
    body.page-template-ethos .mobile-heading a.close,
    body.page-template-contact .mobile-heading a.close {
      width: 26px;
      height: 27px;
      background-image: url(images/close-mobile-white.svg); }
    body.page-template-philosophy .mobile-heading h1,
    body.page-template-ethos .mobile-heading h1,
    body.page-template-contact .mobile-heading h1 {
      border-color: #eee !important;
      outline-color: #0F1031 !important;
      background-color: #0F1031;
      color: #eee; } }

/*-----------------------------------*/
/*  Home
/*-----------------------------------*/
@media (min-width: 1121px) {
  body.page-template-home main > .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    body.page-template-home main > .container .content-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 75%; } }

@media (max-width: 767px) {
  body.page-template-home main {
    padding-top: 141px; } }

body.page-template-home section.mailing-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(33.333% - 16px);
  padding: 30px 25px 0 25px;
  text-align: center;
  background-color: #eee; }
  @media (max-width: 1120px) {
    body.page-template-home section.mailing-list {
      width: calc(50% - 16px); } }
  @media (max-width: 767px) {
    body.page-template-home section.mailing-list {
      position: fixed;
      bottom: 40px;
      left: 0;
      width: 100%;
      padding: 8px;
      box-sizing: border-box; } }
  @media (min-width: 768px) {
    body.page-template-home section.mailing-list {
      margin: 8px;
      box-sizing: border-box;
      border: 1px solid #0F1031;
      outline: 8px solid #eee; } }
  body.page-template-home section.mailing-list h2,
  body.page-template-home section.mailing-list form .mc-field-group,
  body.page-template-home section.mailing-list form input[type="submit"],
  body.page-template-home section.mailing-list form a.close,
  body.page-template-home section.mailing-list div.mce_inline_error {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em; }
    @media (max-width: 1280px) {
      body.page-template-home section.mailing-list h2,
      body.page-template-home section.mailing-list form .mc-field-group,
      body.page-template-home section.mailing-list form input[type="submit"],
      body.page-template-home section.mailing-list form a.close,
      body.page-template-home section.mailing-list div.mce_inline_error {
        font-size: 12px;
        line-height: 12px; } }
    @media (max-width: 768px) {
      body.page-template-home section.mailing-list h2,
      body.page-template-home section.mailing-list form .mc-field-group,
      body.page-template-home section.mailing-list form input[type="submit"],
      body.page-template-home section.mailing-list form a.close,
      body.page-template-home section.mailing-list div.mce_inline_error {
        font-size: 14px;
        line-height: 14.53px; } }
  body.page-template-home section.mailing-list h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 767px) {
      body.page-template-home section.mailing-list h2 {
        padding-top: 8px;
        border: 1px solid #0F1031;
        border-bottom: 0; } }
  body.page-template-home section.mailing-list form {
    margin-top: 36px; }
    @media (max-width: 767px) {
      body.page-template-home section.mailing-list form {
        margin-top: 0; } }
  body.page-template-home section.mailing-list .mc-field-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      body.page-template-home section.mailing-list .mc-field-group {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-left: 1px solid #0F1031;
        border-right: 1px solid #0F1031; }
        body.page-template-home section.mailing-list .mc-field-group:first-child {
          padding-top: 36px; }
        body.page-template-home section.mailing-list .mc-field-group:nth-child(3) {
          padding-bottom: 36px;
          border-bottom: 1px solid #0F1031; } }
    body.page-template-home section.mailing-list .mc-field-group input {
      -webkit-box-flex: 40px;
      -webkit-flex: 40px;
      -ms-flex: 40px;
      flex: 40px;
      margin-top: 5px;
      padding-left: 12px;
      padding-right: 12px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-shadow: none;
      border-radius: 0;
      border: 1px solid #0F1031;
      background-color: transparent; }
      @media (max-width: 767px) {
        body.page-template-home section.mailing-list .mc-field-group input {
          width: 80%; } }
  body.page-template-home section.mailing-list div.mce_inline_error {
    color: #6B0505 !important;
    background-color: #eee !important;
    margin-bottom: 0 !important;
    font-weight: normal !important; }
  body.page-template-home section.mailing-list input[type="submit"] {
    width: 100%;
    height: 42px;
    margin-top: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border: none;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      body.page-template-home section.mailing-list input[type="submit"] {
        margin-top: 20px; } }
  body.page-template-home section.mailing-list .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'URW Venus W01 Bold', Arial;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase; }
    body.page-template-home section.mailing-list .button-wrapper a.close {
      -webkit-box-flex: 1;
      -webkit-flex: auto 0 0;
      -ms-flex: auto 0 0;
      flex: auto 0 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 8px; }
    body.page-template-home section.mailing-list .button-wrapper input[type="submit"] {
      -webkit-box-flex: 1;
      -webkit-flex: auto 0 0;
      -ms-flex: auto 0 0;
      flex: auto 0 0;
      width: auto;
      margin-top: 0;
      margin-left: 8px; }
  @media (max-width: 767px) {
    body.page-template-home section.mailing-list .button-wrapper {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 8px;
      font-family: 'URW Venus W01 Light', Arial;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase; }
      body.page-template-home section.mailing-list .button-wrapper a.close,
      body.page-template-home section.mailing-list .button-wrapper input[type="submit"] {
        height: 52px;
        box-sizing: border-box; }
      body.page-template-home section.mailing-list .button-wrapper a.close {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 6px;
        border: 1px solid #0F1031; }
      body.page-template-home section.mailing-list .button-wrapper input[type="submit"] {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 6px;
        border: 1px solid #0F1031; } }

/*-----------------------------------*/
/*  Book
/*-----------------------------------*/
body.page-template-book .content-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 1120px) {
    body.page-template-book .content-wrapper {
      width: 50%; } }
  @media (max-width: 767px) {
    body.page-template-book .content-wrapper {
      width: 100%; } }

body.page-template-book section {
  width: calc(33.333% - 16px); }
  @media (max-width: 1120px) {
    body.page-template-book section {
      width: calc(100% - 16px); } }

body.page-template-book section.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 42px; }
  @media (max-width: 768px) {
    body.page-template-book section.info {
      padding: 64px; } }
  @media (max-width: 767px) {
    body.page-template-book section.info {
      display: none; } }
  body.page-template-book section.info h2,
  body.page-template-book section.info .text p, body.page-template-book section.info .text .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget section.info .text .ot-dtp-picker-form, body.page-template-book section.info .text .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form section.info .text .ot-button {
    line-height: 1;
    letter-spacing: 0.05em; }
    @media (max-width: 1280px) {
      body.page-template-book section.info h2,
      body.page-template-book section.info .text p, body.page-template-book section.info .text .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget section.info .text .ot-dtp-picker-form, body.page-template-book section.info .text .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form section.info .text .ot-button {
        font-size: 12.63px; } }
    @media (max-width: 1120px) {
      body.page-template-book section.info h2,
      body.page-template-book section.info .text p, body.page-template-book section.info .text .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget section.info .text .ot-dtp-picker-form, body.page-template-book section.info .text .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form section.info .text .ot-button {
        font-size: 14px;
        line-height: 16.8px; } }
  body.page-template-book section.info h2 {
    font-family: 'URW Venus W01 Bold', Arial;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase; }
  body.page-template-book section.info .text {
    max-width: 243px;
    margin-top: 20px; }
    body.page-template-book section.info .text p:not(:first-child), body.page-template-book section.info .text .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:first-child), body.page-template-book .embed-code #ot-reservation-widget section.info .text .ot-dtp-picker-form:not(:first-child), body.page-template-book section.info .text .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:first-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form section.info .text .ot-button:not(:first-child) {
      margin-top: 16px; }

body.page-template-book main .content-wrapper section.open-table {
  padding-top: 24px;
  padding-bottom: 24px; }
  body.page-template-book main .content-wrapper section.open-table h3 {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.05em; }
    @media (max-width: 1280px) {
      body.page-template-book main .content-wrapper section.open-table h3 {
        font-size: 11px; } }
    @media (max-width: 767px) {
      body.page-template-book main .content-wrapper section.open-table h3 {
        font-size: 14.6px; } }

body.page-template-book .embed-code {
  margin-top: 20px; }
  body.page-template-book .embed-code iframe {
    width: 100%; }
  body.page-template-book .embed-code #ot-reservation-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    body.page-template-book .embed-code #ot-reservation-widget .ot-title {
      display: none; }
    body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker {
      background: #eee;
      padding: 0; }
    body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form {
      background: #eee;
      border: 1px solid #0F1031;
      border-radius: 0;
      font-size: 13px;
      line-height: 13px;
      letter-spacing: 0.05em; }
      @media (max-width: 1280px) {
        body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form {
          font-size: 11px;
          line-height: 11px; } }
      @media (max-width: 767px) {
        body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form {
          font-size: 14.6px;
          line-height: 14.6px; } }
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__header .picker__nav--next,
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__header .picker__nav--prev {
        color: #0F1031; }
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__month,
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__year,
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__weekday {
        color: #0F1031 !important; }
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__weekday {
        border-bottom: none; }
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__month,
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__year {
        -webkit-transform: translateY(2px);
        transform: translateY(2px); }
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day {
        border-radius: 0;
        box-sizing: border-box; }
        body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day:hover:not(.picker__day--disabled) {
          border: 1px solid #0F1031;
          background: #eee;
          color: #0F1031; }
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day--today {
        background: #eee; }
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day--disabled,
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day--disabled:hover {
        color: rgba(15, 16, 49, 0.5); }
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day--highlighted {
        background: #eee; }
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker--focused .picker__day--highlighted,
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .picker__day--highlighted:hover {
        color: #0F1031;
        border: 1px solid #0F1031; }
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-select-label {
        color: #0F1031; }
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-dtp-picker-selector {
        border-bottom: 1px solid #0F1031; }
        body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-dtp-picker-selector select {
          left: 0; }
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-dtp-picker-selector-link:before,
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-dtp-picker-selector-link:after {
        color: #0F1031; }
      body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0.05em;
        background-color: #eee;
        color: #0F1031;
        box-shadow: none;
        border-radius: 0; }
        @media (max-width: 1280px) {
          body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button {
            font-size: 11px;
            line-height: 11px; } }
        @media (max-width: 767px) {
          body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button {
            font-size: 14.6px;
            line-height: 14.6px; } }

/*-----------------------------------*/
/*  Menu
/*-----------------------------------*/
body.single-menus .main-nav .item .subs,
body.page-template-menu .main-nav .item .subs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 1120px) {
  body.single-menus,
  body.page-template-menu {
    margin-top: 363px; } }

@media (max-width: 768px) {
  body.single-menus,
  body.page-template-menu {
    margin-top: calc((100vh - 74px) / 2); } }

@media (max-width: 767px) {
  body.single-menus,
  body.page-template-menu {
    margin-top: 0; } }

body.single-menus .mobile-nav,
body.page-template-menu .mobile-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
  background-color: #eee; }
  body.single-menus .mobile-nav a,
  body.page-template-menu .mobile-nav a {
    height: 52px;
    width: 48%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0F1031;
    font-size: 21px;
    letter-spacing: 0.05em;
    margin: 0 3px 10px;
    padding: 0 5px; }
    body.single-menus .mobile-nav a.active,
    body.page-template-menu .mobile-nav a.active {
      background-color: #0F1031;
      color: #eee; }

body.single-menus section.menu-items,
body.page-template-menu section.menu-items {
  width: calc(100% - 16px);
  padding: 42px 72px 42px 48px;
  min-height: 799px;
  background-color: #eee;
  margin: 8px;
  box-sizing: border-box;
  border: 1px solid #0F1031;
  outline: 8px solid #eee; }
  @media (max-width: 1280px) {
    body.single-menus section.menu-items,
    body.page-template-menu section.menu-items {
      min-height: 710px; } }
  @media (max-width: 1120px) {
    body.single-menus section.menu-items,
    body.page-template-menu section.menu-items {
      min-height: auto;
      padding: 35px 25px; } }
  @media (max-width: 767px) {
    body.single-menus section.menu-items,
    body.page-template-menu section.menu-items {
      padding: 20px 12px 36px 12px; } }
  body.single-menus section.menu-items > div.title,
  body.single-menus section.menu-items > div.heading,
  body.single-menus section.menu-items h2.heading,
  body.single-menus section.menu-items h3.group-name,
  body.single-menus section.menu-items .item .prefix,
  body.single-menus section.menu-items .item .title,
  body.single-menus section.menu-items .item .price,
  body.page-template-menu section.menu-items > div.title,
  body.page-template-menu section.menu-items > div.heading,
  body.page-template-menu section.menu-items h2.heading,
  body.page-template-menu section.menu-items h3.group-name,
  body.page-template-menu section.menu-items .item .prefix,
  body.page-template-menu section.menu-items .item .title,
  body.page-template-menu section.menu-items .item .price {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.05em; }
    @media (max-width: 1280px) {
      body.single-menus section.menu-items > div.title,
      body.single-menus section.menu-items > div.heading,
      body.single-menus section.menu-items h2.heading,
      body.single-menus section.menu-items h3.group-name,
      body.single-menus section.menu-items .item .prefix,
      body.single-menus section.menu-items .item .title,
      body.single-menus section.menu-items .item .price,
      body.page-template-menu section.menu-items > div.title,
      body.page-template-menu section.menu-items > div.heading,
      body.page-template-menu section.menu-items h2.heading,
      body.page-template-menu section.menu-items h3.group-name,
      body.page-template-menu section.menu-items .item .prefix,
      body.page-template-menu section.menu-items .item .title,
      body.page-template-menu section.menu-items .item .price {
        font-size: 16px;
        line-height: 19.54px; } }
    @media (max-width: 1120px) {
      body.single-menus section.menu-items > div.title,
      body.single-menus section.menu-items > div.heading,
      body.single-menus section.menu-items h2.heading,
      body.single-menus section.menu-items h3.group-name,
      body.single-menus section.menu-items .item .prefix,
      body.single-menus section.menu-items .item .title,
      body.single-menus section.menu-items .item .price,
      body.page-template-menu section.menu-items > div.title,
      body.page-template-menu section.menu-items > div.heading,
      body.page-template-menu section.menu-items h2.heading,
      body.page-template-menu section.menu-items h3.group-name,
      body.page-template-menu section.menu-items .item .prefix,
      body.page-template-menu section.menu-items .item .title,
      body.page-template-menu section.menu-items .item .price {
        font-size: 16px;
        line-height: 19.2px; } }
    @media (max-width: 767px) {
      body.single-menus section.menu-items > div.title,
      body.single-menus section.menu-items > div.heading,
      body.single-menus section.menu-items h2.heading,
      body.single-menus section.menu-items h3.group-name,
      body.single-menus section.menu-items .item .prefix,
      body.single-menus section.menu-items .item .title,
      body.single-menus section.menu-items .item .price,
      body.page-template-menu section.menu-items > div.title,
      body.page-template-menu section.menu-items > div.heading,
      body.page-template-menu section.menu-items h2.heading,
      body.page-template-menu section.menu-items h3.group-name,
      body.page-template-menu section.menu-items .item .prefix,
      body.page-template-menu section.menu-items .item .title,
      body.page-template-menu section.menu-items .item .price {
        font-size: 12px;
        line-height: 14.47px; } }
  body.single-menus section.menu-items > div.title,
  body.single-menus section.menu-items > div.heading,
  body.page-template-menu section.menu-items > div.title,
  body.page-template-menu section.menu-items > div.heading {
    text-align: center; }
  @media (max-width: 767px) {
    body.single-menus section.menu-items > div.title,
    body.page-template-menu section.menu-items > div.title {
      display: none; } }
  body.single-menus section.menu-items > div.heading,
  body.page-template-menu section.menu-items > div.heading {
    margin-bottom: 20px; }
  body.single-menus section.menu-items h2.heading,
  body.page-template-menu section.menu-items h2.heading {
    margin-bottom: 30px; }
  body.single-menus section.menu-items h3.group-name,
  body.page-template-menu section.menu-items h3.group-name {
    margin-bottom: 15px; }
    body.single-menus section.menu-items h3.group-name:not(:first-of-type),
    body.page-template-menu section.menu-items h3.group-name:not(:first-of-type) {
      margin-top: 30px; }
  body.single-menus section.menu-items .item,
  body.page-template-menu section.menu-items .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 20px; }
    @media (max-width: 767px) {
      body.single-menus section.menu-items .item,
      body.page-template-menu section.menu-items .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    body.single-menus section.menu-items .item .prefix,
    body.page-template-menu section.menu-items .item .prefix {
      min-width: 52px;
      padding-right: 16px;
      box-sizing: border-box; }
    body.single-menus section.menu-items .item .dots,
    body.page-template-menu section.menu-items .item .dots {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 2px;
      margin-right: 2px;
      border-bottom: 1px dotted #231F20;
      box-sizing: border-box;
      margin-bottom: 4px; }

/*-----------------------------------*/
/*  Image / Instagram
/*-----------------------------------*/
body.page-template-image section.gallery-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  body.page-template-image section.gallery-items .item {
    position: relative;
    -webkit-box-flex: 33.333%;
    -webkit-flex: 33.333% 0 0;
    -ms-flex: 33.333% 0 0;
    flex: 33.333% 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 1120px) {
      body.page-template-image section.gallery-items .item {
        -webkit-box-flex: 50%;
        -webkit-flex: 50% 0 0;
        -ms-flex: 50% 0 0;
        flex: 50% 0 0; }
        body.page-template-image section.gallery-items .item:first-child {
          margin-left: 50%; } }
    @media (max-width: 767px) {
      body.page-template-image section.gallery-items .item {
        min-height: 240px !important; }
        body.page-template-image section.gallery-items .item:first-child {
          margin-left: 0; } }

/*-----------------------------------*/
/*  Contact
/*-----------------------------------*/
body.page-template-contact .content-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 1120px) {
    body.page-template-contact .content-wrapper {
      width: 50%; } }
  @media (max-width: 767px) {
    body.page-template-contact .content-wrapper {
      width: 100%; } }

body.page-template-contact section:not(.contact-form) {
  width: calc(33.333% - 16px); }
  @media (max-width: 1120px) {
    body.page-template-contact section:not(.contact-form) {
      width: calc(100% - 16px); } }

body.page-template-contact section.contact-form {
  border: none !important;
  outline: none !important;
  margin: 0 !important;
  padding: 8px;
  background: rgba(15, 16, 49, 0.95) !important; }
  body.page-template-contact section.contact-form #enquiry_form > h3 {
    padding: 24px 0;
    color: #eee;
    font-size: 14.7px;
    line-height: 14.7px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  body.page-template-contact section.contact-form #enquiry_form .field {
    margin-bottom: -1px; }
  body.page-template-contact section.contact-form #enquiry_form label.error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 0 12px;
    color: #eee;
    font-size: 14.7px;
    line-height: 14.7px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  body.page-template-contact section.contact-form #enquiry_form .field input,
  body.page-template-contact section.contact-form #enquiry_form .field textarea,
  body.page-template-contact section.contact-form #enquiry_form .field select,
  body.page-template-contact section.contact-form #enquiry_form button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 52px;
    padding: 8px;
    box-sizing: border-box;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #eee;
    color: #eee;
    font-size: 14.7px;
    line-height: 14.7px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    body.page-template-contact section.contact-form #enquiry_form .field input::-webkit-input-placeholder,
    body.page-template-contact section.contact-form #enquiry_form .field textarea::-webkit-input-placeholder,
    body.page-template-contact section.contact-form #enquiry_form .field select::-webkit-input-placeholder,
    body.page-template-contact section.contact-form #enquiry_form button::-webkit-input-placeholder {
      color: #eee; }
    body.page-template-contact section.contact-form #enquiry_form .field input:-ms-input-placeholder,
    body.page-template-contact section.contact-form #enquiry_form .field textarea:-ms-input-placeholder,
    body.page-template-contact section.contact-form #enquiry_form .field select:-ms-input-placeholder,
    body.page-template-contact section.contact-form #enquiry_form button:-ms-input-placeholder {
      color: #eee; }
    body.page-template-contact section.contact-form #enquiry_form .field input::placeholder,
    body.page-template-contact section.contact-form #enquiry_form .field textarea::placeholder,
    body.page-template-contact section.contact-form #enquiry_form .field select::placeholder,
    body.page-template-contact section.contact-form #enquiry_form button::placeholder {
      color: #eee; }
  body.page-template-contact section.contact-form #enquiry_form .field textarea {
    padding-top: 20px;
    min-height: 175px; }
  body.page-template-contact section.contact-form #enquiry_form button {
    margin-top: 8px; }
  body.page-template-contact section.contact-form #enquiry_form .field.honey {
    display: none; }

body.page-template-contact section.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 42px; }
  @media (max-width: 1280px) {
    body.page-template-contact section.contact-info {
      padding: 28px; } }
  @media (max-width: 768px) {
    body.page-template-contact section.contact-info {
      padding: 42px 52px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  body.page-template-contact section.contact-info .opening-hours,
  body.page-template-contact section.contact-info .address,
  body.page-template-contact section.contact-info .phone,
  body.page-template-contact section.contact-info .email,
  body.page-template-contact section.contact-info .sign-up {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.05em; }
    @media (max-width: 1280px) {
      body.page-template-contact section.contact-info .opening-hours,
      body.page-template-contact section.contact-info .address,
      body.page-template-contact section.contact-info .phone,
      body.page-template-contact section.contact-info .email,
      body.page-template-contact section.contact-info .sign-up {
        font-size: 16px;
        line-height: 18px; } }
    @media (max-width: 1120px) {
      body.page-template-contact section.contact-info .opening-hours,
      body.page-template-contact section.contact-info .address,
      body.page-template-contact section.contact-info .phone,
      body.page-template-contact section.contact-info .email,
      body.page-template-contact section.contact-info .sign-up {
        line-height: 19.2px; } }
  body.page-template-contact section.contact-info .address,
  body.page-template-contact section.contact-info .phone,
  body.page-template-contact section.contact-info .email,
  body.page-template-contact section.contact-info .sign-up {
    text-align: center; }
  body.page-template-contact section.contact-info .opening-hours {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    body.page-template-contact section.contact-info .opening-hours .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    body.page-template-contact section.contact-info .opening-hours .dots {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 2px;
      margin-right: 2px;
      border-bottom: 1px dotted #231F20;
      box-sizing: border-box;
      margin-bottom: 4px; }
  body.page-template-contact section.contact-info .address {
    max-width: 185px;
    margin-top: 62px; }
  body.page-template-contact section.contact-info .phone {
    margin-top: 56px; }
  body.page-template-contact section.contact-info .sign-up {
    margin-top: 20px; }
    @media (max-width: 1280px) {
      body.page-template-contact section.contact-info .sign-up {
        margin-top: 18px; } }
    body.page-template-contact section.contact-info .sign-up a {
      font-family: 'URW Venus W01 Bold', Arial;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase; }

body.page-template-contact section.map {
  padding: 0; }
  body.page-template-contact section.map .acf-map {
    width: 100%;
    height: 389.5px; }
    @media (max-width: 1280px) {
      body.page-template-contact section.map .acf-map {
        height: 345px; } }
    @media (max-width: 1120px) {
      body.page-template-contact section.map .acf-map {
        height: calc(((100vh - 74px) / 2) - 16px - 2px); } }

/*-----------------------------------*/
/*  Our Team
/*-----------------------------------*/
body.page-template-our-team .content-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 1120px) {
    body.page-template-our-team .content-wrapper {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

body.page-template-our-team section.work-for-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(33.333% - 16px);
  padding: 20px;
  text-align: center; }
  @media (max-width: 1280px) {
    body.page-template-our-team section.work-for-us {
      padding: 15px; } }
  @media (max-width: 1120px) {
    body.page-template-our-team section.work-for-us {
      width: calc(50% - 16px);
      padding: 52px; } }
  @media (max-width: 767px) {
    body.page-template-our-team section.work-for-us {
      display: none; } }
  body.page-template-our-team section.work-for-us h3,
  body.page-template-our-team section.work-for-us .text p,
  body.page-template-our-team section.work-for-us .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
  body.page-template-our-team section.work-for-us .text .ot-dtp-picker-form,
  body.page-template-our-team section.work-for-us .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
  body.page-template-our-team section.work-for-us .text .ot-button {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em; }
    @media (max-width: 1280px) {
      body.page-template-our-team section.work-for-us h3,
      body.page-template-our-team section.work-for-us .text p,
      body.page-template-our-team section.work-for-us .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
      body.page-template-our-team section.work-for-us .text .ot-dtp-picker-form,
      body.page-template-our-team section.work-for-us .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
      body.page-template-our-team section.work-for-us .text .ot-button {
        font-size: 16px;
        line-height: 19.54px; } }
  body.page-template-our-team section.work-for-us h3 {
    font-family: 'URW Venus W01 Bold', Arial;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase; }
  body.page-template-our-team section.work-for-us .text {
    margin-top: 20px; }
    body.page-template-our-team section.work-for-us .text p:not(:first-child), body.page-template-our-team section.work-for-us .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:first-child), body.page-template-book .embed-code #ot-reservation-widget body.page-template-our-team section.work-for-us .text .ot-dtp-picker-form:not(:first-child), body.page-template-our-team section.work-for-us .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:first-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-our-team section.work-for-us .text .ot-button:not(:first-child) {
      margin-top: 20px; }
    body.page-template-our-team section.work-for-us .text a {
      font-family: 'URW Venus W01 Bold', Arial;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase; }

body.page-template-our-team section.team-members {
  width: 66.66%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 1120px) {
    body.page-template-our-team section.team-members {
      width: 100%; } }
  body.page-template-our-team section.team-members .member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    min-height: 407.5px; }
    @media (max-width: 1280px) {
      body.page-template-our-team section.team-members .member {
        min-height: 363px; } }
    @media (max-width: 768px) {
      body.page-template-our-team section.team-members .member {
        min-height: calc((100vh - 74px) / 2); } }
    @media (max-width: 767px) {
      body.page-template-our-team section.team-members .member {
        min-height: auto;
        width: 100%; } }
    body.page-template-our-team section.team-members .member .image {
      -webkit-box-flex: 210px;
      -webkit-flex: 210px 0 0;
      -ms-flex: 210px 0 0;
      flex: 210px 0 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      width: 100%; }
      @media (max-width: 1280px) {
        body.page-template-our-team section.team-members .member .image {
          -webkit-box-flex: 182px;
          -webkit-flex: 182px 0 0;
          -ms-flex: 182px 0 0;
          flex: 182px 0 0; } }
      @media (max-width: 768px) {
        body.page-template-our-team section.team-members .member .image {
          -webkit-box-flex: 238px;
          -webkit-flex: 238px 0 0;
          -ms-flex: 238px 0 0;
          flex: 238px 0 0; } }
      @media (max-width: 767px) {
        body.page-template-our-team section.team-members .member .image {
          -webkit-box-flex: 276px;
          -webkit-flex: 276px 0 0;
          -ms-flex: 276px 0 0;
          flex: 276px 0 0; } }
    body.page-template-our-team section.team-members .member .text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px;
      text-align: center; }
      @media (max-width: 1280px) {
        body.page-template-our-team section.team-members .member .text {
          padding: 18px 12px; } }
      @media (max-width: 1120px) {
        body.page-template-our-team section.team-members .member .text {
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media (max-width: 767px) {
        body.page-template-our-team section.team-members .member .text {
          padding: 14px; } }
    body.page-template-our-team section.team-members .member h2,
    body.page-template-our-team section.team-members .member .position,
    body.page-template-our-team section.team-members .member .biography p,
    body.page-template-our-team section.team-members .member .biography body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
    body.page-template-our-team section.team-members .member .biography .ot-dtp-picker-form,
    body.page-template-our-team section.team-members .member .biography body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
    body.page-template-our-team section.team-members .member .biography .ot-button {
      font-size: 10px;
      line-height: 17px;
      letter-spacing: 0.05em; }
      @media (max-width: 1280px) {
        body.page-template-our-team section.team-members .member h2,
        body.page-template-our-team section.team-members .member .position,
        body.page-template-our-team section.team-members .member .biography p,
        body.page-template-our-team section.team-members .member .biography body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
        body.page-template-our-team section.team-members .member .biography .ot-dtp-picker-form,
        body.page-template-our-team section.team-members .member .biography body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.page-template-our-team section.team-members .member .biography .ot-button {
          font-size: 12px;
          line-height: 14.6px; } }
      @media (max-width: 1120px) {
        body.page-template-our-team section.team-members .member h2,
        body.page-template-our-team section.team-members .member .position,
        body.page-template-our-team section.team-members .member .biography p,
        body.page-template-our-team section.team-members .member .biography body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
        body.page-template-our-team section.team-members .member .biography .ot-dtp-picker-form,
        body.page-template-our-team section.team-members .member .biography body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.page-template-our-team section.team-members .member .biography .ot-button {
          max-width: 275px; } }
      @media (max-width: 768px) {
        body.page-template-our-team section.team-members .member h2,
        body.page-template-our-team section.team-members .member .position,
        body.page-template-our-team section.team-members .member .biography p,
        body.page-template-our-team section.team-members .member .biography body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
        body.page-template-our-team section.team-members .member .biography .ot-dtp-picker-form,
        body.page-template-our-team section.team-members .member .biography body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.page-template-our-team section.team-members .member .biography .ot-button {
          font-size: 13px;
          line-height: 15.6px; } }
      @media (max-width: 767px) {
        body.page-template-our-team section.team-members .member h2,
        body.page-template-our-team section.team-members .member .position,
        body.page-template-our-team section.team-members .member .biography p,
        body.page-template-our-team section.team-members .member .biography body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
        body.page-template-our-team section.team-members .member .biography .ot-dtp-picker-form,
        body.page-template-our-team section.team-members .member .biography body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.page-template-our-team section.team-members .member .biography .ot-button {
          font-size: 12px;
          line-height: 14px; } }
      @media (max-width: 767px) {
        body.page-template-our-team section.team-members .member h2,
        body.page-template-our-team section.team-members .member .position,
        body.page-template-our-team section.team-members .member .biography p,
        body.page-template-our-team section.team-members .member .biography body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget
        body.page-template-our-team section.team-members .member .biography .ot-dtp-picker-form,
        body.page-template-our-team section.team-members .member .biography body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form
        body.page-template-our-team section.team-members .member .biography .ot-button {
          max-width: none; } }
    body.page-template-our-team section.team-members .member h2 {
      font-family: 'URW Venus W01 Bold', Arial;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase;
      font-size: 12px; }
    body.page-template-our-team section.team-members .member .biography {
      margin-top: 20px; }
      @media (max-width: 1280px) {
        body.page-template-our-team section.team-members .member .biography {
          margin-top: 15px; } }

/*-----------------------------------*/
/*  Vue Group
/*-----------------------------------*/
body.page-template-vue-group section.venues {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  body.page-template-vue-group section.venues .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33.333%;
    min-height: 407.5px; }
    @media (max-width: 1280px) {
      body.page-template-vue-group section.venues .item {
        min-height: 363px; } }
    @media (max-width: 1120px) {
      body.page-template-vue-group section.venues .item {
        width: 50%; }
        body.page-template-vue-group section.venues .item:first-child {
          margin-left: 50%; } }
    @media (max-width: 768px) {
      body.page-template-vue-group section.venues .item {
        min-height: calc((100vh - 74px) / 2); } }
    @media (max-width: 767px) {
      body.page-template-vue-group section.venues .item {
        min-height: auto;
        width: 100%; }
        body.page-template-vue-group section.venues .item:first-child {
          margin-left: 0; } }
    body.page-template-vue-group section.venues .item .image {
      -webkit-box-flex: 210px;
      -webkit-flex: 210px 0 0;
      -ms-flex: 210px 0 0;
      flex: 210px 0 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      width: 100%; }
      @media (max-width: 1280px) {
        body.page-template-vue-group section.venues .item .image {
          -webkit-box-flex: 182px;
          -webkit-flex: 182px 0 0;
          -ms-flex: 182px 0 0;
          flex: 182px 0 0; } }
      @media (max-width: 768px) {
        body.page-template-vue-group section.venues .item .image {
          -webkit-box-flex: 238px;
          -webkit-flex: 238px 0 0;
          -ms-flex: 238px 0 0;
          flex: 238px 0 0; } }
      @media (max-width: 767px) {
        body.page-template-vue-group section.venues .item .image {
          -webkit-box-flex: 202px;
          -webkit-flex: 202px 0 0;
          -ms-flex: 202px 0 0;
          flex: 202px 0 0; } }
    body.page-template-vue-group section.venues .item .text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px;
      text-align: center; }
      @media (max-width: 767px) {
        body.page-template-vue-group section.venues .item .text {
          padding: 8px; } }
    body.page-template-vue-group section.venues .item h2,
    body.page-template-vue-group section.venues .item .address,
    body.page-template-vue-group section.venues .item .phone,
    body.page-template-vue-group section.venues .item .email {
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.05em; }
      @media (max-width: 1280px) {
        body.page-template-vue-group section.venues .item h2,
        body.page-template-vue-group section.venues .item .address,
        body.page-template-vue-group section.venues .item .phone,
        body.page-template-vue-group section.venues .item .email {
          font-size: 12px;
          line-height: 14.62px; } }
      @media (max-width: 1120px) {
        body.page-template-vue-group section.venues .item h2,
        body.page-template-vue-group section.venues .item .address,
        body.page-template-vue-group section.venues .item .phone,
        body.page-template-vue-group section.venues .item .email {
          font-size: 13px;
          line-height: 15.6px; } }
    body.page-template-vue-group section.venues .item h2 {
      font-family: 'URW Venus W01 Bold', Arial;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase; }
    body.page-template-vue-group section.venues .item .phone {
      margin-top: 20px; }

/*-----------------------------------*/
/*  Whats On
/*-----------------------------------*/
body.page-template-whats-on section.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  body.page-template-whats-on section.events .event {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33.333%;
    min-height: 407.5px;
    background-color: #eee; }
    @media (max-width: 1280px) {
      body.page-template-whats-on section.events .event {
        min-height: 363px; } }
    @media (max-width: 1120px) {
      body.page-template-whats-on section.events .event {
        width: 50%; }
        body.page-template-whats-on section.events .event:first-child {
          margin-left: 50%; } }
    @media (max-width: 768px) {
      body.page-template-whats-on section.events .event {
        min-height: calc((100vh - 74px) / 2); } }
    @media (max-width: 767px) {
      body.page-template-whats-on section.events .event {
        min-height: auto;
        width: 100%; }
        body.page-template-whats-on section.events .event:first-child {
          margin-left: 0; } }
    body.page-template-whats-on section.events .event .image {
      -webkit-box-flex: 210px;
      -webkit-flex: 210px 0 0;
      -ms-flex: 210px 0 0;
      flex: 210px 0 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      width: 100%; }
      @media (max-width: 1280px) {
        body.page-template-whats-on section.events .event .image {
          -webkit-box-flex: 182px;
          -webkit-flex: 182px 0 0;
          -ms-flex: 182px 0 0;
          flex: 182px 0 0; } }
      @media (max-width: 768px) {
        body.page-template-whats-on section.events .event .image {
          -webkit-box-flex: 238px;
          -webkit-flex: 238px 0 0;
          -ms-flex: 238px 0 0;
          flex: 238px 0 0; } }
      @media (max-width: 767px) {
        body.page-template-whats-on section.events .event .image {
          -webkit-box-flex: 202px;
          -webkit-flex: 202px 0 0;
          -ms-flex: 202px 0 0;
          flex: 202px 0 0; } }
    body.page-template-whats-on section.events .event .text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px;
      text-align: center; }
      @media (max-width: 767px) {
        body.page-template-whats-on section.events .event .text {
          padding: 8px; } }
      @media (min-width: 768px) {
        body.page-template-whats-on section.events .event .text {
          margin: 8px;
          box-sizing: border-box;
          border: 1px solid #0F1031;
          outline: 8px solid #eee; } }
    body.page-template-whats-on section.events .event h2,
    body.page-template-whats-on section.events .event .dash,
    body.page-template-whats-on section.events .event .short-description,
    body.page-template-whats-on section.events .event a.more-info {
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.05em; }
      @media (max-width: 1280px) {
        body.page-template-whats-on section.events .event h2,
        body.page-template-whats-on section.events .event .dash,
        body.page-template-whats-on section.events .event .short-description,
        body.page-template-whats-on section.events .event a.more-info {
          font-size: 12px;
          line-height: 14.62px; } }
      @media (max-width: 1120px) {
        body.page-template-whats-on section.events .event h2,
        body.page-template-whats-on section.events .event .dash,
        body.page-template-whats-on section.events .event .short-description,
        body.page-template-whats-on section.events .event a.more-info {
          font-size: 13px;
          line-height: 15.6px; } }
      @media (max-width: 767px) {
        body.page-template-whats-on section.events .event h2,
        body.page-template-whats-on section.events .event .dash,
        body.page-template-whats-on section.events .event .short-description,
        body.page-template-whats-on section.events .event a.more-info {
          border-left: 1px solid #0F1031;
          border-right: 1px solid #0F1031;
          font-size: 12px;
          line-height: 14.47px; } }
    body.page-template-whats-on section.events .event h2 {
      font-family: 'URW Venus W01 Bold', Arial;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        body.page-template-whats-on section.events .event h2 {
          padding-top: 14px;
          border-top: 1px solid #0F1031; } }
    @media (max-width: 767px) {
      body.page-template-whats-on section.events .event .short-description {
        padding-bottom: 14px;
        border-bottom: 1px solid #0F1031; } }
    body.page-template-whats-on section.events .event a.more-info {
      display: inline-block;
      margin-top: 20px;
      font-family: 'URW Venus W01 Bold', Arial;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        body.page-template-whats-on section.events .event a.more-info {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          height: 52px;
          margin-top: 16px;
          border: 1px solid #0F1031;
          font-size: 14.6px;
          line-height: 14.6px; } }

/*-----------------------------------*/
/*  Whats On Single
/*-----------------------------------*/
body.single-whatson section.text-images .text {
  -webkit-column-gap: 35px;
  column-gap: 35px;
  -webkit-column-count: 2;
  column-count: 2;
  padding: 60px 42px 26px 42px;
  background-color: #eee;
  margin: 8px;
  box-sizing: border-box;
  border: 1px solid #0F1031;
  outline: 8px solid #eee; }
  @media (max-width: 1280px) {
    body.single-whatson section.text-images .text {
      padding: 24px 37px 22px 37px; } }
  @media (max-width: 767px) {
    body.single-whatson section.text-images .text {
      padding: 8px 12px 20px 12px;
      -webkit-column-gap: 0;
      column-gap: 0;
      -webkit-column-count: 1;
      column-count: 1;
      text-align: center; } }
  body.single-whatson section.text-images .text p, body.single-whatson section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget body.single-whatson section.text-images .text .ot-dtp-picker-form, body.single-whatson section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.single-whatson section.text-images .text .ot-button {
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: 0.05em; }
    body.single-whatson section.text-images .text p:not(:last-child), body.single-whatson section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget body.single-whatson section.text-images .text .ot-dtp-picker-form:not(:last-child), body.single-whatson section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:not(:last-child), body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.single-whatson section.text-images .text .ot-button:not(:last-child) {
      padding-bottom: 16px; }
    @media (max-width: 1120px) {
      body.single-whatson section.text-images .text p, body.single-whatson section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget body.single-whatson section.text-images .text .ot-dtp-picker-form, body.single-whatson section.text-images .text body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.single-whatson section.text-images .text .ot-button {
        font-size: 13px;
        line-height: 15.6px; } }
  body.single-whatson section.text-images .text strong {
    font-family: 'URW Venus W01 Bold', Arial;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase; }

body.single-whatson section.text-images .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body.single-whatson section.text-images .images .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  @media (max-width: 1120px) {
    body.single-whatson section.text-images .images {
      display: none; } }

body.single-whatson section.text-images .mobile-image {
  display: none;
  margin-left: 50%; }
  @media (max-width: 1120px) {
    body.single-whatson section.text-images .mobile-image {
      display: block; } }
  @media (max-width: 767px) {
    body.single-whatson section.text-images .mobile-image {
      margin-left: 0; } }
  body.single-whatson section.text-images .mobile-image .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 767px) {
      body.single-whatson section.text-images .mobile-image .item {
        height: calc(202px - 16px); } }

/*-----------------------------------*/
/*  Bar Jime (global styles)
/*-----------------------------------*/
body.page-template-bar-jime,
body.page-template-bar-jime-about,
body.page-template-bar-jime-menu,
body.single-barjimemenus {
  background-image: url("images/bar-jime-bg-2000.jpg");
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none; }
  @media (max-width: 1120px) {
    body.page-template-bar-jime,
    body.page-template-bar-jime-about,
    body.page-template-bar-jime-menu,
    body.single-barjimemenus {
      background-image: url("images/bar-jime-bg-tablet.jpg");
      background-position: center bottom; } }
  body.page-template-bar-jime .bar-jime-logo,
  body.page-template-bar-jime-about .bar-jime-logo,
  body.page-template-bar-jime-menu .bar-jime-logo,
  body.single-barjimemenus .bar-jime-logo {
    background-image: url("images/fish-love-bomb-red.svg"); }
  body.page-template-bar-jime section.barjime-nav,
  body.page-template-bar-jime-about section.barjime-nav,
  body.page-template-bar-jime-menu section.barjime-nav,
  body.single-barjimemenus section.barjime-nav {
    z-index: 101;
    position: fixed;
    top: 85px;
    left: 0;
    width: calc(25% - 16px);
    padding-top: 62px;
    padding-left: 60px; }
    @media (max-width: 1280px) {
      body.page-template-bar-jime section.barjime-nav,
      body.page-template-bar-jime-about section.barjime-nav,
      body.page-template-bar-jime-menu section.barjime-nav,
      body.single-barjimemenus section.barjime-nav {
        top: 74px;
        padding-top: 54px;
        padding-left: 35px; } }
    @media (max-width: 767px) {
      body.page-template-bar-jime section.barjime-nav,
      body.page-template-bar-jime-about section.barjime-nav,
      body.page-template-bar-jime-menu section.barjime-nav,
      body.single-barjimemenus section.barjime-nav {
        position: static;
        width: 100%;
        padding-top: 24px;
        padding-left: 24px; } }
    @media (min-width: 1500px) {
      body.page-template-bar-jime section.barjime-nav,
      body.page-template-bar-jime-about section.barjime-nav,
      body.page-template-bar-jime-menu section.barjime-nav,
      body.single-barjimemenus section.barjime-nav {
        left: calc((100% - 1500px) / 2);
        max-width: 359px; } }
    body.page-template-bar-jime section.barjime-nav a.logo,
    body.page-template-bar-jime-about section.barjime-nav a.logo,
    body.page-template-bar-jime-menu section.barjime-nav a.logo,
    body.single-barjimemenus section.barjime-nav a.logo {
      display: inline-block;
      width: 439px;
      height: 72px;
      background-image: url(images/bar-jime-logo.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 1280px) {
        body.page-template-bar-jime section.barjime-nav a.logo,
        body.page-template-bar-jime-about section.barjime-nav a.logo,
        body.page-template-bar-jime-menu section.barjime-nav a.logo,
        body.single-barjimemenus section.barjime-nav a.logo {
          width: 390px;
          height: 64px; } }
      @media (max-width: 767px) {
        body.page-template-bar-jime section.barjime-nav a.logo,
        body.page-template-bar-jime-about section.barjime-nav a.logo,
        body.page-template-bar-jime-menu section.barjime-nav a.logo,
        body.single-barjimemenus section.barjime-nav a.logo {
          width: 250px;
          height: 42px; } }
    body.page-template-bar-jime section.barjime-nav a.hamburger,
    body.page-template-bar-jime-about section.barjime-nav a.hamburger,
    body.page-template-bar-jime-menu section.barjime-nav a.hamburger,
    body.single-barjimemenus section.barjime-nav a.hamburger {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 22px;
      height: 19px;
      margin-top: 35px;
      background-image: url(images/hamburger-white-v2.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 1280px) {
        body.page-template-bar-jime section.barjime-nav a.hamburger,
        body.page-template-bar-jime-about section.barjime-nav a.hamburger,
        body.page-template-bar-jime-menu section.barjime-nav a.hamburger,
        body.single-barjimemenus section.barjime-nav a.hamburger {
          margin-top: 25px; } }
      @media (max-width: 767px) {
        body.page-template-bar-jime section.barjime-nav a.hamburger,
        body.page-template-bar-jime-about section.barjime-nav a.hamburger,
        body.page-template-bar-jime-menu section.barjime-nav a.hamburger,
        body.single-barjimemenus section.barjime-nav a.hamburger {
          width: 31px;
          height: 27px; } }
      body.page-template-bar-jime section.barjime-nav a.hamburger.close,
      body.page-template-bar-jime-about section.barjime-nav a.hamburger.close,
      body.page-template-bar-jime-menu section.barjime-nav a.hamburger.close,
      body.single-barjimemenus section.barjime-nav a.hamburger.close {
        background-image: url(images/close-white.svg); }
        @media (max-width: 767px) {
          body.page-template-bar-jime section.barjime-nav a.hamburger.close,
          body.page-template-bar-jime-about section.barjime-nav a.hamburger.close,
          body.page-template-bar-jime-menu section.barjime-nav a.hamburger.close,
          body.single-barjimemenus section.barjime-nav a.hamburger.close {
            width: 26px;
            height: 27px;
            background-image: url(images/close-mobile-white.svg); } }
    body.page-template-bar-jime section.barjime-nav .nav,
    body.page-template-bar-jime-about section.barjime-nav .nav,
    body.page-template-bar-jime-menu section.barjime-nav .nav,
    body.single-barjimemenus section.barjime-nav .nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 15px; }
      body.page-template-bar-jime section.barjime-nav .nav a,
      body.page-template-bar-jime-about section.barjime-nav .nav a,
      body.page-template-bar-jime-menu section.barjime-nav .nav a,
      body.single-barjimemenus section.barjime-nav .nav a {
        font-family: 'Messina Sans Bold', Arial;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase;
        font-size: 23px;
        line-height: 27.6px;
        letter-spacing: 0.05em;
        color: #eee;
        text-transform: none; }
        @media (max-width: 1280px) {
          body.page-template-bar-jime section.barjime-nav .nav a,
          body.page-template-bar-jime-about section.barjime-nav .nav a,
          body.page-template-bar-jime-menu section.barjime-nav .nav a,
          body.single-barjimemenus section.barjime-nav .nav a {
            font-size: 21px;
            line-height: 25.2px; } }
        @media (max-width: 767px) {
          body.page-template-bar-jime section.barjime-nav .nav a,
          body.page-template-bar-jime-about section.barjime-nav .nav a,
          body.page-template-bar-jime-menu section.barjime-nav .nav a,
          body.single-barjimemenus section.barjime-nav .nav a {
            font-size: 18px;
            line-height: 21.7px; } }
        body.page-template-bar-jime section.barjime-nav .nav a.active::before,
        body.page-template-bar-jime-about section.barjime-nav .nav a.active::before,
        body.page-template-bar-jime-menu section.barjime-nav .nav a.active::before,
        body.single-barjimemenus section.barjime-nav .nav a.active::before {
          content: "—";
          margin-right: 8px; }
      body.page-template-bar-jime section.barjime-nav .nav .subs,
      body.page-template-bar-jime-about section.barjime-nav .nav .subs,
      body.page-template-bar-jime-menu section.barjime-nav .nav .subs,
      body.single-barjimemenus section.barjime-nav .nav .subs {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
        body.page-template-bar-jime section.barjime-nav .nav .subs a,
        body.page-template-bar-jime-about section.barjime-nav .nav .subs a,
        body.page-template-bar-jime-menu section.barjime-nav .nav .subs a,
        body.single-barjimemenus section.barjime-nav .nav .subs a {
          font-size: 19px;
          line-height: 26.8px; }
          @media (max-width: 1280px) {
            body.page-template-bar-jime section.barjime-nav .nav .subs a,
            body.page-template-bar-jime-about section.barjime-nav .nav .subs a,
            body.page-template-bar-jime-menu section.barjime-nav .nav .subs a,
            body.single-barjimemenus section.barjime-nav .nav .subs a {
              font-size: 15px;
              line-height: 22.8px; } }
          @media (max-width: 767px) {
            body.page-template-bar-jime section.barjime-nav .nav .subs a,
            body.page-template-bar-jime-about section.barjime-nav .nav .subs a,
            body.page-template-bar-jime-menu section.barjime-nav .nav .subs a,
            body.single-barjimemenus section.barjime-nav .nav .subs a {
              font-size: 12px;
              line-height: 16px; } }
          body.page-template-bar-jime section.barjime-nav .nav .subs a:first-child,
          body.page-template-bar-jime-about section.barjime-nav .nav .subs a:first-child,
          body.page-template-bar-jime-menu section.barjime-nav .nav .subs a:first-child,
          body.single-barjimemenus section.barjime-nav .nav .subs a:first-child {
            margin-top: 4px; }
          body.page-template-bar-jime section.barjime-nav .nav .subs a.active,
          body.page-template-bar-jime-about section.barjime-nav .nav .subs a.active,
          body.page-template-bar-jime-menu section.barjime-nav .nav .subs a.active,
          body.single-barjimemenus section.barjime-nav .nav .subs a.active {
            text-decoration: underline; }
            body.page-template-bar-jime section.barjime-nav .nav .subs a.active::before,
            body.page-template-bar-jime-about section.barjime-nav .nav .subs a.active::before,
            body.page-template-bar-jime-menu section.barjime-nav .nav .subs a.active::before,
            body.single-barjimemenus section.barjime-nav .nav .subs a.active::before {
              display: none; }

body.single-barjimemenus section.barjime-nav .nav .subs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/*-----------------------------------*/
/*  Bar Jime About
/*-----------------------------------*/
body.page-template-bar-jime-about {
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none; }
  body.page-template-bar-jime-about .content-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      body.page-template-bar-jime-about .content-wrapper {
        padding-right: 0; } }
  body.page-template-bar-jime-about section.about {
    max-width: 478px;
    margin-top: 156px; }
    @media (max-width: 1280px) {
      body.page-template-bar-jime-about section.about {
        margin-top: 130px; } }
    @media (max-width: 1120px) {
      body.page-template-bar-jime-about section.about {
        margin-top: 176px; } }
    @media (max-width: 767px) {
      body.page-template-bar-jime-about section.about {
        margin-top: 0;
        padding: 0 24px 24px; } }
    body.page-template-bar-jime-about section.about h2, body.page-template-bar-jime-about section.about p, body.page-template-bar-jime-about section.about body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget body.page-template-bar-jime-about section.about .ot-dtp-picker-form, body.page-template-bar-jime-about section.about body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-bar-jime-about section.about .ot-button {
      font-family: 'Messina Sans Bold', Arial;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase;
      font-size: 23px;
      line-height: 27.6px;
      letter-spacing: 0.05em;
      color: #eee;
      text-transform: none; }
      @media (max-width: 1280px) {
        body.page-template-bar-jime-about section.about h2, body.page-template-bar-jime-about section.about p, body.page-template-bar-jime-about section.about body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget body.page-template-bar-jime-about section.about .ot-dtp-picker-form, body.page-template-bar-jime-about section.about body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-bar-jime-about section.about .ot-button {
          font-size: 21px;
          line-height: 25.2px; } }
      @media (max-width: 767px) {
        body.page-template-bar-jime-about section.about h2, body.page-template-bar-jime-about section.about p, body.page-template-bar-jime-about section.about body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget body.page-template-bar-jime-about section.about .ot-dtp-picker-form, body.page-template-bar-jime-about section.about body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-bar-jime-about section.about .ot-button {
          font-size: 15px;
          line-height: 17.7px; } }
    body.page-template-bar-jime-about section.about h2::before {
      content: "—";
      margin-right: 8px; }
    @media (max-width: 767px) {
      body.page-template-bar-jime-about section.about h2 {
        display: none; } }
    body.page-template-bar-jime-about section.about p, body.page-template-bar-jime-about section.about body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget body.page-template-bar-jime-about section.about .ot-dtp-picker-form, body.page-template-bar-jime-about section.about body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-bar-jime-about section.about .ot-button {
      margin-top: 26px; }
      @media (max-width: 767px) {
        body.page-template-bar-jime-about section.about p, body.page-template-bar-jime-about section.about body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form, body.page-template-book .embed-code #ot-reservation-widget body.page-template-bar-jime-about section.about .ot-dtp-picker-form, body.page-template-bar-jime-about section.about body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-bar-jime-about section.about .ot-button {
          margin-top: 20px; }
          body.page-template-bar-jime-about section.about p:first-of-type, body.page-template-bar-jime-about section.about body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form:first-of-type, body.page-template-book .embed-code #ot-reservation-widget body.page-template-bar-jime-about section.about .ot-dtp-picker-form:first-of-type, body.page-template-bar-jime-about section.about body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form .ot-button:first-of-type, body.page-template-book .embed-code #ot-reservation-widget .ot-dtp-picker-form body.page-template-bar-jime-about section.about .ot-button:first-of-type {
            margin-top: 40px; } }

/*-----------------------------------*/
/*  Bar Jime Menu
/*-----------------------------------*/
body.page-template-bar-jime-menu,
body.single-barjimemenus {
  background-color: #2C0175;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none; }
  body.page-template-bar-jime-menu .content-wrapper,
  body.single-barjimemenus .content-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      body.page-template-bar-jime-menu .content-wrapper,
      body.single-barjimemenus .content-wrapper {
        padding-right: 0; } }
  body.page-template-bar-jime-menu section.menu-items,
  body.single-barjimemenus section.menu-items {
    max-width: 478px;
    margin-top: 156px; }
    @media (max-width: 1280px) {
      body.page-template-bar-jime-menu section.menu-items,
      body.single-barjimemenus section.menu-items {
        margin-top: 130px; } }
    @media (max-width: 1120px) {
      body.page-template-bar-jime-menu section.menu-items,
      body.single-barjimemenus section.menu-items {
        margin-top: 176px; } }
    @media (max-width: 767px) {
      body.page-template-bar-jime-menu section.menu-items,
      body.single-barjimemenus section.menu-items {
        margin-top: 0;
        padding: 0 24px 24px; } }
    body.page-template-bar-jime-menu section.menu-items > .title,
    body.page-template-bar-jime-menu section.menu-items > .heading,
    body.page-template-bar-jime-menu section.menu-items h2.block,
    body.page-template-bar-jime-menu section.menu-items .item .title,
    body.page-template-bar-jime-menu section.menu-items .item .descriptor,
    body.page-template-bar-jime-menu section.menu-items .item .price,
    body.single-barjimemenus section.menu-items > .title,
    body.single-barjimemenus section.menu-items > .heading,
    body.single-barjimemenus section.menu-items h2.block,
    body.single-barjimemenus section.menu-items .item .title,
    body.single-barjimemenus section.menu-items .item .descriptor,
    body.single-barjimemenus section.menu-items .item .price {
      font-family: 'Messina Sans Bold', Arial;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #eee;
      text-transform: none; }
    body.page-template-bar-jime-menu section.menu-items > .title::before,
    body.single-barjimemenus section.menu-items > .title::before {
      content: "—";
      margin-right: 8px; }
    @media (max-width: 767px) {
      body.page-template-bar-jime-menu section.menu-items > .title,
      body.single-barjimemenus section.menu-items > .title {
        display: none; } }
    body.page-template-bar-jime-menu section.menu-items > .title,
    body.page-template-bar-jime-menu section.menu-items .item .title,
    body.page-template-bar-jime-menu section.menu-items .item .price,
    body.single-barjimemenus section.menu-items > .title,
    body.single-barjimemenus section.menu-items .item .title,
    body.single-barjimemenus section.menu-items .item .price {
      font-size: 23px;
      line-height: 27.6px; }
      @media (max-width: 1280px) {
        body.page-template-bar-jime-menu section.menu-items > .title,
        body.page-template-bar-jime-menu section.menu-items .item .title,
        body.page-template-bar-jime-menu section.menu-items .item .price,
        body.single-barjimemenus section.menu-items > .title,
        body.single-barjimemenus section.menu-items .item .title,
        body.single-barjimemenus section.menu-items .item .price {
          font-size: 21px;
          line-height: 25.2px; } }
      @media (max-width: 767px) {
        body.page-template-bar-jime-menu section.menu-items > .title,
        body.page-template-bar-jime-menu section.menu-items .item .title,
        body.page-template-bar-jime-menu section.menu-items .item .price,
        body.single-barjimemenus section.menu-items > .title,
        body.single-barjimemenus section.menu-items .item .title,
        body.single-barjimemenus section.menu-items .item .price {
          font-size: 15px;
          line-height: 17.7px; } }
    body.page-template-bar-jime-menu section.menu-items h2.block,
    body.page-template-bar-jime-menu section.menu-items .item .descriptor,
    body.single-barjimemenus section.menu-items h2.block,
    body.single-barjimemenus section.menu-items .item .descriptor {
      font-size: 17px;
      line-height: 20.4px; }
      @media (max-width: 1280px) {
        body.page-template-bar-jime-menu section.menu-items h2.block,
        body.page-template-bar-jime-menu section.menu-items .item .descriptor,
        body.single-barjimemenus section.menu-items h2.block,
        body.single-barjimemenus section.menu-items .item .descriptor {
          font-size: 15px;
          line-height: 18px; } }
      @media (max-width: 767px) {
        body.page-template-bar-jime-menu section.menu-items h2.block,
        body.page-template-bar-jime-menu section.menu-items .item .descriptor,
        body.single-barjimemenus section.menu-items h2.block,
        body.single-barjimemenus section.menu-items .item .descriptor {
          font-size: 12px;
          line-height: 14.46px; } }
    body.page-template-bar-jime-menu section.menu-items h2.block,
    body.single-barjimemenus section.menu-items h2.block {
      margin-top: 26px; }
      @media (max-width: 767px) {
        body.page-template-bar-jime-menu section.menu-items h2.block,
        body.single-barjimemenus section.menu-items h2.block {
          margin-top: 20px; } }
    body.page-template-bar-jime-menu section.menu-items .item,
    body.single-barjimemenus section.menu-items .item {
      margin-top: 26px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 478px; }
      @media (max-width: 767px) {
        body.page-template-bar-jime-menu section.menu-items .item,
        body.single-barjimemenus section.menu-items .item {
          margin-top: 20px; } }

/*-----------------------------------*/
/*  404
/*-----------------------------------*/
body.error404 main .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  body.error404 main .content-wrapper .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    body.error404 main .content-wrapper .text h1, body.error404 main .content-wrapper .text h2 {
      color: white;
      font-size: 18px; }
