.page-sections section {
  padding: 70px 0;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
  transition: 0.5s;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}
.page-sections section#venue-directory {
  overflow: visible;
}

.page-sections section.present-ev-listing {
  padding: 15px 15px;
  box-sizing: border-box;
}

.page-sections section.present-ev-listing.assoc {
  background-image: url("https://8f2eab.staticwbm.com/20241211051811im_/https://www.wandsworthfringe.com/images/Layout/event24/present-ev-list-assoc-bg-24.png");
  background-position: top left;
  background-size: cover;
  background-color: #361a5b;
  margin-bottom: 10px;
  padding: 15px 50px;
}

.page-sections section.present-ev-listing.assoc h1 {
  color: white;
  font-size: 40px;
  margin: 30px 0 20px 0;
}

@media only screen and (min-width: 768px) {
  .page-sections section.present-ev-listing.assoc h1 {
    color: white;
    font-size: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-sections section.present-ev-listing.assoc h1 {
    color: white;
    font-size: 80px;
  }
}
.page-sections section.present-ev-listing .iso-wrap {
  display: flex;
  flex-wrap: wrap;
}

.page-sections section.present-ev-listing.assoc .iso-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.no-results {
  color: #b7b7b7;
  display: block;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 36px;
  padding: 5% 10px 8% 15%;
  position: relative;
  transition: 0.35s;
}

.no-results::after {
  background-image: url("https://39f695.staticwbm.com/20241211051811im_/https://www.wandsworthfringe.com/images/Layout/no-results.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 20%;
}

@media only screen and (max-width: 1024px) {
  .page-sections section.present-ev-listing .no-results {
    padding-left: 20px;
  }
  .page-sections section.present-ev-listing .no-results::after {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .page-sections section.present-ev-listing .no-results {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .page-sections section.present-ev-listing .event {
    width: 33.33%;
  }
  .page-sections section.present-ev-listing.assoc .event {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  .page-sections section.present-ev-listing.assoc .event {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .page-sections section.present-ev-listing .event {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .page-sections section.present-ev-listing .event,
  .page-sections section.present-ev-listing.assoc .event {
    width: 100%;
  }
}
.page-sections section.present-ev-listing .ev-dates,
.page-sections section.present-ev-listing .ev-categories,
.page-sections section.present-ev-listing .ev-area {
  padding: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .page-sections section.present-ev-listing .ev-dates,
  .page-sections section.present-ev-listing .ev-categories,
  .page-sections section.present-ev-listing .ev-area {
    width: 100%;
  }
}
.page-sections section.present-ev-listing .ev-filters-mini {
  position: relative;
  padding: 10px 180px 10px 0;
  margin: 10px;
  font-family: "Libre Franklin", sans-serif;
  cursor: pointer;
  border-radius: 6px;
}

.page-sections section.present-ev-listing .ev-filters-mini span {
  margin-left: 10px;
}

.page-sections section.present-ev-listing .ev-filters-mini span.showing {
  display: inline-block;
  position: relative;
  background-color: #00c9f0;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  height: 20px;
  line-height: 22px;
  padding: 10px 15px;
  padding-right: 5px;
  margin-right: 30px;
}

.page-sections section.present-ev-listing .ev-filters-mini span.showing::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  border: 20px solid #00c9f0;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.page-sections section.present-ev-listing .ev-filters-mini .date {
  color: #00c9f0;
  font-weight: bold;
  margin-left: 0;
  margin-right: 10px;
}

.page-sections section.present-ev-listing .ev-filters-mini::before {
  position: absolute;
  top: 10px;
  right: 0;
  content: "Sort by Category";
  font-family: "Libre Franklin", sans-serif;
  clear: both;
  background-color: #EEE;
  padding: 10px 15px;
  padding-right: 40px;
  border-radius: 20px;
}

.page-sections section.present-ev-listing .ev-filters-mini::after {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: "";
  background-image: url(https://0e3136.staticwbm.com/20241211051811im_/https://www.wandsworthfringe.com/images/Layout/downArrow.png);
  transition: 0.2s;
}

.page-sections section.present-ev-listing .ev-filters-mini.active::before {
  content: "Hide Filters";
}

.page-sections section.present-ev-listing .ev-filters-mini.active::after {
  transform: rotate(180deg);
}

@media only screen and (max-width: 568px) {
  .page-sections section.present-ev-listing .ev-filters-mini {
    padding: 20px 30px 60px 0;
  }
  .page-sections section.present-ev-listing .ev-filters-mini::before {
    top: auto;
    bottom: 10px;
  }
  .page-sections section.present-ev-listing .ev-filters-mini::after {
    top: auto;
    bottom: 20px;
  }
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

#filters {
  padding: 0 20px;
  margin: 30px 0;
}

#venuefilters {
  padding: 0 10px;
  margin: 30px 0;
}

@media only screen and (max-width: 568px) {
  #filters, #venuefilters {
    padding: 0;
  }
}
#filters button, #venuefilters button {
  background-color: #959595;
  border: 0;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  height: 37px;
  float: left;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  margin: 0 4px 4px 0;
  padding: 11px 5px;
  text-transform: uppercase;
  transition: 0.25s;
}

#filters button.day {
  padding: 3px 5px;
}

#filters button.day div:first-child {
  color: #f1b40f;
}

#filters button.active, #filters button:hover, #venuefilters button.active, #venuefilters button:hover {
  background-color: #00c9f0;
  color: #FFF;
}

#filters .cats button.active, #filters .cats button:hover {
  background-color: #ff9000;
}

