@font-face {
  font-family: "Univers LT Pro 65 Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Univers LT Pro 65 Bold"), url("assets/fonts/UniversLTPro-65Bold.woff") format("woff");
}
@font-face {
  font-family: "Univers Light";
  font-style: normal;
  font-weight: normal;
  src: local("Univers Light"), url("assets/fonts/UniversLight.woff") format("woff");
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 30px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.hamburger-inner::before {
  background: none;
}

.hamburger.hamburger--slider {
  height: 30px;
  margin-left: auto;
  margin-right: 2rem;
  margin-top: -5px;
  z-index: 10;
}

.mobile-menu {
  visibility: visible;
  z-index: 5;
  background-color: white;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 1;
  transition: visibility 0.2s linear, opacity 0.2s linear;
}
.mobile-menu .menu-main-menu-container {
  margin: 2rem;
}

.mobile-menu.hide {
  transition: visibility 0.2s linear, opacity 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.menu-main-menu-container ul.menu,
.menu-food-drink-container ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-main-menu-container ul.menu li,
.menu-food-drink-container ul.menu li {
  margin: 0;
  padding: 0.2rem 0;
}
.menu-main-menu-container ul.menu li a,
.menu-food-drink-container ul.menu li a {
  color: #000;
  text-decoration: none;
}
.menu-main-menu-container ul.menu li a:hover,
.menu-food-drink-container ul.menu li a:hover {
  color: #aaa;
}
.menu-main-menu-container ul.menu li.current-menu-item a, .menu-main-menu-container ul.menu li.current-page-ancestor a,
.menu-food-drink-container ul.menu li.current-menu-item a,
.menu-food-drink-container ul.menu li.current-page-ancestor a {
  font-family: "Univers LT Pro 65 Bold";
  font-weight: normal;
}
.menu-main-menu-container ul.menu li:last-child,
.menu-food-drink-container ul.menu li:last-child {
  padding-bottom: 0;
}

.left-arrow img {
  transform: rotate(90deg);
  width: 25px;
}

.fdm-column li.fdm-section-header {
  border-width: 0;
  margin-bottom: 0;
}
.fdm-column li.fdm-section-header h3 {
  margin-bottom: 0;
  font-weight: normal;
}
.fdm-column .fdm-item-title, .fdm-column .fdm-item-price {
  font-family: "Univers LT Pro 65 Bold";
}
.fdm-column .fdm-item-has-price .fdm-item-panel p {
  margin-right: 10%;
}
.fdm-column .fdm-item-panel {
  margin-bottom: 1rem;
}
.fdm-column .fdm-section {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media (max-width: 450px) {
  .fdm-column .fdm-item-price-wrapper {
    text-align: left;
    white-space: normal;
    position: relative;
    margin-bottom: 1em;
    width: 100%;
  }
  .fdm-column .fdm-item-price-wrapper {
    position: absolute;
    width: 20%;
    text-align: right;
    top: 0;
    right: 0;
    white-space: nowrap;
  }
}
.fdm-column .fdm-item-content {
  padding-right: 2rem;
}

.fdm-menu-footer p {
  font-style: normal;
}

.journal-post {
  flex-direction: column-reverse !important;
  margin-bottom: 2rem;
}
.journal-post h3 {
  margin: 0;
}
.journal-post .date {
  margin-bottom: 2rem;
  display: block;
}
.journal-post .image {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .journal-post {
    flex-direction: row !important;
  }
  .journal-post .image {
    margin-bottom: 0;
  }
}
.social-icon {
  display: inline-block;
  background-color: #fff;
  padding: 2rem 0 1rem 0;
}
.social-icon img {
  height: 18px;
}

.social-icon:last-child {
  margin-right: 0;
}

.social-icons {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Univers Light";
  font-size: 1rem;
  height: 100%;
}
body.mobile-menu-active {
  overflow: hidden;
}

.outer-wrapper {
  overflow: hidden;
}

body.admin-bar .outer-wrapper {
  margin-top: -32px;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h3 {
  font-family: "Univers LT Pro 65 Bold";
  font-weight: normal;
  font-size: 1rem;
}

strong {
  font-family: "Univers LT Pro 65 Bold";
  font-weight: normal;
}

.wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .wrapper {
    flex-direction: row;
    height: 100vh;
  }
}
.left {
  display: block;
  margin-left: 2rem;
  padding-top: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  .left {
    margin-bottom: 0;
    margin-right: 4rem;
    padding-bottom: 2rem;
    width: 190px;
    overflow: hidden;
    display: flex;
    height: calc(100vh - 4rem);
    flex-direction: column;
    justify-content: space-between;
  }
}
.left .top {
  display: flex;
  align-items: flex-start;
  align-content: space-between;
}
@media (min-width: 1200px) {
  .left .top {
    display: block;
  }
}
.left .bottom {
  display: none;
}
@media (min-width: 1200px) {
  .left .bottom {
    overflow: scroll;
    display: block;
  }
}

.right {
  width: 100%;
  overflow-y: scroll;
}
.right .top, .right .bottom {
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .right .top, .right .bottom {
    margin-left: 0;
    margin-right: 0;
    padding-right: 2rem;
  }
}
.right .top .content, .right .bottom .content {
  display: flex;
}
.right .top .content p:last-of-type, .right .bottom .content p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .right .top .content, .right .bottom .content {
    padding-right: 2rem;
    flex: 5;
  }
}
@media (min-width: 1400px) {
  .right .top .content, .right .bottom .content {
    flex: 5;
  }
}
@media (min-width: 1200px) {
  .right .top .image, .right .bottom .image {
    flex: 7;
  }
}
@media (min-width: 1400px) {
  .right .top .image, .right .bottom .image {
    flex: 7;
  }
}
.right .top {
  margin-bottom: 2rem;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .right .top {
    flex-direction: initial;
    height: calc(100vh - 4rem);
    padding-top: 2rem;
  }
}
.right .top .introduction .left-arrow {
  margin-bottom: 2rem;
}
.right .top .content {
  align-items: flex-end;
}
.right .top .image {
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .right .top .image {
    background: none !important;
  }
}
@media (min-width: 1200px) {
  .right .top .image {
    flex-direction: column-reverse;
    margin-bottom: 0;
    height: calc(100vh - 4rem);
    overflow: hidden;
  }
}
.right .bottom {
  justify-content: flex-start;
}
.right .bottom section {
  width: 100%;
}
.right .bottom .image img {
  margin-bottom: 2rem;
}
.right .bottom .image img:last-of-type {
  margin-bottom: 0;
}
.right .bottom:last-child {
  margin-bottom: 2rem;
}

.logo {
  width: 151px;
}

.right-image {
  width: 100%;
  height: auto;
}

.divider {
  display: block;
}

.img-responsive {
  transform-origin: 0 100%;
  transform: scale(0.5);
}

.hidden-mobile {
  display: none;
}
@media (min-width: 1200px) {
  .hidden-mobile {
    display: block;
  }
}

.hidden-desktop {
  display: block;
}
@media (min-width: 1200px) {
  .hidden-desktop {
    display: none;
  }
}

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