
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=8a6f1ca7-6667-45c6-9aaa-ef06f933188d");

@font-face {
  font-family:"DIN Neuzeit Grotesk W00 Light";
  src:url("Fonts/b788f3ca-1b36-4360-86c0-36a00f1b8622.woff2") format("woff2"),url("Fonts/b0720bb1-3a89-4c2b-82ee-0c3d59ca36d7.woff") format("woff"); }

@font-face {
  font-family:"NeuzeitGro W01 Bold";
  src:url("Fonts/8dfba670-079e-4879-8b0a-8d079ab7c067.woff2") format("woff2"),url("Fonts/218401dc-d400-4482-8c9b-0527059f7559.woff") format("woff"); }

@font-face {
  font-family:"NeuzeitGroBla W01 Regular";
  src:url("Fonts/9f84af91-b2b1-4040-bdd7-a194f0ba97ed.woff2") format("woff2"),url("Fonts/b3d12495-7541-496c-9700-46c7d472b62c.woff") format("woff"); }

@font-face {
  font-family:"Neuzeit Grotesk ExtCond1487180";
  src:url("Fonts/68eedc51-482e-4272-a9ec-b865aefc69d3.woff2") format("woff2"),url("Fonts/c9509a54-bdfb-4d7a-8d7d-f549b17ef1c9.woff") format("woff"); }


.embed-responsive iframe {
  position: relative !important;
  min-height: 450px;
}
/* ==========================================================================
   Preloader
   ========================================================================== */

.pre-loader {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%); }

/* keyFrames */
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-21 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 5px solid;
  border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) #70084f;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite; }


/* ==========================================================================
   Bootstrap Overwrites
   ========================================================================== */

/* Selector */
::selection {
  background: #ccc;
  color: #000; }

::-moz-selection {
  background: #ccc;
  color: #000; }

.w-35 { max-width: 35%; }

hr { background-color: var(--primary-colour); opacity: .2; }

.nav-tabs a { opacity: .5; }
.nav-tabs a:hover,
.nav-tabs a.active { opacity: 1; }

.breadcrumb a { font-weight: 700; }
.breadcrumb a { text-decoration: none; }

.breadcrumb li:last-child a {
  color: inherit;
  font-weight: 400; }

.modal-content {
  border: 0;
  border-radius: 0; }


/* =========================================================================
  Variables
========================================================================== */

:root {
  --transparent-color: transparent;
  --purple: #70084f;
  --purple-light: #b580a4;
  --purple-lighter: #E2D0DB;
  --purple-dark: #330625;
  --red: #DB0A14;
  --orange: #F6AE2D;
  --green: #028A2C;
  --black: #000000;
  --white: #ffffff;
  --gray: #b1b1b1; }

body {
  --primary-colour: var(--purple);
  --primary-colour-dark: var(--purple-dark);
  --primary-colour-light: var(--purple-lighter);
  --secondary-colour: var(--purple-light);
  --primary-link: var(--purple);
  --primary-link-hover: var(--purple-light);
  --secondary-link: var(--black);
  --alt-link: var(--white);
  --alt-link-hover: var(--purple-light); }

.primary_colour { color: var(--primary-colour); }
.secondary_colour { color: var(--secondary-colour); }

.primary_colour_bg { background-color: var(--primary-colour); }
.secondary_colour_bg { background-color: var(--secondary-colour); }


/* ==========================================================================
   Add-ons
   ========================================================================== */

/* Hide stToopPop sharing button. */
#stToolPop { display: none; }

/* Isotope */
#no-results { display: none; }

/* Mailer */
#mailer {
  text-align: left;
  position: relative; }

#mailer #error,
#mailer #success {
  display: none;
  line-height: 1;
  margin: 0;
  text-align: left;
  position: relative; }

#mailer #error p,
#mailer #success p {
  color: #666666; }

/* Fancybox */
.video-thumb {
  position: static; }

.video-icon {
  background: url('/img/icons/media/player.svg') no-repeat center / 20%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute; }

/* Swiper */
.swiper-button-next,
.swiper-button-prev {
  color: white;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 1));
  transition: ease .2s; }

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: var(--primary-link-hover); }

.swiper-button-next { right: 2rem; }
.swiper-button-prev { left: 2rem; }

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 5rem; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-link); }


/* ==========================================================================
  Navigation
========================================================================== */

.navbar-toggler { font-size: 1.75rem; }
.navbar-toggler.close { font-size: 2rem; }

.nav_style {
  font-family:"Neuzeit Grotesk ExtCond1487180";
  text-transform: uppercase; }

