body {
  font-family: Fira Sans,Helvetica,Arial,sans-serif;
}

.pk-event-list {

		}

		.pk-eachevent {
		  background: white;
		  padding: 10px;
		  border-radius: 5px;
		  display: flex;
		  flex-direction: column;
		  position: relative;
		  box-shadow: 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.2em;
                  text-transform: uppercase;
                  margin-bottom: 10px;
                  line-height: 1.1em;
		}

		.pk-date-day:after {
		  content: ",";
		}

		.pk-date-day:empty: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-532452768905916067 .pk-buttons:before {
		  background-image: url('https://www.prekindle.com/image/id/532452768906116166');
		  background-size: 100px;
		  background-repeat: no-repeat;
		  background-position: center; 
		  display: inline-block;
		  margin-bottom: 10px;
		  width: 100%;
		  height: 50px;
		  content:"";
		}

		.org-531433528393910798 .pk-buttons:before {
		  background-image: url('https://www.prekindle.com/image/id/531433528427562639');
		  background-size: 100px;
		  background-repeat: no-repeat;
		  background-position: center; 
		  display: inline-block;
		  margin-bottom: 10px;
		  width: 100%;
		  height: 50px;
		  content:"";
		}

		.org-531433528398036791 .pk-buttons:before {
		  background-image: url('https://www.prekindle.com/image/id/531433528427562627');
		  background-size: 100px;
		  background-repeat: no-repeat;
		  background-position: center; 
		  display: inline-block;
		  margin-bottom: 10px;
		  width: 100%;
		  height: 50px;
		  content:"";
		}

		.org-531433528398034934 .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;
		}

		.pk-times {
		  display: inline;
		}

		.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: block;
		}
.controls {
        flex-flow: row;
        color: white;
        text-transform: uppercase;
        font-style: bold;
        font-size: 1.2em
}

.pk-org-buttons {
	font-family: fira-sans, sans-serif;
        text-transform: uppercase;
}

.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 1fr;
		    gap: 20px;
		  }
}

@media (max-width: 800px) {
.pk-org-buttons {
	flex-direction: column;
        padding: 0px;

}
.controls {
	flex-direction: column;
        display: block;
        text-align: center;

}
.controls input {
        margin: 10px 0px 0px 0px;
        width: 100%;
		}