/*
Theme Name: Base
Author: Dave Jackson
Author URI: https://davejackson.info
Description: A custom base theme
Version: 1.0
*/
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal; }

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal; }

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal; }

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal; }

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal; }

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal; }

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; }

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal; }

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal; }

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic; }

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic; }

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic; }

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic; }

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic; }

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic; }

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic; }

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic; }

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic; }

.intro-h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 4.5rem;
  line-height: 4rem; }

body, p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.75rem; }

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

.loop-content .hentry:nth-child(2n+1) {
  background-color: #e1771e; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 2rem; }

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; }

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal; }

footer a {
  color: #000; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.25s ease; }

a:hover {
  color: #a78cfa;
  text-decoration: underline;
  transition: all 0.25s ease; }

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  vertical-align: 0em !important; }

.full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw; }

header {
  top: 0;
  z-index: 10;
  line-height: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.25s ease;
  position: fixed; }
  @media only screen and (max-width: 770px) {
    header {
      background-color: white; } }

header.scroll {
  padding: .25rem !important;
  background-color: white; }

header.scroll img {
  width: 50px; }

body.home header a, body.home header a:active, body.home header a:visited, body.home header a:hover {
  color: white !important; }
  @media only screen and (max-width: 770px) {
    body.home header a, body.home header a:active, body.home header a:visited, body.home header a:hover {
      color: black !important; } }

body.home header.scroll a, body.home header.scroll a:active, body.home header.scroll a:visited, body.home header.scroll a:hover {
  color: black !important; }

header a, header a:active, header a:visited, header a:hover {
  color: black !important; }

img.sponsorlogos {
  margin-bottom: 1.25rem;
  margin-right: 1.875rem;
  max-height: 75px !important;
  -o-object-fit: contain;
  object-fit: contain; }

img.signup {
  max-width: 100%;
  width: 100%;
  height: auto; }

img.logo {
  height: auto;
  width: 50px;
  transition: all 0.25s ease; }
  @media (min-width: 1200px) {
    img.logo {
      width: 100px; } }

header .navbar .navbar-toggler {
  z-index: 10;
  cursor: pointer;
  color: #5457FF;
  font-size: 1.5rem; }

header .navbar .navbar-toggler:active {
  color: #fff; }

header .navbar ul.navbar-nav {
  transition: all 0.25s ease; }

@media (min-width: 770px) {
  header .navbar ul.navbar-nav li a.nav-link {
    margin-left: 30px; } }
header {
  font-size: 1.5rem; }

@media (min-width: 770px) {
  header.scroll {
    font-size: 1rem; } }
main {
  margin-top: 200px !important; }
  @media only screen and (max-width: 770px) {
    main {
      margin-top: 80px !important; } }

video {
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  padding-top: 0px !important; }
  @media only screen and (max-width: 770px) {
    video video {
      max-height: 100%; } }

.hero {
  position: relative;
  background-color: black;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background: #000;
  color: #fff;
  background-size: cover;
  background-position: center;
  height: 100vh; }

.intro {
  max-width: 800px; }

.jumbotron {
  background-color: #a78cfa;
  border-radius: 0; }

#signup a, #signup a:active, #signup a:visited {
  color: #000 !important; }

bg-offtheshelf1 {
  background-color: #a78cfa; }

#page-title::after {
  background: url("img/bg-before.svg");
  background-image: url("img/bg-before.svg");
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto; }

.card {
  transition: transform .2s;
  /* Animation */ }

.card:hover {
  transform: scale(1.05);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }


.thumbnail-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.thumbnail-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s ease;
}

/* Fade the image only when sold out */
.thumbnail-wrapper.sold-out img {
    filter: brightness(60%);
}

/* Sold out badge */
.sold-out-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.6rem 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0.3rem;
    z-index: 10;
    pointer-events: none;
    text-align: center;
}/* Container for image and bottom-pinned caption */
.wp-caption {
    position: relative;
    display: inline-block;
    margin: 1em 0;
    max-width: 100%;
    text-align: center;
    overflow: hidden; /* ensures caption stays within image */
}

.wp-caption img {
    display: block;
    width: 100%;
    height: auto;
}

/* Caption pinned at the very bottom of the image */
.wp-caption .wp-caption-text {
    position: absolute;
    bottom: 0;                     /* exactly at bottom */
    left: 0;
    width: 100%;                   /* span entire image width */
    background-color: rgba(240, 240, 240, 0.9); /* light grey with slight transparency */
    color: #333;
    font-size: 0.85em;
    padding: 6px 8px;
	margin:0;
	line-height:normal;
    box-sizing: border-box;
    text-align: center;
}


.past-event {
    opacity: 0.6; /* dims the card */
    filter: grayscale(30%);
}

.past-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #a78cfa;
    color: #fff;
    padding: 3px 8px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 3px;
    z-index: 10;
}
/* ensure indicators sit above slides and are clickable */
.fade-indicators {
  position: absolute;         /* take out of normal flow */
  bottom: 10px;               /* move to bottom of carousel */
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;              /* above slide content */
  display: flex;
  gap: 10px;
  justify-content: center;
  pointer-events: auto;       /* ensure clicks go through */
}

/* optionally larger dots for easier click */
.fade-indicator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.35;
  border: none;
  cursor: pointer;
  transition: transform .18s ease, opacity .18s ease;
}
.fade-indicator.active {
  opacity: 1;
  transform: scale(1.25);
}


ul#menu-footer-menu, ul#menu-footer-admin-links {
  list-style: none; }

ul#menu-footer-admin-links {
  padding: 0; }

.jumbotron {
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 10% 85%, 5% 100%, 5% 85%, 0% 85%); }
  @media only screen and (max-width: 920px) {
    .jumbotron {
      clip-path: none; } }

.clipped-l {
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 10% 85%, 5% 100%, 5% 85%, 0% 85%); }

.clipped-r {
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 90% 85%, 90% 100%, 80% 85%, 0% 85%); }

@media only screen and (max-width: 770px) {
  .hero {
    aspect-ratio: 1 / 1;
    height: auto; }

  .intro-h1 {
    font-size: 2rem;
    line-height: 2rem; }

  .intro {
    max-width: 100%; }

  ul#menu-footer-menu {
    list-style: none;
    padding: 0; } }