.page-sections section.present-ev-listing .ev-filters {
  padding: 0 20px;
  margin: 0 0 30px 0;
}

.page-sections section.present-ev-listing .ev-filters .ev-dates .cat,
.page-sections section.present-ev-listing .ev-filters .ev-categories .cat,
.page-sections section.present-ev-listing .ev-filters .ev-area .cat {
  display: block;
  float: left;
}

.page-sections section.present-ev-listing .ev-filters .ev-dates .cat input[type=checkbox],
.page-sections section.present-ev-listing .ev-filters .ev-categories .cat input[type=checkbox],
.page-sections section.present-ev-listing .ev-filters .ev-area .cat input[type=checkbox] {
  display: none;
}

.page-sections section.present-ev-listing .ev-filters .ev-dates .cat input[type=checkbox]:checked ~ label,
.page-sections section.present-ev-listing .ev-filters .ev-categories .cat input[type=checkbox]:checked ~ label,
.page-sections section.present-ev-listing .ev-filters .ev-area .cat input[type=checkbox]:checked ~ label {
  background-color: #00c9f0 !important;
  color: #FFF;
}

.page-sections section.present-ev-listing .ev-filters .ev-dates .cat label {
  display: block;
  padding: 5px 5px;
  background-color: #959595;
  color: #FFF;
  font-family: "Libre Franklin", sans-serif;
  font-weight: normal;
  font-size: 14px;
  transition: 0.25s;
  cursor: pointer;
  margin: 0 4px 4px 0;
  text-align: center;
}

.page-sections section.present-ev-listing .ev-filters .ev-dates .cat label:hover {
  background-color: #00bdf4;
}

.page-sections section.present-ev-listing .ev-filters .ev-categories .cat label:hover {
  background-color: #ff9000;
}

.page-sections section.present-ev-listing .ev-filters .ev-area .cat label:hover {
  background-color: #ff420b;
}

.page-sections section.present-ev-listing .ev-filters .ev-dates .cat label .day {
  color: #f1b40f;
}

.page-sections section.present-ev-listing .ev-filters .ev-dates .cat label.first,
.page-sections section.present-ev-listing .ev-filters .ev-categories .cat label.first,
.page-sections section.present-ev-listing .ev-filters .ev-area .cat label.first {
  color: #CCC;
  background-color: #999;
}

.page-sections section.present-ev-listing .ev-filters .ev-dates .cat label.first {
  padding: 14px 5px 13px 5px;
}

.page-sections section.present-ev-listing .ev-filters .ev-categories .cat label,
.page-sections section.present-ev-listing .ev-filters .ev-area .cat label {
  display: block;
  padding: 5px 5px;
  background-color: #959595;
  color: #FFF;
  font-family: "Libre Franklin", sans-serif;
  font-weight: normal;
  font-size: 14px;
  transition: 0.25s;
  cursor: pointer;
  margin: 0 4px 4px 0;
}

