@import url(../../../lbt4zsy.css);@charset "UTF-8";

/*
 * Theme Name: Camm & Hooper Global Theme
 *	Author: Den Creative
 *	Author URI: http://wwww.dencreative.com
 *	Description:  Base theme. All Den projects will be child themes of this.
 *	Version: 0.1
 */

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * THIS IS A FILE / MAJOR SECTION HEADER
 *`
 * This is a comment
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

/* ========================= *\
 * This is a sub-section
 * header
 * ========================= */

/**
 * This is an inline comment (no wider than 80 characters per line)
 */

/* ========================= *\
 * Foundation
 * ========================= */

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Fonts
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * CSS FOUNDATION / RESET
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}

.phone-number-href {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ========================= *\
 * Definitions
 * ========================= */

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Variables
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

/* ========================= *\
 * COLOURS
 * ========================= */

/* ========================= *\
 * FONTS
 * ========================= */

/* ========================= *\
 * CUSTOM BREAKPOINTS
 * ========================= */

/* ========================= *\
 * DIMENSIONS
 * ========================= */

/* Add 30px to your intended width
 to accommodate padding */

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Mixins
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

/* ========================= *\
 * Media queries
 * ========================= */

/* ========================= *\
 * Full filling the parent
 * ========================= */

/* ========================= *\
 * Image full width
 * ========================= */

/* ========================= *\
 * Image full width
 * ========================= */

.site-footer .content-container:after,
.contact-block-wrap:after {
  content: '';
  display: table;
  clear: both;
}

.links-block-list li {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .links-block-list li {
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  .links-block-list li:not(:last-child) {
    padding-right: 50px;
  }
}

.links-block-list li:not(:last-child):after {
  content: '';
  display: block;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 25px auto 15px;
}

@media only screen and (min-width: 1024px) {
  .links-block-list li:not(:last-child):after {
    position: absolute;
    margin: 0;
  }
}

/* ========================= *\
 * Opacity
 * ========================= */

/* ========================= *\
 * Border radius
 * ========================= */

/* ========================= *\
 * Flex related mixins
 * ========================= */

/* ========================= *\
 * Transforms and animations
 * ========================= */

/* ========================= *\
 * Globals
 * ========================= */

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Globals
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

html,
body {
  height: 100%;
}

body {
  color: #fff;
  font-family: "europa", sans-serif;
  font-size: 1.6rem;
  background: #202020;
}

body.site-nav-open {
  overflow: hidden;
}

.page-wrap {
  min-height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.page-wrap:after {
  content: '';
  display: block;
}

.site-footer,
.page-wrap:after {
  height: auto;
}

.container,
main {
  min-height: 100%;
}

.container {
  padding-top: 120px;
}

.sr {
  position: absolute;
  left: -1000px;
  height: 0;
  width: 0;
  overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}

.content-container {
  max-width: 1470px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}

p {
  margin-bottom: 1em;
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

a {
  -webkit-transition: color .25s;
  transition: color .25s;
  color: #fff;
}

a:hover {
  color: #202020;
}

button {
  cursor: pointer;
  font-family: "europa", sans-serif;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.small-header,
.medium-header,
.large-header,
.text-slider__current-slide:before,
.text-slider__total-slides:before {
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
}

.large-header,
.text-slider__current-slide:before,
.text-slider__total-slides:before {
  font-size: 3rem;
  letter-spacing: 1.75px;
}

.large-header p span,
.text-slider__current-slide:before p span,
.text-slider__total-slides:before p span {
  color: #202020;
}

@media only screen and (min-width: 1024px) {
  .large-header,
  .text-slider__current-slide:before,
  .text-slider__total-slides:before {
    font-size: 6rem;
  }
}

.medium-header {
  font-size: 3rem;
}

.small-header {
  font-size: 1.3rem;
}

.subtitle-header {
  font-size: 2.5rem;
  line-height: 1.27;
}

.button-link,
.content-side-title a,
.button-link-plain {
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
  border: none;
  font-size: 1.6rem;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  background: #202020;
  color: #fff;
  cursor: pointer;
  line-height: 2.6rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: .45em 1em;
  min-width: 180px;
  text-align: center;
  z-index: 20;
}

.button-link:hover,
.content-side-title a:hover,
.button-link-plain:hover {
  border-color: #202020;
}

.button-link.small-font,
.content-side-title a.small-font,
.button-link-plain.small-font {
  font-size: 1.1rem;
  font-weight: normal;
}

.button-link--alt {
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
}

.button-link--alt:before {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #202020;
  bottom: -7px;
  left: 0;
}

.button-link-plain {
  padding-right: 15px;
}

.button-link-plain:after {
  display: none;
}

.hidden {
  display: none !important;
}

.small-margin-bottom {
  margin-bottom: 25px !important;
}

/* Pardot thank you message for newsletter signup */

#pardot-form p {
  color: #fff;
}

/* ========================= *\
 * TABLES
 * ========================= */

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 10px 0;
}

table thead {
  border-bottom: 1px solid #fff;
}

table tbody,
table tfoot {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

table th {
  text-transform: uppercase;
}

table th,
table td {
  border: 0;
  text-align: center;
  padding: 20px;
}

table th:first-child,
table td:first-child {
  text-align: left;
}

table tbody tr:nth-child(odd) {
  background-color: #333;
}

table.alter-columns tr:nth-child(odd) {
  background-color: transparent;
}

table thead tr,
table tfoot tr {
  background-color: transparent !important;
}

#contact-page {
  margin-top: 70px;
}

#contact-page .contact-block-blurb {
  width: 77%;
}

#contact-page .contact-block-blurb:after {
  display: block;
  content: '';
  width: 25px;
  height: 2px;
  margin: 20px 0;
}

#contact-page .contact-block-left .venue-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1025px) {
  #contact-page .contact-block-left .venue-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#contact-page .contact-block-left .venue-details div {
  margin-bottom: 20px;
}

#contact-page .contact-block-left .venue-details div:nth-child(1) {
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 258px;
  width: 54%;
}

#contact-page .contact-block-left .venue-details div:nth-child(2) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (min-width: 1025px) {
  #contact-page .contact-block-left .venue-details div:nth-child(2) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

#contact-page .contact-block-left .venue-details div p {
  margin: 0;
  padding: 0;
}

#contact-page .contact-block-left .venue-details div strong {
  display: block;
}

#contact-page .contact-block-right {
  padding-top: 120px;
}

@media (min-width: 1025px) {
  #contact-page address.medium-header,
  #contact-page .contact-block-left .venue-details,
  #contact-page .contact-block-right .large-header,
  #contact-page .contact-block-right .text-slider__current-slide:before,
  #contact-page .contact-block-right .text-slider__total-slides:before,
  #contact-page .contact-block-right .dmn-form {
    margin-left: calc(25% - 45px);
  }
}

#contact-page .contact-block-right .large-header,
#contact-page .contact-block-right .text-slider__current-slide:before,
#contact-page .contact-block-right .text-slider__total-slides:before {
  margin-bottom: 37px;
}

/* Banner */

.banner-full {
  width: 100%;
  padding: 5px 20px;
  background: #202020;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
  display: none;
}

.banner-full a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.banner-full a:hover {
  color: #000;
}

body.menu-open .banner-full {
  display: none;
}

body.banner-active .banner-full {
  display: block;
}

/* body.home
  .container
    padding-top: 160px

    @include mq-small
      padding-top: 0

  .site-header
    top: 62px */

body.home .site-header {
  -webkit-transition: all .5s;
  transition: all .5s;
}

body.banner-active .site-header {
  top: 0;
}

/* Offset anchor links, just add the top value in the venue stylesheet */

.offset-anchor {
  display: inline-block;
  position: relative;
  visibility: hidden;
}

.not-found {
  margin-bottom: 10%;
  text-align: center;
  margin-top: 10%;
}

.not-found .page-header {
  font-size: 160%;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Header
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1999;
}

.banner-full + .page-wrap .site-header {
  position: absolute;
}

.sticky-nav-active .banner-full + .page-wrap .site-header {
  position: fixed;
}

.site-header-main,
.site-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header-main {
  background-color: #202020;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.light-site .site-header-main {
  background-color: #fff;
}

.site-header-main-h1 {
  padding: 5px 20px;
}

.site-header-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
  padding: 0 30px;
}

.site-header-main-button {
  -webkit-appearance: none;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: none;
  padding: .5em 1.5em;
  height: 35px;
  margin-left: 15px;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: color .25s;
  transition: color .25s;
}

.light-site .site-header-main-button {
  color: #000;
}

.site-header-tel-button {
  padding: .5em 1em;
}

@media only screen and (min-width: 1024px) {
  .site-header .site-header-tel-button {
    border-color: transparent;
  }
}

.home .page-title {
  display: none;
}

.site-title {
  display: block;
  overflow: hidden;
  max-width: 75px;
  line-height: 1;
}

@media only screen and (min-width: 1024px) {
  .site-title {
    max-width: none;
  }
}

.site-title img {
  height: 60px;
  margin: 20px 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-title svg {
  height: 75px;
}

.site-title svg path:not(#site-header-svg) {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .site-title svg path:not(#site-header-svg) {
    display: inline;
  }
}

.phone-number-href {
  -webkit-transition: color .25s;
  transition: color .25s;
}

.phone-number-href svg path {
  fill: #fff;
}

.light-site .phone-number-href svg path {
  fill: #000;
}

.phone-number-href-desktop {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .phone-number-href-desktop {
    display: inline;
  }
}

.phone-number-href-mobile {
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  .phone-number-href-mobile {
    border-color: transparent;
    margin-right: 5px;
  }
}

.phone-number-href-mobile svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Footer
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.site-footer {
  background: #000;
  color: #fff;
  padding: 40px 0;
  position: relative;
  z-index: 900;
  text-align: center;
}

.site-footer .content-container {
  max-width: 100%;
  margin: 0 auto;
}

.site-footer-section-locations .menu-item {
  width: 50%;
}

@media only screen and (min-width: 1024px) {
  .site-footer-section-locations .menu-item {
    width: 33.3333%;
  }
}

@media only screen and (min-width: 1024px) {
  .site-footer-section-quick-links {
    margin-bottom: 50px;
  }
}

.site-footer-section-quick-links .links-block-list li {
  margin-bottom: 18px;
}

@media only screen and (min-width: 1024px) {
  .site-footer-section-quick-links .links-block-list li {
    margin-bottom: 25px;
  }
}

.site-footer-section-quick-links .links-block-list li:not(:last-child):after {
  content: none;
}

@media only screen and (min-width: 1024px) {
  .site-footer-section-quick-links .links-block-list li:not(:last-child):after {
    content: '';
  }
}

.site-footer-section-quick-links .links-block-list a {
  font-size: 1.6rem;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .site-footer-section-quick-links .links-block-list a {
    font-size: 2rem;
  }
}

.site-footer-section-text > p {
  margin: 50px auto 0;
  font-size: 1.3rem;
  max-width: 75%;
}

.site-footer-section-text .menu-item {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .site-footer-section-text .menu-item {
    width: auto;
    margin: 0 25px;
  }
}

.site-footer-section-locations {
  margin-bottom: 40px;
}

.site-footer-section-text {
  margin-bottom: 120px;
}

.site-footer .small-header {
  margin-bottom: 65px;
}

@media only screen and (min-width: 400px) {
  .footer-nav {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-nav li {
  margin-bottom: 18px;
  display: block;
}

.footer-nav li:first-letter {
  text-transform: capitalize;
}

.footer-nav a {
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
}

.footer-nav-site-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-nav-site-links section {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.footer-nav-site-links section:nth-child(2) {
  max-width: 800px;
}

.footer-nav-site-links-link {
  display: inline-block;
  width: 90%;
  margin-bottom: -30px;
  position: relative;
  height: 0;
  padding-bottom: 100px;
  overflow: hidden;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .footer-nav-site-links-link {
    width: 40%;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-nav-site-links-link {
    width: 23%;
    max-width: 250px;
    padding-bottom: 100px;
    margin-bottom: 60px;
  }
}

.footer-nav-site-links-link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100px;
}

@media only screen and (min-width: 768px) {
  .footer-nav-site-links-link svg {
    height: 100px;
  }
}

.footer-nav-site-links-link.logo-battersea svg {
  height: 112px;
}

@media only screen and (min-width: 1024px) {
  .footer-nav-site-links-link.logo-battersea svg {
    height: 161px;
  }
}

.candh-text {
  position: relative;
  top: -1.2em;
  text-transform: none;
  line-height: 3;
}

.candh-svg-wrap {
  overflow: hidden;
  width: 142px;
  height: 3em;
  display: inline-block;
  position: relative;
}

.candh-svg-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Offset anchor */

.contact-block-right {
  position: relative;
}

.contact-block-right .offset-link {
  position: absolute;
  top: -100px;
  left: 0;
}

/* ========================= *\
 * Plugins
 * ========================= */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader .mfp-preloader a {
  color: #CCC;
}

.mfp-preloader .mfp-preloader a .mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close .mfp-close:hover,
.mfp-close .mfp-close:focus {
  opacity: 1;
}

.mfp-close .mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow .mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow .mfp-arrow:hover,
.mfp-arrow .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow .mfp-arrow:before,
.mfp-arrow .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow .mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure .mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure .mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure .mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.popup-matterport .mfp-iframe-scaler {
  height: 100%;
  padding: 0;
}

.mfp-iframe-holder {
  padding: 0 10px;
}

.mfp-iframe-holder button.mfp-close {
  font-size: 0;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 8041 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.mfp-iframe-holder button.mfp-close:active,
.mfp-iframe-holder button.mfp-close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.mfp-content {
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #000;
  margin: 10px auto;
  overflow: hidden;
  width: 100%;
  max-width: 640px;
}

.mfp-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup-matterport .mfp-content {
  width: calc(100% - 20px);
  max-width: 100%;
  height: calc(100% - 20px);
}

/* ========================= *\
 * Components
 * ========================= */

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Site Navigation
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.site-nav {
  background-color: #000;
  padding: 30px 15px;
  position: absolute;
  -webkit-transform: translateY(-160%);
          transform: translateY(-160%);
  width: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  overflow-y: scroll;
}

.site-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media only screen and (min-width: 1024px) {
  .site-nav {
    position: relative;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    padding: 0;
    overflow-y: visible;
  }
}

.site-nav-open .site-nav {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

@media only screen and (min-width: 1024px) {
  .site-nav-open .site-nav {
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (min-width: 1024px) {
  .site-nav .menu {
    text-align: center;
  }
}

.site-nav a {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  line-height: 2.5;
  font-size: 1.3rem;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .site-nav a {
    line-height: 2;
  }
}

.site-header .site-nav a:hover {
  color: #000;
}

.site-nav li {
  display: block;
  position: relative;
  padding: 0 15px;
}

@media only screen and (min-width: 1024px) {
  .site-nav li {
    display: inline-block;
    padding: 0.25em 15px;
  }
}

.site-nav li.menu-item-has-children > a {
  background: url(assets/img/chevron-down.svg) no-repeat right center;
}

@media only screen and (min-width: 1024px) {
  .site-nav li.menu-item-has-children > a {
    background: none;
  }
}

.site-nav li.menu-item-has-children.active > a {
  background: url(assets/img/chevron-up.svg) no-repeat right center;
}

@media only screen and (min-width: 1024px) {
  .site-nav li.menu-item-has-children.active > a {
    background: none;
  }
}

.site-nav li.current-page-parent.menu-item-has-children {
  color: #000;
}

.site-nav li.current-menu-item > a,
.site-nav li.current-menu-parent > a {
  color: #000;
}

.site-nav-toggle {
  -webkit-appearance: none;
  width: 100%;
  padding: .5em;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 1.3rem;
  font-family: "europa", sans-serif;
  outline: none;
  -webkit-transition: color .25s;
  transition: color .25s;
  margin-top: 0;
}

.site-nav-toggle:hover {
  color: #000;
}

@media only screen and (min-width: 1024px) {
  .site-nav-toggle {
    display: none;
  }
}

.site-nav-toggle:before {
  content: 'Menu';
}

.site-nav-open .site-nav-toggle:before {
  content: 'Close menu';
}

.sub-menu {
  overflow: hidden;
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
}

.sub-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.sub-menu a {
  text-transform: none;
  text-indent: 1em;
}

li.active .sub-menu {
  margin-bottom: 1em;
}

.sub-menu {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .sub-menu {
    height: auto !important;
    display: none;
    position: absolute;
    top: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 170px;
    padding: 20px 10px;
    overflow: visible;
    background: #a27f41;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .sub-menu:before {
    width: 10px;
    height: 10px;
    content: '';
    display: block;
    -webkit-transform: rotate(-138deg);
            transform: rotate(-138deg);
    position: absolute;
    top: -5px;
    left: 47%;
    background: #a27f41;
  }

  .sub-menu li {
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
  }

  .sub-menu li:last-child {
    margin: 0;
  }

  .sub-menu a {
    text-indent: 0;
  }
}

.site-nav .sub-menu li {
  padding: 0;
}

#venue-sidebar {
  display: none;
  z-index: 999;
  position: absolute;
  top: 107px;
  right: 0px;
  width: 50px;
  background-color: #333333;
  height: calc(100vh - 120px);
}

#venue-sidebar body.banner-active {
  top: 144px;
  height: calc(100vh - 144px);
}

@media (max-height: 675px) {
  #venue-sidebar {
    width: 35px;
    height: 154px;
  }
}

@media (max-width: 768px) {
  #venue-sidebar {
    width: 35px;
    height: 154px;
  }
}

#venue-sidebar.venues {
  display: block !important;
}

#venue-sidebar .venues-collection-toggle {
  z-index: 9999;
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 220px;
  height: 50px;
  position: relative;
  top: 85px;
  right: 85px;
  line-height: 50px;
  text-align: center;
  background-color: #000;
  font-size: 16px;
  letter-spacing: 2px;
}

@media (max-height: 899px) {
  #venue-sidebar .venues-collection-toggle {
    width: 175px;
    font-size: 12px;
    top: 62px;
    right: 63px;
  }
}

@media (max-height: 675px) {
  #venue-sidebar .venues-collection-toggle {
    width: 154px;
    height: 35px;
    font-size: 11px;
    top: 59px;
    right: 60px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  #venue-sidebar .venues-collection-toggle {
    width: 154px;
    height: 35px;
    font-size: 11px;
    top: 59px;
    right: 60px;
    line-height: 35px;
  }
}

#venue-sidebar .venue-collection-venues {
  position: absolute;
  top: 0px;
  background-color: #202020b0;
  color: #202020;
  right: -110px;
  width: 75px;
  height: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}

@media (max-width: 767px) {
  #venue-sidebar .venue-collection-venues {
    display: none;
  }
}

@media (max-height: 675px) {
  #venue-sidebar .venue-collection-venues {
    display: none;
  }
}

#venue-sidebar .venue-collection-venues.venues-displayed {
  right: 50px;
  opacity: 1;
}

#venue-sidebar .venue-collection-venues.venues-displayed .search-text {
  opacity: 1;
}

#venue-sidebar .venue-sidebar-overlay {
  height: calc(100vh - 120px);
  width: 50px;
  position: absolute;
  background-color: #333333;
}

@media (max-width: 767px) {
  #venue-sidebar .venue-sidebar-overlay {
    display: none;
  }
}

@media (max-height: 675px) {
  #venue-sidebar .venue-sidebar-overlay {
    display: none;
  }
}

#venue-sidebar .venues-collection-content ul {
  list-style: none;
  padding: 28px 11px 0;
}

#venue-sidebar .venues-collection-content ul li {
  padding: 10px 0px;
  width: 52px;
}

#venue-sidebar .venues-collection-content ul li a {
  display: block;
  height: 50px;
}

#venue-sidebar .venues-collection-content ul li a:not(.active):not(:hover) svg path {
  fill: #fff;
}

#venue-sidebar .venues-collection-content .search-text {
  color: #fff;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
  font-size: 10px;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#venue-sidebar.page-scrolled {
  position: fixed;
  top: 121px !important;
}

@media (max-width: 1024px) {
  #venue-sidebar.page-scrolled {
    top: 127px !important;
  }
}

#venue-sidebar .sidebar-logo {
  z-index: 9999;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-filter: invert(1);
          filter: invert(1);
  margin-top: 275px;
}

@media (max-height: 899px) {
  #venue-sidebar .sidebar-logo {
    margin-top: 160px;
  }
}

@media (max-width: 767px) {
  #venue-sidebar .sidebar-logo {
    display: none;
  }
}

@media (max-height: 675px) {
  #venue-sidebar .sidebar-logo {
    display: none;
  }
}

#venue-sidebar .sidebar-socials {
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 9px;
}

@media (max-width: 767px) {
  #venue-sidebar .sidebar-socials {
    display: none;
  }
}

@media (max-height: 675px) {
  #venue-sidebar .sidebar-socials {
    display: none;
  }
}

#venue-sidebar .sidebar-socials ul {
  list-style: none;
}

#venue-sidebar .sidebar-socials ul li a {
  display: block;
  margin-top: 10px;
}

.light-site #venue-sidebar {
  background-color: #f0eeeef5;
}

.light-site #venue-sidebar .venues-collection-toggle {
  background-color: #fff;
  color: #000;
}

.light-site #venue-sidebar .venue-collection-venues {
  background-color: #f0eeeef5;
}

.light-site #venue-sidebar .venue-sidebar-overlay {
  background-color: #f0eeeef5;
  top: 160px;
}

.light-site #venue-sidebar .venues-collection-content a img {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}

.light-site #venue-sidebar .venues-collection-content a:hover img {
  -webkit-filter: invert(25%);
          filter: invert(25%);
}

.light-site #venue-sidebar .venues-collection-content ul li a:not(.active):not(:hover) svg path {
  fill: #000;
}

.light-site #venue-sidebar .sidebar-socials,
.light-site #venue-sidebar .sidebar-logo {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.light-site #venue-sidebar .sidebar-socials {
  bottom: 30px;
}

.light-site #venue-sidebar .sidebar-logo {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}

.light-site #venue-sidebar .search-text a {
  color: #000;
}

.venue-collection-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  background-color: #202020;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: scroll;
  color: #fff;
}

.venue-collection-modal.open {
  opacity: 1;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .venue-collection-modal.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.venue-collection-modal .venue-modal-close {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 25px;
}

.venue-collection-modal .venue-modal-content {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.venue-collection-modal .venue-modal-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .venue-collection-modal .venue-modal-content > div {
    height: auto;
  }
}

@media (max-width: 767px) {
  .venue-collection-modal .venue-modal-content {
    display: block !important;
  }
}

.venue-collection-modal h4 {
  position: relative;
  margin: 0 auto 4vh;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .venue-collection-modal h4 {
    margin-bottom: 8vh;
  }
}

@media only screen and (min-width: 1200px) {
  .venue-collection-modal h4 {
    margin-bottom: 8vh;
  }
}

.venue-collection-modal h4 svg {
  width: 100%;
  height: 100%;
  max-width: 400px;
}

.venue-collection-modal .candh-text {
  position: relative;
  top: -2em;
  text-transform: none;
  line-height: 3;
}

@media (max-width: 1024px) {
  .venue-collection-modal .candh-text {
    top: 0em;
    width: 100%;
    display: block;
  }
}

.venue-collection-modal img {
  height: 15vh;
  width: auto;
  max-height: 117px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 1200px) {
  .venue-collection-modal img {
    max-width: 25vw;
  }
}

.venue-collection-modal .modal-venue {
  text-align: center;
  display: inline-block;
  width: 25%;
  padding: 6vh 1vw;
}

.venue-collection-modal .modal-venue p .coloured-logo {
  display: none;
}

@media (max-width: 1024px) {
  .venue-collection-modal .modal-venue {
    padding: 0;
    width: 49% !important;
  }

  .venue-collection-modal .modal-venue a:hover .basic-logo,
  .venue-collection-modal .modal-venue a.active .basic-logo {
    display: none;
  }

  .venue-collection-modal .modal-venue a:hover .coloured-logo,
  .venue-collection-modal .modal-venue a.active .coloured-logo {
    display: inline-block;
  }
}

.venue-collection-modal .candh-svg-wrap {
  width: 250px;
  height: 7em;
}

.venue-collection-modal .candh-svg-wrap svg {
  top: 68%;
}

body.banner-active #venue-sidebar {
  top: 144px;
  height: calc(100vh - 144px);
}

body.banner-active #venue-sidebar .venue-sidebar-overlay {
  height: calc(100vh - 144px);
}

body.banner-active #venue-sidebar.page-scrolled {
  top: 153px !important;
}

@media (max-width: 1024px) {
  body.banner-active #venue-sidebar.page-scrolled {
    top: 161px !important;
  }
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Hero Block
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.hero-block {
  width: 100%;
  margin-bottom: 150px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .hero-block {
    height: calc(100vh - 120px);
  }
}

.hero-block img {
  width: 100%;
  height: 35vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1024px) {
  body.home .hero-block img {
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .hero-block img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100vh;
  }

  body:not(.home) .hero-block img {
    left: 0;
    top: 0;
    width: 50%;
    -webkit-transform: none;
            transform: none;
    -o-object-position: center;
       object-position: center;
  }
}

.hero-block .content-container {
  z-index: 10;
}

@media only screen and (min-width: 600px) {
  .hero-block .content-container {
    max-width: 60%;
  }
}

@media only screen and (min-width: 769px) {
  .hero-block .content-container {
    max-width: 1470px;
  }
}

@media only screen and (min-width: 1024px) {
  .hero-block .content-container {
    height: calc(100vh - 120px);
  }
}

.hero-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1024px) {
  .hero-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .hero-text-wrap {
    margin-top: 0;
    position: absolute;
    bottom: 9.5vh;
    left: 0;
    width: 100%;
  }
}

body:not(.home) .hero-text-wrap {
  top: 20.5vh;
  bottom: unset;
}

body:not(.home) .hero-text-wrap.sub-text-false {
  top: 50%;
  bottom: unset;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 1024px) {
  body:not(.home) .hero-text-wrap {
    left: 30%;
    width: 70%;
  }
}

.hero-text {
  font-size: 3rem;
  line-height: 1.13;
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
  margin-bottom: 20px;
  letter-spacing: 1.75px;
}

@media only screen and (min-width: 1024px) {
  .hero-text {
    width: 58%;
    margin-left: 33.3333%;
    font-size: 6rem;
    margin-bottom: 55px;
  }
}

body.home .hero-text {
  font-size: 3rem;
}

@media only screen and (min-width: 1024px) {
  body.home .hero-text {
    font-size: 8rem;
  }
}

.hero-subtext {
  font-size: 1.6rem;
  line-height: 1.7;
}

@media only screen and (min-width: 1024px) {
  .hero-subtext {
    font-size: 2.2rem;
    width: 50%;
    margin-left: 42%;
    line-height: 1.3;
    min-height: 150px;
  }
}

.hero-arrow {
  position: relative;
  bottom: -40px;
  left: 16%;
  z-index: -1;
}

@media only screen and (min-width: 1024px) {
  .hero-arrow {
    position: absolute;
    bottom: -120px;
  }
}

body:not(.home) .hero-arrow {
  bottom: -40px;
  left: 16%;
  right: 16.66666667%;
}

@media only screen and (min-width: 1024px) {
  body:not(.home) .hero-arrow {
    bottom: -300px;
    left: auto;
  }
}

.hero-arrow .arrow-down-large {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .hero-arrow .arrow-down-large {
    display: block;
  }
}

.hero-arrow .arrow-down-small {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .hero-arrow .arrow-down-small {
    display: none;
  }
}

.hero-comment {
  width: 44px;
  height: 44px;
  background-color: #a27f41;
  background-image: url(assets/img/icon-email-full.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border-radius: 50%;
  position: relative;
  bottom: 25px;
  left: calc(100% - 55px);
  display: block;
}

@media only screen and (min-width: 1024px) {
  .hero-comment {
    display: none;
  }
}

/* New layout for homepage hero block */

.hero-block#hero-slider-block .content-container {
  max-width: 100%;
  height: calc(100vh - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-block#hero-slider-block .hero-text-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  bottom: unset;
}

@media (max-height: 650px) {
  .hero-block#hero-slider-block .hero-text-wrap {
    top: unset;
  }
}

.hero-block#hero-slider-block .hero-text {
  margin: 0 0 15px 0;
  width: 90%;
  font-size: 32px;
  line-height: 35px;
}

@media only screen and (min-width: 400px) {
  .hero-block#hero-slider-block .hero-text {
    font-size: 40px;
    line-height: 44px;
  }
}

@media only screen and (min-width: 430px) {
  .hero-block#hero-slider-block .hero-text {
    font-size: 48px;
    line-height: 53px;
    max-width: 460px;
  }
}

@media only screen and (min-width: 768px) {
  .hero-block#hero-slider-block .hero-text {
    font-size: 80px;
    line-height: 83px;
    max-width: 661px;
  }
}

.hero-block#hero-slider-block .hero-subtext {
  margin: 0 0 70px 0;
  font-size: 22px;
  line-height: 26px;
  min-height: unset;
  width: 100%;
  max-width: 545px;
}

.hero-block#hero-slider-block .hero-location-text {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
}

.hero-block#hero-slider-block .hero-cta {
  display: inline-block;
  padding: 10px 40px;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.hero-block#hero-slider-block .hero-cta:hover {
  /* Set in the venue styles */
}

.hero-block#hero-slider-block .hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-block#hero-slider-block .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.hero-block#hero-slider-block .hero-image img {
  height: 100vh;
}

.hero-block#hero-slider-block .hero-image::before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 100%;
  z-index: 1;
}

.hero-block#hero-slider-block .hero-image .slick-list,
.hero-block#hero-slider-block .hero-image .slick-track,
.hero-block#hero-slider-block .hero-image .slick-image-bg {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-block#hero-slider-block .hero-image .slick-track .slick-slide div,
.hero-block#hero-slider-block .hero-image .slick-track .slick-slide li {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-block#hero-slider-block .hero-image .slick-track .slick-image-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.hero-block#hero-slider-block .slick-dots {
  position: absolute;
  bottom: 20px;
  z-index: 20;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  min-height: 25px;
}

.hero-block#hero-slider-block .slick-dots li {
  display: inline-block;
  list-style: none;
  min-width: 25px;
  min-height: 25px;
}

.hero-block#hero-slider-block .slick-dots li button {
  text-indent: -9999em;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: none;
  display: inline-block;
  outline: none;
  font-size: 0;
  padding: 0;
}

.hero-block#hero-slider-block .slick-dots li button:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: .5;
}

.hero-block#hero-slider-block .slick-dots li.slick-active button:before {
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 1;
}

/* New layout for restaurant hero block */

.hero-block#hero-block-restaurant {
  height: auto;
}

@media only screen and (min-width: 1024px) {
  .hero-block#hero-block-restaurant {
    height: 775px;
  }

  .hero-block#hero-block-restaurant .hero-image img {
    width: 100%;
    height: 35vh;
  }
}

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .hero-block#hero-block-restaurant .hero-image img {
    height: unset;
  }
}

.hero-block#hero-block-restaurant .content-container {
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .hero-block#hero-block-restaurant .content-container {
    height: 775px;
  }
}

.hero-block#hero-block-restaurant .content-container .hero-text-wrap {
  max-width: 630px;
  padding: 10px;
  background: #fff;
  bottom: 0;
  right: 5%;
  left: unset;
  top: unset;
}

@media only screen and (min-width: 1024px) {
  .hero-block#hero-block-restaurant .content-container .hero-text-wrap {
    height: 665px;
    padding: 50px;
  }
}

.hero-block#hero-block-restaurant .content-container .hero-text-wrap .button-link,
.hero-block#hero-block-restaurant .content-container .hero-text-wrap .content-side-title a,
.content-side-title .hero-block#hero-block-restaurant .content-container .hero-text-wrap a {
  min-width: 140px;
  -webkit-transition: all .5s;
  transition: all .5s;
  /* Colour and backgrounds etc set in venue styles */
}

.hero-block#hero-block-restaurant .content-container .hero-text-wrap .button-link:first-of-type,
.hero-block#hero-block-restaurant .content-container .hero-text-wrap .content-side-title a:first-of-type,
.content-side-title .hero-block#hero-block-restaurant .content-container .hero-text-wrap a:first-of-type {
  margin-right: 25px;
  margin-bottom: 10px;
}

.hero-block#hero-block-restaurant .content-container .hero-text,
.hero-block#hero-block-restaurant .content-container .hero-subtext {
  width: 100%;
  margin: 0 0 40px 0;
}

.hero-block#hero-block-restaurant .content-container .hero-text {
  font-size: 50px;
  line-height: 59px;
}

@media only screen and (min-width: 768px) {
  .hero-block#hero-block-restaurant .content-container .hero-text {
    font-size: 80px;
    line-height: 95px;
  }
}

.hero-block#hero-block-restaurant .content-container .hero-subtext {
  font-size: 22px;
  line-height: 26px;
  min-height: unset;
}

.hero-block#hero-block-restaurant .content-container .hero-arrow {
  bottom: -40px;
  width: 212px;
  height: 150px;
  right: 15%;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .hero-block#hero-block-restaurant .content-container .hero-arrow {
    bottom: 0;
  }
}

.hero-block#hero-block-restaurant .content-container .hero-arrow svg {
  width: 118px;
  height: 79px;
}

@media only screen and (min-width: 768px) {
  .hero-block#hero-block-restaurant .content-container .hero-arrow svg {
    width: 212px;
    height: 150px;
  }
}

.hero-block#hero-block-restaurant .content-container .hero-arrow svg path {
  /* Fill and stroke set in venue styles */
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Alternating blocks
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.alt-block {
  margin-bottom: 150px;
  margin-top: 90px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .alt-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 170px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alt-block:first-child {
    margin-top: 105px;
  }
}

.alt-block .alt-block-title {
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .alt-block .alt-block-title {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.alt-block .alt-block-title span {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .alt-block .alt-block-title span {
    display: inline;
  }
}

.alt-block .alt-block-subtitle {
  position: absolute;
  top: -30px;
}

@media only screen and (min-width: 768px) {
  .alt-block .alt-block-subtitle {
    width: 80%;
    position: relative;
    top: 0;
    width: auto;
  }
}

.alt-block-small {
  padding: 0 8.3333%;
}

.alt-block-small .alt-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.alt-block-small .alt-block .medium-header {
  font-size: 3rem;
}

@media only screen and (min-width: 1024px) {
  .alt-block-small .alt-block .medium-header {
    font-size: 4rem;
  }
}

.alt-block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}

.alt-block:nth-child(odd) .alt-block-text {
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  .alt-block:nth-child(even) .alt-block-subtitle {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .alt-block figure {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .alt-block figure {
    width: 55%;
  }
}

@media only screen and (min-width: 1100px) {
  .alt-block figure {
    width: 66.6666%;
  }

  .alt-block-small .alt-block figure {
    width: 60%;
  }
}

.alt-block-text {
  clear: both;
  padding: 0 30px 30px 0;
}

@media only screen and (min-width: 768px) {
  .alt-block-text {
    width: 50%;
    padding: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .alt-block-text {
    width: 45%;
  }
}

@media only screen and (min-width: 1100px) {
  .alt-block-text {
    width: 33.3333%;
  }

  .alt-block-small .alt-block-text {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .alt-block-subtitle,
  .alt-block-blurb,
  .alt-block-link {
    margin-left: 25%;
  }
}

.alt-block-link {
  display: inline-block;
}

.alt-block-link-secondary {
  color: #fff;
  background-color: transparent;
  background: none !important;
  text-transform: uppercase;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  min-width: auto;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .alt-block-link-secondary {
    margin-left: 25%;
  }
}

.alt-block-link-secondary:before {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #202020;
  bottom: -2px;
  left: 0;
}

.alt-block-link-secondary:after {
  content: ' \2192';
  background: none;
  background-color: transparent !important;
}

.alt-block-subtitle {
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.alt-block-title,
.alt-block-blurb {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .alt-block-title,
  .alt-block-blurb {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .alt-block-small .alt-block:nth-child(even) .alt-block-title {
    text-align: right;
  }
}

.alt-block-wrap.alt-block-with-numbers {
  counter-reset: alt-block-count;
}

.alt-block-wrap.alt-block-with-numbers.alt-block-with-reverse-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.alt-block-wrap.alt-block-with-numbers .alt-block {
  counter-increment: alt-block-count;
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(odd) {
  text-align: right;
}

@media only screen and (min-width: 1024px) {
  .alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(odd) {
    text-align: left;
  }
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(odd) .alt-block-text {
  text-align: left;
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(odd) .alt-block-title {
  text-align: left;
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(odd) .alt-block-title:before {
  left: 0;
  margin-left: 10px;
}

@media only screen and (min-width: 1024px) {
  .alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(odd) .alt-block-title:before {
    margin-left: -35px;
  }
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(even) {
  text-align: left;
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(even) .alt-block-title {
  text-align: right;
}

@media only screen and (min-width: 1024px) {
  .alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(even) .alt-block-title {
    text-align: left;
  }
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(even) .alt-block-title:before {
  right: 0;
  margin-right: 10px;
}

@media only screen and (min-width: 1024px) {
  .alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(even) .alt-block-title:before {
    margin-right: -35px;
  }
}

.alt-block-wrap.alt-block-with-numbers .alt-block-blurb {
  display: block;
  z-index: 10;
  position: relative;
}

.alt-block-wrap.alt-block-with-numbers .alt-block-title {
  padding: 0;
  margin: 0;
  /*&:before
          content: counter(alt-block-count)
          position: absolute
          top: -10rem */
}

.alt-block-wrap.alt-block-with-numbers .alt-block-title span {
  display: block;
  position: absolute;
  top: -70px;
  z-index: -1;
  width: 65px;
  height: 80px;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
  .alt-block-wrap.alt-block-with-numbers .alt-block-title span {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 361px;
    height: 445px;
  }
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(1) span {
  width: 37px;
}

@media only screen and (min-width: 1024px) {
  .alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(1) span {
    width: 203px;
  }
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(2) span {
  width: 53px;
}

@media only screen and (min-width: 1024px) {
  .alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(2) span {
    width: 291px;
  }
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(3) span {
  width: 55px;
}

@media only screen and (min-width: 1024px) {
  .alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(3) span {
    width: 300px;
  }
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(4) span {
  width: 66px;
}

@media only screen and (min-width: 1024px) {
  .alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(4) span {
    width: 361px;
  }
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(5) span {
  width: 56px;
}

@media only screen and (min-width: 1024px) {
  .alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(5) span {
    width: 309px;
  }
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(6) span {
  width: 53px;
}

@media only screen and (min-width: 1024px) {
  .alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(6) span {
    width: 294px;
  }
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(even) span {
  background-position: right center;
  right: 10px;
}

@media only screen and (min-width: 1024px) {
  .alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(even) span {
    right: -20px;
  }
}

.alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(odd) span {
  background-position: left center;
  left: 10px;
}

@media only screen and (min-width: 1024px) {
  .alt-block-wrap.alt-block-with-numbers .alt-block:nth-child(odd) span {
    left: -20px;
  }
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Quick links block
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.links-block {
  text-align: center;
  margin-bottom: 150px;
}

@media only screen and (min-width: 768px) {
  .links-block {
    margin-bottom: 150px;
  }
}

.links-block h2 {
  margin-bottom: 20px;
}

.links-block + .links-block {
  margin-top: -100px;
}

.links-block-list ul {
  text-align: center;
  width: 55%;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .links-block-list ul {
    width: 55%;
  }
}

.links-block-list ul:after {
  clear: both;
  display: block;
  content: '';
}

.links-block-list li {
  position: relative;
  margin-bottom: 25px;
}

.links-block-list li:after {
  width: 25px;
  height: 2px;
}

.links-block-list li.inactive {
  display: none;
}

.links-block-list li.active {
  padding-right: 0;
}

.links-block-list li.active:after {
  display: none;
}

.links-block-list a {
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 1.6rem;
  margin-top: 10px;
  display: block;
}

.links-block-list a:hover {
  color: #a27f41;
}

@media only screen and (min-width: 1024px) {
  .links-block-list a {
    font-size: 20px;
    margin-top: 0;
  }
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Contact block
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.contact-block-row {
  text-align: left;
  font-style: italic;
  margin-bottom: 16px;
}

.contact-block a,
.contact-block .phone-number-href {
  font-weight: bold;
}

.contact-block span {
  line-height: 1.5;
}

@media only screen and (min-width: 1024px) {
  .contact-block .small-header,
  .contact-block p,
  .contact-block-form,
  .contact-block #map {
    margin-left: calc(25% - 45px);
  }
}

.contact-block .small-header iframe,
.contact-block p iframe,
.contact-block-form iframe,
.contact-block #map iframe {
  margin-left: -8px;
}

.contact-block #map {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .contact-block #map {
    width: 80%;
  }
}

.contact-block .small-header {
  margin-bottom: 20px;
}

.contact-block .medium-header {
  margin-left: 0;
}

.contact-block .medium-header {
  margin-bottom: 40px;
}

.contact-block .large-header,
.contact-block .text-slider__current-slide:before,
.contact-block .text-slider__total-slides:before {
  margin-bottom: 20px;
}

@media only screen and (min-width: 400px) {
  .contact-block .large-header,
  .contact-block .text-slider__current-slide:before,
  .contact-block .text-slider__total-slides:before {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-block-blurb {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .contact-block {
    float: left;
    width: 50%;
  }
}

.contact-block-wrap {
  margin: 0 auto 200px;
}

@media only screen and (min-width: 768px) {
  .contact-block-wrap {
    padding: 0 calc(8.3333% - 30px);
  }
}

.contact-block-wrap + .content-container {
  margin-top: 100px;
}

.contact-block-left {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .contact-block-left {
    margin-bottom: 0;
    padding-right: 15px;
    padding-top: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .contact-block-right {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .contact-block-middle {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

.contact-block-middle iframe {
  max-width: 420px;
  width: 100%;
  height: 395px;
  background: transparent;
}

@media only screen and (min-width: 768px) {
  .contact-block-middle iframe {
    height: 350px;
  }
}

.contact-block-form-iframe {
  height: 750px;
  background: #fff;
}

@media only screen and (max-width: 800px) {
  .contact-block-form-iframe {
    height: 810px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-block-form-iframe {
    height: 680px;
  }
}

@media only screen and (max-width: 400px) {
  .contact-block-form-iframe {
    height: 810px;
  }
}

.contact-block-form-iframe.narrow {
  height: 800px;
}

@media only screen and (min-width: 768px) {
  .contact-block-form-iframe.narrow {
    height: 830px;
    margin-left: -25%;
    width: 120%;
  }
}

#map {
  width: 100%;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  #map {
    width: 80%;
    height: 300px;
  }
}

@media only screen and (min-width: 1024px) {
  #map {
    height: 400px;
  }
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Contact block wrap on Contact us page
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.contact-block-with-form {
  padding-top: 60px;
  padding-bottom: 200px;
  margin: 0 auto;
  max-width: 750px;
}

@media only screen and (min-width: 1024px) {
  .contact-block-with-form {
    padding-top: 83px;
  }
}

.contact-block-with-form .contact-block {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}

.contact-block-with-form .contact-block .small-header,
.contact-block-with-form .contact-block p,
.contact-block-with-form .contact-block-form {
  margin-left: 0;
}

.contact-block-with-form .field-half {
  width: 100%;
}

.contact-block-with-form .field-half-left {
  margin-right: 0;
}

@media only screen and (min-width: 400px) {
  .contact-block-with-form .field-half-left {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 400px) {
  .contact-block-with-form .field-half {
    width: calc(50% - ( ( 30px + 5px) / 2 ));
    display: inline-block;
  }
}

.contact-block-form.newsletter {
  margin-top: 20px;
}

.contact-block-form.newsletter.nav-form {
  float: left;
  margin-left: 0;
}

.contact-block-form.newsletter iframe {
  height: 220px;
  background: none;
  margin: -8px;
}

@media only screen and (min-width: 400px) {
  .contact-block-form.newsletter iframe {
    width: 415px;
    height: 135px;
  }
}

.contact-block-form.newsletter iframe span.description {
  color: #fff !important;
}

.contact-block-wrap.form-container {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.small-header.uppercase.header-contact-close {
  margin-left: unset;
}

/* Swapping order for mobile only */

.contact-block {
  width: 95%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .contact-block {
    width: 50%;
    margin: unset;
  }
}

.contact-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .contact-block-wrap {
    display: block;
  }
}

.contact-block-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 100px;
}

.contact-block-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.contact-block-middle {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media only screen and (min-width: 768px) {
  .contact-block-middle {
    width: 100%;
  }
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Form elements
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

form input,
form button,
form textarea {
  border-radius: 0;
  background: none;
  display: inline-block;
  border: none;
  outline: none;
  font-family: "europa", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
}

form input::-webkit-input-placeholder,
form button::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #fff;
}

form input:-ms-input-placeholder,
form button:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #fff;
}

form input::-ms-input-placeholder,
form button::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  color: #fff;
}

form input::placeholder,
form button::placeholder,
form textarea::placeholder {
  color: #fff;
}

form textarea {
  width: 100%;
}

form input {
  border-bottom: 1px solid #fff;
  width: 100%;
}

form input[type="submit"] {
  width: auto;
}

form textarea {
  border: 1px solid #fff;
  resize: none;
  height: 6em;
}

form .field-half {
  width: calc(50% - ( ( 30px + 5px) / 2 ));
  display: inline-block;
}

form .field-half-left {
  margin-right: 30px;
}

/* Styles for the modal weddings brochure form */

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
}

.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 390px;
  border-radius: 0.5rem;
}

.modal .close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  font-size: 25px;
  opacity: 0.5;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.modal .close-button:hover {
  opacity: 1;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
  z-index: 99999;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Standard text block
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.standard-text-block,
.table-block {
  margin-bottom: 150px;
}

body.search .standard-text-block,
body.search
.table-block {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) {
  .standard-text-block,
  .table-block {
    margin-bottom: 150px;
  }

  .standard-text-block + .triple-slider,
  .table-block + .triple-slider {
    margin-top: -150px;
  }
}

.standard-text-block .large-header,
.standard-text-block .text-slider__current-slide:before,
.standard-text-block .text-slider__total-slides:before,
.table-block .large-header,
.table-block .text-slider__current-slide:before,
.table-block .text-slider__total-slides:before {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .standard-text-block .large-header,
  .standard-text-block .text-slider__current-slide:before,
  .standard-text-block .text-slider__total-slides:before,
  .table-block .large-header,
  .table-block .text-slider__current-slide:before,
  .table-block .text-slider__total-slides:before {
    width: 50%;
    margin-left: 25%;
  }
}

.standard-text-block p,
.standard-text-block ul,
.standard-text-block ol,
.standard-text-block #searchform,
.standard-text-block > article,
.table-block p,
.table-block ul,
.table-block ol,
.table-block #searchform,
.table-block > article {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .standard-text-block p,
  .standard-text-block ul,
  .standard-text-block ol,
  .standard-text-block #searchform,
  .standard-text-block > article,
  .table-block p,
  .table-block ul,
  .table-block ol,
  .table-block #searchform,
  .table-block > article {
    width: 41.6666666667%;
    margin-left: 33.3333%;
  }
}

.standard-text-block ul ul,
.standard-text-block ul ol,
.standard-text-block ol ul,
.standard-text-block ol ol,
.table-block ul ul,
.table-block ul ol,
.table-block ol ul,
.table-block ol ol {
  margin-left: 20px;
  width: 100%;
}

.standard-text-block .table-container,
.table-block .table-container {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
}

@media only screen and (min-width: 768px) {
  .standard-text-block .table-container,
  .table-block .table-container {
    width: 50%;
    margin-left: calc(25% - 5px);
  }
}

.standard-text-block table,
.table-block table {
  width: 100%;
  margin: -5px;
}

.standard-text-block table th,
.table-block table th {
  text-align: left;
}

.standard-text-block p.iframe-container,
.table-block p.iframe-container {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .standard-text-block p.iframe-container,
  .table-block p.iframe-container {
    width: 50%;
    margin-left: 25%;
    overflow: hidden;
  }
}

.standard-text-block .wistia_responsive_padding,
.standard-text-block p.iframe-youtube-container,
.table-block .wistia_responsive_padding,
.table-block p.iframe-youtube-container {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .standard-text-block .wistia_responsive_padding,
  .standard-text-block p.iframe-youtube-container,
  .table-block .wistia_responsive_padding,
  .table-block p.iframe-youtube-container {
    width: 50%;
    margin-left: 25%;
    overflow: hidden;
  }
}

.standard-text-block .wistia_responsive_padding:after,
.standard-text-block p.iframe-youtube-container:after,
.table-block .wistia_responsive_padding:after,
.table-block p.iframe-youtube-container:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.standard-text-block .wistia_responsive_padding iframe,
.standard-text-block p.iframe-youtube-container iframe,
.table-block .wistia_responsive_padding iframe,
.table-block p.iframe-youtube-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.standard-text-block p.iframe-pardot-newsletter-container iframe,
.table-block p.iframe-pardot-newsletter-container iframe {
  height: 220px;
}

@media only screen and (min-width: 400px) {
  .standard-text-block p.iframe-pardot-newsletter-container iframe,
  .table-block p.iframe-pardot-newsletter-container iframe {
    height: 135px;
  }
}

.standard-text-block p.iframe-pardot-contactus-container iframe,
.table-block p.iframe-pardot-contactus-container iframe {
  height: 700px;
}

@media only screen and (max-width: 800px) {
  .standard-text-block p.iframe-pardot-contactus-container iframe,
  .table-block p.iframe-pardot-contactus-container iframe {
    height: 810px;
  }
}

@media only screen and (max-width: 768px) {
  .standard-text-block p.iframe-pardot-contactus-container iframe,
  .table-block p.iframe-pardot-contactus-container iframe {
    height: 680px;
  }
}

@media only screen and (max-width: 400px) {
  .standard-text-block p.iframe-pardot-contactus-container iframe,
  .table-block p.iframe-pardot-contactus-container iframe {
    height: 810px;
  }
}

.standard-text-block > article,
.table-block > article {
  margin-bottom: 1em;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Triple slider
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.triple-slider {
  margin-bottom: 130px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .triple-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.triple-slider .slider {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.triple-slider .slider.slick-initialized {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.triple-slider .button-link,
.triple-slider .content-side-title a,
.content-side-title .triple-slider a {
  margin: 27px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -ms-flex-item-align: center;
      align-self: center;
}

.slider figure {
  position: relative;
}

.slider-left {
  z-index: 10;
}

.slider-left.slick-slider {
  display: none;
}

.slider-left:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .slider-left {
    display: block;
    width: 25%;
    padding-right: 15px;
  }

  .slider-left.slick-slider {
    display: block;
  }
}

.slider-left figcaption {
  display: none;
}

.slider-middle {
  margin-top: 115px;
  margin-bottom: 20px;
}

.slider-middle .slick-slide > div {
  max-height: 100%;
}

.slider-middle li {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .slider-middle li {
    padding-left: 50px;
  }
}

.slider-middle img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.slider-middle figcaption {
  margin: 20px 0;
}

@media only screen and (min-width: 768px) {
  .in-progress .slider-middle figcaption {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .slider-middle figcaption {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    position: absolute;
    left: -50px;
    top: 100%;
    text-align: right;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    margin: 0;
  }
}

.slider-right {
  margin-top: 90px;
}

.slider-right.slick-slider {
  display: none;
}

.slider-right:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .slider-right {
    display: block;
    width: 25%;
    padding-left: 15px;
  }

  .slider-right.slick-slider {
    display: block;
  }
}

.slider-right figcaption {
  display: none;
}

.slider-previous {
  position: absolute;
  left: -115px;
  bottom: 100px;
  cursor: pointer;
  z-index: 100;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  background: none;
  outline: none;
}

.slider-next {
  position: absolute;
  right: -115px;
  bottom: 100px;
  cursor: pointer;
  z-index: 100;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  background: none;
  outline: none;
}

.slider-wrap {
  position: relative;
}

.slider-wrap-middle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 5;
  background: #202020;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
}

@media only screen and (min-width: 768px) {
  .slider-wrap-middle:before {
    display: block;
  }
}

.slider-wrap-middle.in-progress:before {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .slider-wrap-middle {
    margin-left: -50px;
    width: calc(50% + 50px);
    padding-left: 15px;
    padding-right: 15px;
  }
}

.slider-count {
  text-align: center;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Quote block
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.quote-block {
  position: relative;
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
  margin: 0 auto;
  font-style: italic;
  font-size: 2.5rem;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .quote-block {
    font-size: 3rem;
    width: 50%;
  }
}

.quote-block-wrap {
  margin-bottom: 150px;
}

.quote-block:after {
  content: url(assets/img/large-quote.svg);
  position: absolute;
  display: block;
  top: -40px;
  right: 10px;
  z-index: -1;
}

.quote-block-mainwrap {
  margin-top: -40px;
  position: relative;
  padding-bottom: 200px;
}

@media only screen and (min-width: 768px) {
  .quote-block-mainwrap {
    width: 50%;
    margin: 0 auto;
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.quote-block-mainwrap .quote-previous,
.quote-block-mainwrap .quote-next {
  width: 85px;
  height: 69px;
  position: absolute;
  margin-top: -34px;
  cursor: pointer;
  z-index: 100;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  outline: none;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .quote-block-mainwrap .quote-previous,
  .quote-block-mainwrap .quote-next {
    visibility: visible;
  }
}

.quote-block-mainwrap .quote-previous.slick-disabled,
.quote-block-mainwrap .quote-next.slick-disabled {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .quote-block-mainwrap .quote-previous,
  .quote-block-mainwrap .quote-next {
    bottom: calc(50% + 100px);
  }
}

.quote-block-mainwrap .quote-previous {
  left: -115px;
}

.quote-block-mainwrap .quote-next {
  right: -115px;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Page nav
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.page-nav {
  position: fixed;
  z-index: 100;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .page-nav {
    display: none;
  }
}

@media (hover: none) {
  .page-nav {
    display: none;
  }
}

.sticky-nav-active .page-nav {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}

.sticky-nav-active .page-nav:hover button,
.sticky-nav-active .page-nav:hover a {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.sticky-nav-active .page-nav:hover .page-nav-extra li:before {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.menu-open .page-nav {
  display: none;
}

.page-nav li,
.page-nav .breadcrumbs > span {
  line-height: 2.58;
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
  display: block;
  position: relative;
}

.page-nav li:before,
.page-nav .breadcrumbs > span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-nav li button,
.page-nav li a,
.page-nav li .menu-item-has-children-next,
.page-nav .breadcrumbs > span button,
.page-nav .breadcrumbs > span a,
.page-nav .breadcrumbs > span .menu-item-has-children-next {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.page-nav-list {
  display: none;
  /** Refactor this mess! */
}

.page-nav:hover .page-nav-list button,
.page-nav:hover .page-nav-list a,
.page-nav:hover .page-nav-list .menu-item-has-children-next,
.page-nav-list.breadcrumbs a {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.page-nav:hover .page-nav-list li.current_page_item button,
.page-nav:hover .page-nav-list li.current_page_item a,
.page-nav:hover .page-nav-list li.current_page_item .menu-item-has-children-next,
.page-nav:hover .page-nav-list li button:hover,
.page-nav:hover .page-nav-list li a:hover,
.page-nav-list.breadcrumbs a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.page-nav-list .menu-item-has-children-next {
  display: inline-block;
  color: #a27f41;
  padding: 5px 15px;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.page-nav-list .menu-item-has-children:hover .sub-menu {
  display: block;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.page-nav-list .sub-menu {
  height: 100vh;
  display: none;
  position: absolute;
  left: 100%;
  top: 24px;
  width: 140px;
  max-height: 80vh;
  overflow: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-nav-list .sub-menu a {
  white-space: nowrap;
}

.page-nav-list li,
.page-nav-list > span {
  padding-left: 15px;
}

.page-nav-list li:before,
.page-nav-list > span:before {
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  width: 5px;
  height: 5px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.page-nav-list li.current_page_item:before,
.page-nav-list > span.current_page_item:before {
  background-color: #fff;
}

.page-nav-extra {
  margin-top: 10px;
}

.page-nav-extra li {
  margin-bottom: 15px;
}

.page-nav-extra li:before {
  width: 16px;
  height: 1px;
  left: -4px;
  background-color: #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.page-nav button,
.page-nav a:not(.button-link) {
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
  -webkit-appearance: none;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  font-size: 1.3rem;
  color: #fff;
  outline: none;
}

.breadcrumbs > span:last-child {
  display: none;
}

@media only screen and (min-width: 768px) {
  .menu-item-has-children-previous {
    display: none;
  }
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Content with title on side
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.content-side-title {
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .content-side-title {
    padding: 0 25%;
  }
}

.content-side-title .large-header,
.content-side-title .text-slider__current-slide:before,
.content-side-title .text-slider__total-slides:before {
  position: absolute;
  right: 100%;
  text-align: right;
  width: 100%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@media only screen and (min-width: 768px) {
  .content-side-title .large-header,
  .content-side-title .text-slider__current-slide:before,
  .content-side-title .text-slider__total-slides:before {
    left: calc(-75% - 2em);
    right: auto;
  }
}

.content-side-title-wrap {
  margin-bottom: 200px;
}

.content-side-title ul {
  margin-left: 1.2em;
}

.content-side-title li,
.content-side-title .subtitle-header {
  margin-bottom: 1em;
}

.gallery-grid-wrap {
  margin-bottom: 200px;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Text slider
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.text-slider {
  counter-reset: text-slider-count;
}

@media only screen and (max-width: 767px) {
  .text-slider .contact-block-form .field-half {
    width: 100%;
  }
}

.text-slider .slick-slide {
  outline: none;
}

.text-slider .slick-dots {
  text-align: center;
}

.text-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.text-slider .slick-dots li button {
  -webkit-appearance: none;
  border: none;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  background-color: rgba(32, 32, 32, 0.3);
  font-size: 0;
  padding: 0;
}

.text-slider .slick-dots li.active button {
  background-color: #202020;
}

.text-slider__image {
  position: relative;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .text-slider__image {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .text-slider__image {
    height: 640px;
    width: 100%;
  }
}

.text-slider__image img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .text-slider__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.text-slider__counter {
  width: 145px;
  height: 70px;
  position: relative;
}

.text-slider__counter:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% + 20px);
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
          transform: translate(-50%, -50%) rotate(25deg);
  height: 100%;
  width: 1px;
  background-color: #979797;
}

.text-slider__current-slide {
  line-height: 1;
}

.text-slider__current-slide:before {
  content: "0" counter(text-slider-count);
  color: #fff;
}

.text-slider__total-slides {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.text-slider__total-slides:before {
  content: var(--slideTotal);
  font-size: 3rem;
  -webkit-text-stroke: 1px #202020;
  color: transparent;
}

@media only screen and (min-width: 1024px) {
  .text-slider__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}

.text-slider__header {
  min-height: 1.7em;
  letter-spacing: normal;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.text-slider__next-slide:after {
  content: ' \2192';
}

.text-slider__link {
  margin-right: 30px;
}

.text-slider__cta-set {
  margin-top: auto;
  margin-bottom: 85px;
}

.text-slider li {
  counter-increment: text-slider-count;
}

@media only screen and (min-width: 1024px) {
  .text-slider__content-wrapper {
    padding-right: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  .text-slider__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.text-slider__arrows {
  max-width: none;
  min-height: 1px;
  margin: 0;
}

@media only screen and (min-width: 1024px) {
  .text-slider__arrows {
    margin: 0 7%;
  }
}

@media only screen and (min-width: 1200px) {
  .text-slider__arrows {
    margin: 0 10%;
  }
}

@media only screen and (min-width: 1315px) {
  .text-slider__arrows {
    margin: 0 12%;
  }
}

@media only screen and (min-width: 1385px) {
  .text-slider__arrows {
    margin: 0 14%;
  }
}

@media only screen and (min-width: 1460px) {
  .text-slider__arrows {
    margin: 0 17%;
  }
}

@media only screen and (min-width: 1595px) {
  .text-slider__arrows {
    margin: 0 19%;
  }
}

@media only screen and (min-width: 1700px) {
  .text-slider__arrows {
    margin: 0 22%;
  }
}

.text-slider-wrap {
  margin-bottom: 150px;
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .text-slider-wrap {
    padding: 0;
  }
}

.text-slider-wrap em {
  font-style: normal;
}

.text-slider-wrap .content-container .large-header,
.text-slider-wrap .content-container .text-slider__current-slide:before,
.text-slider-wrap .content-container .text-slider__total-slides:before {
  width: 50%;
  margin-left: 16.6666666667%;
  margin-bottom: 70px;
}

.text-slider-arrow {
  position: absolute;
  top: -60px;
  z-index: 200;
  cursor: pointer;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.text-slider-arrow.initialized {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.text-slider-arrow.slick-disabled {
  display: none !important;
}

.text-slider-arrow svg {
  width: 42px;
  height: 34px;
}

@media only screen and (min-width: 768px) {
  .text-slider-arrow svg {
    width: 68px;
    height: 55px;
  }
}

.text-slider-arrow-left {
  left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (min-width: 768px) {
  .text-slider-arrow-left {
    left: 0;
  }
}

.text-slider-arrow-right {
  right: 10px;
}

@media only screen and (min-width: 768px) {
  .text-slider-arrow-right {
    right: -70px;
  }
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Photo with text slider
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Part I: hoto slider
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.photo-slider {
  counter-reset: text-slider-count;
}

.photo-slider .slick-slide {
  outline: none;
}

.photo-slider li {
  padding: 0 25%;
  counter-increment: text-slider-count;
}

.photo-slider li > * {
  margin-left: 33.3333%;
}

.photo-slider-wrap {
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .photo-slider-wrap {
    margin-bottom: 0;
  }
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Part II: Text (belong to photo) slider
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.phototext-slider {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .phototext-slider {
    padding: 50px 100px 0px;
  }
}

.phototext-slider .slick-slide {
  outline: none;
}

.phototext-slider li {
  text-align: center;
}

.phototext-slider li .medium-header {
  margin-bottom: 30px;
  text-align: center;
}

.phototext-slider-wrap {
  max-width: 900px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 150px;
}

.phototext-slider-arrow {
  position: absolute;
  top: 92px;
  z-index: 200;
  cursor: pointer;
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .phototext-slider-arrow {
    display: block !important;
  }
}

.phototext-slider-arrow.slick-disabled {
  display: none !important;
}

.phototext-slider-arrow-left {
  left: 10px;
}

@media only screen and (min-width: 1024px) {
  .phototext-slider-arrow-left {
    left: 0;
  }
}

.phototext-slider-arrow-right {
  right: 10px;
}

@media only screen and (min-width: 1024px) {
  .phototext-slider-arrow-right {
    right: 0;
  }
}

.content-list {
  list-style: none;
  margin-top: -40px;
}

.content-list img {
  margin: 40px -15px 0;
  max-width: calc(100% + 30px);
}

@media only screen and (min-width: 768px) {
  .content-list img {
    margin: 40px -15px;
  }
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Contact form in header
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Original styling for fixed height contact block */

.header-contact {
  width: 100%;
  position: fixed;
  background: #000;
  top: 0;
  right: -100%;
  z-index: 1500;
  height: 100%;
  padding: 20px 40px 20px 60px;
  -webkit-transition: right .5s;
  transition: right .5s;
}

@media only screen and (min-width: 400px) {
  .header-contact {
    padding: 60px 90px;
  }
}

.contact-form-open .header-contact {
  right: 0;
}

@media only screen and (min-width: 768px) {
  .header-contact {
    width: 50%;
    min-width: 550px;
  }
}

.header-contact-block-form-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: calc(100vh - 360px);
}

@media only screen and (min-width: 400px) {
  .header-contact-block-form-wrapper {
    height: calc(100vh - 500px);
  }
}

.header-contact-block-form-wrapper iframe {
  background: transparent;
  height: 900px;
}

@media only screen and (min-width: 768px) {
  .header-contact-block-form-wrapper iframe {
    height: 780px;
  }
}

.header-contact .contact-block {
  float: none;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.header-contact-form > iframe {
  height: 300px;
}

.header-contact-close,
.header-contact-footer {
  position: absolute;
}

.header-contact-close {
  left: unset;
  right: 30px;
  top: 30px;
  width: 40px;
  cursor: pointer;
}

.header-contact-close svg {
  display: block;
}

.header-contact-close .close-x {
  stroke: #fff;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 3;
}

.header-contact-footer {
  bottom: 20px;
  left: 60px;
}

@media only screen and (min-width: 400px) {
  .header-contact-footer {
    bottom: 60px;
    left: 90px;
  }
}

.header-contact-footer span {
  display: block;
}

@media only screen and (min-width: 400px) {
  .header-contact-footer span:fisrt-child {
    margin-bottom: 16px;
  }
}

/* New contact draw scrolling layout */

.contact-form-open {
  overflow: hidden;
}

.contact-form-open .header-content-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.contact-form-open .header-contact {
  position: relative;
  float: right;
  max-height: 100vh;
  padding: 60px 30px;
  width: 100%;
  margin-right: 0;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: scroll;
}

@media only screen and (min-width: 1024px) {
  .contact-form-open .header-contact {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    padding: 60px;
  }
}

@media (min-width: 980px) {
  .contact-form-open .header-contact {
    width: 70%;
    max-width: 900px;
  }
}

.contact-form-open .header-contact .contact-block {
  position: relative;
}

.contact-form-open .header-contact .contact-block p {
  margin-left: 0;
}

.contact-form-open .header-contact .contact-block .phone-number-href,
.contact-form-open .header-contact .contact-block p > a {
  color: white;
}

.contact-form-open .header-contact .contact-block .phone-number-href:hover,
.contact-form-open .header-contact .contact-block p > a:hover {
  color: white;
}

.contact-form-open .header-contact .contact-block .contact-block-form {
  margin-left: 0;
}

.contact-form-open .header-contact-block-form-wrapper {
  height: auto;
}

.contact-form-open .header-contact-block-form-wrapper iframe {
  height: 720px;
}

.contact-form-open .header-contact-footer {
  bottom: 0;
  left: 0;
}

.contact-form-open .header-contact-footer span {
  margin-left: 0;
  margin-bottom: 5px;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Gallery page grid
 * Wedding page image gallery grid
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.gallery-wrap,
.main-gallery-wrap {
  margin-bottom: 150px;
  text-align: center;
}

.gallery-wrap button.button-link,
.main-gallery-wrap button.button-link {
  outline: none;
}

@media only screen and (min-width: 768px) {
  .gallery-grid,
  .main-gallery-grid {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.gallery-grid li,
.main-gallery-grid li {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
  .gallery-grid li,
  .main-gallery-grid li {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .gallery-grid li,
  .main-gallery-grid li {
    width: calc(33.3333% - 30px);
  }
}

.gallery-grid li:hover figure:before,
.gallery-grid li:hover figcaption,
.main-gallery-grid li:hover figure:before,
.main-gallery-grid li:hover figcaption {
  opacity: 1;
}

.gallery-grid li a,
.main-gallery-grid li a {
  position: relative;
  display: block;
}

.gallery-grid figure,
.main-gallery-grid figure {
  position: relative;
  line-height: 0;
}

.gallery-grid figure:before,
.main-gallery-grid figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  mix-blend-mode: multiply;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.gallery-grid figure img,
.main-gallery-grid figure img {
  max-width: none;
  width: 100%;
}

.gallery-grid figcaption,
.main-gallery-grid figcaption {
  text-align: left;
  width: 100%;
  font-weight: bold;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  line-height: 1.2;
  color: black;
}

.gallery-filter,
.main-gallery-filter {
  margin: 90px 0 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .gallery-filter.filters-close ul,
  .gallery-filter.filters-close select,
  .main-gallery-filter.filters-close ul,
  .main-gallery-filter.filters-close select {
    display: inline-block;
  }

  .gallery-filter.filters-close li:not(.active),
  .main-gallery-filter.filters-close li:not(.active) {
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }

  .gallery-filter.filters-close button,
  .main-gallery-filter.filters-close button {
    color: #a27f41;
    margin: 0;
    border-bottom: 0;
  }
}

.gallery-filter ul,
.gallery-filter select,
.main-gallery-filter ul,
.main-gallery-filter select {
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
  -webkit-appearance: none;
  padding: 15px;
  border: none;
  cursor: pointer;
  background: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 1px;
  outline: none;
  margin-bottom: 10px;
  text-align: center;
  text-align-last: center;
  vertical-align: middle;
}

.gallery-filter select,
.main-gallery-filter select {
  background-image: url(assets/img/arrow-down-small.svg);
  background-repeat: no-repeat;
  background-size: 118px 79px;
  background-position: right center;
}

.gallery-filter select option,
.main-gallery-filter select option {
  color: #000;
}

.gallery-filter li,
.main-gallery-filter li {
  display: inline-block;
  margin: 0 10px;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.25s, margin 0.25s, width 1s, height 1s;
  -webkit-transition: margin 0.25s, width 1s, height 1s, -webkit-transform 0.25s;
  transition: margin 0.25s, width 1s, height 1s, -webkit-transform 0.25s;
  transition: transform 0.25s, margin 0.25s, width 1s, height 1s;
  transition: transform 0.25s, margin 0.25s, width 1s, height 1s, -webkit-transform 0.25s;
}

@media only screen and (min-width: 768px) {
  .gallery-filter li,
  .main-gallery-filter li {
    display: inline-block;
  }
}

.gallery-filter li:hover button,
.gallery-filter li.active button,
.main-gallery-filter li:hover button,
.main-gallery-filter li.active button {
  border-bottom-color: #fff;
}

.gallery-filter button,
.main-gallery-filter button {
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
  -webkit-appearance: none;
  padding: 0 0 .5em;
  border: none;
  border-bottom: 3px solid transparent;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
  cursor: pointer;
  background: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 1.75px;
  outline: none;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .gallery-filter button,
  .main-gallery-filter button {
    padding: .5em 0;
    margin-bottom: 0;
    color: #fff;
  }
}

#filter-toggle {
  padding: 13px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  vertical-align: top;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #filter-toggle {
    display: none;
  }
}

.filters-close #filter-toggle {
  display: inline-block;
  margin-left: -30px;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .filters-close #filter-toggle {
    display: none;
  }
}

.filters-close #filter-toggle .arrow-down-small {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#filter-toggle .arrow-down-small {
  width: 16px;
  height: 13px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#filter-toggle .arrow-down-small path {
  stroke: #a27f41;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Search
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.nav-search {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .nav-search {
    float: right;
    max-width: 300px;
    margin-right: 60px;
  }
}

#searchform {
  position: relative;
}

#searchform #searchsubmit {
  background: url(assets/img/magnifying-glass.svg) center right no-repeat;
  background-size: 1em;
  outline: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}

@-webkit-keyframes slideUp {
  0% {
    margin-bottom: -66px;
  }

  100% {
    margin-bottom: 0px;
  }
}

@keyframes slideUp {
  0% {
    margin-bottom: -66px;
  }

  100% {
    margin-bottom: 0px;
  }
}

.cc_banner-wrapper {
  height: auto !important;
  -webkit-animation-name: none !important;
          animation-name: none !important;
  z-index: 9999999999 !important;
}

.cc_container {
  -webkit-animation-name: slideUp !important;
          animation-name: slideUp !important;
  bottom: 0;
  top: auto !important;
}

.cc_container.cc_banner {
  padding-right: 155px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cc_container.cc_banner .cc_btn.cc_btn_accept_all {
  border-radius: 0;
  position: absolute;
  top: 30px;
  right: 1em;
  float: none;
  width: auto;
  max-width: initial;
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
  font-size: 1.3rem;
  display: inline-block;
  background: none;
  color: #fff;
  background: #fff;
  cursor: pointer;
  line-height: 1.5;
  -webkit-transition: border 0.5s, color 0.5s, padding 0.5s;
  transition: border 0.5s, color 0.5s, padding 0.5s;
  padding: .7em 20px;
  z-index: 20;
  text-align: center;
}

@media only screen and (min-width: 400px) {
  .cc_container.cc_banner .cc_btn.cc_btn_accept_all {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.cc_container.cc_banner .cc_btn.cc_btn_accept_all:hover {
  border-color: #a27f41;
  color: #a27f41;
}

.cc_container.cc_banner .cc_message {
  margin: 0;
  color: #fff;
  font-family: "europa", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

.cc_container.cc_banner .cc_message a {
  color: #a27f41;
}

.cc_container.cc_banner .cc_message a:hover {
  color: #fff;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Design My Night widget styling overrides
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.container .dmn-form {
  width: 100%;
  max-width: 300px;
  border: none;
}

.container .dmn-form h1 {
  display: none;
}

.container .dmn-form .btn.submit {
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
  background: none;
  border-color: #fff;
  color: #fff;
}

.container .dmn-form input,
.container .dmn-form select,
.container .dmn-form label,
.container .dmn-form input[type="text"] {
  font-family: "europa", sans-serif;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  width: 100%;
  color: #fff;
  -webkit-appearance: none;
  line-height: 1.2;
}

.container .dmn-form select {
  -webkit-appearance: menulist;
  width: calc(100% - 17px) !important;
}

@media only screen and (min-width: 768px) {
  .container .dmn-form select {
    width: 100% !important;
  }
}

.container .dmn-form input[type="text"] {
  padding: 0 5px;
  width: calc(100% - 10px);
}

.container .contact-block.date-is-open .mCustomScrollbar,
.container .contact-block.date-is-open .mCustomScrollBox,
.container .contact-block.date-is-open .mCSB_container {
  overflow: visible !important;
}

.container .contact-block.date-is-open .mCustomScrollbar {
  z-index: -1;
}

.container .contact-block.date-is-open .mCustomScrollbar:before {
  content: '';
  display: block;
  width: 100%;
  height: 200px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 5;
}

.container .dmn-form {
  padding: 0;
  max-width: 700px;
}

.container .dmn-form .main-inputs {
  text-align: left;
  overflow: visible;
}

.container .dmn-form .powered-by {
  display: none;
}

.container .dmn-form label {
  font-size: 16px;
  color: #000;
}

.container .dmn-form input,
.container .dmn-form select,
.container .dmn-form input[type="text"] {
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.container .dmn-form .btn.submit {
  font-size: 16px;
  padding: .45em 1em;
  color: #000;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  text-transform: lowercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 180px;
  outline: none;
  text-shadow: none;
}

.container .dmn-form .btn.submit:first-letter {
  text-transform: uppercase;
}

.container .dmn-form .btn.submit:hover {
  color: #fff;
  background-color: #000;
}

.contact-form-open #book-a-table #dmnform-slide {
  height: 600px;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Menu block
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-block,
.table-block {
  padding: 0 20px;
  margin-bottom: 150px;
}

@media only screen and (min-width: 768px) {
  .menu-block {
    padding: 0 120px;
    max-width: 1070px;
  }
}

.menu-block:after,
.table-block:after {
  content: '';
  display: block;
  clear: both;
}

.menu-block h2.large-header,
.menu-block h2.text-slider__current-slide:before,
.menu-block h2.text-slider__total-slides:before,
.table-block h2.large-header,
.table-block h2.text-slider__current-slide:before,
.table-block h2.text-slider__total-slides:before {
  margin-bottom: 20px;
}

.menu-block .offset-anchor,
.table-block .offset-anchor {
  top: -150px;
}

.menu-block .menu-cta-wrapper,
.table-block .menu-cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

.menu-block .button-link.menus-button,
.menu-block .content-side-title a.menus-button,
.content-side-title .menu-block a.menus-button,
.table-block .button-link.menus-button,
.table-block .content-side-title a.menus-button,
.content-side-title .table-block a.menus-button {
  width: 140px;
  margin-right: 20px;
  display: inline-block;
}

.menu-block .back-button,
.table-block .back-button {
  color: #fff;
  background-color: transparent;
  background: none !important;
  text-transform: uppercase;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  width: 85px;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
}

.menu-block .back-button:before,
.table-block .back-button:before {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #202020;
  bottom: -7px;
  left: -1px;
}

.menu-block ul.tabs,
.table-block ul.tabs {
  margin: 0 0 50px 0;
  padding: 0px;
  list-style: none;
}

@media only screen and (min-width: 1024px) {
  .menu-block ul.tabs,
  .table-block ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.menu-block ul.tabs li,
.table-block ul.tabs li {
  width: 100%;
  display: block;
  background: #fff;
  color: #202020;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  border: 1px solid #202020;
  font-size: 1.2em;
  margin: -1px;
  padding: 10px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (min-width: 1024px) {
  .menu-block ul.tabs li,
  .table-block ul.tabs li {
    width: 25%;
    display: inline-block;
    padding: 15px;
  }
}

.menu-block ul.tabs li.current,
.table-block ul.tabs li.current {
  background: #202020;
  color: #fff;
}

.menu-block .tab-content,
.table-block .tab-content {
  display: none;
  padding: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.menu-block .tab-content .menu-times,
.table-block .tab-content .menu-times {
  width: 100%;
  float: none;
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .menu-block .tab-content .menu-times,
  .table-block .tab-content .menu-times {
    width: 70%;
    float: right;
  }
}

.menu-block .tab-content h3,
.table-block .tab-content h3 {
  font-size: 1em;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .menu-block .tab-content h3,
  .table-block .tab-content h3 {
    width: 20%;
    font-size: 0.9em;
  }
}

.menu-block .tab-content .wrapper,
.table-block .tab-content .wrapper {
  clear: both;
}

.menu-block .tab-content .wrapper:after,
.table-block .tab-content .wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.menu-block .tab-content .menu-details,
.table-block .tab-content .menu-details {
  border-top: 1px solid #666;
  width: 100%;
  float: none;
  margin: 9px 0 30px 0;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .menu-block .tab-content .menu-details,
  .table-block .tab-content .menu-details {
    width: 70%;
    float: right;
  }
}

.menu-block .tab-content .menu-details p,
.table-block .tab-content .menu-details p {
  position: relative;
  padding-bottom: 25px;
}

@media only screen and (min-width: 1024px) {
  .menu-block .tab-content .menu-details p,
  .table-block .tab-content .menu-details p {
    padding-right: 60px;
    padding-bottom: 0;
  }
}

.menu-block .tab-content .menu-details p span,
.table-block .tab-content .menu-details p span {
  position: absolute;
  left: 0;
  bottom: -1px;
  font-weight: bold;
}

@media only screen and (min-width: 1024px) {
  .menu-block .tab-content .menu-details p span,
  .table-block .tab-content .menu-details p span {
    right: 0;
    left: unset;
    bottom: 0;
  }
}

.menu-block .tab-content .menu-details p.extra,
.table-block .tab-content .menu-details p.extra {
  font-style: italic;
  margin-top: -1em;
}

.menu-block .tab-content.current,
.table-block .tab-content.current {
  display: inherit;
}

/* Table block specific */

.table-block table {
  margin: 0;
}

.table-block table tbody {
  border: none;
}

@media only screen and (min-width: 768px) {
  .table-block ul.tabs {
    width: 50%;
    margin-left: 25%;
  }
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Quote block
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.quote-slider-wrap {
  margin-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
}

.quote-slider-wrap .quote-slider {
  list-style: none;
}

.quote-slider-wrap .quote-slider li {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .quote-slider-wrap .quote-slider li {
    margin-bottom: 0;
  }
}

.quote-slider-wrap .quote-slider-inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .quote-slider-wrap .quote-slider-inner {
    width: 50%;
  }
}

.quote-slider-wrap .quote-slider-inner .quote-slider-arrow-left,
.quote-slider-wrap .quote-slider-inner .quote-slider-arrow-right {
  position: absolute;
  top: 110px;
  display: none;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .quote-slider-wrap .quote-slider-inner .quote-slider-arrow-left,
  .quote-slider-wrap .quote-slider-inner .quote-slider-arrow-right {
    display: block;
  }
}

.quote-slider-wrap .quote-slider-inner .quote-slider-arrow-left {
  left: -125px;
}

.quote-slider-wrap .quote-slider-inner .quote-slider-arrow-right {
  right: -110px;
}

.quote-slider-wrap .quote-block {
  position: relative;
  font-family: "europa", sans-serif;
  font-weight: 700;
  letter-spacing: 1.75px;
  margin: 0 auto;
  font-style: italic;
  font-size: 2.5rem;
  font-weight: normal;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .quote-slider-wrap .quote-block {
    font-size: 3rem;
    width: 100%;
  }
}

.quote-slider-wrap .quote-block-wrap {
  margin-bottom: 150px;
}

.quote-slider-wrap .quote-block:after {
  content: url(assets/img/large-quote.svg);
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  z-index: -1;
}

.quote-slider-wrap .quote-slider .slick-list {
  padding: 0 !important;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Standard Single Image Block
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.standard-single-image-block {
  margin-bottom: 150px;
}

.standard-text-block + .standard-single-image-block {
  margin-top: -100px;
}

.standard-single-image-block figure {
  width: 100%;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .standard-single-image-block figure {
    width: 50%;
    margin-left: 25%;
  }
}

.collapsible-block {
  border-bottom: 1px solid #fff;
}

.collapsible-block__wrapper {
  max-width: 1120px;
  margin: 0 auto 150px;
}

.collapsible-block__wrapper article:first-of-type {
  border-top: 1px solid #fff;
}

.collapsible-block__wrapper article:last-of-type {
  margin-bottom: 40px;
}

.collapsible-block__heading {
  font-size: 2rem;
  padding: 0.8em 40px;
}

.collapsible-block__content {
  padding: 0 40px;
  height: 0;
  -webkit-transition: height .5s;
  transition: height .5s;
  overflow: hidden;
}

.collapsible-block__inner {
  padding-bottom: 20px;
}

.collapsible-block__section-header {
  margin-bottom: 1em;
  width: 50%;
  margin-left: 16.6666666667%;
}

.collapsible-block__header {
  position: relative;
  cursor: pointer;
}

.collapsible-block__header:before,
.collapsible-block__header:after {
  content: '';
  display: block;
  position: absolute;
  top: 19px;
  right: 30px;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  width: 2px;
  height: 20px;
  background-color: #202020;
  transition: transform .25s;
}

.collapsible-block--open .collapsible-block__header:before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.collapsible-block__header:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.collapsible-block--open .collapsible-block__header:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.collapsible-block__footer {
  width: 100%;
  text-align: center;
}

.collapsible-block__footer span {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .collapsible-block__footer span {
    padding-right: 5%;
    display: inline-block;
  }
}

.collapsible-block__footer a {
  font-weight: bold;
  border-bottom: 3px solid #202020;
}

.collapsible-block__footer a:hover {
  color: #202020;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– *\
 *
 * Whats On!
 *
 * –––––––––––––––––––––––––––––––––––––––––––––––––– */

.month-listing,
.pick-listing {
  width: 85%;
  max-width: 1300px;
  margin: 250px auto 0 auto;
}

@media only screen and (min-width: 1024px) {
  .month-listing,
  .pick-listing {
    width: 83%;
  }
}

.month-listing {
  margin: 50px auto 200px auto;
}

.month-listing,
.pick-listing {
  list-style: none;
}

.month-listing-detail,
.pick-listing-detail {
  position: relative;
}

.month-listing .inner,
.pick-listing .inner {
  display: none;
}

@media only screen and (min-width: 768px) {
  .month-listing .inner::-webkit-scrollbar,
  .month-listing .inner-button,
  .pick-listing .inner::-webkit-scrollbar,
  .pick-listing .inner-button {
    width: 0px;
    height: 0px;
  }
}

.month-listing .inner:before,
.pick-listing .inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  display: block;
  position: absolute;
  top: 111px;
  width: 100%;
  height: 20px;
  z-index: 1;
}

.month-listing .inner.active,
.pick-listing .inner.active {
  display: block;
}

.month-listing .month-name,
.pick-listing .month-name {
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
}

.month-listing .month-name:before,
.month-listing .month-name:after,
.pick-listing .month-name:before,
.pick-listing .month-name:after {
  width: 33px;
  height: 4px;
  content: '';
  display: block;
  background: #202020;
  position: absolute;
  right: 20px;
  top: 35px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.month-listing .month-name:after,
.pick-listing .month-name:after {
  top: 35px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.month-listing .month-name.current:after,
.pick-listing .month-name.current:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.month-listing #events-area-1,
.month-listing #events-area-2,
.month-listing #events-area-3,
.pick-listing #events-area-1,
.pick-listing #events-area-2,
.pick-listing #events-area-3 {
  width: 100%;
  margin: 0 0 30px 0;
}

/* Events are UL */

.events-list-1,
.events-list-2,
.events-list-3,
.picks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}

.events-list-1 li,
.events-list-2 li,
.events-list-3 li,
.picks-list li {
  width: 100%;
  max-width: 411px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  background: #000;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .events-list-1 li,
  .events-list-2 li,
  .events-list-3 li,
  .picks-list li {
    width: 47%;
    margin-right: 5%;
    margin-left: unset;
    margin-bottom: 3%;
  }

  .events-list-1 li:nth-child(2n),
  .events-list-2 li:nth-child(2n),
  .events-list-3 li:nth-child(2n),
  .picks-list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .events-list-1 li,
  .events-list-2 li,
  .events-list-3 li,
  .picks-list li {
    width: 30%;
    margin-bottom: 3%;
    margin-right: 5%;
  }

  .events-list-1 li:nth-child(2n),
  .events-list-2 li:nth-child(2n),
  .events-list-3 li:nth-child(2n),
  .picks-list li:nth-child(2n) {
    margin-right: 5%;
  }

  .events-list-1 li:nth-child(3n),
  .events-list-2 li:nth-child(3n),
  .events-list-3 li:nth-child(3n),
  .picks-list li:nth-child(3n) {
    margin-right: 0;
  }
}

.events-list-1 li .btn-event-book,
.events-list-2 li .btn-event-book,
.events-list-3 li .btn-event-book,
.picks-list li .btn-event-book {
  width: 145px;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  background: #202020;
  font-size: 13px;
  display: block;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.45;
  cursor: unset;
  pointer-events: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.events-list-1 li .btn-event-book:hover,
.events-list-2 li .btn-event-book:hover,
.events-list-3 li .btn-event-book:hover,
.picks-list li .btn-event-book:hover {
  background: #a27f41;
}

.events-list-1 li .venue-selected .btn-event-book,
.events-list-2 li .venue-selected .btn-event-book,
.events-list-3 li .venue-selected .btn-event-book,
.picks-list li .venue-selected .btn-event-book {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.events-list-1 .event-image,
.events-list-2 .event-image,
.events-list-3 .event-image,
.picks-list .event-image {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.events-list-1 .event-image figcaption,
.events-list-2 .event-image figcaption,
.events-list-3 .event-image figcaption,
.picks-list .event-image figcaption {
  position: absolute;
  top: 20px;
  left: 0;
  width: auto;
  background: #202020;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  z-index: 2;
}

.events-list-1 .event-image img,
.events-list-2 .event-image img,
.events-list-3 .event-image img,
.picks-list .event-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}

.events-list-1 .event-details,
.events-list-2 .event-details,
.events-list-3 .event-details,
.picks-list .event-details {
  padding: 20px;
}

.events-list-1 .event-details header,
.events-list-2 .event-details header,
.events-list-3 .event-details header,
.picks-list .event-details header {
  min-height: 200px;
}

.events-list-1 .event-details header h2,
.events-list-2 .event-details header h2,
.events-list-3 .event-details header h2,
.picks-list .event-details header h2 {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.events-list-1 .event-details header p,
.events-list-2 .event-details header p,
.events-list-3 .event-details header p,
.picks-list .event-details header p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.events-list-1 .event-details footer,
.events-list-2 .event-details footer,
.events-list-3 .event-details footer,
.picks-list .event-details footer {
  min-height: 180px;
}

.events-list-1 .event-details footer h3,
.events-list-2 .event-details footer h3,
.events-list-3 .event-details footer h3,
.picks-list .event-details footer h3 {
  font-size: 12px;
  font-weight: bold;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.events-list-1 .event-details footer .event-details-venue,
.events-list-2 .event-details footer .event-details-venue,
.events-list-3 .event-details footer .event-details-venue,
.picks-list .event-details footer .event-details-venue {
  margin-bottom: 25px;
}

.events-list-1 .event-details footer .select-holder,
.events-list-2 .event-details footer .select-holder,
.events-list-3 .event-details footer .select-holder,
.picks-list .event-details footer .select-holder {
  background: #202020;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  padding: 7px 10px;
  position: relative;
}

.events-list-1 .event-details footer .select-holder:after,
.events-list-2 .event-details footer .select-holder:after,
.events-list-3 .event-details footer .select-holder:after,
.picks-list .event-details footer .select-holder:after {
  content: '';
  display: inline-block;
  position: absolute;
  pointer-events: none;
  right: 14px;
  top: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.events-list-1 .event-details footer select,
.events-list-2 .event-details footer select,
.events-list-3 .event-details footer select,
.picks-list .event-details footer select {
  width: 100%;
  color: #fff;
  font-family: "europa", sans-serif;
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
}

.events-list-1 .event-details.single .select-holder:after,
.events-list-2 .event-details.single .select-holder:after,
.events-list-3 .event-details.single .select-holder:after,
.picks-list .event-details.single .select-holder:after {
  display: none;
}

.light-site .events-list-1 li,
.light-site .events-list-2 li,
.light-site .events-list-3 li,
.light-site .picks-list li {
  background: #faf8f8;
}

.light-site .month-listing .month-name,
.light-site .pick-listing .month-name {
  border-bottom: 1px solid black;
}

/* ========================= *\
 * Page specifics
 * ========================= */


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