@charset "UTF-8";
:root {
  --text-color: hsl(0, 0%, 100%);
  --bg-color: hsl(0, 0%, 13%);
  --link-hover-color: hsl(307, 66%, 77%);
}

@font-face {
  font-family: "Pressura-Bold";
  src: url("../css/fonts/GT-Pressura-Standard-Bold.woff") format("woff");
  src: url("../css/fonts/GT-Pressura-Standard-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Pressura-Regular";
  src: url("../css/fonts/GT-Pressura-Extended-Text.woff2") format("woff2");
  src: url("../css/fonts/GT-Pressura-Extended-Text.woff") format("woff");
}
@font-face {
  font-family: "Pressura-Italic";
  src: url("../css/fonts/GT-Pressura-Extended-Text-Italic.woff2") format("woff2");
  src: url("../css/fonts/GT-Pressura-Extended-Text-Italic.woff") format("woff");
}
* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 4rem;
  scroll-behavior: smooth;
}
@media (max-width: 599px) {
  html {
    scroll-padding-top: unset;
  }
}

body {
  font-family: "Pressura-Regular";
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #212121;
  background-image: url("");
  background-attachment: fixed;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (min-width: 1200px) {
  body {
    font-size: 20px;
  }
}
body a {
  color: var(--text-color);
}
body a:hover {
  color: var(--link-hover-color);
}
body.home {
  --text-color: whitesmoke;
  background: url("../i/bg/HOME.jpg") no-repeat, var(--bg-color);
  background-size: cover;
  background-attachment: fixed;
}
body.page-template-clubs, body.tribe-events-cat-club, body.tribe-events-cat-bar, body.tribe-events-cat-basement {
  --link-hover-color: #f5e872;
  --bg-color: #2e2d26;
  background: url("../i/bg/CLUBS_Negative.jpg") no-repeat fixed;
  background-size: cover;
}
body.page-template-clubs .single-gig, body.tribe-events-cat-club .single-gig, body.tribe-events-cat-bar .single-gig, body.tribe-events-cat-basement .single-gig {
  --bg-color: #2e2d26;
}
body.page-template-gigs, body.tribe-events-cat-gig {
  --link-hover-color: #70d2ce;
  --bg-color: #1c2b2c;
  background: url("../i/bg/GIGS.jpg") no-repeat fixed;
  background-attachment: fixed;
  background-size: cover;
}
body.page-template-bar {
  --link-hover-color: #a3e1a8;
  background: url("../i/bg/BAR_Positive.jpg") no-repeat scroll, var(--bg-color);
  background-size: cover;
  background-attachment: fixed;
}
body.page-template-news, body.single-post {
  --bg-color: #595959;
  --link-hover-color: #ab58e3;
  background: url("../i/bg/NEWS.jpg") no-repeat, var(--bg-color);
  background-attachment: fixed;
  background-size: cover;
}
body.page-id-92 {
  background: url("../i/bg/SPACES_Positive.jpg") no-repeat fixed;
  background-size: cover;
}
body.page-id-94 {
  background: url("../i/bg/ABOUT.jpg") no-repeat fixed;
  background-size: cover;
}
body.post-type-archive-tribe_events {
  --bg-color: #212121;
  background: url("../i/bg/CALENDAR.jpg") no-repeat scroll;
  background-size: cover;
}
body.archive {
  --bg-color: #212121;
  background: url("../i/bg/CALENDAR.jpg") no-repeat scroll;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Pressura-Bold";
  font-weight: 500;
  padding: 0;
  margin: 0;
}

p,
ul,
li,
ol {
  max-width: 65ch;
}

i {
  font-family: "Pressura-Bold";
  font-style: normal;
}

.nns {
  text-transform: uppercase;
}

img {
  width: 100%;
  height: auto;
}

.button {
  padding: 0.4rem 0.6rem;
  -webkit-backdrop-filter: blur(4px) contrast(110%);
          backdrop-filter: blur(4px) contrast(110%);
  position: relative;
  transition: 0.3s ease;
}
.button.information {
  text-decoration: none;
}
.button:hover {
  background-color: #d4d4d4;
  color: #212121;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .button {
    padding: 0.6rem;
  }
}

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

.buttons {
  padding: 0.4rem;
  gap: 0.4rem;
}
.buttons.single {
  padding: 0;
  margin: 1rem 0;
}
.buttons.single .button {
  background-color: var(--link-hover-color);
  color: black;
}
.buttons .button {
  text-align: center;
  flex: 1;
}

