@import url("https://use.typekit.net/mba3dff.css");

.events-slider. {
  display: block;
}

.pk-event-list {
  display: flex; 
  flex-direction: row;
  gap: 15px;
  height: 625px;
  overflow-y: hidden;
}

.pk-eachevent {
  background: #242222;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 600px;
  padding: 0;
  position: relative;
}

.pk-image {
  order: 1;
}

.pk-dates {
  order: 2;
}

.pk-titles {
  order: 3;
}

.pk-buttons {
 order: 4;
}

.pk-image {
  width: 600px;
  height:600px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.pk-image img {
  object-fit: cover;
  width: 600px;
  height:600px;
  border-radius: 0;
}

.pk-headline {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 36px;
  color: #242222;
  letter-spacing: -1.2px;
  line-height: 1.0;
  text-align: left;
  background: #EBE6D3;
  width: 40%;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 30px;
  position: absolute;
  top: 432px;
  left: 20px;
  height: 100px;
}

.pk-titles {
  padding: 0;
}

.pksubtitle {
  display: none;
}

.pk-dates {
  background: #EBE6D3;
  color: #242222;
  font-family: coordinates, monospace;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  padding: 0;
  width: 40%;
  padding-top: 15px;
  padding-left: 20px;
  position: absolute; 
  top: 400px;
  left: 20px;
}

.pk-date-day:after {
  content: ",";
}

.pk-location {
  display: none;
}

.pk-times {
  display: none;
}

.pk-sold-out {
  text-align: center;
  font-family: coordinates, monospace;
  font-weight: 600;
  font-style: normal;
  display: none;
}

.pk-times, .pk-venue {
  display: none;
}

.pk-venue-citystate, .pk-venue-separator {
  display: none;
}

.pklinktext {
  font-family: coordinates, monospace;
  font-weight: 600;
  font-style: normal;
  color: #EBE6D3;
}

.pk-link {
  background: #CF5524;
  border-radius: 0;
  padding-left: 20px;
  text-align; left; 
}

.pklinktext {
  visibility: hidden;
  position: relative;
}

.pklinktext:after {
  visibility: visible;
  content: "More Info >";
  position: absolute;
  left: 30%;
}

.pksoldout {
  background: #9C8F8E;
}

.pk-buttons { 
  padding: 0;
  margin: 0;
  border-radius: 0;
  width: 40%;
  position: absolute; 
  top: 550px;
  left: 20px; 
}