.pk-event-list {

}

.pk-eachevent {
  background: white;
  box-shadow: 5px 5px 10px #bbbbbb;
  padding-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pk-eachevent > * {
  padding-left: 10px;
  padding-right: 10px;
}

.pk-image { 
  padding: 0px; 
}

@supports (aspect-ratio: 1 / 1) {
  .pk-image img {
    width: 100%;
    height: unset;
    aspect-ratio: 1 / 1;
  }
}

.pk-titles { padding-top: 10px; }
.pk-headline {
  font-size: 1.2em;
}

.pk-date-day:after {
  content: ',';
}

.pk-venue-separator, .pk-venue-citystate { display:none; }

.pk-buttons {
  display: flex;
  margin-top: 10px;
  flex-grow: 1;
  justify-content: flex-end;
  flex-direction: column;
  order: 10;
}

.org-22562449555234986 .pk-buttons:before {
  background-image: url('https://images.squarespace-cdn.com/content/600a0807f286e15b2ba203ce/1612204163420-BVQLTEWTRTJE709VCLKT/granada-calendar-logo.png');
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center; 
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  content:"";
}

.org-24898848614692498 .pk-buttons:before {
  background-image: url('https://images.squarespace-cdn.com/content/600a0807f286e15b2ba203ce/1612204162407-8L5MA5A40WYF42RQR8EH/sundown-calendar-logo.png');
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center; 
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  content:"";
}

.pk-link {
  background: #252525;
  color: white;
  border-radius: 2px;
  text-decoration: none;
  width: 100%;
  display: block;
  cursor: pointer;
}

.pklinktext {
  padding: 10px 20px;
  display: block;
  text-align: center;
}

.pk-sold-out {
  position: relative;
  background: red;
  color: white;
  display: inline-block;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 10px 30px;
  box-sizing: border-box;
}

.pk-sold-out:before
{
	content: ' ';
	position: absolute;
	width: 2px;
	height: 0;
	left: -15px;
	top: 0px;
	border-width: 15px 10px;
	border-style: solid;
	border-color: red red red transparent;
}

.pk-sold-out:after
{
	content: ' ';
	position: absolute;
	width: 2px;
	height: 0;
        right: -20px;
	top: 0px;
	border-width: 15px 10px;
	border-style: solid;
	border-color: red transparent red red;
}

.pk-times {
  display: none;
}

.pkmoreinfo {
  display: block !important;
  color: black;
  font-weight: bold;
}

.pkmoreinfo p {
  text-align: left !important;
  color: black !important;
}

.pkmoreinfo > * {
  font-size: 14px !important;
}

.pkmoreinfo strong {
  font-weight: normal !important;
}

.pkmoreinfo p + p {
  display: none;
}

.pk-org-button-selected {
  background: #333333 !important;
}


@media only screen and (min-width : 0px) and (min-width : 1500px) { 
  .pk-event-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 50px;
  }
}