.bg {
  background-color: var(--bg-color);
}

.site-header {
  padding: 1rem;
  margin-bottom: 2rem;
  z-index: 200;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .site-header {
    flex-direction: column;
  }
}
.site-header .site-title {
  margin: 0;
  font-size: clamp(2.4rem, 8vw, 6rem);
  translate: 0 -1rem;
}
@media (min-width: 1200px) {
  .site-header .site-title {
    padding: 0;
    font-size: calc(4rem + 2vmax);
  }
}
.site-header .site-title a {
  display: grid;
  grid-template-columns: 1fr 0.2fr;
  grid-template-rows: 0.8em 0.8em;
  color: var(--text-color);
  text-decoration: none;
  transition: 0.1s ease;
}
@media (max-width: 599px) {
  .site-header .site-title a {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    grid-template-rows: 2.4rem;
    width: calc(100dvw - 2rem);
  }
}
.site-header .site-title a span {
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media (max-width: 599px) {
  .site-header .site-title a span {
    display: block;
  }
}
.site-header .site-title a span:nth-of-type(2) {
  text-align: end;
}
@media (max-width: 599px) {
  .site-header .site-title a span:nth-of-type(2) {
    text-align: center;
  }
}
.site-header .site-title a span:nth-of-type(3) {
  grid-column: span 2;
}
@media (max-width: 599px) {
  .site-header .site-title a span:nth-of-type(3) {
    grid-column: 3;
    text-align: end;
  }
}
.site-header .main-navigation {
  width: -moz-fit-content;
  width: fit-content;
  text-align: end;
}
@media (max-width: 599px) {
  .site-header .main-navigation {
    font-size: 1.4rem;
    row-gap: 0.4rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.site-header .main-navigation .social {
  margin-top: 0.5rem;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
.site-header .main-navigation .social a svg {
  fill: white;
}
.site-header .main-navigation .social a:hover svg {
  fill: var(--link-hover-color);
}
.site-header .main-navigation .menu-secondary-container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 599px) {
  .site-header .main-navigation .menu-secondary-container {
    font-size: 1.2rem;
  }
}
.site-header .main-navigation .menu-menu-1-container {
  font-family: "Pressura-Bold";
  text-transform: uppercase;
  font-size: clamp(2rem, 20vmax, 3rem);
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .site-header .main-navigation .menu-menu-1-container {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.site-header .main-navigation ul {
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-self: flex-end;
  justify-content: flex-end;
}
@media (max-width: 599px) {
  .site-header .main-navigation ul {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    row-gap: 0;
  }
}
.site-header .main-navigation ul li {
  transition: 0.4s;
  position: relative;
}
.site-header .main-navigation ul li a {
  transition: 0.4s;
  text-decoration: none;
}
.site-header .main-navigation ul li a:hover {
  color: var(--link-hover-color);
}
.site-header .main-navigation ul li:hover {
  cursor: pointer;
  color: #eb9ee2;
  translate: 0 0.1rem;
}
.site-header .main-navigation ul li.current-menu-item {
  color: var(--link-hover-color);
}
.site-header .main-navigation ul li.current-menu-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.1em;
  background-color: var(--text-color);
}

.site-main {
  min-height: 100vh;
  color: var(--text-color);
}
.site-main article.event-card, .site-main article.special {
  margin-top: 0;
}

.centre-col {
  max-width: 1400px;
  margin-left: max(1rem, 50% - 700px);
  margin-right: max(1rem, 50% - 700px);
}
@media (min-width: 2100px) {
  .centre-col {
    max-width: 2000px;
    margin-left: max(1rem, 50% - 1000px);
    margin-right: max(1rem, 50% - 1000px);
  }
}
@media (max-width: 599px) {
  .centre-col {
    grid-template-columns: 1fr;
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
}

.grid {
  display: grid;
  grid-auto-flow: dense;
  position: relative;
  z-index: 800;
}
.grid.home {
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .grid.home {
    display: flex;
    flex-direction: column;
  }
}
.grid.home .highlights .section-title,
.grid.home .today .section-title,
.grid.home .news .section-title {
  font-size: 2rem;
  width: 100%;
  position: sticky;
  display: inline-block;
  top: 0;
  background: url("../i/bgs/r-black.png") no-repeat fixed;
  background-size: cover;
  padding: 0 2rem;
  translate: -1rem -0.8em;
  margin-bottom: -2rem;
}
@media (min-width: 600px) {
  .grid.home .highlights .section-title,
  .grid.home .today .section-title,
  .grid.home .news .section-title {
    font-size: 4rem;
    translate: -1rem -0.8em;
    margin-bottom: -4rem;
    padding-bottom: 4rem;
    padding-left: 1rem;
    top: 3rem;
  }
}
.grid.home .news {
  margin-top: 4rem;
}
.grid.home .highlights {
  padding: 0 0 4rem;
  margin-top: 4rem;
  min-height: 100dvh;
  position: relative;
  background: url("../i/bg/HOME_highlight.jpg") no-repeat;
  background-size: cover;
}
.grid.home .today {
  z-index: 800;
  max-width: 1200px;
  padding: 1rem;
  background-blend-mode: overlay;
  background-size: cover;
  margin: 10dvh 5dvw 0 5dvw;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 20rem;
  background: url("../i/section_bg/PixelPaper_02-r.png") top left no-repeat, var(--bg-color);
  background-size: cover;
  background-position: bottom right;
}
@media (min-width: 1200px) {
  .grid.home .today {
    margin: 10dvh 5dvw 0 40vw;
  }
}
.grid.home .today .forthcoming-day {
  border-left: 1px solid white;
  z-index: 800;
  background-color: rgba(128, 128, 128, 0.386);
}
.grid.home .today .forthcoming-day h3 {
  margin-left: 1rem;
}
@media (max-width: 599px) {
  .grid.home .today .forthcoming-day h3 {
    margin-left: 0.4rem;
  }
}
.grid.home .today ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.grid.home .today .event-front-matter {
  margin-bottom: 0;
}
.grid.home .today .flex {
  justify-content: space-between;
}
@media (min-width: 600px) {
  .grid.home .separator {
    width: 100%;
    height: 70vh;
  }
}
.grid.home .separator:nth-of-type(2) {
  background-image: url("../i/section_bg/Glue_03-t.png");
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  background-size: cover;
}
.grid.home .news {
  --link-hover-color: #5d5d5d;
  --bg-color: #595959;
  background: url("../i/bg/NEWS.jpg") top left no-repeat;
  background-size: cover;
  gap: 2rem;
}
.grid.responsive {
  padding-top: 4rem;
  max-width: 1400px;
  margin-left: max(1rem, 50% - 700px);
  margin-right: max(1rem, 50% - 700px);
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 1rem;
}
@media (min-width: 2100px) {
  .grid.responsive {
    max-width: 2000px;
    margin-left: max(1rem, 50% - 1000px);
    margin-right: max(1rem, 50% - 1000px);
  }
}
@media (max-width: 599px) {
  .grid.responsive {
    grid-template-columns: 1fr;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
}
.grid.responsive.single-gig {
  background-color: var(--bg-color);
  padding-top: 0;
  padding: 0 !important;
}
.grid.club, .grid.gig {
  margin-bottom: 3rem;
}
.grid.club .special, .grid.gig .special {
  grid-row: 2;
}
.grid.club article, .grid.gig article {
  background: url("../i/section_bg/PixelPaper_04.png") no-repeat, var(--bg-color);
  background-size: cover;
  background-blend-mode: soft-light;
  display: flex;
  flex-direction: column;
}
.grid.club article:nth-child(odd), .grid.gig article:nth-child(odd) {
  background: url("../i/section_bg/PixelPaper_02-r.png") no-repeat, var(--bg-color);
  background-size: cover;
  background-position: right;
}
.grid.club article.single-gig, .grid.gig article.single-gig {
  background: url("../i/section_bg/PixelPaper_04.png") no-repeat, var(--bg-color);
  position: relative;
  z-index: 400;
  margin-top: -6rem;
}
@media (max-width: 599px) {
  .grid.club article.single-gig, .grid.gig article.single-gig {
    margin: 0;
  }
}
.grid.club article .buttons, .grid.gig article .buttons {
  padding: 0.4rem;
  gap: 0.4rem;
  margin-top: auto;
}
@media (max-width: 599px) {
  .grid.club article .buttons, .grid.gig article .buttons {
    flex-direction: column;
  }
}
.grid.club article .date, .grid.gig article .date {
  padding: 1rem;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .grid.club article .date, .grid.gig article .date {
    flex-direction: column;
  }
}
.grid.club article h1, .grid.gig article h1 {
  padding: 1rem;
  font-size: 2rem;
  line-height: 1;
}
.grid.club article .secondary, .grid.gig article .secondary {
  min-height: 40vh;
}
.grid.club article .copy, .grid.gig article .copy {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  align-items: center;
}
.grid.club article .copy p, .grid.gig article .copy p {
  width: 100%;
  max-width: 60ch;
}
@media (min-width: 1200px) {
  .grid.club article .media, .grid.gig article .media {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
  }
}
.grid.club article .media h2, .grid.gig article .media h2 {
  margin: 2rem 0;
}
.grid.club {
  --bg-color: #2e2d26;
}
.grid.club h2 {
  font-size: 2rem;
  margin: -1em 0 2em;
}
.grid.gig {
  --bg-color: #1c2b2c;
  padding-top: 4rem;
  gap: 1rem;
  z-index: 400;
}
@media (max-width: 599px) {
  .grid.news-col {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 600px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40ch, 1fr));
    grid-template-rows: min-content;
    gap: 1rem;
  }
}

.span-2 {
  grid-column: span 2;
}

.span-all {
  grid-column: 1/-1;
}

.site-footer {
  color: var(--text-color);
  padding: 1rem;
  z-index: 800;
  position: relative;
  background-image: url("../i/section_bg/PixelPaper_02-r.png");
}
@media (min-width: 1200px) {
  .site-footer {
    display: flex;
    padding: 2rem;
  }
}
.site-footer .site-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}
@media (max-width: 599px) {
  .site-footer .site-info {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.site-footer .colophon {
  font-size: 0.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.site-footer .colophon a {
  text-decoration: underline;
}
.site-footer ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 1rem;
  padding: 0;
}
.site-footer ul a {
  transition: 0.2s ease;
}
.site-footer ul a:hover {
  color: #eb9ee2;
}
.site-footer form {
  display: none;
}
.site-footer address {
  font-style: normal;
}
.site-footer .social {
  display: flex;
  gap: 1rem;
}

.info {
  position: relative;
  flex-direction: column;
}
.info p,
.info h1 {
  margin: 0;
}
.info h1 {
  font-size: calc(2rem + 1vmax);
  line-height: 1;
  margin: 0;
}
.info .buttons {
  margin: 2rem 0 4rem;
  justify-content: flex-end;
}
.info .buttons .button {
  justify-self: flex-end;
  align-self: flex-end;
}
.info .cats {
  margin-bottom: 1rem;
}

.price {
  margin-right: 1rem;
}
.price::before {
  content: "£";
}

.section-header {
  grid-column: 1/-1;
  color: whitesmoke;
}
.section-header h1 {
  font-size: 4rem;
}

.gig-hero,
.placeholder {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  z-index: -1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gig-hero .tribe-events-event-image,
.placeholder .tribe-events-event-image {
  margin: 0;
}
.gig-hero .cats,
.placeholder .cats {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 800;
}
.gig-hero img,
.placeholder img {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 1200px) {
  .gig-hero,
  .placeholder {
    grid-column: 2;
  }
}

.listing {
  display: grid;
  grid-template-columns: 3fr 1fr;
  margin: 2rem 0;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 599px) {
  .listing {
    grid-template-columns: 1fr;
  }
}
.listing h1 {
  font-size: 2.4rem;
  text-transform: uppercase;
}
.listing p {
  margin: 0;
  gap: 2rem;
  padding-bottom: 0.4rem;
  justify-content: space-between;
  border-bottom: 1px solid;
}
.listing .buttons {
  margin-top: auto;
}
@media (min-width: 600px) {
  .listing .buttons {
    flex-direction: column;
    grid-column: 2;
    grid-row: 1/3;
  }
}
.listing .buttons .button {
  padding: 0.4rem 1rem;
}

.home-section {
  background-color: rgba(33, 33, 33, 0.8);
  padding: 1rem;
  position: relative;
  z-index: 2000;
}
.home-section.gigs {
  background: url("../i/bgs/r.png") no-repeat, url("../i/bgs/l.png") no-repeat right bottom;
  background-size: contain;
  grid-column: span 1/-1;
}
@media (min-width: 1200px) {
  .home-section.gigs {
    grid-column: 1;
    grid-row: 1/3;
  }
}
.home-section.clubs {
  background: url("../i/PrintPaper_01.png") no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .home-section.clubs {
    grid-column: 2;
    grid-row: 2/4;
  }
}
.home-section h2 {
  font-size: 4rem;
  margin: -1em -0.4em 0.5em;
}
.home-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home-section ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.home-section ul li .button {
  padding: 0.4rem 1rem;
}

.home-bg {
  background-size: cover;
  background-blend-mode: soft-light;
  background-position: center;
}

.cal-link {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  padding: 0.4rem;
  border-radius: 2rem;
}
.cal-link img {
  max-width: 40px;
}
.cal-link::after {
  content: "this would link to a calendar view";
  background-color: #eb9ee2;
  position: absolute;
  padding: 0.4rem;
  top: 0;
  width: 8rem;
  left: 0;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.cal-link:hover::after {
  opacity: 1;
  left: -10rem;
}

.hero-title {
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: -4rem;
  width: 30vw;
  mix-blend-mode: exclusion;
}
.hero-title img {
  height: 90vh;
  width: auto;
}

.gig-texture {
  position: fixed;
  z-index: -1;
  mix-blend-mode: soft-light;
  background-color: #212121;
  inset: 0;
  background: url("../i/bgs/r.png") no-repeat, url("../i/bgs/l.png") no-repeat right bottom;
  background-size: 25%;
}

.pad-1 {
  padding: 1rem;
}

.white-bg {
  background-color: whitesmoke;
  color: black;
}

.sticky {
  position: sticky;
  top: 0;
}

.page-template-default {
  background-size: cover;
  background-color: #212121;
  background-blend-mode: soft-light;
  background-position: center;
  background-attachment: fixed;
}
.page-template-default .entry-content {
  margin-top: 0;
  background-color: var(--bg-color);
}
.page-template-default .entry-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (min-width: 1200px) {
  .page-template-default .entry-content {
    padding: 2rem;
  }
}
.page-template-default .entry-content p,
.page-template-default .entry-content ul,
.page-template-default .entry-content ol,
.page-template-default .entry-content li {
  margin: 0 0 1rem;
  width: 100%;
}
.page-template-default .entry-content li {
  list-style: disc;
  margin-bottom: 0;
}
.page-template-default .entry-content h2 {
  width: 100%;
}
.page-template-default .entry-content section {
  scroll-padding-top: 20rem;
  padding: 2rem 0;
  max-width: 100%;
}

.page-id-88 h1,
.page-id-88 h2,
.page-id-88 h3,
.page-id-88 h4,
.page-id-88 h5,
.page-id-88 h6 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0;
}
.page-id-88 ul {
  margin: 0;
  padding: 0;
}

.bar {
  --bg-color: #252a27;
  margin-top: 5rem;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}
.bar .drink,
.bar .food {
  background-color: var(--bg-color);
  background-repeat: no-repeat;
  padding: 1rem;
  scroll-padding-top: 4rem;
}
.bar .drink header,
.bar .food header {
  margin-bottom: 1rem;
}
.bar .drink header h2,
.bar .food header h2 {
  font-size: 3rem;
}
@media (min-width: 900px) {
  .bar .drink header h2,
  .bar .food header h2 {
    font-size: 4rem;
  }
}
.bar .drink h3,
.bar .food h3 {
  font-size: 2rem;
}
.bar .drink .item,
.bar .food .item {
  justify-content: space-between;
  width: 100%;
  padding: 0.8rem 0;
}
.bar .drink .item header,
.bar .food .item header {
  color: var(--link-hover-color);
  font-size: 1.2rem;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0;
}
.bar .drink .item header .name,
.bar .food .item header .name {
  padding: 0;
  flex-basis: max-content;
}
.bar .drink .item header .dot-sep,
.bar .food .item header .dot-sep {
  height: 1.2rem;
  flex: 1;
  border-bottom: 2px dotted;
}
.bar .drink .item header .price,
.bar .food .item header .price {
  padding: 0;
  flex-basis: max-content;
  text-align: end;
}
.bar .drink {
  background-image: url("../i/section_bg/PixelPaper_02-l.png");
  margin-bottom: 4rem;
}
.bar .food {
  background-image: url("../i/section_bg/PixelPaper_02-r.png");
  margin-bottom: 4rem;
  background-position: right bottom;
}
.bar P,
.bar h2 {
  margin: 0;
}

.news-item {
  background-color: var(--bg-color);
}
.news-item figure {
  height: 300px;
  background-color: white;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 599px) {
  .news-item figure {
    height: 240px;
  }
}
.news-item figure img {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.news-item header {
  padding: 0 1rem;
}
.news-item.home {
  width: 100%;
  gap: 1rem;
}
.news-item.home h3 {
  font-size: 2rem;
}

.event-card {
  background-color: var(--bg-color);
  position: relative;
  margin-top: 0;
}
.event-card .cats {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
}
.event-card .tags {
  translate: 0 -1rem;
}
.event-card .event-front-matter {
  padding: 1rem;
}
@media (min-width: 1200px) {
  .event-card .event-front-matter {
    display: flex;
    justify-content: space-between;
  }
}
.event-card .event-title {
  padding: 1rem;
}
.event-card figure,
.event-card .placeholder {
  padding: 0;
  margin: 0;
  background-color: var(--bg-color);
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
}
.event-card figure img,
.event-card .placeholder img {
  width: 100%;
  filter: grayscale(1);
  margin: 0;
  padding: 0;
  transition: 0.2s ease;
  display: flex;
}
.event-card.gig {
  --bg-color: #1c2b2c;
}
.event-card.barclub, .event-card.club, .event-card.basementclub, .event-card.basement, .event-card.bar, .event-card.basementbar {
  --bg-color: #2e2d26;
}
.event-card.barclub a:hover, .event-card.club a:hover, .event-card.basementclub a:hover, .event-card.basement a:hover, .event-card.bar a:hover, .event-card.basementbar a:hover {
  color: var(--link-hover-color);
}
.event-card.small {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 0.2rem;
  padding: 0.4rem 1rem;
}
.event-card.small:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .event-card.small {
    padding: 0.4rem;
    grid-template-columns: 1fr 2fr;
  }
}
.event-card.small .event-date,
.event-card.small .cats {
  font-size: 0.8rem;
  padding: 0.2rem 1rem;
  position: absolute;
  border-radius: 100vh;
  background-color: var(--bg-color);
  top: -1rem;
}
.event-card.small p {
  font-size: 1rem;
  margin: 0;
}
.event-card.small .event-date {
  outline: 1px solid currentColor;
  color: whitesmoke;
  left: 0;
}
.event-card.small .event-front-matter {
  padding: 0 0;
}
.event-card.small .time {
  grid-column: 2;
  grid-row: 1;
  display: block;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.event-card.small .buttons {
  padding: 0 !important;
}
@media (max-width: 599px) {
  .event-card.small .buttons {
    grid-column: 1/-1;
    margin-top: 0.4rem;
  }
}
.event-card.small .buttons .button {
  padding: 0.2rem !important;
  align-self: flex-end;
  height: -moz-max-content;
  height: max-content;
  margin-top: auto;
}
.event-card.small .event-title {
  font-size: 1.4rem !important;
  padding: 0;
}

.cats {
  font-family: "Pressura-Bold";
  display: flex;
  gap: 0.4rem;
  text-transform: uppercase;
  padding: 0;
  font-size: 0.8rem;
}
.cats .cat {
  background-color: white;
  color: var(--bg-color);
  padding: 0.2rem 1rem;
  border-radius: 10px;
}

.tags {
  max-width: calc(100vw - 1rem);
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 0 1rem;
  gap: 0.4rem;
  font-size: 0.8rem;
  scrollbar-width: none;
}
.tags::-webkit-scrollbar {
  display: none;
}
.tags .tag {
  display: inline-block;
  background: var(--bg-color);
  box-shadow: black 1px 1px 2px;
  padding: 0.2rem 1rem;
  border-radius: 10px;
  transition: 0.2s ease;
}
.tags .tag:hover {
  background-color: white;
  color: var(--bg-color);
}

iframe {
  width: 100vw;
  aspect-ratio: 16/9;
}

.entry-header {
  right: 0;
  top: 0;
  font-family: "Pressura-Bold";
  background: url("../i/bgs/r-black.png") rgba(20, 20, 20, 0.8);
  z-index: 800;
}
@media (max-width: 599px) {
  .entry-header {
    position: relative;
  }
}
.entry-header.no-bg {
  background: unset;
}
.entry-header h1 {
  font-size: 8rem;
  line-height: 1;
}
.entry-header nav {
  position: relative;
  z-index: 800;
}
.entry-header nav ul {
  display: flex;
  gap: 2rem;
  width: 100%;
  margin: 0;
  padding: 1rem;
  list-style: none;
}
@media (max-width: 599px) {
  .entry-header nav ul {
    flex-direction: column;
    gap: 0;
  }
}
.entry-header nav ul li {
  text-transform: capitalize;
  font-size: 1.4rem;
}
@media (max-width: 599px) {
  .entry-header nav ul li {
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .entry-header nav ul li {
    font-size: 2rem;
  }
}

.tribe-events-calendar-month__day-cell {
  border-radius: 0;
  outline: none;
  border: none;
}
.tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date {
  margin: 0.4rem 0;
}

.tooltipster-box {
  color: black !important;
  background-color: white;
  max-width: 500px;
}

.tooltipster-box .tooltipster-content {
  background-color: var(--bg-color);
  color: white;
}

.tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip {
  border: none;
  padding: 1rem;
}

.tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip p {
  font-size: 0.8rem;
}

.tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip h3 {
  margin: 0.5rem 0;
}

.tribe-common-l-container {
  --tec-spacer-14: 1rem;
  --tec-spacer-13: 1rem;
  --tec-grid-gutter-page: 1rem;
  --tec-color-border-secondary-month-grid: white;
  background-color: #212121;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.tribe-common-l-container .tribe-events-calendar-month__calendar-event {
  position: relative;
}
.tribe-common-l-container .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-datetime {
  font-size: 1rem;
}
.tribe-common-l-container .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-title {
  font-size: 1.2rem;
  padding: 0;
  margin: 1rem 0 0;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tribe-common-l-container .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-datetime-featured-icon svg {
  fill: white;
}

.tribe-events-tooltip-theme {
  width: 600px !important;
  max-width: unset !important;
  padding-top: 0.5rem !important;
}
.tribe-events-tooltip-theme .tribe-events-calendar-month__calendar-event-tooltip-title {
  color: blue;
}

.tribe-events-calendar-month__calendar-event-datetime {
  font-size: 0.8rem !important;
}

.tribe-events-calendar-month__calendar-event-title {
  margin-top: 0 !important;
}

.tribe-events-tooltip-theme {
  clear: none;
}

.tribe-events-notices {
  background-color: var(--link-hover-color);
  color: black;
  padding: 1rem;
  margin: -1rem -1rem 1rem;
  font-size: 0.8rem;
  z-index: 4000;
}
@media (min-width: 1200px) {
  .tribe-events-notices {
    grid-column: 1/-1;
  }
}
.tribe-events-notices ul {
  list-style: none;
  padding: 0;
  display: inline-block;
}

@media (min-width: 1200px) {
  .tribe-events-header button,
  .tribe-events-header .tribe-common-c-btn-icon {
    padding: 1rem;
  }
}

.tribe-events-tooltip {
  padding: 2rem;
}

.tribe-events-calendar-list__event-title-link {
  color: var(--text-color) !important;
  font-size: 1.8rem;
  line-height: 1;
}

.post-thumbnail {
  max-height: 60vh;
  display: flex;
  background-color: var(--bg-color);
  margin: 0;
}
.post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: auto;
  width: auto;
}

.single-post .entry-content {
  background-color: var(--bg-color);
  margin-top: 0;
}

.post-navigation {
  max-width: 1400px;
  margin-left: max(1rem, 50% - 700px) !important;
  margin-right: max(1rem, 50% - 700px) !important;
  margin-top: 2rem !important;
}
.post-navigation .nav-previous::before,
.post-navigation .nav-next::before {
  content: "next";
  display: block;
  font-size: 0.8rem;
}
.post-navigation .nav-previous::before {
  content: "previous";
}
@media (min-width: 2100px) {
  .post-navigation {
    max-width: 2000px;
    margin-left: max(1rem, 50% - 1000px);
    margin-right: max(1rem, 50% - 1000px);
  }
}
@media (max-width: 599px) {
  .post-navigation {
    grid-template-columns: 1fr;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
  }
}

.placeholder {
  background-image: url("../i/bg/placeholder-i.jpg");
  background-color: var(--bg-color);
  background-size: cover;
  background-position: bottom left;
  background-blend-mode: soft-light;
}

.pagination {
  display: flex;
  gap: 1rem;
}
.pagination .page-numbers {
  background-color: var(--bg-color);
  padding: 0.4rem 1rem;
}
.pagination .page-numbers.current {
  background-color: white;
  color: var(--bg-color);
}/*# sourceMappingURL=styles.css.map */