/* Webfonts */

@font-face {
  font-family: 'Fann Grotesque Pro';
  src: url('../webfonts/hinted-FannGrotesquePro-SemiBoldItalic.eot');
  src: url('../webfonts/hinted-FannGrotesquePro-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
      url('../webfonts/hinted-FannGrotesquePro-SemiBoldItalic.woff2') format('woff2'),
      url('../webfonts/hinted-FannGrotesquePro-SemiBoldItalic.woff') format('woff'),
      url('../webfonts/hinted-FannGrotesquePro-SemiBoldItalic.ttf') format('truetype'),
      url('../webfonts/hinted-FannGrotesquePro-SemiBoldItalic.svg#FannGrotesquePro-SemiBoldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Fann Grotesque Pro';
  src: url('../webfonts/hinted-FannGrotesquePro-Bold.eot');
  src: url('../webfonts/hinted-FannGrotesquePro-Bold.eot?#iefix') format('embedded-opentype'),
      url('../webfonts/hinted-FannGrotesquePro-Bold.woff2') format('woff2'),
      url('hinted-FannGrotesquePro-Bold.woff') format('woff'),
      url('../webfonts/hinted-FannGrotesquePro-Bold.ttf') format('truetype'),
      url('../webfonts/hinted-FannGrotesquePro-Bold.svg#FannGrotesquePro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fann Grotesque Pro';
  src: url('../webfonts/hinted-FannGrotesquePro-BoldItalic.eot');
  src: url('../webfonts/hinted-FannGrotesquePro-BoldItalic.eot?#iefix') format('embedded-opentype'),
      url('../webfonts/hinted-FannGrotesquePro-BoldItalic.woff2') format('woff2'),
      url('../webfonts/hinted-FannGrotesquePro-BoldItalic.woff') format('woff'),
      url('../webfonts/hinted-FannGrotesquePro-BoldItalic.ttf') format('truetype'),
      url('../webfonts/hinted-FannGrotesquePro-BoldItalic.svg#FannGrotesquePro-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Fann Grotesque Pro';
  src: url('../webfonts/hinted-FannGrotesquePro-Italic.eot');
  src: url('../webfonts/hinted-FannGrotesquePro-Italic.eot?#iefix') format('embedded-opentype'),
      url('../webfonts/hinted-FannGrotesquePro-Italic.woff2') format('woff2'),
      url('../webfonts/hinted-FannGrotesquePro-Italic.woff') format('woff'),
      url('../webfonts/hinted-FannGrotesquePro-Italic.ttf') format('truetype'),
      url('../webfonts/hinted-FannGrotesquePro-Italic.svg#FannGrotesquePro-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Fann Grotesque Pro';
  src: url('../webfonts/hinted-FannGrotesquePro-Black.eot');
  src: url('../webfonts/hinted-FannGrotesquePro-Black.eot?#iefix') format('embedded-opentype'),
      url('../webfonts/hinted-FannGrotesquePro-Black.woff2') format('woff2'),
      url('../webfonts/hinted-FannGrotesquePro-Black.woff') format('woff'),
      url('../webfonts/hinted-FannGrotesquePro-Black.ttf') format('truetype'),
      url('../webfonts/hinted-FannGrotesquePro-Black.svg#FannGrotesquePro-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/* Global */

html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  animation: fade-in 1s forwards;
  color: #000;
  font-family: 'Fann Grotesque Pro';
  /*font-style: italic;*/
  font-weight: normal;
  letter-spacing: 0.01em;
}

body.menu-open {
  overflow-y: hidden;
}

body.solid-navbar {
  padding-top: 100px;
}

.bg-body-color {
  background-color: #626546;
}
.bg-white {
  background-color:#fff;
}

.bg-cover {
  background-position: center;
  background-size: cover;
}

.cover {
  top: 0; right: 0; bottom: 0; left: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.anchor {
  position: absolute;
  top: -79px;
}
.text-right {
  text-align:right;
}

#vote-now {
  position:fixed;
  z-index:1000;
  bottom:10px;
  right:10px;
  display:inline-block;
  width:100%;
  max-width:560px;
  font-size:18px;
  box-shadow:0 0 20px rgba(0,0,0,0.5);
  transition: .3s;
}
.vote-close.icon {
  position:absolute;
  z-index:1010;
  right:0;
  top:0;
  color:#fff;
  background-color: var(--venue-color);
  padding:2px;
}

.parties-feasting-popup,
.clubhouse-info-modal {
  position: fixed;
  width: 480px;
  bottom: 1.5rem;
  right: 1.5rem;
  background: #bf2127;
  color: white;
  padding: 24px;
  z-index: 999;
}


@media (max-width: 767px) {
  .parties-feasting-popup, .clubhouse-info-modal {width: 450px; bottom: 0.75rem; right: 0.75rem; padding: 16px;}
}

@media (max-width: 575px) {
  .parties-feasting-popup, .clubhouse-info-modal {width: calc(100% - 1.5rem); left: 0.75rem;}
}

.vote-close.icon img {
  width:100%;
  height:auto;
}
@media (max-width:768px) {
  #vote-now {
    left:10px;
    width:auto;
    display:block;
  }
}

.category-list > div:not(:first-of-type) {
  border-left: 1px solid rgba(255,255,255,0.5);
}
@media (max-width: 768px) {
  .category-list {
    flex-direction: column;
  }
  .category-list > div {
    display:block!important;
    padding:1rem!important;
  }
  .category-list > div:not(:first-of-type) {
    border:none;
    border-top: 1px solid rgba(255,255,255,0.5);
  }
}


/* Bootstrap Grid */

.container-fluid {
  max-width: 1920px;
}

.container {
  max-width: 1372px;
  position: relative;
}

.container, .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}

.row {
  margin-left: -24px;
  margin-right: -24px;
}

.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}

.row.g-0 > [class^="col-"], .row.g-0 > .col {
  padding-left: 0;
  padding-right: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 24px;
  padding-right: 24px;
}

.row-panel {
  margin-bottom: -48px;
}

.col-panel {
  margin-bottom: 48px;
}

.row-pad-lg {
  margin-left: -48px;
  margin-right: -48px;
}

.col-pad-lg {
  padding-left: 48px;
  padding-right: 48px;
}

.row-pad-xs {
  margin-left: -12px;
  margin-right: -12px;
}

.col-pad-xs {
  padding-left: 12px;
  padding-right: 12px;
}

.row-panel-xs {
  margin-bottom: -24px;
}

.col-panel-xs {
  margin-bottom: 24px;
}



/* Layout */

.section {
  padding-bottom: 48px;
  position: relative;
}

.section + .section, .section.bg-red + .section.bg-red {
  padding-top: 0;
}

.section, .section.pt,
div.section[class*="bg-"],
div.section[class*="bg-"] + .section,
div.section[class*="footer"],
.section.section-contact-form {
  padding-top: 48px;
}

.padding-wrapper {
  padding: 48px;
}


/* Typography */

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

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h1,h2 {
  font-size: 70px;
  line-height: 1;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 30px;
}

p,ol,ul {
  margin-bottom: 1.5rem;
}

h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child,ol:last-child,ul:last-child {
  margin-bottom: 0;
}

ol, ul {
  padding-left: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-top: .75rem;
}

li {
  line-height: 1.33;
  margin-bottom: 0.75rem;
}

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

li ul li {
  list-style: disc;
}

.fw-bold {
  font-weight: bold;
}

.fw-semibold {
  font-weight: 600;
}

.no-italics {
  font-style: normal;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-lg {
  font-size: 1.3rem;
}

.text-xl {
  font-size: 1.5rem;
}

.text-xxl {
  font-size: 2rem;
}

.lh-sm {
  line-height: 1.1!important;
}

.text-capitalise {
  text-transform: capitalize!important;
}

.text-red {
  color: #bf2127!important;
}


/* Buttons */

.btn {
  background-color: transparent;
  border: 3px solid #000;
  border-radius: 0;
  box-shadow: none!important;
  color: #000;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: bold;
  outline: none!important;
  padding: 0.25rem 2.15rem;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-out;
}

.btn span {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 0.1rem;
}

.btn:hover {
  color: #fff;
}

.menu-open .hamburger{
  display: none;
}

.cubitt-menu-logo{
  display: none;
}

.hamburger{
    top: -6px;
  }

.menu-open .cubitt-menu-logo{
  display: block;
  }

.btn:before {
  background-color: #000;
  content: '';
  position: absolute;
  top: -1px; bottom: -1px; left: -5%;
  transform: translateX(-100%) skew(-10deg);
  transition: 0.3s ease-out;
  width: 110%;
}

.btn:hover:before {
  transform: translateX(0%) skew(-10deg);
}

.btn.white {
  border: 3px solid #fff;
  color: #fff;
}

.btn.white:hover {
  color: #626546;
}

.bg-red .btn.white:hover {
    color: #bf2127;
}

.btn.white:before {
  background-color: #fff;
}

.btn.black, .btn.active {
  background-color: #000;
  color: #fff;
}

.btn.white.active {
  background-color: #fff;
  color: var(--venue-color);
}

.btn-lg {
  font-size: 1.5rem!important;
}

/* 08. Form Inputs */

.form-group {
  margin-bottom: 0.75rem;
}

.form-label {
  color: #000;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

.form-control, .form-select {
  background-color: transparent;
  border: 1px #000 solid;
  border-radius: 0;
  color: #000;
  font-style: italic;
  font-weight: normal;
  padding: 0.875rem 1rem;
}

.form-control:focus, .form-select:focus {
  box-shadow: 0 0 .3rem rgba(0,0,0,0.2);
  color: #000;
  background-color: transparent;
  border-color: #000;
  outline: 0;
}

.form-control::placeholder {
  color: #000;
  opacity: 0.75;
}

.form-check {
  display: flex;
  margin-bottom: 1.75rem;
  min-height: 0;
  padding-left: 0;
}

.form-check-input {
  height: 16px;
  width: 16px;
}
span.form-check-input {
  border:none!important;
}
span.form-check-input label {
  /*margin-bottom:30px;*/
}

.form-check .form-check-input {
  border-color: #000;
  border-radius: 0;
  box-shadow: none!important;
  float: none;
  height: 1.5rem;
  margin: 0 0 0 0.25rem;
  width: 1.5rem;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.form-check label {
  font-size: 1;
  line-height: 1.33;
}

.contact-form {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 2rem 0;
}


.blog-search-form {
  border-bottom: 2px solid #000;
}

.blog-search-form .form-control {
  border: none;
  width: 536px;
}

.blog-search-form .form-control:focus {
  box-shadow: none;
}

.blog-search-form button {
  background-color: transparent;
  border: none;
}

.blog-search-form button img {
  transform: translateY(-0.1rem);
}


/* Navbar */

.navbar {
  height: 100px;
  transition: 0.4s ease-out;
}

.scrolled .navbar {
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
  height: 80px;
}

.scrolled .navbar, .solid-navbar .navbar {
  background-color: #bf2127;
}

.admin-bar .navbar,
.admin-bar .navbar-left {
  top:32px;
}

.navbar-bg {
  top: 0; bottom: 0; left: 120px;
  transition: 0.4s ease-out;
  width: 0px;
}

.scrolled .navbar-bg {
  width: calc(100% - 120px);
}

.navbar-logo {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-out;
}

.navbar-logo img.navbar-logo-liner {height: 60px; width: auto;}

.scrolled .navbar-logo, .solid-navbar .navbar-logo {
  opacity: 1;
  pointer-events: auto;
}

.navbar-left {
  animation: navbar-left-slide 0.4s forwards 1.4s;
  height: 100px;
  top: 0; left: -120px;
  transition: 0.4s ease-out;
  width: 120px;
  z-index: 1032;
}

body.menu-open .navbar-left {
  border-radius: 50%;
  margin: 40px 0 0 40px;
  height: 80px;
  width: 80px;
}

@keyframes navbar-left-slide {
  0% {left: -120px;}
  100% {left: 0px;}
}

.scrolled .navbar-left {
  height: 80px;
}

.solid-navbar .navbar-left {
  animation: none;
  left: 0;
}

.navbar-right {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-out;
  top: 0; right: 37px;
}

.scrolled .navbar-right, .solid-navbar .navbar-right {
  opacity: 1;
  pointer-events: auto;
}

.navbar-divider {
  height: 50px;
  margin: 0 37px;
  width: 3px;
}


/* #18 Navbar Menus */

.navbar-menu-wrapper {
  min-width: calc(100% + 500px);
  pointer-events: none;
  transition: min-width 0.6s;
  z-index: 1031;
}

.navbar-menu-wrapper.show-locations {
  min-width: 100%;
}

.menu-open .navbar-menu-wrapper {
  pointer-events: auto;
}

.navbar-menu {
  animation: fade-in 0.1s forwards 1s;
  opacity: 0;
  top: 0; bottom: 0;
  transition: 0.6s;
  z-index: 1031;
}

.navbar-menu.right {
  right: 0;
  transform: translateX(calc(100% + 1px));
  min-width: calc(50% - 250px);
}

body.menu-open .show-locations .navbar-menu.right {
  min-width: 700px;
}

body.menu-open .navbar-menu.right {
  transform: translateX(0);
}

.navbar-menu.left {
  min-width: calc(50% - 250px);
  left: 0;
  transform: translateX(-102%);
}

body.menu-open .show-locations .navbar-menu.left {
  min-width: calc(100% - 1200px);
}

body.menu-open .navbar-menu.left {
  transform: translateX(0);
}

.bg-red{
  background-color: #bf2127;
}

.lame{
  height: 650px !important;

}

.navbar-menu a, .location-menu-trigger {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.location-menu-trigger {
  cursor: pointer;
}

.location-menu-trigger:before {
  content: '+';
  position: absolute;
  top: 50%; right: 0;
  transform: translateY(-50%) translateX(calc(100% + 0.25rem));
}

.show-locations .location-menu-trigger:before {
  content: '-';
}

.navbar-menu-links {
  margin: 24px 0;
  max-height: calc(100% - 48px);
  overflow-y: auto;
  padding: 0 24px;
  /*text-transform: uppercase;*/
}

.navbar-menu-locations > div {
  max-height: calc(100% - 48px);
  padding: 0 24px;
  overflow-y: auto;
}

.navbar-menu-links, .navbar-menu-locations > div {
  scrollbar-width: thin;
  scrollbar-color: #f9f9f9 #000;
}

.navbar-menu-links::-webkit-scrollbar, .navbar-menu-locations > div::-webkit-scrollbar {
  width: 10px;
}

.navbar-menu-links::-webkit-scrollbar-track, .navbar-menu-locations > div::-webkit-scrollbar {
  background: #e0e0e0;
}

.navbar-menu-links::-webkit-scrollbar-thumb, .navbar-menu-locations > div::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
  border: none;
}

.navbar-menu-links > div {
  margin-bottom: 0.75rem;
}

.navbar-menu-links > div:last-child {
  margin-bottom: 5px;
}


.menu-img {
  opacity: 0;
  position: absolute;
  top: 0; left: 0;
  transform: scale(101%);
  transition: 0.8s ease-in-out;
  width: 100%;
}

.menu-img.active {
  opacity: 1;
}

.navbar-menu-social a:after {
  display: none;
}

.navbar-menu-locations {
  font-weight: 600;
  width: 500px;
}

.navbar-menu-locations > div > div {
  margin-bottom: 1rem;
}

.navbar-menu-locations h3 {
  font-size: 40px;
}

.navbar-menu-locations, .navbar-menu-locations a {
  color: #626546;
}

.navbar-menu-locations a {
  font-size: 24px;
}

.navbar-menu-locations a span:first-child {
  display: block;
  position: relative;
  text-transform: uppercase;
}

.navbar-menu-locations a span:last-child {
  display: block;
  font-size: 16px;
}

/* Hamburger */

.hamburger {
  cursor: pointer;
  width: 46px;
  height: 30px;
  transition: 0.2s ease-in-out;
  z-index: 1032;
}

.hamburger-inner {
  pointer-events: none;
}

.hamburger img {
  display: block;
  position: absolute;
  height: 10px;
  width: 46px;
  left: 0;
  transition: 0.2s ease-out;
}

.hamburger img:nth-child(1) {
  top: 0px;
  transform: rotate(0deg);
}

.hamburger img:nth-child(2) {
  opacity: 1;
  top: 10px; left: 0;
}

.hamburger img:nth-child(3) {
  top: 20px;
  transform: rotate(0deg);
}

.menu-open .hamburger img:nth-child(1) {
  background-color: #fff;
  height: 3px;
  top: 13px;
  transform: rotate(135deg);
}

.menu-open .hamburger img:nth-child(2) {
  opacity: 0;
  left: -25px;
}

.menu-open .hamburger img:nth-child(3) {
  background-color: #fff;
  height: 3px;
  top: 13px;
  transform: rotate(-135deg);
}


/* #20 Footers */

.footer {
  color: #fff;
}

.footer .footer-links,
.footer__secondary-nav .footer-links {
  font-weight: bold;
  padding: 1.75rem 0;
}

.footer .footer-links {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.footer-links a {
  color: #fff;
  display: inline-block;
  margin: 0 1rem;
  position: relative;
}

.footer-links .col-auto:first-child a {
  margin-left: 0;
}

.footer-links .col-auto:last-child a {
  margin-right: 0;
}

.footer-links a:after, .instagram-feed-title:after, .navbar-menu-links a:after, .location-menu-trigger:after, .navbar-menu-locations a span:first-child:after {
  background-color: #fff;
  content: '';
  height: 1px;
  max-width: 0;
  position: absolute;
  right: auto; bottom: -0.25rem; left: 0;
  transition: 0.2s;
}

 .navbar-menu-links a:after, .location-menu-trigger:after, .navbar-menu-locations a span:first-child:after {
  height: 2px;
 }

.navbar-menu-locations a span:first-child:after {
  background-color: #626546;
  bottom: 0.1rem
}

.instagram-feed-title:after {
  height: 3px;
}

.footer-links a:hover:after, .instagram-feed-title:hover:after, .navbar-menu-links a:hover:after, .location-menu-trigger:hover:after, .show-locations .location-menu-trigger:after, .navbar-menu-locations a:hover span:first-child:after {
  max-width: 100%;
  right: 0;
}

.footer-logo {
  width: 110px;
}

.footer-venue-logo {
  height: 80px;
  width: 540px;
  max-width: 100%;
}

.footer-venue-logo img {
  max-width:80%;
  max-height:100%;
  height: auto;
  width:auto; 
}

.footer-social {
  top: 50%; right: 0;
  transform: translateY(-50%);
}

.footer-social a:hover {
  animation: beat 0.4s infinite alternate;
}

.footer .venue-times i,
.footer .venue-times em {
  font-weight: 700;
}

.venue-times p {
  font-size: 1.15rem;
  line-height: 1.1;
  margin-bottom: 0;
}


.footer-trim {
  background-image: url('../img/svg/cubitt-footer-trim.svg');
  background-size: auto 100%;
  height: 30px;
}

.footer-character {
  height: 10.5vw;
  max-height: 200px;
  width: auto;
}

@media (max-width: 1299px) {
  .footer-character {
    height: 9.3vw;
  }
}



/* Fixed CTA */

.fixed-cta {
  animation: fixed-cta-slide 0.4s forwards 1.8s;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
  top: 50%; right: -135px;
  transform: translateX(0) translateY(-50%);
  transition: 0.4s ease-out;
  z-index: 3;
}

.scrolled .fixed-cta {
  transform: translateX(110%) translateY(-50%)!important;
}

@keyframes fixed-cta-slide {
  0% {right: -135px;}
  100% {right: 0px;}
}

.fixed-cta-phone, .fixed-cta-book {
  height: 100px;
  width: 120px;
}

.fixed-cta-book {
  cursor: pointer;
}

.fixed-cta-phone:hover img, .fixed-cta-book:hover span {
  transform: scale(1.1);
}


/* Tooltips */

.tooltip {
  font-family: 'Fann Grotesque Pro';
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media (pointer: coarse) {
  .tooltip {display: none!important;}
}

.bs-tooltip-start .tooltip-inner {
  background-color: var(--body-color-green);
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: var(--body-color-green)!important;
}

.bs-tooltip-bottom {
  margin-top: 5px!important;
}


/* Banners */

.bg-banner {
  opacity: 0.85;
}

.hero-logo {
  height: 250px;
  width: auto;
}

.hero-back-to-homepage {
  top: 0; left: 0;
  z-index: 3;
}

.hero-content a {
  color:#fff;
}

.banner-sm {
  height: 500px;
}


/* Carousels */

.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-in-out 1s;
  width: 100%;
  z-index: 0;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}

.carousel-prev, .carousel-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.carousel-prev {
  left: 72px;
}

.carousel-next {
  right: 72px;
}

.carousel-testimonials .carousel-item img {
  max-width: 400px;

  .home & {
    max-width: 200px;
    max-width: 200px;
  }
}

.carousel-testimonials .carousel-item p {
  font-size: 1.3rem;
}

.contained .flickity-viewport {
  margin: auto;
  max-width: 1372px;
}


/* Slider */

.slider-button-prev, .slider-button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.bg-body-color .slider-button-prev path, .bg-body-color .slider-button-next path {
  fill: #fff;
}

.bg-body-color .places-slider-wrapper .slider-button-prev circle, 
.bg-body-color .places-slider-wrapper .slider-button-next circle {
  fill: var(--venue-color)!important;
}

.slider-button-prev {
  left: 72px;
}

.slider-button-next {
  right: 72px;
}

.logo-slider {
  height:200px;
}
.logo-slider .carousel-cell {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 25%;
}

.logo-slider .carousel-cell a {display: block; height: 100%;}

.logo-slider .carousel-cell img, .logo-slider-static .img-fluid {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

.venue-slider .carousel-cell {
  width: 33.333333%;
}

.venue-slider .carousel-cell.is-selected {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

.venue-slider h3 {
  line-height: 1.1;
}

.venue-slider p {
  font-size: 1.3rem;
}

.venue-logo-slider .logo-slider,.venue-logo-slider .logo-slider-static {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
}

.image-slider .carousel-cell,
.image-slider-no-wrap .carousel-cell {
  padding: 0 18px;
  width:auto;
  /*width: 350px;*/
}
.image-slider .carousel-cell img,
.image-slider-no-wrap .carousel-cell img {
  max-height:500px;
  /*width: 350px;*/
}

.post-slider {
  margin-left: -24px;
  margin-right: -24px;
}

.post-slider .carousel-cell {
  padding: 0 24px;
  width: 33.333333%;
}

.slider-button-prev.post-slider-prev, .slider-button-next.post-slider-next {
  top: 251px;
}

.post-cat-slider .carousel-cell > div {
  border-right: 1px solid #fff;
  padding: 0 48px;
  white-space: nowrap;
}

.places-slider .carousel-cell {
  padding: 0 24px;
  width: 25%;
}

.places-slider-prev {
  transform: translateX(-50%);
}

.places-slider-next {
  transform: translateX(50%);
}

.menus-slider {

}
.menus-slider .carousel-cell {
  padding: 0 24px;
  width: 25%;
}
@media (max-width:991px) {
  .menus-slider .carousel-cell {
    width: 50%;
  }
}
@media (max-width:768px) {
  .menus-slider .carousel-cell {
    width: 100%;
  }
}

.menus-slider .flickity-button {
  background-color: #FFF;
  opacity: 1!important;
  z-index: 1;
}


/* Posts */

.boxed-block {
  padding: 2.5rem;
}

.post-content-wrapper p > a {
  text-decoration:underline;
}

.post-content-wrapper a, .post-content-wrapper a:hover{
  text-decoration: underline;
}

.crumb {
  font-size:14px;
}

/* Animations */

@keyframes fade-in {
  0% {opacity: 0;}
  20% {opacity: 0;}
  100% {opacity: 1;}
}

.fade-in {
  animation: fade-in 2.4s forwards ease;
  opacity: 0;
}

.fade-in-delay-200 {
  animation-delay: 0.2s;
}

.fade-in-delay-400 {
  animation-delay: 0.4s;
}

.fade-in-delay-600 {
  animation-delay: 0.6s;
}

.fade-in-delay-800 {
  animation-delay: 0.8s;
}

.fade-in-delay-1000 {
  animation-delay: 1s;
}

.fade-in-delay-1200 {
  animation-delay: 1.2s;
}

.fade-in-delay-1400 {
  animation-delay: 1.4s;
}

@keyframes beat{
  to { transform: translateZ(0) scale(1.06); }
}


/* Hover Effects */

img.img-hover-zoom {
  backface-visibility: hidden;
  filter: blur(0px);
  transform: translateZ(0) scale(1);
  transition: transform 0.2s ease-in;
}

img.img-hover-zoom:hover, .img-hover-zoom-wrapper:hover img.img-hover-zoom {
  transform: translateZ(0) scale(1.04);
}

img.hover-beat, svg.hover-beat, .hover-beat-weapper img, .hover-beat-wrapper svg {
  backface-visibility: hidden;
  filter: blur(0px);
  transform: translateZ(0) scale(1);
  transition: transform 0.2s ease-in;
}

img.hover-beat:hover, svg.hover-beat:hover,.hover-beat-wrapper:hover img, .hover-beat-wrapper:hover svg {
  animation: beat 0.2s infinite alternate;
}

img.img-hover-shrink {
  backface-visibility: hidden;
  filter: blur(0px);
  transform: translateZ(0) scale(0.96);
  transition: transform 0.2s ease-in;
}

img.img-hover-shrink:hover {
  transform: translateZ(0) scale(1);
}


/* USPs */

.usp-logo {
  max-width: 100%!important;
  width: 200px;
}

.col-usp img {
  width: 300px;
}

.logo-back-to-homepage {
  width: 520px;
}


/* Modals */

.modal-open {
  position: fixed;
  width: 100%;
}

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

.newsletter-modal .modal-dialog {
  max-width: 1330px;
}

.newsletter-modal .modal-content {
  padding: 24px;
}

.newsletter-modal-inner {
  padding: 96px;
}
#newsletter-signup-form .form-check-input {
  border: none;
}
.wpcf7-spinner {
  display: block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 5px auto;
  position: relative;
}


.booking-modal .modal-dialog {
  margin: 0;
  max-width: 100%;
  min-height: 100%;
}

.booking-tabs > .nav > div {
  border-bottom: 2px solid transparent;
  transition: 0.2s ease-out;
}

.booking-tabs > .nav > div.active {
  border-bottom: 2px solid #fff;
}

.booking-tabs .tab-content {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 1.5rem 0;
  padding: 2rem 0;
}

/* Clubhouse */

.Clubhouse-modal .modal-dialog {
  margin: 0;
  max-width: 640px;
  min-height: 100%;
}

.Clubhouse-modal .modal-close  {
  right: calc(0px + 4rem);
  top: calc(0px + 4rem);
  cursor: pointer;
}

.Clubhouse-modal-inner {
  text-align: center;
  padding: 2rem;
}
.Clubhouse-modal-inner .wpbc_booking_form_structure.wpbc_vertical {
  display: flex;
  flex-direction: column;
}

.Clubhouse-modal-inner .wpbc_booking_form_structure .wpbc_structure_calendar,
.Clubhouse-modal-inner .wpbc_structure_form {
  flex: 1 1 50%;
}

.Clubhouse-modal-inner .wpbc_timeslot_day_bg_as_available .datepick-inline .date_available {
  background: #005c5d !important;
}

.Clubhouse-modal-inner .wpbc_container .wpbc_button_light,
.Clubhouse-modal-inner .wpbc_container.wpbc_container_booking_form .wpbc_button_light,
.Clubhouse-modal-inner .wpbc_container .wpbc_button_light:focus, 
.Clubhouse-modal-inner .wpbc_container.wpbc_container_booking_form .wpbc_button_light:focus, 
.Clubhouse-modal-inner .wpbc_container .wpbc_button_light:hover, 
.Clubhouse-modal-inner .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover {
  background-color: transparent;
  border: 3px solid #000;
  border-radius: 0;
  box-shadow: none!important;
  color: #000;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: bold;
  outline: none!important;
  padding: 0.25rem 2.15rem;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-out;
}

.Clubhouse-modal-inner .wpbc_container .wpbc_button_light:focus, 
.Clubhouse-modal-inner .wpbc_container.wpbc_container_booking_form .wpbc_button_light:focus, 
.Clubhouse-modal-inner .wpbc_container .wpbc_button_light:hover, 
.Clubhouse-modal-inner .wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover {
  background-color: #000;
  color: #FFF;
}

.Clubhouse-modal-inner .wpbc_container_booking_form .block_hints {
  display: none;
}

.Clubhouse-modal-inner p.conditional-default-text {
  font-size: 0.875rem;
  font-style: italic;
  text-align: center;
}

.Clubhouse-modal-inner .conditional_section_weekday-condition p {
  font-weight: 700;
}

.Clubhouse-modal-inner .wpbc_structure_form p {
  font-size: 0.75rem;
}

.Clubhouse-modal-inner .datepick-inline {
  border-color: #bf2127!important;
  box-shadow: none;
}

.Clubhouse-modal-inner .wpbc_no_custom_width.cal_month_num_1 {
  max-width: 100%;
}

.Clubhouse-modal-inner .datepick-inline .datepick-header {
  background-color: #bf2127!important;
}

.Clubhouse-modal-inner .wpdev-form-control-wrap {
  display: block;
  width: 100%;
}

.Clubhouse-modal-inner .resource_selection_div select, 
.Clubhouse-modal-inner .wpbc_container.wpbc_container_booking_form select, 
.Clubhouse-modal-inner .wpbc_container.wpbc_container_booking_form input[type=text], 
.Clubhouse-modal-inner .wpbc_container.wpbc_container_booking_form textarea {
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
}

.Clubhouse-modal-inner .wpbc_structure_form p:last-child input {
  margin: 0 auto;
}

.Clubhouse-modal-inner .datepick-inline .date_available {
  background: #626546;
}

.Clubhouse-modal-inner .wpbc_container.wpbc_container_booking_form .clubhouse-membership-number {
  transition: all .333s ease-in-out;
  overflow: hidden;
  position: relative;

  & > span {
    display: block;
    position: absolute;
    bottom: 0;
  }

  &.hide-input {
    margin: 0;
    padding: 0;
    height: 0 !important;
  }
}



.wpbc_structure_form > p .wpbc_front_end__message_container_right {
  & + .wpbc_front_end__message_container_right {
    display: none;
    margin: 0;
  }

  .wpbc_front_end__message {
    display: block !important;
    opacity: 1 !important
  }
}

body.page-id-5703 .page-builder-text-block img {
  margin-bottom: 1.5rem;
}


/* Venue Page */

.col-venue-features {
  position: relative;
}

.col-venue-features:after {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  top: 0; right: -1px; bottom: 0;
  width: 2px;
}

.col-venue-features:last-child:after {
  display: none;
}

.col-venue-features h3 {
  margin: 0 2rem;
}

.col-venue-features:first-child h3 {
  margin-left: 0;
}

.col-venue-features:last-child h3 {
  margin-right: 0;
}

.venue-features h3 {
  font-size: 40px;
  letter-spacing: 0.05em;
}

.venue-coming-soon-location {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  max-width: 50%;
}

.page-venue-coming-soon .navbar, .page-venue-coming-soon .navbar-left {
  display: none!important;
}


/* Map */

.row-map {
  height: 672px;
}

.map-sidebar {
  padding: 40px;
}

.map-sidebar-inner {
  overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.map-sidebar-inner::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.map-sidebar-inner {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.map-sidebar-divider-sm {
  height: 2px;
  width: 50px;
}

.map-wrapper iframe {
  height: 100%;
  width: 100%;
}

.map-sidebar-item {
  border-bottom: 2px solid #fff;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}

.map-sidebar-nav-divider {
  height: 22px;
  width: 2px;
}

.map-sidebar-nav {
  padding-top: 40px;
}

.map-sidebar-nav svg {
  cursor: pointer;
}


/* Recipes */

.recipe-summary {
  max-width: 56%;
  padding: 125px 0;
}

.recipe-summary-seperator {
  height: 1px;
  opacity: 0.4;
}

/* Dropdown */

.dropdown-menu {
  border: 2px solid #000;
  border-radius: 0;
  min-width: 100%;
}

.dropdown-menu .dropdown-item:focus {
  background-color: #e9ecef;
  color: #000;
}

.dropdown-trigger img, .collapse-trigger img {
  transition: 0.15s ease-out;
}

.dropdown-trigger.show img, .collapse-trigger:not(.collapsed) img {
  transform: rotate(180deg);
}


/* Colour Overrides */

  .branded-venue .bg-body-color,
  .branded-venue .bs-tooltip-start .tooltip-inner,
  .branded-venue.scrolled .navbar,
  .branded-venue .navbar-menu-locations a span:first-child:after,
  .branded-venue.solid-navbar .navbar,
  .btn-body-color:before,.btn-body-color:hover:before {
    background-color: var(--venue-color);
  }
  .branded-venue .btn.white:hover,
  .branded-venue .navbar-menu-locations,
  .branded-venue .navbar-menu-locations a,
  .text-body-color,
  .btn-body-color {
    color: var(--venue-color);
  }
  .branded-venue .tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--venue-color)!important;
  }

  .branded-venue .space-detail-trigger-img.active:after,
  .btn-body-color {
    border-color: var(--venue-color)!important;
  }

  .border-colour-venue{
    border-color: var(--venue-color) !important;
  }


  .carousel-cell.bg-body-color{
    background-color: var(--venue-color) !important;
     border-color: var(--venue-color) !important;
  }



  /* Red

  .body-red .bg-body-color,
  .body-red .bs-tooltip-start .tooltip-inner,
  .body-red.scrolled .navbar,
  .body-red .navbar-menu-locations a span:first-child:after,
  .body-red.scrolled .navbar, .body-red.solid-navbar .navbar {
    background-color: var(--body-color-red);
  }
  .body-red .btn.white:hover, .body-red .navbar-menu-locations, .body-red .navbar-menu-locations a {
    color: var(--body-color-red);
  }
  .body-red .tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--body-color-red)!important;
  }

  /* Blue
  .body-blue .bg-body-color,
  .body-blue .bs-tooltip-start .tooltip-inner,
  .body-blue.scrolled .navbar,
  .body-blue .navbar-menu-locations a span:first-child:after,
  .body-blue.scrolled .navbar, .body-blue.solid-navbar .navbar {
    background-color: var(--body-color-blue);
  }
  .body-blue .btn.white:hover, .body-blue .navbar-menu-locations, .body-blue .navbar-menu-locations a {
    color: var(--body-color-blue);
  }
  .body-blue .tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--body-color-blue)!important;
  }
*/


/* Contact Map */
.map-wrapper > div {
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center 0%;
  position:relative;
  overflow-y:scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.map-wrapper > div:hover {

}
.map-wrapper .venue-icon {
  position:absolute;
  width: 7vw;
  max-width:120px;
  transform: scale(1);
  transition: .3s;
}
.map-wrapper .venue-icon:hover {
  animation: bounce .5s ease-in-out infinite alternate;
  cursor: pointer;
}
.map-wrapper .venue-icon.focus {
  animation: bounce .5s ease-in-out infinite alternate;
}
.map-sidebar-item {
  transition: .3s;
}
.map-sidebar-item.focus {
  color:#000;
  opacity:0.6;
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}


/* Parties & Feastings */

.parties-feastings-enquire .contact-form {
  border: none;
  padding-bottom: 0;
  padding-top: 1rem;
}

.nav .col-panel .overflow-hidden:after {
  border: 3px solid #fff;
  border-bottom: none;
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  pointer-events: none;
  transition: 0.2s ease-out;
}

.nav .col-panel.active .overflow-hidden:after {
  border-color: #fff;
}

.space-detail-trigger-img.active:after {
  border-color: #626546;
}

.spaces-detail-features {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.spaces-detail {
  display: none;
  margin-top: 48px;
  opacity: 0;
  transition: opacity .15s linear;
}

.spaces-detail.active {
  display: block;
  opacity: 1;
}


/* Theatres */

.theatre-items > span {
  align-items: center;
  display: flex;
}

.theatre-items > span > span {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: flex; 
  font-size: 16px;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  line-height: 0;
  width: 30px;
}

.theatre-list { 
  /*counter-reset: li;*/
  list-style-type: none;
  padding-left: 2.25rem;
}

.theatre-list li {
  margin-bottom: 1rem;
  position: relative;
  list-style-type: none;
}

.theatre-list li:last-child {
  margin-bottom: 0;
}

.theatre-list li > span {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: inline-flex; 
  font-size: 16px;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  line-height: 0;
  position: absolute;
  width: 30px;
  top: -0.125rem;; left: -2.25rem;
}

.theatre-list li.active::before {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

.theatre-title img {
  height: 30px;
}

.theatre-map-wrapper {
  height: 550px;
}

.theatre-map-wrapper #theatreMap {
  height: 100%;
  width: 100%;
}

.gm-style-iw p {
	margin:0;
}


/* Booking Confirmation */

.booking-confirmation-wrapper {
  min-height: calc(100%);
}


/* Pub in the Park */

.header-container[data-v-1a685c52] > div {
  color: #000!important;
  font-family: 'Fann Grotesque Pro'!important;
  font-style: italic!important;
  font-weight: normal!important;
  letter-spacing: 0.01em!important;
}


/* Awards - Press */

.press-awards-separator {
  height: 100px;
  top: 50% ;left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 2px;
}

.press-page-carousel .section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.press-snippet-pub-wrapper {
  height: 150px;
}

.press-snippet-pub-wrapper img {
  max-width: 230px;
  max-height:100%;
  height: auto;
  width:auto;  
}

.venue-image-grid{
  padding-top: 80px !important;
  background-color: #475742;
  color: white;
}


/* Blog / Events Page Revision 24/01/23 - KA */

.container.container-events {
  max-width: 1700px;
}

.eventFilterButtons .btn, .posts-filter-btns .btn, .btn-see-more {
  font-size: 1.75rem;
}

.eventFilterButtons .btn {
  height: 100%;
}

.posts-filter-btns {
  margin-bottom: -14px;
}

.posts-filter-btns .btn {
  min-width: 260px;
  margin-bottom: 14px;
}

.places-slider .flickity-slider {
  display: flex!important;
}

.places-slider .carousel-cell {
  display: flex;
  min-height: 100%;
}

.events-slider .flickity-slider {
  display: flex!important;
  margin-left: -18px;
  width: calc(100% + 36px);
}

.events-slider .carousel-cell {
  display: flex;
  min-height: 100%;
  width: 25%;
}

.events-slider .flickity-prev-next-button {
  background: hsla(0, 0%, 100%, 0.75)!important;
  box-shadow: none!important;
  height: 110px;
  width: 110px;
}

.events-slider .flickity-prev-next-button.next {
  right: 0;
  transform: translateX(50%) translateY(-50%);
}

.events-slider .flickity-prev-next-button.previous {
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}

.flickity-prev-next-button .flickity-button-icon path {
  fill: var(--venue-color);
}

.event-card {
  margin: 0 18px;
}

.event-card h4 {
  font-size: 27px;
}

.event-card > .overflow-hidden, .post-card > .overflow-hidden {
  border: 3px solid #fff;
}

.collapse-events {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.event-collapse-inner {
  border: 3px dashed #fff;
}

.row-collapse-events {
  margin-left: -6px!important;
  margin-right: -6px!important;
}

.col-collapse-events {
  padding-left: 6px!important;
  padding-right: 6px!important;
  margin-bottom: 12px;
}

.event-collapse-toggle span span {
  transition: 0.2s ease-out;
}

.event-collapse-toggle.collapsed span span {
  opacity: 0;
}

.event-collapse-toggle span svg {
  opacity: 0;
  position: absolute;
  top: 50%; left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s ease-out;
}

.event-collapse-toggle.collapsed span svg {
  opacity: 1;
}

.event-collapse-toggle span svg path {
  fill: var(--venue-color);
}

.parties-feastings-enquire .wpcf7-list-item-label {
  color: #000!important;
  margin-left: 0.5rem;
}

.col-posts-tab {
  flex: 0 0 auto;
  width: 25%;
}



/* Calories & Allergens */

.allergens-accordion .accordion-item {
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 0!important;
  margin-bottom: 1.5rem;
}

.row-allergens {
  font-size: 14px;
  line-height: 1.1;
}

.col-allergen {
  align-items: center;
  background-color: #535637;
  border: 1px solid #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  text-align: center;
  flex: 1 0 0%;
}

.col-allergen.active {
  background-color: rgb(225 83 97 / 50%);
}

.row-allergens .col-allergen > div {
  margin: 5px;
}

.allergen-table-group:not(:last-child) {
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.allergen-table:not(:last-child) {
  margin-bottom: 1rem;
}

.allergens-accordion h2 img {
  transition: 0.3s ease-out;
  width: 48px;
}

.allergens-accordion h2.collapsed img {
  transform: rotate(45deg);
}


/* Our Story */

.two-col-repeat {
  padding-bottom: 48px;
  padding-top: 48px;
}

.two-col-repeat:nth-child(odd) {
  background-color: var(--venue-color);
  color: #fff;
}


.two-col-repeat:nth-child(even) .btn.white {
  border-color: #000;
  color: #000;
}

.two-col-repeat:nth-child(even) .btn.white:hover {
  color: #fff;
}

.two-col-repeat:nth-child(even) .btn.white:before {
  background-color: #000;
}






.two-col-repeat.venue-new:nth-child(even) .btn {
  border-color: #fff;
  color: #fff;
}

.two-col-repeat.venue-new:nth-child(even) .btn:hover {
  color: #000;
}

.two-col-repeat.venue-new:nth-child(even) .btn:before {
  background-color: #fff;
}





.two-col-repeat .col-img img {
  border: 5px solid #fff;
}

.two-col-repeat:nth-child(even) .col-img img {
  border-color: #626546;
}

.two-col-repeat.xmas:nth-child(even) .col-img img {
  border-color: #BF2227;
}

@media (min-width: 992px) {
  .two-col-repeat:nth-child(even) .col-img {order:2;}
  .two-col-repeat:nth-child(even) .col-text {order:1;}
}


.two-col-repeat:nth-child(even) .col-repeat-btns .btn:first-child {display: none;}
.two-col-repeat:nth-child(odd) .col-repeat-btns .btn:last-child {display: none;}

/* Team Slider */

.slider-team .carousel-cell {
  background-color: #BF2227;
  border: 5px solid #BF2227;
  margin: 0 24px;
  width: 392px;
}

/*Venue New page */
.venue-new.two-col-repeat:nth-child(even) {
  background-color: var(--venue-color);
  color: #fff;
}

.venue-new.two-col-repeat:nth-child(odd) {
  background-color: #fff;
  color: #000;
}


/* Venues Carousel */

.carousel-venues-prev, .carousel-venues-next {
  cursor: pointer;
  position: absolute;
  bottom: 24px;
}

.carousel-venues-prev {
  left: 24px;
}

.carousel-venues-next {
  right: 24px;
}


.carousel-venues .alfred-tennyson {
  background-color: #023E51;
}

.carousel-venues .alfred-tennyson path {
  fill: #023E51;
}

.carousel-venues .barley-mow {
  background-color: #aa462a;
}

.carousel-venues .barley-mow path {
  fill: #aa462a;
}

.nav-panel-title.text-xxl {font-size: 1.65rem!important;}

.festive-gallery > .section {background-color: #fff;}

.festive-gallery  .slider-button-prev path, .festive-gallery .slider-button-next path {
    fill: #BF2227!important;
}


/* Party Panel Tweaks */

.has-festive-brochure .nav-panel-title.text-xxl {
  font-size: 1.5rem!important;
}

.has-festive-brochure .row {
  margin-left: -12px;
  margin-right: -12px;
}

.has-festive-brochure .col-nav-panel {
  padding-left: 12px;
  padding-right: 12px;
}

.has-festive-brochure .col-panel {width: 20%;}


/* Festive Page Booking Modal */

body.page-id-2236 .booking-modal h2:after {
  content: 'Please note we are not open on Christmas Day.';
  display: block;
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
  margin-top: 0.75rem;
  text-transform: none;
}


/* Media Queries */

/* 1700px */
@media (max-width: 1699px) {
  html {font-size: 18px;}
  body.solid-navbar {padding-top: 80px;}
  .hero-logo {height: 200px;}
  .fixed-cta-phone img {width: 32px;}
  .fixed-cta-phone, .fixed-cta-book {height: 80px; width: 96px;}
  .fixed-cta {right: -111px;}
  @keyframes fixed-cta-slide {0% {right: -111px;} 100% {right: 0px;}}
  .navbar, .navbar-left {height:80px;}
  .scrolled .navbar, .scrolled .navbar-left {height: 60px;}
  .navbar-left {width: 100px;}
  body.menu-open .navbar-left {margin: 30px 0 0 30px; height: 60px; width: 60px;}
  .scrolled .navbar-bg {width: calc(100% - 100px);}
  .navbar-right {right: 27px;}
  .navbar-right img {width: 32px;}
  .navbar-bg {left: 100px;}
  .navbar-logo img {width: 64px;}
  .navbar-logo img.navbar-logo-liner {height: 44px; width: auto;}
  .navbar-divider {height: 44px;margin: 0 27px;}
  h1,h2 {font-size: 56px;}
  h3 {font-size: 32px;}
  h4 {font-size: 24px;}
  .section {padding-bottom: 36px;}
  .section, .section.pt, div.section[class*="bg-"], div.section[class*="bg-"] + .section, div.section[class*="footer"],.section.section-contact-form {padding-top: 36px;}
  .padding-wrapper {padding: 36px;}
  .container, .newsletter-modal .modal-dialog {max-width: 1128px;}
  .container, .container-fluid {padding-left: 36px;padding-right: 36px;}
  .row {margin-left: -18px;margin-right: -18px;}
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding-left: 18px;padding-right: 18px;}
  .row-panel {margin-bottom: -36px;}
  .col-panel {margin-bottom: 36px;}
  .footer-logo {width: 88px;}
  .usp-logo {width: 160px;}
  .col-usp img {width: 240px;}
  .newsletter-modal-inner {padding: 36px;}
  .slider-button-prev, .slider-button-next, .carousel-prev, .carousel-next, .hero-back-to-homepage svg {width: 28px;}
  .slider-button-prev, .carousel-prev {left: 36px;}
  .slider-button-next, .carousel-next {right: 36px;}
  .container.container-slider {max-width: 1064px;}
  .carousel-testimonials .carousel-item img {max-width: 320px;}
  .image-slider .carousel-cell {height: 450px;}
  .image-slider .carousel-cell, .image-slider-no-wrap .carousel-cell {padding: 0 12px;}
  .logo-back-to-homepage {width: 400px;}
  .venue-features h3 {font-size: 27px;}
  .col-venue-features h3 {margin: 0 1.5rem;}
  .row-map {height: 540px;}
  .map-sidebar {padding: 32px;}
  .map-sidebar-nav {padding-top: 32px;}
  .navbar-menu a,.location-menu-trigger, .navbar-menu-locations h3 {font-size: 32px;}
  .navbar-menu-links > div {margin-bottom: 0.75rem;}
  .navbar-menu-social img {width: 32px;}
  .navbar-menu-locations a {font-size: 21px;}
  .navbar-menu-locations > div > div {margin-bottom: .75rem;}
  .navbar-menu-wrapper {min-width: calc(100% + 400px);}
  .navbar-menu.right {min-width: calc(50% - 200px);}
  .navbar-menu.left {min-width: calc(50% - 200px);}
  body.menu-open .show-locations .navbar-menu.left {min-width: calc(100% - 900px);}
  body.menu-open .show-locations .navbar-menu.right {min-width: 500px;}
  .navbar-menu-locations {width: 400px;}
  .navbar-menu-locations a span:last-child {font-size: 14px;}
  .post-slider {margin-left: -18px;margin-right: -18px;}
  .post-slider .carousel-cell {padding: 0 18px;}
  .slider-button-prev.post-slider-prev, .slider-button-next.post-slider-next {top: 209px;}
  .post-cat-slider .carousel-cell > div {padding: 0 36px;}
  .blog-search-form .form-control {width: 436px;}
  .recipe-summary {max-width: 65%;padding: 75px 0;}
  .banner-sm {height: 400px;}
  .anchor {top: -59px;}
  .row-panel.row-tab {margin-bottom: -24px;}
  .col-panel.col-tab {margin-bottom: 24px;}
  .nav-panel-title.text-xl {font-size: 1.25rem;}
  .places-slider .carousel-cell {padding: 0 18px;width: 33.333333%;}
  .places-slider-prev {transform: translateX(-50%); width: 60px; left: 50px;}
  .places-slider-next {transform: translateX(50%); width: 60px; right: 50px;}
  .spaces-detail {margin-top: 36px;}
  .theatre-map-wrapper {height: 550px;}
  .menu-toggle {width: 40px;}
  .container.container-events {max-width: 1200px;}
  .row-pad-xs {margin-left: -12px;margin-right: -12px;}
  .col-pad-xs {padding-left: 12px; padding-right: 12px;}
  .eventFilterButtons .btn, .posts-filter-btns .btn, .btn-see-more {font-size: 1.5rem;}
  .posts-filter-btns .btn {min-width: 140px;}
  .events-slider .flickity-slider {margin-left: -12px; width: calc(100% + 24px);}
  .events-slider .flickity-prev-next-button {height: 74px; width: 74px;}
  .event-card {margin: 0 12px;}
  .event-card h4 {font-size: 24px;}
  .event-card .text-lg {font-size: 1.1rem;}
  .allergens-accordion h2 img {width: 40px;}
  .row-pad-lg {margin-left: 24px;margin-right: 24px;}
  .col-pad-lg {padding-left: 24px;padding-right: 24px;}
  .page-id-2236 .nav-panel-title {font-size: 1.3rem!important;}
  .has-festive-brochure .nav-panel-title.text-xxl {font-size: 1rem!important;}
}

/* 1200px */
@media (max-width: 1199px) {
  .container, .newsletter-modal .modal-dialog {max-width: 920px;}
  .col-instagram-feed:last-child {display:none;}
  .container.container-slider {max-width: 870px;}
  .venue-features h3 {font-size: 24px;}
  .col-venue-features h3 {margin: 0 1rem;}
  .slider-button-prev.post-slider-prev, .slider-button-next.post-slider-next {top: 165px;}
  .row-nav-panels, .row-tab {margin-left: -12px; margin-right: -12px;}
  .col-nav-panel, .col-tab {padding-left: 12px; padding-right: 12px;}
  .nav-panel-title.text-xxl {font-size: 1.5rem;}
  .theatre-map-wrapper {height: 475px;}
  .container.container-events {max-width: 992px;}
  .events-slider .carousel-cell {width: 33.33333%;}
  .posts-filter-btns .btn {min-width: 140px;}
  .col-allergen {flex: 0 0 auto;width: 14.2857%;}
  .col-posts-tab {width: 33.333333%;}
  .col-posts-tab:last-child {display: none;}
  .footer-character {height: 15vw;}
  .logo-slider h3, .logo-slider-static h3 {font-size: 27px;}
  .has-festive-brochure .col-panel {width: 33.333%;}
  .has-festive-brochure .nav-panel-title.text-xxl {font-size: 1.5rem!important;}
}

/* 992px */
@media (max-width: 991px) {
  .container, .newsletter-modal .modal-dialog {max-width: 696px;}
  .usp-logo {width: 140px;}
  .container.container-slider {max-width: 640px;}
  .logo-slider .carousel-cell {width: 33.33333%;}
  .carousel-testimonials .carousel-item img {max-width: 240px;}
  .venue-slider .carousel-cell {width: 100%;}
  .venue-slider .carousel-cell.is-selected {border-right: none; border-left: none;}
  .venue-features h3 {font-size: 16px;}
  .navbar-menu-wrapper {min-width: calc(100% + 300px);}
  .navbar-menu.right {max-width: calc(100% - 300px); min-width: calc(100% - 300px); flex-grow: 1;}
  body.menu-open .show-locations .navbar-menu.right {min-width: 0;}
  .navbar-menu-locations {width: 300px;}
  .post-slider .carousel-cell {width: 50%;}
  .slider-button-prev.post-slider-prev, .slider-button-next.post-slider-next {top: 187.5px;}
  .recipe-summary {max-width: 75%;padding: 40px 0;}
  .nav-panel-title.text-xl {font-size: 1rem;}
  .places-slider .carousel-cell {width: 50%;}
  .places-slider-prev {transform: translateX(-50%); width: 60px; left: 50px;}
  .places-slider-next {transform: translateX(50%); width: 60px; right: 50px;}
  .col-theatres {border-bottom: 1px solid rgba(0,0,0,0.1); margin-bottom: 1.5rem; padding-bottom: 1.5rem;}
  .col-theatres:last-child {border-bottom: none; margin-bottom: 0; padding-bottom: 0;}
  .theatre-map-wrapper {height: 400px;}
  .container.container-events {max-width: 768px;}
  .row-pad-xs {margin-left: -8px;margin-right: -8px; margin-bottom: -16px;}
  .col-pad-xs {padding-left: 8px; padding-right: 8px; margin-bottom: 16px;}
  .events-slider .carousel-cell {width: 50%;}
  .eventFilterButtons .btn, .posts-filter-btns .btn, .btn-see-more {font-size: 1.2rem;}
  .col-posts-tab {width: 50%;}
  .col-posts-tab:last-child {display: block;}
  .posts-filter-btns .btn:nth-child(1),.posts-filter-btns .btn:nth-child(2),.posts-filter-btns .btn:nth-child(3) {max-width:100%; width: 32%;}
  .posts-filter-btns .btn:nth-child(4),.posts-filter-btns .btn:nth-child(5) {max-width:100%; width: 49%;}
  .row-allergens {font-size: 12px;}
  .allergens-accordion h2 {font-size: 48px;}
  .allergens-accordion h2 img {width: 32px;}
  .two-col-repeat:nth-child(odd) .spacer.top {display: none;}
  .two-col-repeat:nth-child(even) .spacer.bottom {display: none;}
  .nav-panel-title.text-xxl {font-size: 0.875rem!important;}
  .logo-slider h3, .logo-slider-static h3 {font-size: 21px;}
  .has-festive-brochure .nav-panel-title.text-xxl {font-size: 1.15rem!important;}
}

/* 768px */
@media (max-width: 767px) {
  html {font-size: 16px;}
  body.solid-navbar {padding-top: 60px;}
  .hero-logo {height: 165px;}
  .fixed-cta {top: auto; bottom: 0; transform: translateX(0) translateY(0); right: -87px;}
  .scrolled .fixed-cta {transform: translateX(110%) translateY(0)!important;}
  @keyframes fixed-cta-slide {0% {right: -87px;} 100% {right: 0px;}}
  .fixed-cta-phone img {width: 28px;}
  .fixed-cta-phone, .fixed-cta-book {height: 60px; width: 72px;}
  .navbar, .navbar-left {height:60px;}
  .navbar-left {border: 2px solid transparent; width: 80px;}
  body.menu-open .navbar-left {margin: 16px 0 0 16px; border: 2px solid #fff;}
  .scrolled .navbar-bg {width: calc(100% - 80px);}
  .navbar-right {right: 17px;}
  .navbar-right .btn {padding: 0.25rem 1rem;}
  .navbar-bg {left: 80px;}
  .navbar-logo img {width: 48px;}
  .btn, .btn.white {border-width: 2px;}
  .navbar-right img {width: 28px;}
  .navbar-divider {height: 38px;margin: 0 17px;}
  h1,h2 {font-size: 40px;}
  h3 {font-size: 27px;}
  h4 {font-size: 20px;}
  .section {padding-bottom: 24px;}
  .section, .section.pt, div.section[class*="bg-"], div.section[class*="bg-"] + .section, div.section[class*="footer"],.section.section-contact-form {padding-top: 24px;}
  .padding-wrapper {padding: 24px;}
  .container, .newsletter-modal .modal-dialog {max-width: 528px;}
  .container, .container-fluid {padding-left: 24px;padding-right: 24px;}
  .row {margin-left: -12px;margin-right: -12px;}
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding-left: 12px;padding-right: 12px;}
  .row-panel {margin-bottom: -24px;}
  .col-panel {margin-bottom: 24px;}
  .footer-logo {width: 66px;}
  .footer-links {padding: 1.25rem 0;}
  .footer-links a {margin: 0 0 0.5rem;}
  .instagram-feed-title:after {height: 2px;}
  .footer-social {position: relative!important; transform: none; margin-top: 1.5rem;}
  .newsletter-modal-inner {padding: 48px;}
  .container.container-slider {max-width: 480px;}
  .slider-button-prev, .slider-button-next, .carousel-prev, .carousel-next, .hero-back-to-homepage svg {width: 24px;}
  .slider-button-prev, .carousel-prev {left: 24px;}
  .slider-button-next, .carousel-next {right: 24px;}
  .carousel-testimonials .carousel-item img {max-width: 180px;}
  .carousel-testimonials .carousel-item p {font-size: 1rem;}
  .image-slider .carousel-cell {height: 320px;}
  .image-slider .carousel-cell, .image-slider-no-wrap .carousel-cell {padding: 0 8px;}
  .logo-back-to-homepage {width: 300px;}
  .venue-features h3 {font-size: 36px;}
  .col-venue-features h3 {margin: 0!important; text-align: center;}
  .col-venue-features:after {display: none;}
  .row-venue-features {border-top: 2px solid #fff;border-bottom: 2px solid #fff; padding: 1rem 0;}
  .container.container-map {max-width: 100%;}
  .row-map {height: 400px;}
  .map-sidebar {padding: 24px;}
  .map-sidebar-nav {padding-top: 24px;}
  .navbar-menu {width: 100%;}
  .navbar-menu a {font-size: 24px;}
  .navbar-menu-links > div {margin-bottom: 1rem;}
  .navbar-menu-social img {width: 32px;}
  .navbar-menu a,.location-menu-trigger, .navbar-menu-locations h3 {font-size: 24px;}
  .navbar-menu-locations a {font-size: 18px;}
  .navbar-menu-wrapper {min-width: calc(100% + 240px);}
  .navbar-menu.right {max-width: calc(100% - 240px); min-width: calc(100% - 240px);}
  .navbar-menu-locations {width: 240px;}
  .container.container-post-slider {max-width: 400px;}
  .post-slider .carousel-cell {width: 100%;}
  .slider-button-prev.post-slider-prev, .slider-button-next.post-slider-next {top: 224.4px;}
  .blog-search-form .form-control {width: auto;}
  .banner-sm {height: 300px;}
  .row-nav-panels, .row-tab {margin-left: -6px; margin-right: -6px;}
  .col-nav-panel, .col-tab {padding-left: 6px; padding-right: 6px;}
  .row-panel.row-tab {margin-bottom: -12px;}
  .col-panel.col-tab {margin-bottom: 12px;}
  .nav-panel-title.text-xxl {font-size: 1.25rem;}
  .nav-panel-title.text-xl {font-size: 1rem;}
  .nav .col-panel .overflow-hidden:after, .space-detail-trigger-img:after {border-width: 5px;}
  .places-slider .carousel-cell {padding: 0 12px;}
  .places-slider-prev {transform: translateX(-50%); width: 48px; left: 36px;}
  .places-slider-next {transform: translateX(50%); width: 48px; right: 36px;}
  .spaces-detail {margin-top: 24px;}
  .theatre-map-wrapper {height: 325px;}
  .container.container-events {max-width: 576px;}
  .row-pad-xs {margin-left: -8px;margin-right: -8px; margin-bottom: -16px;}
  .col-pad-xs {padding-left: 8px; padding-right: 8px; margin-bottom: 16px;}
  .col-allergen {flex: 0 0 auto;width: 20%;}
  .allergens-accordion h2 {font-size: 36px;}
  .allergens-accordion h2 img {width: 27px;}
  .row-pad-lg {margin-left: -24px;margin-right: -24px;}
  .col-pad-lg {padding-left: 24px;padding-right: 24px;}
  .nav-panel-title.text-xxl {font-size: 0.75rem!important;}
  .logo-slider h3, .logo-slider-static h3 {font-size: 18px;}
}

/* 576px */
@media (max-width: 575px) {
  .newsletter-modal .modal-dialog {margin: 24px auto; max-width: calc(100% - 48px);}
  .newsletter-modal-inner {padding: 24px;}
  .newsletter-modal .modal-content {padding: 12px;}
  .container.container-slider {max-width: 280px;}
  .logo-slider .carousel-cell, .venue-slider .carousel-cell {width: 100%;}
  .venue-features h3 {font-size: 24px;}
  .hero-logo {height: 115px;}
  .navbar-menu-locations a {font-size: 16px;}
  .navbar-menu-locations a span:last-child {font-size: 14px;}
  .navbar-menu-wrapper {min-width: 100%;}
  .navbar-menu.right {max-width: 100%; min-width: 100%;}
  .navbar-menu-locations {position: absolute;z-index: 1031;width: 100%; transform: translateX(100%); transition: 0.6s;}
  .show-locations .navbar-menu-locations {transform: translateX(0);}
  .container.container-post-slider {max-width: 300px;}
  .slider-button-prev.post-slider-prev, .slider-button-next.post-slider-next {top: 161px;}
  .post-cat-slider .carousel-cell > div {padding: 0 24px;}
  .post-cat-slider.text-xxl {font-size: 1.25rem;}
  .blog-cat-dropdown .text-xxl {font-size: 1.5rem;}
  .row-nav-panels {margin-left: -4px; margin-right: -4px;}
  .col-nav-panel {padding-left: 4px; padding-right: 4px;}
  .places-slider .carousel-cell {padding: 0 24px; width: 100%;}
  .theatre-map-wrapper {height: 250px;}
  .container.container-events {max-width: 360px;}
  .events-slider .carousel-cell {width: 100%;}
  .events-slider .flickity-prev-next-button {height: 60px;width: 60px;}
  .col-posts-tab {width: 100%;}
  .posts-filter-btns .btn:nth-child(1),.posts-filter-btns .btn:nth-child(2),.posts-filter-btns .btn:nth-child(3),.posts-filter-btns .btn:nth-child(4) {width: 48%;}
  .posts-filter-btns .btn:nth-child(5) {width: 100%;}
  .col-allergen {flex: 0 0 auto;width: 50%;}
  .allergens-accordion h2 {font-size: 24px;}
  .allergens-accordion h2 img {width: 21px;}
  .slider-team .carousel-cell {margin: 0 12px;width: 256px;}
  .footer-character {height: 40vw;}
  .nav-panel-title.text-xxl {font-size: 1rem!important;}
  .logo-slider h3, .logo-slider-static h3 {font-size: 27px;}
  .has-festive-brochure .col-panel {width: 50%;}
  .btn-lg {font-size: 1rem!important;}
}



/* Booking Modal Updates 22/11/22 KA */

/*.booking-modal .modal-dialog {
  margin: 0;
  max-width: 1140px;
  min-height: calc(100% - 48px);
}*/

.carousel-booking-nav [data-bs-target] {
  font-weight: 600;
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  text-indent: 0;
  background-color: transparent;
  border: 0;
  border-top: none;
  border-bottom: none;
  color: #fff;
  opacity: 1;
}

#ism {
  max-width: 90%;
  margin: auto;
}


/* Venues Features Bar Slide In */

/* Venue Page */

.hero-logo {
  margin-bottom: 10rem;
}

.venue-features {
  animation: slideup 0.4s ease-in-out forwards .5s;
  position: absolute;
  transform: translateY(0%);
  z-index: 3;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

@keyframes slideup {
  0% {
    transform: translateY(0%);
    opacity: 0;
    pointer-events: none;
  }
  100% {
    transform: translateY(-100%);
    opacity: 1;
    pointer-events: auto;
  }
}

/* 768px */
@media (max-width: 767px) {
  .hero-logo {margin-bottom: 15rem;}
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #626546;
    color: #000;
}


.page-id-2236 .booking-modal .bg-body-color {
  background-color: #626546;
}

.page-id-2236 .booking-modal .booking-modal-dining-intro {
  display: none;
}

/* A-Z filtering */
.a-z-letter {
  background-color: transparent;
  border: 1px solid transparent;
  color: #eee;
  transition: color 1s ease, border 1s ease;
}

.a-z-letter.avaliable {
  color: #000;
}

.a-z-letter.active {
  border: 1px solid #bf2127;
}

.booking-accordion-time.hidden {
  visibility: hidden;
  height: 1px;
  width: 1px;
}

/* New Media Block */

.column-video-wrapper.shape-624x350 {
  aspect-ratio: 624/350;
}

.column-video-wrapper.shape-624x780 {
  aspect-ratio: 624/780;
}

.column-video-wrapper.shape-624x624 {
  aspect-ratio: 624/624;
}

.column-video-wrapper.shape-910x510 {
  aspect-ratio: 910/510;
}

.column-video-wrapper.shape-910x1140 {
  aspect-ratio: 910/1140;
}

.column-video-wrapper.shape-910x910 {
  aspect-ratio: 1/1;
}

.media-block-btns > div:not(:last-child) {
  margin-bottom: 0.75rem;
}


/* New Venues Template */

.page-template-tpl-venue-new .two-col-repeat .col-img img {
    border: none!important;
}

/* Airship iFrames */

div[data-airship-form-url="https://pages.airship.co.uk/forms/743/the-orange-launch-party-invites"] iframe {
  min-height: 1400px;
}

@media (max-width: 540px) {
  div[data-airship-form-url="https://pages.airship.co.uk/forms/743/the-orange-launch-party-invites"] iframe {
    min-height: 1500px;
  }
}


div[data-airship-form-url="https://pages.airship.co.uk/forms/743/the-orange-breakfast-offer"] iframe {
  min-height: 1200px;
}

div[data-airship-form-url="https://forms.airship.co.uk/forms/743/the-orange-work-day-lunch-offer"] iframe {
  min-height: 1200px;
}



/* New Page Builder Template - KA - 29.05.24 */

.page-builder-banner .hero-logo {
  height: 200px;
}

.page-builder-banner + .page-builder-ticker > div {
  animation: slideupticker 0.4s ease-in-out forwards 1.5s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0; right: 0;
  transform: translateY(0%);
  padding: 2.25rem 0 2rem;
  z-index: 3;
}

@keyframes slideupticker {
  0% {
    transform: translateY(0%);
    opacity: 0;
    pointer-events: none;
  }
  100% {
    transform: translateY(-100%);
    opacity: 1;
    pointer-events: auto;
  }
}

.page-builder-ticker .carousel-cell h3 {
  border-right: 2px solid #fff;
  margin-right: 24px;
  padding-right: 24px;
  line-height: 1;
  padding-top: 3px;
}

.page-builder-breadcrumb {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.page-builder-breadcrumb span {
  color: #6C757D;
}

.page-builder-image-slider {
  padding: 1.75rem 0!important;
}

body.page-id-5703 .text-body-color {
  color: #bf2127;
}

body.page-id-5703 .footer-venue-logo {
  height: 104px;
  position: relative;
}

body.page-id-5703 .footer-venue-logo img {
  display: none;
}

body.page-id-5703 .footer-venue-logo:after {
  background-image: url(../img/svg/logo-liner-the-clubhouse.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 104px;
  width: 360px;
}

.page-builder-banner.clubhouse-banner .hero-logo {
  height: 480px;
  margin-bottom: 133px;
}

.page-builder-banner.clubhouse-banner .carousel {
  opacity: 0.7;
}


/* Blood Orange Bar */

body.page-id-5850.scrolled .navbar, body.page-id-5850.solid-navbar .navbar, body.page-id-5850 .bg-red {
  background-color: #E63625!important;
}

body.page-id-5863.scrolled .navbar, body.page-id-5863.solid-navbar .navbar, body.page-id-5863 .bg-red {
  background-color: #E63625!important;
}

body.page-id-5850 .text-body-color, body.page-id-5850  .bg-red .btn.white:hover {
  color: #E63625!important;
}

body.page-id-5863 .text-body-color, body.page-id-5863  .bg-red .btn.white:hover {
  color: #E63625!important;
}

body.page-id-5850 .footer-venue-logo,
body.page-id-5863 .footer-venue-logo {
  height: 41px;
  position: relative;
}

body.page-id-5850 .footer-venue-logo img {
  display: none;
}

body.page-id-5863 .footer-venue-logo img {
  display: none;
}


body.page-id-5850 .footer-venue-logo:after,
body.page-id-5863 .footer-venue-logo:after {
  background-image: url(../img/svg/logo-blood-orange-bar-liner-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 41px;
  width: 480px;
}


.page-builder-banner.blood-orange-banner .hero-logo {
  height: 360px;
  margin-bottom: 133px;
}


/* Mews Booking iFrame */

body.page-template-tpl-book .navbar-menu-wrapper {
  z-index: 100001;
}

body.page-template-tpl-book .navbar-left {
  z-index: 100002;
}

.mews-distributor, #mews-container {
  height: calc(100dvh - 28px)!important;
  margin-top: 28px;
}

body.mews-open {
  .mews-distributor, #mews-container {
    height: 100dvh !important;
    margin-top: 0;
  }
}

body.scrolled .mews-distributor {
  height: calc(100dvh - 80px)!important;
  margin-top: 80px;
}



/* Blood Orange Bar Instragram */

body.page-id-5850 .row-instagram-feed .sbi-header, body.page-id-5863 .row-instagram-feed .sbi-header,
body.page-id-5850 .row-instagram-feed + .py-4.text-center, body.page-id-5863 .row-instagram-feed + .py-4.text-center {
  display: none!important;
}

body.page-id-5850 .row-instagram-feed #sbi_images, body.page-id-5863 .row-instagram-feed #sbi_images {
  padding-bottom: 0!important;
} 



/* 1700px */
@media (max-width: 1699px) {
  .page-builder-banner + .page-builder-ticker > div {padding: 1.5rem 0 1.25rem;}
  .page-builder-related h5 {font-size:1rem;}
  .page-builder-banner.clubhouse-banner .hero-logo {height: 360px; margin-bottom: 85px;}
  .page-builder-banner.blood-orange-banner .hero-logo {height: 320px;margin-bottom: 85px;}
  .mews-distributor {height: calc(100% - 8px)!important;margin-top: 8px;}
  body.scrolled .mews-distributor {height: calc(100dvh - 60px)!important;margin-top: 60px;}
}

/* 992px */
@media (max-width: 991px) {
  .page-builder-related .col-related:last-child {display: none;}
}


/* 768px */
@media (max-width: 767px) {
  .page-builder-banner .hero-logo {height: auto; max-width: calc(100% - 60px);}
  .page-builder-banner + .page-builder-ticker > div {padding: 1rem 0 0.75rem;}
  body.page-id-5703 .footer-venue-logo {height: 69px;}
  body.page-id-5703 .footer-venue-logo:after {height: 69px;width: 240px;}
  .page-builder-banner.clubhouse-banner .hero-logo {height: 288px; margin-bottom: 58px;}
  .page-builder-banner.blood-orange-banner .hero-logo {height: 240px;margin-bottom: 58px;}
  body.page-id-5850 .footer-venue-logo {height: 27px;}
  body.page-id-5850 .footer-venue-logo:after {height: 27px;width: 320px;}
  .mews-distributor {height: calc(100dvh - -12px)!important;margin-top: -12px;}
}




/* Clubhouse Booking Page */

body.page-template-tpl-clubhouse-bookings .row-instagram-feed,
body.page-template-tpl-clubhouse-bookings .row-instagram-feed + div.py-4 {
  display: none!important;
}

.booking-results-wrapper .form-select {
  background-color: #fff;
  border: none;
  padding: 0.25rem 2rem 0.25rem 0.5rem;
  cursor: pointer;
}


.booking-results-a-z {
  border-bottom: 3px solid #bf2127;
  margin: 0 1rem;
  padding: 1rem;
}

.a-z-letter {
  flex: 0 0 7.6923076923%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  cursor: default;
  user-select: none;
}

.a-z-letter.active {
  border: none;
  color: #bf2127;
}

.booking-results-a-z-reset {
  text-align: right;
  display: block;
  color: #bf2127;
  cursor: pointer;
}

.booking-results-inner {
  padding: 1rem;
}

.booking-accordion-time:not(:last-child) .booking-accordion {
 margin-bottom: 1rem;
}

.booking-results-inner .accordion-button,
.booking-results-inner .accordion-button:focus {
  background: #fff!important;
  border-color: transparent!important;
  box-shadow: none;
  color: #212529!important;
}

.booking-results-inner .accordion-button:after {
  filter: grayscale(1) brightness(0);
}

.booking-results-inner .accordion-body {
  border-top: 1px solid #d9d9d9;
}

.booking-results-inner .accordion-item {
  border-bottom: 3px solid #bf2127;
}


/* Make Clubhouse Booking Modal visible if logged in for testing */

body.logged-in #clubhouse-booking {
  display: block!important;
}