#eb_events_search .wrapper {
  width: 100%;
  padding: 2.25vw 8.3333vw 2.0833vw;
  margin: 0px;
}

#eb_events_search .events-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 20px 0px;
}

#eb_events_search .fetch-error {
  display: flex;
  justify-content: center;
  margin: 40px 0px;
}

#eb_events_search .end-of-results {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #777;
  text-align: center;
  font-size: 0.95rem;
}

#eb_events_search .end-of-results p {
  margin-bottom: 10px;
}

#eb_events_search .filters {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

#eb_events_search .filters label {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#eb_events_search .first-row label {
  max-width: 22%;
}

#eb_events_search .first-row label.date {
  max-width: 18%;
}

#eb_events_search .filters-msg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 4px;
  row-gap: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.95rem;
  flex-wrap: wrap;
  color: #575757;
}

#eb_events_search .filters-msg.non-interactive {
  gap: 6px;
}

#eb_events_search .reset-filters {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

#eb_events_search .reset-filters svg {
  width: 20px;
  height: 20px;
}

#eb_events_search .event {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

#eb_events_search .event > div {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}

#eb_events_search .vert-divider {
  opacity: 0.3;
  margin-left: 5px;
}

#eb_events_search .calendar-page {
  flex-direction: column;
  align-items: center;
  width: 70px;
  min-width: 70px;
  overflow: hidden;
}

#eb_events_search .calendar-page > div:first-child {
  padding: 4px 0px;
  background-color: #272727;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  border: 1px solid #272727;
  border-bottom: none;
  border-radius: 6px 6px 0px 0px;
}

#eb_events_search .calendar-page > div:last-child {
  padding: 6px 0px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0px 0px 6px 6px;
  background-color: #fff;
}

#eb_events_search .calendar-page.small {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

#eb_events_search .calendar-page.small > div:last-child {
  border-color: #fff;
}

#eb_events_search .event a {
  font-size: 20px;
  margin: 0px;
  font-weight: 600;
  color: rgb(32, 35, 38);
}

#eb_events_search .no-results {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
  flex-direction: column;
  text-align: center;
  color: #515151;
  font-size: 0.95rem;
  gap: 20px;
}

#eb_events_search .event p {
  margin: 0px;
  margin-top: 4px;
  display: flex;
}

#eb_events_search .event p span {
  width: 10px;
  display: inline-flex;
  justify-content: center;
  margin-right: 10px;
  margin-left: 4px;
  margin-top: 4px;
}

#eb_events_search .event p:first-of-type {
  margin-top: 10px;
}

#eb_events_search .event p:last-of-type {
  margin-top: 10px;
}

#eb_events_search .filters input,
#eb_events_search .filters select {
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #acacac;
  box-sizing: border-box;
  width: 100%;
}

#eb_events_search .filters .select-wrapper {
  width: 100%;
  position: relative;
}

#eb_events_search .filters .select-wrapper span {
  position: absolute;
  right: 14px;
  top: 20px;
  font-size: 12px;
  color: #575757;
  transform: rotate(-90deg);
}

#eb_events_search .filters select {
  -webkit-appearance: none;
  appearance: none;
  color: #575757;
  outline: 0;
  padding: 10px 10px;
  border-radius: 12px;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
}

#eb_events_search .filters input {
  max-width: 100%;
  padding: 11px 10px;
}

#eb_events_search .filters select {
  padding: 11px 10px;
}

#eb_events_search .filter-bubble {
  background-color: rgb(149, 195, 80);
  border-radius: 20px;
  padding: 2px 10px;
  padding-right: 2px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #000;
  font-size: 0.9rem;
}

#eb_events_search .clear-filter-btn {
  border: 0px;
  border-radius: 20px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(149, 195, 80);
  opacity: 0.6;
  cursor: pointer;
}

#eb_events_search .clear-filter-btn:hover {
  opacity: 1;
  background-color: rgb(139, 184, 72);
}

#eb_events_search .divider {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#eb_events_search .submit-btn {
  min-width: 300px;
  background-color: #95c350;
  cursor: pointer;
  text-transform: uppercase;
  border: 0px;
  color: #272727;
  max-width: 25%;
  text-transform: uppercase;
  background-color: rgb(149, 195, 80);
  color: #000;
  overflow: hidden;
  height: auto;
  padding: 6px 8rem 6px 1.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: rgb(32, 35, 38);
  height: 48px;
}

#eb_events_search .submit-btn span {
  margin-left: -15px;
}

#eb_events_search .btn-highlight {
  position: absolute;
  right: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#eb_events_search .highlight-rectangle {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: width 0.3s ease;
}

#eb_events_search .submit-btn:hover .highlight-rectangle {
  width: 30px;
}

#eb_events_search .submit-btn span {
  position: absolute;
  right: 40px;
  transition: right 0.3s ease;
}

#eb_events_search .submit-btn:hover span {
  right: 20px;
}

#eb_events_search .amount-note {
  color: #6c6c6c;
}

#eb_events_search .list-footer {
  display: flex;
  justify-content: space-between;
}