.nav_main_container {
  font-size: 3.3vw;
  /*max-width: 730px;*/ }

.nav_main_container li:first-child a {
  text-align: left;}

.nav_main_container li a {
  padding-left: 0;
  padding-right: 0; }

.nav_main_container li:last-child a {
  text-align: right; }

.nav_cta_container {
  font-size: 115%; }

.nav_cta_container li a:not(.btn) {
  color: var(--secondary-link);
  vertical-align: middle;
  min-height: 35px;
  display: block;
  padding: 7px 2px 0; }
  .nav_cta_container li a:not(.btn):hover,
  .nav_cta_container li a:not(.btn):focus {
    color: var(--alt-link-hover); }

.nav_sidebar { font-size: 1.35rem }
.nav_sidebar li:last-child { padding: 0 !important; }
.nav_sidebar li:first-child a { padding: 0 !important; }

.nav_sidebar li a {
  border-bottom: 1px solid transparent;
  margin: 0 10px 0 0; 
  text-decoration: none; }

.nav_sidebar li a.active {
  border-bottom: 1px solid var(--primary-link); }


/* ==========================================================================
   Overlay
   ========================================================================== */

.overlay_main {
  background: var(--primary-colour-dark);
  color: white; 
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 400px;
  max-height: 100vh;
  transform: translateX(100%);
  transition: ease .4s;
  overflow: auto;
  z-index: 999; }
  .overlay_main.active {
    transform: translateX(0%); }

.overlay_main .drop-down {
  font-size: 1.65rem;
  line-height: 1.4; }

.overlay_main .nav a:not(.btn) {
  color: var(--alt-link);
  display: inline-block;
  text-decoration: none; }
  .overlay_main .nav a:not(.btn):hover,
  .overlay_main .nav a:not(.btn):focus {
    color: var(--alt-link-hover); }

.overlay_main .close {
  cursor: pointer; }
  .overlay_main .close:hover,
  .overlay_main .close:focus {
    color: var(--alt-link-hover); }


/* ==========================================================================
  Header
========================================================================== */

header { 
  position: relative;
  z-index: 99; }


/* ==========================================================================
   Dropdown
   ========================================================================== */

.dropdown-menu {
  font-size: 90%; }

.drop-down .dropdown-menu {
  box-shadow: none;
  width: 100%;
  border-radius: 0;
  padding: 0 2rem;
  border: 0;
  border-top: 0;
  color: inherit;
  line-height: 1.3;
  display: block;
  height: auto;
  max-height: 0;
  background: none;
  overflow: hidden;
  transition: 0.6s ease-out;
  position: relative; }
  .drop-down li:hover .dropdown-menu { max-height: 300px; }
  .drop-down .dropdown-menu li:last-child {  margin-bottom: 1rem; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: middle;
  content: "\f078";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: .3em solid transparent;
  font-family: "font awesome 6 pro";
  font-weight: 900;
  font-size: 50%;
  position: relative !important;
  top: 8px;
  transform: translateY(-50%); }

.dropdown-sort::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: middle;
  content: "\f0d7";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: .3em solid transparent;
  font-family: "font awesome 6 pro";
  font-weight: 900;
  font-size: 1rem;
  position: relative;
  top: -2px;
  transform: none; }

.nav a.dropdown-toggle {
  color: inherit;
  text-decoration: none; }


/* ==========================================================================
   buttons
   ========================================================================== */

[type="button"], button {
  -webkit-appearance: none; }

.btn {
  border-radius: 0;
  font-family:"NeuzeitGro W01 Bold";
  font-weight: normal;
  font-size: 110%;
  text-transform: uppercase;
  padding: .275rem .75rem;
  position: relative;
  letter-spacing: .02rem; }

.btn-primary {
  border-color: var(--purple);
  background-color: white;
  color: var(--purple); }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active {
    color: #fff;
    background-color: var(--primary-link);
    border-color: var(--primary-link); }

.btn-secondary {
  border-color: var(--purple);
  background-color: var(--purple);
  color: white; }
  .btn-secondary:hover,
  .btn-secondary:focus,
  .btn-secondary:active {
    color: #fff;
    background-color: var(--primary-link-hover);
    border-color: var(--primary-link-hover); }

.btn-link {
  font-family: "NeuzeitGro W01 Bold";
  font-weight: normal;
  font-size: 105%;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--purple);
  padding-left: 0;
  padding-right: 0;
  padding-bottom: .25rem; }

