body {
  font-family: Courier,Arial,serif;
}

.pk-event-list {

		}

		.pk-eachevent {
		  background: ;
		  padding: 10px;
		  border-radius: 5px;
		  display: flex;
		  flex-direction: column;
		  position: relative;
		  box-shadow: 0px 0px 0px #2aa3be;
                  border: 2px solid #aaaaaa;
           
		}

		.pk-eachevent > * {
		  padding-left: 10px;
		  padding-right: 10px;
           
		}

		.pk-image { 
		  padding: 0px; 
		}

		.pk-image img {
		   border-radius: 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.5em;
                  text-transform: uppercase;
                  margin-bottom: 10px;
                  text-align: center;
                  line-height: 1.1em;
		}
         
                .pk-subtitles {
                  display: block;
                  font-size: 1em;
                  text-transform: uppercase;
                  margin-bottom: 10px;
                  text-align: center;
                  line-height: 1.1em;
                }

		.pk-date-day {
                  text-align: center;
		}

		.pk-dates {
                  text-align: center;
		}

		.pk-day {
                  text-align: center;
		}

		.pk-date-day:after {
		  content: ',';
                  text-align: center;
		}

                .pk-times {
		  display: inline;
                  text-align: center;
  
		}

		.pk-venue-separator, .pk-venue-citystate { display:none; }

                .pk-venue {
                   display: none;
                }

		.pk-buttons {
		  display: flex;
		  margin-top: 10px;
		  flex-grow: 1;
		  justify-content: flex-end;
		  flex-direction: column;
		  order: 10;
		}

                .pk-buttons:before {
		  background-image: url('https://www.prekindle.com/image/id/531433528427567293');
		  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;
                  text-transform: uppercase;
                  font-weight: bold;
		}

		.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;
		}

		.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;
		  }
		}