#eb_events_search .link-like {
  outline-color: #fff;
  transition: outline-color 0.2s linear;
  transition-delay: 0.3s;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  cursor: pointer;
}

#eb_events_search .link-like:hover {
  outline-color: #263ec6;
}

#eb_events_search .reset-filters.link-like {
  color: rgb(0, 123, 255);
  text-decoration: none;
}

#eb_events_search .reset-filters.link-like:hover {
  text-decoration: underline;
}

#eb_events_search .print.link-like {
  color: rgb(0, 123, 255);
  text-decoration: none;
}

#eb_events_search .print.link-like:focus {
  outline: auto;
  outline-color: auto;
}

#eb_events_search .print.link-like:hover {
  color: rgb(0, 123, 255);
  text-decoration: underline;
}

#eb_events_search .event .image-wrapper {
  position: relative;
}

#eb_events_search .event img {
  width: 250px;
  min-width: 250px;
  height: 150px;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
  background-color: #fff;
}

#eb_events_search .content {
  width: 100%;
}

#eb_events_search .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  max-width: 100%;
  width: 100%;
}

#eb_events_search .category {
  padding: 4px 10px;
  border-radius: 16px;
  background-color: #d5efe2;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#eb_events_search .category.age {
  /* background-color: #c7e4a1; */
  background-color: #c7e6e5;
}

#event_search_header {
  font-weight: 800;
}

.events-loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 60vh;
}

.events-loader {
  position: relative;
  top: -100px;
  width: 64px;
  height: 60px;
}
.events-loader::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #d2e3b8;
  width: 64px;
  height: 32px;
  border-radius: 0 0 50px 50px;
  animation: move 0.5s linear infinite alternate;
}
.events-loader::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background: #95c350;
  width: 24px;
  height: 24px;
  transform: translateX(-50%) rotate(0deg);
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes move {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

/* JQuery UI Datepicker */

#eb_events_search .filters .date input {
  border-radius: 6px;
}

#eb_events_search .filters {
  position: relative;
  z-index: 3;
}

#ui-datepicker-div {
  font-family: "Gotham SSm A", "Gotham SSm B", "gotham", "helvetica", "arial",
    sans-serif;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

#ui-datepicker-div .ui-datepicker-calendar tr td {
  font-family: "Gotham SSm A", "Gotham SSm B", "gotham", "helvetica", "arial",
    sans-serif;
  padding: 0px;
}

#ui-datepicker-div table.ui-datepicker-calendar th {
  font-family: "Gotham SSm A", "Gotham SSm B", "gotham", "helvetica", "arial",
    sans-serif;
  padding: 0.4rem 0.2rem;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar tr td a {
  padding: 0.4rem 0.4rem;
}

#ui-datepicker-div .ui-datepicker-calendar tr td a:hover {
  background-color: #eef4e6;
}

#ui-datepicker-div .ui-datepicker-calendar tr td.ui-datepicker-today {
  font-weight: 800;
}

#ui-datepicker-div .ui-state-default {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#ui-datepicker-div td a.ui-state-active {
  border-radius: 20px;
  background-color: #a7d26e;
}

#ui-datepicker-div .ui-datepicker-calendar tr td a.ui-state-active:hover {
  background-color: #a7d26e;
}

#ui-datepicker-div td.ui-state-disabled.ui-datepicker-unselectable {
  padding: 0.4rem 0.4rem;
  text-align: center;
  color: #b8b8b8;
}

#ui-datepicker-div .ui-datepicker-header .ui-state-disabled {
  opacity: 0.5;
}

@media (max-width: 900px) {
  #eb_events_search .wrapper {
    width: 100%;
    padding: 2.25vw 4.3333vw 2.0833vw;
    margin: 0px;
  }

  #eb_events_search .filters {
    flex-wrap: wrap;
  }
  #eb_events_search .filters label {
    max-width: 100%;
    width: 100%;
  }
  #eb_events_search .first-row label.date {
    max-width: 100%;
    width: 100%;
  }
  #eb_events_search .second-row {
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
  #eb_events_search .divider {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  #eb_events_search .submit-btn {
    max-width: 100%;
    width: 100%;
    min-width: auto;
  }
  #eb_events_search .filters input,
  #eb_events_search .filters select {
    width: 100%;
  }
  #eb_events_search .event {
    display: flex;
    flex-direction: column-reverse;
  }
  #eb_events_search .event img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 0px;
  }
  #eb_events_search .event .image-bg {
    opacity: 0;
  }
  #eb_events_search .calendar-page {
    display: none;
  }
  #eb_events_search .calendar-page.small {
    display: block;
  }
  #eb_events_search .list-footer {
    font-size: 14px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  #eb_events_search .filters-msg {
    justify-content: center;
    font-size: 0.9rem;
  }
  #eb_events_search .filter-bubble {
    font-size: 0.9rem;
  }
  #eb_events_search .filters-msg.desktop-only {
    display: none;
  }
  #eb_events_search .end-of-results {
    margin: 10px 0px;
  }
  #eb_events_search .no-results {
    gap: 30px;
  }
}
