/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.sod_select,
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sod_select {
  margin-top: 7px;
  width: 50%;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 15px 10px;
  border: 2px solid #bcb4b0;
  background: #fff;
  color: #bcb4b0;
  text-align: left;
  outline: 0;
  outline-offset: -2px;
}
.sod_select:after {
  position: absolute;
  right: 10px;
  font-size: 18px;
  content: "\25BC";
  top: calc(50% - 11px);
  color: #9e9e9e;
}
.sod_select.focus,
.sod_select.open,
.sod_select:hover {
  border-color: #bcb4b0;
}
.sod_select.open {
  color: #9e9e9e;
}
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
}
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: calc(100% + 4px);
  margin: 0 0 0 -2px;
  background: #fff;
  border: 2px solid #bcb4b0;
  color: #bcb4b0;
  z-index: 1;
}
.sod_select.open .sod_list_wrapper {
  display: block;
}
.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000;
  border-bottom: none;
}
a,
a:hover {
  border-bottom: 2px solid;
}
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px;
  list-style-type: none;
}
.sod_select .sod_option.is-placeholder,
.sod_select.no_highlight .sod_option.selected:before {
  display: none;
}
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}
.sod_select .sod_option.groupchild {
  padding-left: 20px;
}
.sod_select .sod_option.disabled {
  background: inherit;
  color: #ccc;
}
.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333;
}
.logo,
a:hover {
  color: #ed1c25;
}
.sod_select select {
  display: none !important;
}
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
body,
html {
  padding: 0;
  margin: 0;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  background-color: #bcb4b0;
}
body {
  position: relative;
}
.bottom,
.center,
.left,
.right,
.top {
  opacity: 0;
  position: fixed;
}
.top {
  top: 2.5em;
}
.right {
  right: 2.5em;
}
.bottom {
  bottom: 2.5em;
}
.left {
  left: 2.5em;
}
.bottom a,
.left a,
.right a,
.top a {
  display: inline-block;
}
.center {
  top: 50%;
  left: 50%;
  max-width: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
}
.hero {
  padding: 0 0 20px;
}
.social {
  position: relative;
}
.social:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -26px;
  margin-right: 5px;
  width: 20px;
  height: 1em;
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: center;
}
.social--facebook:before {
  background-image: url(../img/icon-facebook.svg);
}
.social--instagram:before {
  background-image: url(../img/icon-instagram.svg);
}
.instafeed-item {
  margin-bottom: 30px;
}
.instafeed-item:last-of-type {
  margin-bottom: 0;
}
.mobile-show {
  display: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
  html {
    padding: 50px;
  }
  body {
    position: relative;
  }
  .bottom,
  .left,
  .right,
  .top {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: relative;
    margin-bottom: 0.8em;
  }
  .center {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 100%;
    margin-bottom: 2em;
  }
}
@font-face {
  font-family: CircularStd-Book;
  src: url(../fonts/lineto-circular-pro-book.eot);
  src: url(../fonts/lineto-circular-pro-book.eot?iefix) format("eot"),
    url(../fonts/lineto-circular-pro-book.woff) format("woff"),
    url(../fonts/lineto-circular-pro-book.ttf) format("truetype"),
    url(../fonts/lineto-circular-pro-book.svg#circular-std-book) format("svg");
  font-weight: 400;
  font-style: normal;
}
body,
button {
  font-family: CircularStd-Book, Arial;
  font-size: 0.8vw;
  line-height: 130%;
  text-align: center;
  color: #121212;
}
.deliveroo__cta,
.voucher__cta {
  align-content: center;
  line-height: 1.2em;
}
.logo {
  position: relative;
  transition: color 0.4s;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 100;
}
a,
button {
  color: #121212;
}
.logo__image {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  transition: color 0.4s, border-bottom 0.4s;
  display: inline-block;
}
button {
  font-size: 100%;
  padding: 12px 30px;
  background-color: #eae4d9;
  border: 0;
  outline: 0;
  transition: color 0.4s, background-color 0.4s;
}
button:hover {
  background-color: #727272;
  color: #eae4d9;
}
button.trigger-modal {
  margin-top: 2.5em;
}
@media screen and (max-width: 2000px) {
  body {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1500px) {
  body {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 1.4vw;
  }
}
.mobile__break {
  display: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6vw;
  }
  h1.logo .logo__image {
    padding: 0 10px 50px;
  }
  .logo__image {
    max-width: 250px;
  }
  .modal_open .logo {
    color: #fff;
  }
}
.modal,
.modal a {
  color: #121212;
}
@media screen and (max-width: 600px) {
  .mobile__break {
    display: block;
  }
  body {
    font-size: 17px;
  }
  .section--2 .booking__information p {
    padding: 0 30px;
  }
}
.modal {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  position: fixed;
  background-color: #eae4d9;
  top: calc(4.5em + 10px);
  bottom: calc(4.5em + 10px);
  width: 600px;
  left: 50%;
  padding: 120px 60px 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
}
.modal__logo {
  opacity: 0;
}
.modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  border-bottom: 0;
  transition: opacity 0.4s;
}
.modal__close:hover {
  border-bottom: 0;
  opacity: 0.5;
}
.modal__close:hover img {
  fill: red;
}
.modal__close img {
  width: 40px;
}
.modal a:hover {
  color: #ed1c25;
}
.modal p {
  margin-bottom: 0.75em;
}
.modal p:last-of-type {
  margin-bottom: 0;
}
.modal__nav ul {
  padding: 0;
  margin: 2.5em 0 0;
  display: block;
  list-style: none;
}
.modal__nav ul li {
  display: inline-block;
  margin: 0 6px;
}
.modal__nav a {
  position: relative;
  z-index: 9999;
  color: #121212;
  border-bottom: 2px solid transparent;
}
.modal__nav a.active {
  color: #121212;
  border-bottom: 2px solid #121212;
}
.modal__content {
  margin-top: 2.5em;
}
.modal__content__page {
  padding-bottom: 60px;
  display: none;
}
.modal .gallery__photo {
  margin-bottom: 15px;
}
.modal .gallery__photo a {
  border-bottom: 0;
}
.modal .gallery__photo:last-of-type {
  margin-bottom: 0;
}
.modal .gallery__load-more {
  margin-top: 60px;
}
.modal .hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 120px;
  margin-bottom: 1.25em;
}
.modal .hours__col {
  width: 50%;
}
.modal .map-link {
  display: block;
  border-bottom: 0;
}
.modal #map {
  width: 100%;
  margin-top: 2.5em;
  height: 360px;
}
.modal .dimmi-widget,
.modal--season .modal__season-img {
  margin: 0 auto;
}
.modal--season {
  display: block;
  padding: 0;
  width: 560px;
  text-align: center;
}
.modal--season .modal__close img {
  width: 30px;
}
.modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #bcb4b0;
  opacity: 0.8;
  z-index: 30;
}
.booking_info {
  display: none;
  margin-top: 1.25em;
}
@media screen and (max-width: 1140px) {
  .modal {
    top: 6em;
    bottom: 6em;
    padding: 90px 60px 60px;
    width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .modal {
    padding: 90px 30px 60px;
    top: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
  }
  .modal__content__page {
    padding-bottom: 0;
  }
  .modal__nav ul li {
    display: block;
    margin: 0;
  }
  .modal .sod_select {
    width: 100%;
  }
  .modal .hours {
    padding: 0;
  }
  .modal #map {
    height: 300px;
  }
}
.cta__wrap {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  right: 2.5em;
  top: 130px;
}
.deliveroo__cta {
  width: 110px;
  top: 200px;
  display: flex;
  margin-bottom: 2em;
  margin-top: 1em;
  align-items: center;
  justify-content: center;
  color: #121212;
  opacity: 0;
  text-decoration: none;
  padding-top: 110px;
  transition: background-color 0.4s;
  background: url(/assets/img/deliveroo.png) center top no-repeat;
  background-size: 110px auto;
  z-index: 9999;
  border-bottom: 4px solid #fff;
}
.deliveroo__cta:hover {
  border-bottom: 4px solid #000;
}
.voucher__cta {
  border-radius: 150px;
  width: 125px;
  height: 125px;
  display: flex;
  font-size: 1.2em;
  align-items: center;
  justify-content: center;
  color: #eae4d9;
  opacity: 0;
  text-decoration: none;
  border-bottom: none;
  transition: background-color 0.4s;
  background: #ed1c25;
  z-index: 9999;
}
.pickup__cta,
.pickup__mobile {
  border-radius: 100px;
  opacity: 0;
  transition: background-color 0.4s;
  z-index: 9999;
  border-bottom: none;
  text-decoration: none;
}
.voucher__cta:hover {
  border-bottom: none;
  color: #000;
}
.pickup__cta {
  font-size: 1em;
  padding: 10px 24px;
  margin-bottom: 1em;
  background: #fff;
}
.pickup__cta:hover {
  background-color: #000;
  border-bottom: none;
  color: #fff;
}
.pickup__mobile {
  font-size: 0.7em;
  padding: 8px 20px;
  margin-bottom: 0.8em;
  background: #fff;
}
.pickup__mobile:hover {
  background-color: #000;
  border-bottom: none;
  color: #fff;
}
.line,
.linered {
  color: #121212;
  transition: color 0.4s, border-bottom 0.4s;
}
.line {
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid;
}
.linered {
  border-bottom: 3px solid #000;
}
.linered:hover {
  color: #ed1c25;
  border-bottom: 2px solid red;
}
@media screen and (max-width: 1500px) {
  .deliveroo__cta {
    background-size: 100px auto;
    padding-top: 100px;
  }
  .voucher__cta {
    right: 3.4em;
    top: 300px;
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 1000px) {
  .deliveroo__cta {
    width: 110px;
  }
  .voucher__cta {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 500px) {
  .deliveroo__cta,
  .voucher__cta {
    right: 4%;
    top: 24%;
    width: 120px;
    height: 120px;
    font-size: 94%;
    line-height: 129%;
  }
}
@media screen and (max-width: 767px) {
  .deliveroo__cta,
  .pickup__cta,
  .voucher__cta {
    display: none;
  }
}
.header {
  position: relative;
  margin: 0 60px;
}
.header__address {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer__social,
.header__menu {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header__logo {
  margin: 0;
}
.header__menu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer,
  .header {
    margin: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    margin: 0;
  }
  .header__address,
  .header__menu {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-top: 2.5em;
    border-top: 1px solid #9e9e9e;
    margin-bottom: 2.5em;
  }
  .header__address {
    margin-top: 1.5em;
  }
}
.footer {
  margin: 0 60px;
}
.footer__top__row {
  position: relative;
}
.footer__social {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer__logo {
  margin: 0 auto;
  max-width: 110px;
}
.footer__contact {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-top: 100px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  max-width: 66%;
}
.footer__image--fixed {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 80px;
  }
}
@media screen and (min-width: 601px) {
  .footer__logo--mobile {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    margin: 0;
  }
  .footer__logo {
    display: none;
  }
  .footer__logo--mobile {
    max-width: 110px;
  }
  .footer__contact,
  .footer__social {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .footer__contact {
    padding-bottom: 2.5em;
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 2.5em;
  }
  .footer__social {
    padding-bottom: 0;
    margin-bottom: 1em;
    border-bottom: 0;
  }
  .footer__image {
    margin: 2.5em auto 0;
    max-width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .footer__logo--mobile {
    max-width: 80px;
  }
}
