.filter-wrap {
  display: none !important;
}

.event-wrap {
  width: 100% !important;
}

.filters-and-events-container {
  padding-left: 0 !important;
}

#state {
  display: none !important;
}

#venue {
  display: none !important;
}

#band {
  display: none !important;
}

#eventtour {
  display: none !important;
}

#categories {
  display: none !important;
}

#pagination {
  display: none !important;
}

.floating-date-time-box {
  display: none !important;
}

/* .date-time-venue {
		 display: none !important;
	 } */

/* .date-time {
	  display: none !important;
   } */

/* .day-date,
	 .month-year { 
		 display: none !important;
	 } */

/* .day-date-container {
		 display: none !important;
	 } */

/* .month-year-container {
		 display: none !important;
	 } */

.venue-container {
  display: none !important;
}

/* .special-guests-container {
		 display: none !important;
	 } */

.event-tile {
  background-color: transparent;
  overflow: hidden;
}

.ais-Hits-item {
  background-color: rgb(24, 26, 27);
}

.date-time {
  font-size: 1.2em;
  font-weight: 400;
  color: white;
}

.special-guests-prefix {
  padding: 0 0 0 10px;
  /* color: #c03b2e; */
  font-size: medium;
}

.special-guests {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0 10px 0 10px;
  margin-bottom: 5px;
  margin-top: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: box;
  line-clamp: 3;
  box-orient: vertical;
}

.venue-name {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  color: #0096d7;
}

.date-time-venue {
  margin-top: none;
}

#searchbox {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  border: solid;
  border-color: #fff;
  border-width: 1px;
  /* min-width: 200px; */
  width: 13.5em;
  padding: 10px;
  margin-bottom: 20px;
  /* margin-left: 30px; */
  text-align: center;
}

.ais-SearchBox-input::placeholder {
  font-size: medium;
}

@media screen and (max-width: 480px) {
  #searchbox {
    width: 100% !important;
  }
}
