@import url("https://use.typekit.net/mba3dff.css");


.pk-eachevent {
  background: #242222;
  border: 2px solid #ebe6d3;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
}

.pk-dates {
  order: 1;
}

.pk-image {
  order: 2; 
}

.pk-location {
  order: 3;
}

.pk-times {
  order: 4;
}

.pk-sold-out {
  order: 5;
}

.pk-titles {
  order: 6;
}

.pksubtitle {
  order: 7;
}

.pk-buttons {
  order: 8;
}


.pk-headline {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 28px;
  color: #EBE6D3;
  letter-spacing: -1.2px;
  line-height: 1.0;
  text-align: center;
  margin-top: 20px;
}

.pksubtitle {
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  color: #EBE6D3;
  letter-spacing: -1.2px;
  line-height: 1.0;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.pk-dates {
  background: #679999;
  color: #242222;
  font-family: coordinates, monospace;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ebe6d3;
}

.pk-date-day:after {
  content: ",";
}

.pk-date-day:empty:after {
  content: "";
}

.pk-location {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
}

.pk-times {
  text-align: center;
  font-size: 16px;
}

.pk-sold-out {
  text-align: center;
  font-family: coordinates, monospace;
  font-weight: 600;
  font-style: normal;
  display: none;
}

.pk-times, .pk-venue {
  font-family: coordinates, monospace;
  font-weight: 600;
  font-style: normal;
  color: #EBE6D3;
}

.pk-venue-citystate, .pk-venue-separator {
  display: none;
}

.pklinktext {
  font-family: coordinates, monospace;
  font-weight: 600;
  font-style: normal;
  color: #EBE6D3;
  text-transform: uppercase;
}

.pk-link {
  background: #242222;
  border: 4px solid #CF5524;
  width: 40%;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 0px;
  position: relative;
}

.pk-link:after {
  content: "";
  width: 101%;
  height: 100%;
  top: -1px;
  left: -6px;
  border-left: 6px solid #CF5524;
  border-bottom: 7px solid #CF5524;
  position: absolute;
}

.pksoldout {
  background: #9C8F8E;
}