.btn-link-alt { border-bottom: 1px solid #fff; }
.btn-link:hover { border-bottom: 1px solid var(--primary-link-hover); }

.btn-arrow {
  padding-right: 3rem !important; }

.btn-arrow::after {
  font-family: "font awesome 6 Pro";
  font-weight: 700;
  content: "\f178";
  display: inline-block;
  margin-left: .5rem;
  font-size: 80%;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  float: right;
  right: 1rem;
  transform: translateY(-50%); }

.btn-group-sm > .btn, .btn-sm {
  font-size: 90% !important;
  border-radius: 0;
  line-height: 1.3;
  padding: .5rem 1rem; }

.btn-primary.disabled,
.btn-primary:disabled {
  color: gray;
  background-color: white !important;
  border-color: var(--purple) !important;
  pointer-events: none; }

.btn-soldout { 
  padding: .275rem 2.2rem;
  overflow: hidden;
  pointer-events: none; }
.btn-soldout::after {
  content: '';
  border-top: 1px solid var(--purple);
  position: absolute;
  top: 50%;
  left: -25%;
  width: 150%;
  height: 100%;
  transform: rotate(-7deg); }

.btn-clear {
  background: none;
  border: 0;
  color: inherit; }

.bookingLink .btn-book.btn-sold {
  background-color: var(--red) !important; }

.bookingLink .btn-book.btn-limited {
  background-color: var(--orange) !important; }

/* .bookingLink .btn-book {
  /* background-color: var(--green) !important;  
} */

/* ==========================================================================
   Form
   ========================================================================== */

.form-control {
  background-color: rgba(110,7,78,0.05);
  border: 1px solid #E2D0DB;
  border-radius: 0;
  font-size: .8rem;
  font-weight: 500; }

.form-control:focus { color: inherit; }
.form-control-alt { color: white; }

.overlay_main .input-group { border: 2px solid var(--purple); }
.overlay_main .form-control { border: 0; background-color: rgba(250,247,249,0.13); }

.list-group-item {
  color: rgb(110, 7, 78,1);
  text-decoration: none;
  background-color: white;
  border: 1px solid #eee; }
  .list-group-item:hover {
    color: black; }

.list-group a {
  text-decoration: none; }


/* ==========================================================================
   Base
   ========================================================================== */

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px; }

a,
button {
  -webkit-transition: .3s all;
  transition: .3s all; }

a:not(.btn) {
  color: var(--primary-link); }
  a:not(.btn):hover,
  a:not(.btn):focus {
    color: var(--primary-link-hover); }

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  box-shadow: none; }

.bold { 
  font-family:"NeuzeitGro W01 Bold";
  font-weight: normal; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  margin-top: 0 !important; }

.h1 strong, .h2 strong, .h3 strong, 
.h4 strong, .h5 strong, .h6 strong {
  font-family:"NeuzeitGroBla W01 Regular";
  font-weight: normal; }

.h1, h1 { font-size: 280%; }
.h4, h4 { font-size: 180%; line-height: 1.5; }
.h5, h5 { font-size: 120%; }
.h6, h6 { font-size: 105%; }

.h1 .primary_colour,
.h2 .primary_colour {
  font-size: 108%; }

.sub_head {
  font-family:"NeuzeitGro W01 Bold";
  line-height: 1; }
  .sub_head span { font-size: 80%; }
  .sub_head a:not(.btn) { color: inherit; text-decoration: none; }

.sub_head_light {
  font-family:"DIN Neuzeit Grotesk W00 Light"; }

.heading {
  font-family:"Neuzeit Grotesk ExtCond1487180";
  text-transform: uppercase; }

.cta_head {
  font-size: 150%;
  line-height: 1.3;
  letter-spacing: 3px; }

.letter_spacing { letter-spacing: 1px; }

.small, small { 
  font-family: inherit;
  font-size: 90%; }

.small .btn-link {
  font-size: 85%; }

.lead { 
  font-size: 135%;
  font-weight: normal; }

main {
  position: relative;
  min-height: 400px;
  overflow: hidden; }


/* ==========================================================================
   Social
   ========================================================================== */

/* Social */
.main-social {
  margin: 0;
  padding: 0; }

.main-social li a {
  height: 25px;
  width: 25px;
  text-indent: -999em;
  background-size: contain;
  background-position: center center; }