.page-sections section.present-ev-listing form.searchForm {
  position: relative;
  width: 330px;
  height: 50px;
  padding: 10px;
  padding-bottom: 0;
  margin-left: 40px;
  margin: auto;
}

@media only screen and (max-width: 800px) {
  .page-sections section.present-ev-listing form.searchForm {
    width: 260px;
  }
}
.page-sections section.present-ev-listing form.searchForm input[type=text] {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  border: 0;
  width: 330px;
  height: 50px;
  border-radius: 25px;
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  box-sizing: border-box;
  transition: 0.2s;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 800px) {
  .page-sections section.present-ev-listing form.searchForm input[type=text] {
    width: 260px;
  }
}
.page-sections section.present-ev-listing form.searchForm input[type=text]:focus {
  outline: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.page-sections section.present-ev-listing form.searchForm input[type=submit] {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
  background-color: #00c9f0;
  background-image: url(https://a22aa3.staticwbm.com/20241211051811im_/https://www.wandsworthfringe.com/images/Layout/header-search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s;
}

.page-sections section.present-ev-listing form.searchForm input[type=submit]:hover {
  background-color: #57e4ff;
}

.page-sections section.present-ev-listing form.searchForm input[type=submit]:focus {
  outline: none;
  background-color: #57e4ff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.page-sections section.venue-map {
  padding-top: 0;
  width: 100%;
}
.page-sections section.venue-map .is-map {
  position: relative;
  height: auto;
}
.page-sections section.venue-map .is-map::before {
  content: "";
  display: table;
  padding-bottom: 125%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-sections section.venue-map .is-map::before {
    padding-bottom: 70%;
  }
}
.page-sections section.venue-map .is-map .maf-map-pos {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-sections section.venue-map .is-map #google-map-interactive {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-sections section.venue-map .is-map #google-map-interactive .gm-style .gm-svpc img {
  max-width: none !important;
}
.page-sections section.venue-map .is-map #google-map-interactive .gm-style-iw.gm-style-iw-c {
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-width: 330px !important;
  overflow: visible !important;
}
.page-sections section.venue-map .is-map #google-map-interactive .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: auto !important;
}
.page-sections section.venue-map .is-map #google-map-interactive .gm-style-iw.gm-style-iw-c > button {
  background-color: white !important;
  border-radius: 50%;
  text-align: center;
  top: 18px !important;
  right: 8px !important;
  width: 20px !important;
  height: 20px !important;
  opacity: 1 !important;
}
.page-sections section.venue-map .is-map #google-map-interactive .gm-style-iw.gm-style-iw-c > button span {
  margin: 1px !important;
  width: 18px !important;
  height: 18px !important;
}
.page-sections section.venue-map .is-map #google-map-interactive .map-info-content {
  background-color: #eee;
  max-width: 330px;
  padding: 0;
}
.page-sections section.venue-map .is-map #google-map-interactive .map-info-content .logo {
  background-color: black;
  padding: 21px;
}
.page-sections section.venue-map .is-map #google-map-interactive .map-info-content .image {
  margin-bottom: 10px;
}
.page-sections section.venue-map .is-map #google-map-interactive .map-info-content .image img {
  aspect-ratio: 1/0.75;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.page-sections section.venue-map .is-map #google-map-interactive .map-info-content p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 15px 10px 15px;
}
.page-sections section.venue-map .is-map #google-map-interactive .map-info-content p.name {
  color: #361a5b;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0 15px 10px 15px;
}
.page-sections section.venue-map .is-map #google-map-interactive .map-info-content p.name.ev-map {
  padding-top: 30px;
}
.page-sections section.venue-map .is-map #google-map-interactive .map-info-content a.cbutton {
  border: 1px solid #361a5b;
  background-color: #361a5b;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease-out;
  width: 100%;
}
.page-sections section.venue-map .is-map #google-map-interactive .map-info-content a.cbutton:hover {
  background-color: transparent;
  color: #361a5b;
  text-decoration: none;
}

