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

.page-sections section.ev-listing.assoc {
  background-image: url('https://d90aa3.staticwbm.com/20241211051811im_/https://www.wandsworthfringe.com/images/Layout/event21/ev-list-assoc-bg.jpg');
  background-position: top left;
  background-size: cover;
  margin-bottom: 10px;
  padding: 15px 50px;
}
.page-sections section.ev-listing.assoc h1 {
  font-size: 40px;
  margin: 30px 0 20px 0;
}
@media only screen and (min-width: 576px) {}
@media only screen and (min-width: 768px) {
  .page-sections section.ev-listing.assoc h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 960px) {}
@media only screen and (min-width: 1024px) {
  .page-sections section.ev-listing.assoc h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1152px) {}
@media only screen and (min-width: 1280px) {}
@media only screen and (min-width: 1366px) {}
@media only screen and (min-width: 1440px) {}

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

.page-sections section.ev-listing .event {
  box-sizing: border-box;
  color: black;
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  height: auto;
  min-height: 400px;
  padding: 15px;
  transition: all 300ms ease;
  width: 25%;
}
.page-sections section.ev-listing .event.hide {
  height: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	transform: scale(0);
	transform-origin: center;
	width: 0;
}
.page-sections section.ev-listing .event .inner {
  background-color: #f8f7f7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.page-sections section.ev-listing .event .inner .tn {
  aspect-ratio: 1/0.75;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.page-sections section.ev-listing .event .inner img.ev-img {
  display: inline-block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 350ms ease-out;
  width: 100%;
}
.page-sections section.ev-listing .event .tn > .event-passed {
  background-color: #4825ff;
  box-sizing: border-box;
  color: white;
  font-size: 14px;
  left: 80%;
  padding: 10px;
  position: absolute;
  text-align: center !important;
  text-transform: uppercase;
  transform-origin: center;
  transform: translate(-50%,-50%) rotate(45deg);
  top: 25%;
  width: 100%;
}
.page-sections section.ev-listing .event .inner .info {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  flex: 1;
  padding: 3%;
  width: 100%;
}
.page-sections section.ev-listing .event .inner .venue-name {
  color: #b84499;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 3px;
  text-transform: uppercase;

}
.page-sections section.ev-listing .event .inner .performance-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;

}
.page-sections section.ev-listing .event .inner .artist-name {
  font-size: 16px;
  text-transform: uppercase;
}
.page-sections section.ev-listing .event .inner .dates {
  color: #b84499;
  font-size: 16px;
  margin-top: 3px;
  text-transform: uppercase;
}
.page-sections section.ev-listing .event .inner .more-shows {
  color: #b84499;
  font-weight: 700;
}
.page-sections section.ev-listing .event .inner .action {
  box-sizing: border-box;
  width: 100%;
}
.page-sections section.ev-listing .event .inner .desc {
  line-height: 1.3;
  padding: 10px 0;
}
.page-sections section.ev-listing .event .inner .cats {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  gap: 6px 3%;
  padding: 0 3%;
  text-transform: uppercase;
  width: 100%;
}
.page-sections section.ev-listing .event .inner .cats > div {
  background-color: #a70276;
  color: white;
  font-weight: 600;
  padding: 3px 15px;
}
.page-sections section.ev-listing .event .inner .cats > div.ol {
  background-color: #a70276;
}
.page-sections section.ev-listing .event .inner .cats > div.so {
  background-color: #fc7b1f;
}
.page-sections section.ev-listing .event .inner .action {
  padding-top: 20px;
}
.page-sections section.ev-listing .event .inner .action .button {
  background-color: #D0A201;
  box-sizing: border-box;
  color: #361a5b;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: .35s;
  width: 100%;
}

.page-sections section.ev-listing .event:hover {
  text-decoration: none;
}
.page-sections section.ev-listing .event:hover img.ev-img {
  transform: scale(1.05);
}
.page-sections section.ev-listing .event:hover .inner .action .button {
  background-color: #b84499;
  color: white;
}

@media only screen and (max-width: 1024px) {
  .page-sections section.ev-listing .no-results {
    padding-left: 20px;
  }
  .page-sections section.ev-listing .no-results::after {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .page-sections section.ev-listing .no-results {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .page-sections section.ev-listing .event {
    width: 33.33%;
  }
  .page-sections section.ev-listing.assoc .event {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .page-sections section.ev-listing.assoc .event {
    width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .page-sections section.ev-listing .event {
    width: 50%;
  }
}

@media only screen and (max-width: 568px) {
  .page-sections section.ev-listing .event,
  .page-sections section.ev-listing.assoc .event {
    width: 100%;
  }
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}


.page-sections section.ev-listing .search-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.page-sections section.ev-listing .search-block a.ev-map-button {
  background-color: #D0A201;
  color: #361a5b;
  display: inline-flex;
  font-family: "Libre Franklin", sans-serif;
  font-size: 15px;
  justify-content: center;
  margin: 10px;
  min-width: 150px;
  padding: 15px 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  width: 100%;
}

.page-sections section.ev-listing .search-block a.ev-map-button:hover,
.page-sections section.ev-listing .search-block a.ev-map-button:focus {
  background-color: #361a5b;
  color: #D0A201;
}
.page-sections section.ev-listing form.searchForm {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px;
  margin: 0;
}

@media only screen and (min-width: 576px) {
  .page-sections section.ev-listing .search-block a.ev-map-button {
    width: auto;
  }
  .page-sections section.ev-listing form.searchForm {
    width: 330px;
  }
}

.page-sections section.ev-listing form.searchForm input[type="text"] {
  border: 2px solid #D0A201;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  width: calc(100% - 50px);
  height: 50px;
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-sections section.ev-listing form.searchForm input[type="text"]:focus {
  outline: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.page-sections section.ev-listing form.searchForm input[type="submit"] {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #D0A201;
  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.ev-listing form.searchForm input[type="submit"]:hover {
  background-color: #361a5b;
  background-image: url('https://cb2fc3.staticwbm.com/20241211051811im_/https://www.wandsworthfringe.com/images/Layout/header-search-icon-rev.png');
}
.page-sections section.ev-listing form.searchForm input[type="submit"]:focus {
  outline: none;
  background-color: #4825ff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/*
     FILE ARCHIVED ON 14:55:20 Dec 14, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:19:37 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.504
  exclusion.robots: 0.05
  exclusion.robots.policy: 0.041
  esindex: 0.01
  cdx.remote: 14.89
  LoadShardBlock: 206.96 (3)
  PetaboxLoader3.datanode: 210.079 (4)
  PetaboxLoader3.resolve: 130.435 (2)
  load_resource: 162.748
*/