.page-sections section {
  padding: 70px 0;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.5s;
  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://25b550.staticwbm.com/20241211051811im_/https://www.wandsworthfringe.com/images/Layout/event21/present-ev-list-assoc-bg-23.png");
  background-position: top left;
  background-size: cover;
  background-color: #4825ff;
  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; }

.page-sections section.present-ev-listing .event {
  box-sizing: border-box;
  height: auto;
  min-height: 400px;
  padding: 15px;
  transition: all 300ms ease;
  width: 25%; }

.page-sections section.present-ev-listing .event.hide {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  transform: scale(0);
  transform-origin: center;
  width: 0; }

.page-sections section.present-ev-listing .event .inner {
  background-color: #EEE;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end; }

.page-sections section.present-ev-listing .event .inner img {
  display: block;
  width: 100%; }

.page-sections section.present-ev-listing .event .inner .name {
  box-sizing: border-box;
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  padding: 15px;
  width: 100%; }

.page-sections section.present-ev-listing .event .inner .name .performance-name {
  font-weight: normal; }

.page-sections section.present-ev-listing .event .inner .info {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  min-height: 270px;
  width: 100%; }

.page-sections section.present-ev-listing .event .inner .info .hover-state {
  background-color: rgba(0, 0, 0, 0.66);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  opacity: 0;
  transition: all 350ms ease;
  width: 100%; }

.page-sections section.present-ev-listing .event .inner .info .hover-state .desc,
.page-sections section.present-ev-listing .event .inner .info .hover-state .dates {
  color: white;
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  padding: 10px 13px;
  text-align: center; }

.page-sections section.present-ev-listing .event .inner .action {
  box-sizing: border-box;
  color: #FFF;
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 10px 13px;
  transition: all 350ms ease;
  width: 100%; }

.page-sections section.present-ev-listing .event .inner .action .button {
  background-color: transparent;
  border: 1px solid white;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  padding: 15px 25px;
  text-transform: uppercase;
  transition: .35s; }

.page-sections section.present-ev-listing .event .inner .name,
.page-sections section.present-ev-listing .event .inner .action {
  background-color: #904d99; }

.page-sections section.present-ev-listing .event.Cat31 .inner .name,
.page-sections section.present-ev-listing .event.Cat31 .inner .action {
  background-color: #3d5c8f;
  /*#009fe3;*/ }

.page-sections section.present-ev-listing .event.Cat25 .inner .name,
.page-sections section.present-ev-listing .event.Cat25 .inner .action {
  background-color: #ab2b78;
  /*#5ddede*/ }

.page-sections section.present-ev-listing .event.Cat8 .inner .name,
.page-sections section.present-ev-listing .event.Cat8 .inner .action {
  background-color: #e86b04;
  /*#474793;*/ }

.page-sections section.present-ev-listing .event:hover {
  text-decoration: none; }

.page-sections section.present-ev-listing .event:hover .inner .info .hover-state {
  opacity: 1; }

.page-sections section.present-ev-listing .event:hover .inner .action .button {
  background-color: white;
  color: #904d99; }

.page-sections section.present-ev-listing .event.dist-2:hover .inner .action .button {
  color: #009fe3; }

.page-sections section.present-ev-listing .event.dist-3:hover .inner .action .button {
  color: #5ddede;
  /*#009fe3*/ }

.page-sections section.present-ev-listing .event.dist-4:hover .inner .action .button {
  color: #474793;
  /*3434cf*/ }

.page-sections section.present-ev-listing .event.dist-5:hover .inner .action .button {
  color: #fb18bf; }

.page-sections section.present-ev-listing .event.dist-6:hover .inner .action .button {
  color: #eeb4fe; }

.page-sections section.present-ev-listing .event.dist-7:hover .inner .action .button {
  color: #ffa20c; }

.page-sections section.present-ev-listing .event.dist-8:hover .inner .action .button {
  color: #8db724; }

.page-sections section.present-ev-listing .event.big {
  width: 50%; }

.page-sections section.present-ev-listing .event.big .inner {
  height: 510px; }

.no-results {
  color: #b7b7b7;
  display: none;
  font-family: "Prince Frog W00 Regular", sans-serif;
  font-size: 36px;
  padding: 5% 10px 8% 15%;
  position: relative;
  transform: scale(0);
  -webkit-transition: .35s;
  transition: .35s; }

.no-results.show {
  display: block;
  transform: scale(1); }

.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);
  -webkit-transition: .2s;
  transition: .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 {
  -webkit-transform: rotate(180deg);
  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;
  -webkit-transition: .25s;
  transition: .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;
  -webkit-transition: .25s;
  transition: .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;
  -webkit-transition: .25s;
  transition: .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;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  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); }

.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 .title {
    background-color: #3600ff !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: #fb7b1e !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%; }
  .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: 75%; }
  .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: 75%;
    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;
    -webkit-transition: 0.2s;
    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: #fb7b1e;
    border: 2px solid #fb7b1e; }
    .present-event-details a.button.pink:hover {
      background-color: #ffffff;
      border: 2px solid #fb7b1e;
      color: #fb7b1e; }
  .present-event-details .ticket-link {
    background-color: #e86b04;
    background-size: cover;
    border: 2px solid #e86b04;
    box-sizing: border-box;
    color: #FFF;
    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;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .present-event-details .ticket-link:hover {
      background-color: transparent;
      border: 2px solid #e86b04;
      color: #e86b04; }
    @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: #4825ff;
    background-size: cover;
    border: 2px solid #4825ff;
    border-radius: 30px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    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 0px 10%;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 80%;
    z-index: 10; }
    .present-event-details .donate a.button:hover {
      background-color: white;
      border: 2px solid #4825ff;
      color: #4825ff; }
  .present-event-details .age-indicator {
    align-items: center;
    align-content: center;
    background-color: #fb7b1e;
    border: 10px solid #fb7b1e;
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.24);
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    height: 75px;
    justify-content: center;
    font-family: "Prince Frog W00 Regular", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.0;
    margin: 0 5px 5px 5px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 75px; }
  .present-event-details .cat-32 {
    font-size: 25px; }
  .present-event-details .leadimage {
    margin-bottom: 20px;
    background-color: #3600ff;
    padding: 10px; }
  .present-event-details .leadimage img {
    width: 100%; }
  .present-event-details .event-info {
    margin-bottom: 10px;
    padding: 15px;
    border: solid #3600ff 5px; }
  .present-event-details .event-info h2 {
    color: #3600ff; }
  .present-event-details .event-info-social {
    margin-bottom: 10px;
    padding: 15px;
    border: solid #fb7b1e 5px; }
  .present-event-details .event-info-social h2 {
    color: #3600ff; }
  .present-event-details .cat-block {
    display: inline-block;
    background-color: #4825ff;
    color: #FFF;
    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 #3600ff 5px;
    margin-top: 20px; }
  .present-event-details .info-dates h2 {
    color: #3600ff; }
  .present-event-details .info-dates hr {
    height: 5px;
    background-color: #a51a50;
    margin: 30px 0; }
  .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: #fb7b1e;
    background-size: cover;
    border: 2px solid #fb7b1e;
    box-sizing: border-box;
    color: #fff;
    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;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .present-event-details .present-remind-btn:hover {
      background-color: #fff;
      border: 2px solid #e86b04;
      color: #e86b04; }
    @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: #fb7b1e;
    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: 18px;
    font-weight: 600;
    color: #e86b04; }
  .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: #fb7b1e;
    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: #fb7b1e;
    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 #a51a50 1px;
    border-bottom: solid #a51a50 1px;
    color: #a51a50;
    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 img {
    padding-right: 10px; }
  .present-event-details .present-media-links a {
    text-decoration: none; }
    .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; }

.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; }

.events-schedule-table {}
  .events-schedule-table h3{
    font-size: 52px;
    color: #4825ff;
    font-family: "Prince Frog W00 Regular", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
    .events-schedule-table p{
      font-size: 16px !important;
      font-weight: 400;
      line-height: 20px !important;
      padding: 0 10px 0 0;
    }
    .events-schedule-table .schedule-titles {
      color: #fb7b1e;
      font-family: "Prince Frog W00 Regular", sans-serif;
      font-size: 30px;
      font-weight: 400;
      padding: 0 60px 10px 0;
      text-transform: uppercase;
    }
    .events-schedule-table .schedule-times {
      color: #1d1e1c;
      font-size: 30px;
      font-family: "Prince Frog W00 Regular", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      padding: 5px 0 5px 10px;
    }
    .events-schedule-table .schedule-title {
      color: #1d1e1c;
      display: inline-block;
      font-size: 21px;
      font-weight: 600;
      padding: 5px 0 0 0;
    }
    .events-schedule-table .schedule-description {
      color: #1d1e1c;
      display: inline-block;
      font-size: 15px;
      font-weight: 400;
      padding: 0 0 5px 0;
    }
    .events-schedule-table table {
      min-width: 100% !important;
      margin: 0;
      padding: 0;
    }
    .events-schedule-table table tr:nth-child(odd) td{
      background-color: #fff;
    }
    .events-schedule-table table tr:nth-child(even) td{
      background-color: #fb7b1e;
    }
    .events-schedule-table tr td,
    .events-schedule-table tr {

    }
    .events-schedule-table td {

    }
    .events-schedule-table th {

    }
    @media only screen and (max-width: 800px){
      .support-table-style tr {
        text-align: center;
      }
    }

.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 #4825ff;
      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 #4825ff;
        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: #fc7b1f;
    color: white;
    display: inline-flex;
    font-size: 15px;
    justify-content: center;
    margin-right: 20px;
    min-width: 150px;
    padding: 15px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 300ms ease-out; }
    @media only screen and (min-width: 576px) {
      .ax-filters .ax-filter {
        min-width: 230px; } }
    .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: #4825ff; }
  .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: 10px;
      width: 100%; }
      @media only screen and (min-width: 576px) {
        .ax-filters .ax-filter-con > div {
          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 .ax-title {
      background-color: #4825ff;
      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: #fc7b1f; }
        @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: #4825ff; } }
    .ax-filters .ax-filter-con .acc-con {
      display: none; }
      @media only screen and (min-width: 576px) {
        .ax-filters .ax-filter-con .acc-con {
          display: block; } }
  .ax-filters #ven-filt-go {
    border: 0;
    border-radius: 30px;
    background-color: #fc7b1f;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-top: auto !important;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 300ms ease-out;
    width: 100%; }
    .ax-filters #ven-filt-go:hover, .ax-filters #ven-filt-go:focus {
      background-color: #4825ff; }

/*# sourceMappingURL=present-events.css.map */

/*
     FILE ARCHIVED ON 18:08:43 Dec 07, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:19:53 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.561
  exclusion.robots: 0.061
  exclusion.robots.policy: 0.05
  esindex: 0.011
  cdx.remote: 8.284
  LoadShardBlock: 235.551 (3)
  PetaboxLoader3.datanode: 246.188 (4)
  load_resource: 100.551
  PetaboxLoader3.resolve: 77.41
*/