.present-event-details {
  font-family: "Libre Franklin", sans-serif;
  padding: 50px;
  box-sizing: border-box;
}
.present-event-details .title-row {
  display: flex;
  flex-wrap: wrap;
}
.present-event-details .left {
  display: inline-block;
  flex: 0 0 auto;
  float: none;
  padding-bottom: 10px;
  width: 60%;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .present-event-details .left {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .present-event-details .left {
    width: 96%;
    margin: 0 2%;
  }
}
.present-event-details .right {
  display: inline-block;
  flex: 0 0 auto;
  float: right;
  padding-bottom: 10px;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .present-event-details .right {
    width: 96%;
    margin: 0 2%;
  }
}
.present-event-details section.venue-map {
  padding: 0;
}
.present-event-details section.venue-map .is-map::before {
  padding-bottom: 90%;
}
.present-event-details .title {
  background-color: #361a5b !important;
  box-sizing: border-box;
  height: 100%;
  min-height: 154px;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  margin: 0 0 10px 0;
}
.present-event-details .title-donate {
  background-color: #361a5b !important;
  box-sizing: border-box;
  height: 100%;
  min-height: 154px;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  margin: 0 0 10px 0;
}
.present-event-details .r1 .title {
  padding: 20px;
}
.present-event-details #tspr {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 40%;
  z-index: 1;
}
.present-event-details #tspr-2 {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 40%;
}
.present-event-details h1 {
  color: #FFF;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  max-width: 90%;
}
.present-event-details h2 {
  color: #fff;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 96%;
  max-width: 90%;
  text-transform: uppercase;
}
.present-event-details a {
  color: black;
  text-decoration: none;
}
.present-event-details a.button {
  background-color: #e86b04;
  background-size: cover;
  border: 2px solid #e86b04;
  border-radius: 30px;
  box-sizing: border-box;
  color: #FFF;
  display: inline-block;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin: 20px 10px 0 0;
  padding: 13px 35px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.present-event-details a.button:hover {
  background-color: transparent;
  border: 2px solid #e86b04;
  color: #e86b04;
}
.present-event-details .button {
  padding: 8px 30px;
}
.present-event-details a.button.pink {
  background-color: #D0A201;
  border: 2px solid #D0A201;
  color: #361a5b;
}
.present-event-details a.button.pink:hover {
  background-color: #361a5b;
  border: 2px solid #D0A201;
  color: #D0A201;
}
.present-event-details .ticket-link {
  background-color: #361a5b;
  background-size: cover;
  border: 2px solid #361a5b;
  box-sizing: border-box;
  color: #D0A201;
  display: inline-block;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 20px 10px 0 20px;
  padding: 5px 35px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.present-event-details .ticket-link:hover {
  background-color: #D0A201;
  border: 2px solid #D0A201;
  color: #361a5b;
}
@media only screen and (max-width: 520px) {
  .present-event-details .ticket-link {
    margin: 10px 10px 0 0px;
  }
}
.present-event-details .donate {
  margin: 0;
  padding: 5px 0;
  width: 100%;
}
.present-event-details .donate a.button {
  background-color: #D0A201;
  background-size: cover;
  border: 2px solid #D0A201;
  border-radius: 30px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  color: #361a5b;
  display: inline-block;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin: 20px 10px 0px 10%;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  width: 80%;
  z-index: 10;
}
.present-event-details .donate a.button:hover {
  background-color: #361a5b;
  border: 2px solid #D0A201;
  color: #D0A201;
}
.present-event-details .age-indicator {
  align-items: center;
  align-content: center;
  background-color: #5BEBF6;
  border: 10px solid #5BEBF6;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  color: #361a5b;
  display: inline-flex;
  height: 75px;
  justify-content: center;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin: 0 5px 5px 5px;
  padding: 5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 75px;
  z-index: 10;
}
.present-event-details .cat-32 {
  font-size: 25px;
}
.present-event-details .leadimage {
  margin-bottom: 20px;
  background-color: #361a5b;
  padding: 10px;
}
.present-event-details .leadimage img {
  width: 100%;
}
.present-event-details .event-info {
  margin-bottom: 10px;
  padding: 15px;
  border: solid #361a5b 5px;
}
.present-event-details .event-info h2 {
  color: #361a5b;
}
.present-event-details .event-info-social {
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 15px;
  border: solid #361a5b 5px;
}
.present-event-details .event-info-social h2 {
  color: #b84499;
}
.present-event-details .cat-block {
  display: inline-block;
  background-color: #D0A201;
  color: #361a5b;
  padding: 6px 10px;
  font-family: "Libre Franklin", sans-serif;
  margin-right: 2px;
  margin-bottom: 2px;
}
.present-event-details .info-dates {
  margin-bottom: 10px;
  padding: 15px;
  border: solid #361a5b 5px;
  margin-top: 20px;
}
.present-event-details .info-dates h2 {
  color: #361a5b;
}
.present-event-details .info-dates hr {
  height: 5px;
  background-color: #361a5b;
  margin: 30px 0;
}
.present-event-details .present-event-comment {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.present-event-details .present-event-date {
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.present-event-details .present-date-style {
  color: black;
  padding-left: 10px;
}
.present-event-details .present-remind-btn {
  background-color: #D0A201;
  background-size: cover;
  border: 2px solid #D0A201;
  box-sizing: border-box;
  color: #361a5b;
  display: inline-block;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 10px 10px 0 20px;
  padding: 5px 35px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
}
.present-event-details .present-remind-btn:hover {
  background-color: #361a5b;
  border: 2px solid #D0A201;
  color: #D0A201;
}
@media only screen and (max-width: 420px) {
  .present-event-details .present-remind-btn {
    margin: 10px 10px 0 0px;
  }
}
.present-event-details .present-date-list {
  padding: 0 0 10px 0;
  border-bottom: 1px solid black;
}
.present-event-details .present-venue-name {
  color: #b84499;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
}
.present-event-details .present-event-address {
  padding: 0 0 10px 0;
  border-bottom: solid 1px black;
}
.present-event-details p.bigintro {
  font-size: 24px;
  line-height: 30px;
  margin: 0 30px 40px 0;
  font-weight: 600;
}
.present-event-details .present-ticket-block {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 20px 20px 20px 0;
  font-size: 24px;
  font-weight: 600;
  color: #b84499;
}
.present-event-details .ticket-words {
  color: black;
}
.present-event-details info-con {
  background-color: white;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4) inset;
  padding: 10px;
}
.present-event-details .info {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 46px;
  line-height: 26px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  padding-top: 4px;
}
.present-event-details .info img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-right: 20px;
}
.present-event-details .is-video {
  background-color: black;
  color: white;
  margin-bottom: 20px;
  position: relative;
}
.present-event-details .is-video::after {
  content: "";
  display: table;
  padding-bottom: 56.25%;
}
.present-event-details .is-video > iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.present-event-details .media-item {
  background-image: none;
  background-color: #361a5b;
  padding: 10px;
  margin: 0 0 10px 0;
}
.present-event-details .media-item .item-title {
  background-position: top left;
  background-size: cover;
  color: #fff;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 35px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.present-event-details .right .event-images {
  background-image: none;
  background-color: #361a5b;
  background-size: cover;
  margin-bottom: 10px;
  padding: 20px 20px 10px 20px;
}
.present-event-details .right .event-images img.main {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}
.present-event-details .right .event-images .thumbnails {
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
}
.present-event-details .right .event-images .thumbnails div {
  float: left;
  width: 20%;
  height: 100px;
  padding: 0 5px;
  box-sizing: border-box;
}
.present-event-details .right .event-images .thumbnails div img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.present-event-details .perf-link {
  border-top: solid #361a5b 5px;
  border-bottom: solid #361a5b 5px;
  color: #b84499;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 24px;
  margin-top: 20px;
  padding: 5px 0;
  text-transform: uppercase;
}
.present-event-details .present-media-links {
  padding: 30px 0 30px 15px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.present-event-details .present-media-links img {
  padding-right: 10px;
  position: absolute;
  top: 10px;
}
.present-event-details .present-media-links a {
  text-decoration: none;
  position: absolute;
  left: 60px;
  top: 15px;
  min-width: 400px;
}
.present-event-details .present-media-links a:hover {
  text-decoration: underline;
  color: #a51a50;
}
.present-event-details .categoryheader {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  width: 60%;
  z-index: 10;
  margin-top: 15px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 800px) {
  .present-event-details .categoryheader {
    width: 80%;
  }
}
.present-event-details .present-date-variations {
  font-size: 30px;
  color: white;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.present-event-details .info-contact {
  margin-right: 10px;
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 46px;
  padding-top: 4px;
  line-height: 26px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 20px;
  width: 100%;
}
.present-event-details .info-contact img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-right: 20px;
}
.present-event-details .events-schedule-table h3 {
  color: #361a5b;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 48px;
  text-transform: uppercase;
}
.present-event-details .events-schedule-table table tbody tr:nth-child(even) {
  background-color: #D0A201;
}
.present-event-details .events-schedule-table table tbody tr td {
  font-size: 24px;
  padding: 10px;
}
.present-event-details .events-schedule-table table tbody tr td:first-child {
  font-family: "Prince Frog W00 Regular", sans-serif;
}
.present-event-details .events-schedule-table table tbody tr td:last-child {
  font-size: 18px;
}
.present-event-details .events-schedule-table table tbody tr td span:first-child {
  font-size: 20px;
  font-weight: 700;
}
.present-event-details .events-schedule-table table tbody tr:first-child td {
  color: #b84499;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
.present-event-details .ticket-offers {
  border-top: 1px solid black;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-top: 20px;
}
.present-event-details .ticket-offers span {
  background-color: #f8f7f7;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  width: 100%;
}
.present-event-details .ticket-offers span.offer-title {
  background-color: transparent;
  color: #b84499;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 28px;
  padding: 0;
  text-transform: uppercase;
}

.venue .event-images {
  margin-bottom: 10px;
  padding: 20px 20px 10px 20px;
}
.venue .event-images img.main {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}
.venue .event-images .thumbnails {
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
}
.venue .event-images .thumbnails div {
  float: left;
  width: 20%;
  height: 100px;
  padding: 0 5px;
  box-sizing: border-box;
}
.venue .event-images .thumbnails div img {
  display: block;
  width: 100%;
  cursor: pointer;
}

.checkbox {
  align-items: flex-start;
  display: flex;
  padding-bottom: 5px;
}
.checkbox .pretty-check {
  display: inline-block;
  flex: 0 0 auto;
  height: 20px;
  position: relative;
  width: 20px;
}
.checkbox .pretty-check label {
  border-radius: 3px;
  border: 2px solid #b84499;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  min-height: 0;
  outline: none;
  position: absolute;
  width: 100%;
  top: 0;
}
.checkbox .pretty-check label:after {
  background: transparent;
  border: 3px solid #b84499;
  border-top: none;
  border-right: none;
  content: "";
  height: 20%;
  left: 25%;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: all 300ms ease-out;
  transform: rotate(-50deg);
  width: 40%;
}
.checkbox .pretty-check label:focus::after {
  opacity: 0.5;
}
.checkbox .pretty-check input[type=checkbox] {
  left: -100vw;
  position: absolute;
  visibility: hidden;
  z-index: 0;
}
.checkbox .pretty-check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.checkbox .pretty-check input[type=checkbox]:checked + label:focus::after {
  opacity: 0.9;
}
.checkbox span {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 0.25em 0 0 0.5em;
  text-align: left;
}
.checkbox:hover .pretty-check label::after {
  opacity: 0.5;
}

.ax-filters {
  display: flex;
  flex-wrap: wrap;
  font-family: "Libre Franklin", sans-serif;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.ax-filters * {
  box-sizing: border-box;
}
.ax-filters .ax-filter {
  align-items: center;
  background-color: #b84499;
  color: white;
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  margin: 0 0 10px 0;
  min-width: 150px;
  padding: 15px 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .ax-filters .ax-filter {
    margin: 0 20px 0 0;
    min-width: 230px;
    width: auto;
  }
}
.ax-filters .ax-filter img {
  display: inline-block;
  margin-right: 10px !important;
}
.ax-filters .ax-filter.reset {
  background-color: #a70276;
}
.ax-filters .ax-filter.hide {
  display: none;
}
.ax-filters .ax-filter:hover, .ax-filters .ax-filter:focus {
  background-color: #D0A201; /*#4825ff;*/
  color: #361a5b;
}
.ax-filters .ax-filter-tog {
  display: none;
  margin: 0 -10px !important;
  position: absolute;
  top: 100%;
  width: 100%;
}
.ax-filters .ax-filter-tog::after {
  background-color: #585859;
  content: "";
  display: inline-block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
}
.ax-filters .ax-filter-con {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  width: 100%;
}
.ax-filters .ax-filter-con > div {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .ax-filters .ax-filter-con > div {
    padding: 10px;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .ax-filters .ax-filter-con > div {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1280px) {
  .ax-filters .ax-filter-con > div {
    width: 16.666%;
  }
}
.ax-filters .ax-filter-con > div.ctrl {
  padding-bottom: 30px;
}
.ax-filters .ax-filter-con .ax-title {
  background-color: #361a5b;
  border-radius: 30px;
  color: white;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: all 300ms ease-out;
}
@media only screen and (min-width: 576px) {
  .ax-filters .ax-filter-con .ax-title {
    cursor: default;
  }
}
.ax-filters .ax-filter-con .ax-title:hover, .ax-filters .ax-filter-con .ax-title:focus {
  background-color: #b84499;
}
@media only screen and (min-width: 576px) {
  .ax-filters .ax-filter-con .ax-title:hover, .ax-filters .ax-filter-con .ax-title:focus {
    background-color: #b84499;
  }
}
.ax-filters .ax-filter-con .acc-con {
  display: none;
  padding-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .ax-filters .ax-filter-con .acc-con {
    display: block;
  }
}
.ax-filters .ax-filter-con .acc-con #time-op {
  display: flex;
  margin: 5px 0 10px 0;
}
.ax-filters .ax-filter-con .acc-con #time-op > * {
  display: inline-block;
  flex: 0 0 auto;
}
.ax-filters .ax-filter-con .acc-con #time-op > span {
  padding: 0 5px;
}
.ax-filters .ax-filter-con .acc-con #time-slider {
  height: 0.5rem;
  margin-bottom: 30px;
  padding: 0 8px;
}
.ax-filters .ax-filter-con .acc-con #time-slider .noUi-connect {
  background: #b84499;
}
.ax-filters .ax-filter-con .acc-con #time-slider .noUi-handle {
  border: 2px solid #b84499;
  border-radius: 8px;
  height: 16px;
  right: -8px;
  top: -5px;
  width: 16px;
}
.ax-filters .ax-filter-con .acc-con #time-slider .noUi-handle::before, .ax-filters .ax-filter-con .acc-con #time-slider .noUi-handle::after {
  display: none;
}
.ax-filters .ax-filter-con .acc-con #time-slider .noUi-touch-area {
  bottom: -10px;
  height: auto;
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
  width: auto;
}
.ax-filters .do-filters {
  border: 0;
  border-radius: 30px;
  background-color: #D0A201;
  color: #361a5b;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px !important;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  width: 100%;
}
.ax-filters .do-filters:hover, .ax-filters .do-filters:focus {
  background-color: #361a5b;
  color: #D0A201;
}
@media only screen and (min-width: 576px) {
  .ax-filters .do-filters {
    margin-top: auto !important;
  }
}