/* Social */
a.nav-facebook { background: url("../img/icons/social/facebook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
a.nav-twitter { background: url("../img/icons/social/twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
a.nav-youtube { background: url("../img/icons/social/youtube.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
a.nav-instagram { background: url("../img/icons/social/instagram.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }

.share_wrapper {
  position: relative;
  border-top: 1px solid rgb(226, 208, 219);
  border-bottom: 1px solid rgb(226, 208, 219); }

.share_wrapper::before {
  content: 'Share:';
  float: left;
  padding: .85rem 1rem 0 0; }

#st-1 .st-btn {
  background-color: transparent !important;
  display: block !important;
  border: 0 !important;
  border-left: 1px solid rgb(226, 208, 219) !important;
  border-radius: 0 !important;
  padding: 10px 5px !important;
  height: auto !important;
  margin: 0 !important; }

#st-1 .st-btn:hover {
  opacity: .6;
  top: 0 !important; }

#st-1 .st-btn img {
  background: black;
  border-radius: 3px; }


/* ==========================================================================
   Footer
   ========================================================================== */

.sub_footer {
  font-family:"DIN Neuzeit Grotesk W00 Light";
  font-size: 115%; }

footer a {
  color: inherit; }

.nav_terms a {
  color: inherit;
  text-decoration: none; }

.nav_terms a:not(.btn) {
  color: var(--secondary-link); }
  .nav_terms a:not(.btn):hover,
  .nav_terms a:not(.btn):focus {
    color: var(--primary-link-hover); }

.nav_footer li { position: relative; }
.nav_footer li::after {
  content: '';
  background: #000;
  height: 40%;
  width: 1px;
  top: 50%;
  position: absolute;
  right: -1px;
  transform: translateY(-50%); }
  .nav_footer li:last-child:after { display: none; }


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

.panel {
  background-color: var(--purple);
  color: var(--white); }

.panel_nav .nav a:not(.btn) {
  color: var(--alt-link); }
  .panel_nav .nav a:not(.btn):hover,
  .panel_nav .nav a:not(.btn):focus {
    color: var(--alt-link-hover); }

.hero_image {
  height: 28.25vw;
  position: relative;
  overflow: hidden; }
  .hero_image img {
    object-fit: cover;
    height: 100%; }


/* ==========================================================================
   page
   ========================================================================== */

.content_wrapper { min-height: 400px; }


/* ==========================================================================
   Projects
   ========================================================================== */

.featured_wrapper {
  margin: 0 -15px; }

.block_wrapper {
  background: var(--white);
  color: black;
  position: relative;
  z-index: 25; }

.block_wrapper_bg {
  background: var(--purple-light);
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  width: 96%;
  height: 96%;
  transition: ease .3s;
  transform: scale(1) rotate(0deg);
  z-index: -1; }

.block_wrapper:hover .block_wrapper_bg {
  transform: scale(1.05) rotate(-2deg);
  opacity: 1; }

.block_inner {
  background: var(--white);
  font-size: 120%;
  padding: 1rem 1.5rem 1.5rem; }

.block_header {
  font-family:"NeuzeitGro W01 Bold";
  font-size: 150%;
  line-height: 1.1; }

.block_subheader {
  font-family:"NeuzeitGro W01 Bold";
  font-size: 140%;
  line-height: 1.2; }

.block_citation,
.block_venue {
  font-size: 85%; }

.block_details {
  position: relative;
  padding-right: 2.5rem; }

.block_favourite {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 130%;
  line-height: 1.3; }

.block_price {
  font-size: 85%; }

.block_image { background: #b580a4; position: relative; }
.block_image img { transition: ease .3s; object-fit: cover; height: 18.5vw; }
.block_image:hover img { opacity: .8; }

.block_image::after {
  background: #00aeef;
  position: absolute;
  top: 1%;
  bottom: 0;
  left: 0%;
  width: 101%;
  height: 97%;
  transition: ease .3s;
  transform: rotate(4deg);
  content: '';
  z-index: -1; }
  .block_wrapper:hover .block_image:after {
    width: 100%;
    transform: rotate(0deg); }

.block_notice {
  font-size: 95%;
  padding: 7vw 4rem;
  position: relative;
  display: block;
  height: 35vw;
  z-index: 20; }

.block_notice::after {
  content: '';
  background: url("/img/assets/panel_brand.png") no-repeat center / contain;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  height: 104%;
  max-width: 560px;
  width: 100%;
  transform: translate(-50%,-50%);
  z-index: -1;
  margin-top: -2vw;
  margin-left: 1rem; }

.nav_cta_shows { font-size: 85%; color: var(--primary-link); }
.nav_cta_shows i { font-size: 130%; }
.nav_cta_shows span { font-size: 120%; vertical-align: middle; }

.nav_cta_shows #fav-me,
.nav_cta_shows .btn-clear {
  transition: ease .4s; }

.nav_cta_shows #fav-me:hover,
.nav_cta_shows .btn-clear:hover {
  opacity: .6; }

.panel_also {
  position: relative;
  margin-bottom: 5rem; }

.panel_also::after {
  content: '';
  background: url("/img/assets/also_like_bg.png") no-repeat center right / contain;
  position: absolute;
  top: -5%;
  right: -3rem;
  left: auto;
  bottom: 0;
  width: 110%;
  pointer-events: none;
  z-index: -1;
  height: 110%; }



/* ==========================================================================
   Venue
   ========================================================================== */

.card_image {
  border: 1px solid rgba(0,0,0,.1);
  position: relative;
  overflow: hidden; }
  .card_image_inner { background: #b580a4; }

.card_image img {
  height: 15vw;
  object-fit: cover;
  transition: ease .3s; }
  .card_image:hover img { opacity: .8; }


/* ==========================================================================
   Algolia
   ========================================================================== */

.container-filters {
  background: rgba(110,7,78,.05);
  border: 1px solid #e2d0db; 
  font-size: 90%;
  padding: 1rem 0 .0; }

.accordion-header { width: 100%; }
.accordion-body { padding: 0 .75rem 1rem; }
.container-body { margin: 1rem 0 0; }

.container-header { position: relative; }
.container-header::before {
  height: 1px;
  background: var(--primary-colour-light);
  content: '';
  position: absolute;
  top: -1px;
  left: .75rem;
  right: .75rem; }

.container-filters > .container-header:first-child:before {
  display: none; }

.accordion-button {
  background-color: transparent;
  border-radius: 0 !important;
  padding: .5rem .75rem;
  padding-right: 1rem;
  font-size: inherit; }
  .accordion-button:focus {
    border-color: transparent;
    box-shadow: 0 0 0 .75rem rgba(13,110,253,.1); }

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: transparent;
  box-shadow: none; }

.accordion-item {
  background-color: transparent;
  border: 1px solid var(--primary-colour-light);
  border-bottom: 0;
  padding: 0; }

.accordion-button::after {
  font-size: 180%;
  height: auto;
  background: none !important;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "font awesome 6 Pro";
  font-weight: 400;
  width: auto;
  position: relative;
  content: "\f078"; }

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg); }

.accordion-button.collapsed::after {
  left: -1px;
  transform: rotate(180deg); }

.accordion-flush .accordion-item:last-child {
  padding-bottom: 0.25rem; }


/* ==========================================================================
   Calendar
   ========================================================================== */

.fc .fc-scrollgrid-section-sticky > * {
  background: none; }

.fc .fc-daygrid-day-number {
  padding: 4px 10px;
  margin-right: auto;
  color: #f1ca3f;
  font-weight: 700; }

.fc-theme-standard .fc-scrollgrid {
  border: 2px solid #70084f; }

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
  padding: 0;
  background: #70084f;
  text-transform: uppercase; }

.fc .fc-toolbar-title {
  font-size: 1.8em;
  margin: 0;
  padding: 5px 1rem 2px;
  font-weight: 700; }

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden; }

.fc-theme-standard a.fc-event {
  background: rgba(0,0,0,.1);
  padding: 0.25rem;
  font-weight: 700;
  font-size: 1rem;
  width: calc(100% - 20px);
  border: 1px solid #fff;
  border-radius: 3px;
  transition: ease 0.2s;
  margin-bottom: 5px;
  margin-left: 10px !important; }

.fc-event.LIMITED { border-color: #ffd900 !important; }
.fc-event.GOOD { border-color: #FCF869 !important; }
.fc-event.SOLDOUT { border-color: #ef3e23 !important; }
.fc-event.SOLDOUT .fc-event-title { text-align: right; }

.fc-event-title {
  width: 100%;
  display: inline-block;
  min-width: 100% !important;
  font-weight: 100 !important;
  text-align: left;
  overflow: inherit !important;
  padding: 0 5px;
  font-size: 90%; }

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 0;
  width: 100%;
  padding: 0 5px; }

.fc-daygrid-dot-event.SOLDOUT {
  display: flex;
  flex: 1;
  flex-direction: column; }
  .fc-event:hover {
    background-color: #555; }

.fc-button {
  border-radius: 0 !important;
  border: 0 !important;
  outline: none;
  box-shadow: none !important;
  padding: 0 5px !important;
  transition: ease 0.2s;
  background: none !important;
  font-size: 1.1rem !important;
  color: inherit !important;
  text-transform: uppercase; }
  .fc-button:hover,
  .fc-button:focus {
    background-color: transparent!important;
    opacity: .6; }

.fc-daygrid-day-frame {
  background-color: transparent; }

.fc-daygrid-day-frame::after {
  content: "";
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400%;
  bottom: 0;
  z-index: -1;
  width: 100%; }

.fc .fc-day-disabled { background: transparent; }
.fc-day-disabled .fc-daygrid-day-frame { background-color: transparent; }

.fc-day-other .fc-daygrid-day-frame::after { background-color: transparent; }
.fc-day-disabled .fc-daygrid-day-frame::after { background-color: transparent; }

.fc .fc-daygrid-day.fc-day-today { background-color: rgba(255, 255, 255, 0.1) !important; }
.fc-day-other .fc-daygrid-day-frame { background-color: transparent; }
.fc-daygrid-event-dot { display: none; }

.fc .fc-col-header-cell-cushion {
  color: #f0c93f;
  display: inline-block;
  padding: 18px 4px;
  text-transform: uppercase;
  font-weight: 100; }

.fc-theme-standard a {
  color: #fff;
  text-decoration: none; }

.fc-toolbar {
  background: var(--primary-colour);
  color: white;
  padding: 1rem 1rem .75rem;
  margin: 0 !important; }

.fc-toolbar h2 {
  font-family: "Neuzeit Grotesk ExtCond1487180";
  text-transform: uppercase;
  text-align: center;
  line-height: 1; }

.fc-view-container {
  border: 2px solid var(--primary-colour); }

.fc-day-grid-container.fc-scroller {
  height: auto !important; }

.fc-day-grid-event > .fc-content {
  white-space: normal !important; }

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: .25rem !important;
  border-width: 2px !important; }

.fc-unthemed .fc-today {
  background: #eee !important; }

.fc-event {
  font-size: .7rem; }

.fc-time {
  width: 100%;
  display: block;
  margin-bottom: 2px; }

/* Availability legend */

.avail-legend {
	padding: 0px;
	margin-left: 25px;
}

.avail-legend li {
	list-style: none;
	font-size: 20px;
	position: relative;
}

.avail-legend .best:before {
	content:"·";
	font-size:120px;
	vertical-align:middle;
	line-height:20px;
	color: var(--green);
	position: absolute;
	bottom: 11px;
	left: -30px;
}

.avail-legend .best {
	color: var(--green);
}

.avail-legend .good:before {
	content:"·";
	font-size:120px;
	vertical-align:middle;
	line-height:20px;
	color: #f1c40f;
	position: absolute;
	bottom: 11px;
	left: -30px;
}

.avail-legend .good {
	color: #f1c40f;
}

.avail-legend .limited:before {
	content:"·";
	font-size:120px;
	vertical-align:middle;
	line-height:20px;
	color: var(--orange);
	position: absolute;
	bottom: 11px;
	left: -30px;
}

.avail-legend .limited {
	color: var(--orange);
}

.avail-legend .sold:before {
	content:"·";
	font-size:120px;
	vertical-align:middle;
	line-height:20px;
	color: var(--red);
	position: absolute;
	bottom: 11px;
	left: -30px;
}

.avail-legend .sold {
	color: var(--red);
}


/* ==========================================================================
   News
   ========================================================================== */

.ButtonBase__ButtonContainer-sc-6hgm97-3.igFLjj {
  background: none !important;
  text-transform: uppercase;
  color: var(--primary-colour) !important;
  border-bottom: 2px solid var(--primary-colour) !important;
  min-width: inherit !important;
  border-radius: 0 !important; }

.ButtonBase__ButtonContainer-sc-6hgm97-3.igFLjj:hover {
  opacity: .6; }

.ButtonBase__Overlay-sc-6hgm97-4.bdDGJD {
  background-color: transparent !important; }

.ButtonBase__Overlay-sc-6hgm97-4.bdDGJD {
  padding: 5px 0 !important; }

.news_item_wrapper {
  background: var(--primary-colour);
  border: 1px solid rgba(255,255,255,.2);
  overflow: hidden;
  position: relative;
  height: 23vw;
  color: white; }

.news_image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .8;
  transition: ease .5s;
  background-position: center;
  background-size: cover; }

.news_item_wrapper:hover .news_image {
  opacity: .5;
  transform: scale(1.1); }

.news_details {
  position: absolute;
  bottom: 0;
  font-size: 1vw;
  left: 0;
  right: 0;
  padding: 1rem; }

.news_details .lead {
  text-shadow: 0 0 15px rgba(0,0,0,.4); }

.news_date {
  font-size: 90%; }


/* ==========================================================================
   Mobile First
   ========================================================================== */

@media only screen and (min-width : 768px) {
  
  .panel.panel_also {
    width: 91%; }
  
}

@media only screen and (min-width : 992px) {}

@media only screen and (min-width : 1200px) {
  
  /* Typography */
  .h2, h2 { font-size: 255%; }
  
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width : 1199px) {
  
  /* Typography */
  .h1, h1 { font-size: calc(1.375rem + 1vw); }
  .h4, h4 { font-size: 170%; }
  
  .sub_head span { font-size: 75%; }
  
  /* Button */
  .btn-arrow { padding-right: 2.5rem !important; }
  .btn-soldout { padding: .275rem 1.9rem; }
  
  /* Footer */
  footer { font-size: 95%; }
  
  /* Block */
  .block_notice {
    font-size: 1vw;
    padding: 6vw 2.5rem; }
  
  .block_notice::after {
    height: 110%;
    width: 110%; }

  .block_inner {
    font-size: calc(1px + 1vw);
    padding: 1rem 1.25rem 1rem 1rem; }
  
  .card_image img {
    height: 22vw; }
  
  /* Sidebar */
  #st-1 .st-btn > img {
    height: 14px !important;
    width: 14px !important; }
  
  .share_wrapper::before {
    padding: .9rem .75rem 0 0;
    font-size: 90%; }
  
  .panel_highlight { font-size: 95%; }
  
  /* Filters */
  .container-filters {
    font-size: 80%; }
  
  .accordion-button {
    padding-right: 1.15rem; }
  
  .accordion-button::after {
    font-size: 165%; }
  
}

@media only screen and (max-width : 991px) {
  
  /* Typography */
  .h4, h4 { font-size: 165%; }
  .panel_highlight { font-size: 100%; }
  
  .highlight_details { font-size: 95%; }
  
  /* Button */
  .btn { font-size: 100%; }
  .btn-arrow { padding-right: 2.3rem !important; }
  .btn-group-sm > .btn, .btn-sm { border-radius: 0; }
  .btn-soldout { padding: .275rem 1.8rem; }
  
  /* Navigation */
  .nav_main_container { font-size: calc(1rem + 1.5vw); }
  .nav_cta_container { font-size: 105%; }
  
  .cta_head {
    font-size: 110%;
    line-height: 1.4;
    letter-spacing: 2px; }

  /* Form */
  .form-control { padding: .275rem .75rem; }
  
  /* Footer */
  footer { font-size: 85%; }
  
  /* Swiper */
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: calc(-35px - (var(--swiper-navigation-size)/ 1)); }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 4rem; }
  
  .swiper-button-next { right: 1.5rem; }
  .swiper-button-prev { left: 1.5rem; }
  
  /* Panel */
  .panel { font-size: 95%; }
  
  .card_image img { height: 29vw; }
  .block_image img { height: 28vw; }
  
  .sidebar_wrapper { font-size: 95%; }
  .copy_wrapper { font-size: 90%; }
  .nav_sidebar { font-size: 1.1rem; }
  
  /* Block */
  .block_inner { font-size: calc(3px + 1.1vw); }
  
  .block_notice::after { margin-top: -3vw; }  
  .block_notice {
    font-size: 1.5vw;
    padding: 6vw 2.5rem;
    height: 45vw; }
  
  .panel_also::after {
    background-size: cover;
    top: -7%;
    right: -2rem;
    width: 110%;
    height: 110%; }
  
  .panel_also {
    margin-bottom: 2rem; }
  
  .news_item_wrapper { height: 32vw; }
  .news_details { font-size: 1.3vw; }
  .news_date { font-size: 100%; }
  
}

@media only screen and (max-width : 767px) {
  
  /* Typography */
  .h1, h1 { font-size: 225%; }
  .h2, h2 { font-size: 180%; }
  .h4, h4 { font-size: 165%; line-height: 1.2; }
  
  .lead { font-size: 125%; }
  
  /* Button */
  .btn { padding: .45rem 1.25rem; }
  .btn-lg { font-size: 120%; }
  .btn-group-sm > .btn, .btn-sm { font-size: 95% !important; }
  .btn-arrow { padding-right: 3rem !important; }
  .btn-link.btn-sm { font-size: 110% !important; }
  .btn-arrow::after { font-size: 100%; }
  
  /* Swiper */
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 2.5rem; }
  
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: calc(-75px - (var(--swiper-navigation-size)/ 1)); }
  
  /* Highlight */
  .highlight_details { font-size: 105%; }
  
  /* Navigation */
  .navbar-toggler { font-size: 2rem; }
  .nav-fill .nav-item .nav-link { padding: 0; }
  
  .nav_main_container {
    font-size: 200%;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto; }
  
  .nav_cta_container .nav {
    max-width: 35px;
    margin-left: auto;
    margin-right: 1rem; }
      .nav_cta_container .nav li {
      width: 100%;
      text-align: center;
      font-size: 140%; }
  
  /* Overlay */
  .overlay_inner .nav_cta_container {
    position: absolute;
    right: 0;
    top: 3.5rem; }
  
  .overlay_inner .nav_cta_container .nav {
    max-width: 36px;
    margin-left: auto;
    margin-right: 1.6rem; }

  /* Panel */
  .panel { font-size: 100%; padding: 0 5px; }
  
  /* Hero */
  .hero_image { height: 220px; }
  .breadcrumb { font-size: 90%; }
  
  /* Form */
  .form-control {
    padding: .75rem 1rem;
    font-size: .95rem; }
  
  form .btn { padding: .75rem .75rem; }
  .input-group-append .btn { font-size: 150%; }
  
  /* Footer */
  footer { font-size: 95%; }
  .sub_footer { font-size: 110%; line-height: 1.8; }
  .nav.nav_terms { font-size: 120%; }
  .nav.nav_footer { font-size: 95%; }
  
  footer form .btn { font-size: 115%; }
  
  /* Block */
  .card_image img {
    height: 43vw;
    min-height: 160px; }

  .block_image img {
    height: auto; }
  
  .block_details {
    padding-right: 3rem; }
  
  .block_citation,
  .block_venue {
    font-size: 95%;
    margin-bottom: 10px; }
  
  .block_favourite {
    font-size: 180%;
    line-height: 1; }
  
  /* Block */
  .block_inner { 
    font-size: 105%;
    padding: 1rem 1.5rem 1.25rem 1.25rem; }
  
  .block_notice {
    font-size: .9rem;
    padding: 4rem 2.5rem;
    height: 100vw;
    margin-top: 1rem;
    max-height: 380px;
    min-height: 300px; }  
    .block_notice::after {
      margin-top: -1rem;
      margin-left: 0.5rem; }
  
  /* Sidebar */
  .share_wrapper::before {
    padding: .85rem 1.25rem 0 0;
    font-size: 100%; }
    
  .sidebar_wrapper { font-size: 110%; }
  .copy_wrapper { font-size: 100%; }
  .nav_sidebar { font-size: 1.5rem; }
  .nav_sidebar li { width: 100%; }
  
  /* filters */
  .container-filters {
    box-shadow: 0 5px 15px rgba(0,0,0,0);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    pointer-events: none;
    background: white;
    padding: 1.75rem 0.6rem 4rem;
    overflow: scroll;
    transition: ease .3s;
    transform: translateY(100%);
    max-height: 100vh;
    font-size: 100%; }
  
  .container-filters.open {
    box-shadow: 0 5px 15px rgba(0,0,0,.75);
    pointer-events: visible;
    transform: translateY(0); }
  
  .mobile_filter {
    background: var(--primary-colour);
    box-shadow: 0 2px 10px var(--primary-colour);
    color: white;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 9999;
    padding: .5rem;
    min-height: 55px;
    text-align: center;
    width: 165px;
    transform: translateX(-50%); }
  
  body.filters-open .mobile_filter {
    z-index: 9999; }
  
  .mobile_filter .btn {
    background-color: transparent !important;
    border: 0 !important;
    font-size: 110%;
    box-shadow: none !important;
    outline: none;
    color: white; }
  
  .mobile_filter i {
    margin-right: .25rem;
    position: relative;
    top: 0px;
    font-size: 90%; }
  
  .mobile_filter:not(.active) .mobile_filter_button_clear,
  .mobile_filter:not(.active) .mobile_filter_button_close {
    display: none; }
  
  .mobile_filter.active .mobile_filter_button {
    display: none; }
  
  .mobile_filter_button_close.btn {
    color: #fff;
    background-color: transparent !important;
    padding: .45rem .75rem;
    font-size: 110%; }
  
  .accordion-button {
    padding-right: 1rem; }
  
  /* News */
  .news_item_wrapper {
    height: 330px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
  
  .news_details {
    font-size: .9rem; }
  
  .fc-left {
    float: none !important;
    display: block !important;
    width: 100% !important;
    clear: both;
    height: auto;
    text-align: center;
    padding: 0 0 .5rem; }
  
  .fc-left h2 {
    float: none !important; }
  
  .fc-day-grid-container.fc-scroller {
    height: auto !important; }
  
}