.select {
  background-color: white;
  border: 2px solid #b84499;
  cursor: pointer;
  height: 26px;
  margin: 5px 0 15px 0;
  overflow: hidden;
  padding-right: 10px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.select::after {
  background-color: transparent;
  border: 2px solid #b84499;
  border-left: 0;
  border-top: 0;
  content: "";
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  transform: translate(-50%, -60%) rotate(45deg);
  transform-origin: center;
  transition: all 300ms ease-in-out;
  top: 45%;
  width: 7px;
  z-index: 1;
}
.select select {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: black;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  outline: transparent;
  padding: 2px;
  transition: all 300ms ease-in-out;
  width: calc(100% + 25px);
  z-index: 1;
}
.select select option {
  font-family: inherit;
}
.select:hover::after, .select:focus-within::after {
  top: 50%;
}

#VenueOp {
  padding: 0 5px;
}

#EventOp {
  min-height: 700px;
}/*# sourceMappingURL=present-events.css.map */
/*
     FILE ARCHIVED ON 14:55:19 Dec 14, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:19:38 May 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.431
  exclusion.robots: 0.051
  exclusion.robots.policy: 0.044
  esindex: 0.007
  cdx.remote: 17.247
  LoadShardBlock: 128.711 (3)
  PetaboxLoader3.datanode: 112.815 (4)
  PetaboxLoader3.resolve: 158.548 (2)
  load_resource: 144.127
*/