.czc-events .czc-events-toolbar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 3rem 0;
  gap: 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
}
.czc-events .czc-events-toolbar::-webkit-scrollbar {
  display: none;
}
.czc-events .czc-events-toolbar .btn {
  font-size: 1rem;
  padding: 0.1rem 0.4rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .czc-events .czc-events-toolbar .btn {
    font-size: 2rem;
    padding: 0 3rem;
  }
}
.czc-events .czc-events-list .event-item {
  margin-bottom: 3rem;
}
.czc-events .czc-events-list .event-item .event-thumb {
  display: block;
  position: relative;
  object-fit: contain;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.czc-events .czc-events-list .event-item .event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.czc-events .czc-events-list .event-item .event-thumb .event-tipologia {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #ff1590;
}
.czc-events .czc-events-list .event-item .event-thumb .event-tipologia.electro-jazz-punk {
  background: #ea6b45;
}
.czc-events .czc-events-list .event-item .event-thumb .event-tipologia.teatro-figura {
  background: #85be4c;
}
.czc-events .czc-events-list .event-item .event-thumb .event-tipologia.teatro {
  background: #09ab84;
}
.czc-events .czc-events-list .event-item .event-thumb .event-tipologia.stand-up-comedy {
  background: #715ea5;
}
.czc-events .czc-events-list .event-item .event-title a {
  text-decoration: none;
}
.czc-events .czc-events-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  text-align: center;
  min-height: 40vh;
}

@media (min-width: 768px) {
  .entroevents-filter-section {
    padding: 0;
  }
}
.entroevents-filter-section .entroevents-filter {
  padding: 40px 0;
  overflow: auto;
}
.entroevents-filter-section .entroevents-filter .entroevents-selects {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.entroevents-filter-section .entroevents-filter .entroevents-selects > * {
  min-width: calc(50% - 7.5px);
}
@media (min-width: 768px) {
  .entroevents-filter-section .entroevents-filter .entroevents-selects > * {
    min-width: calc(16.6666666667% - 12.5px);
  }
}
.entroevents-filter-section .entroevents-filter .entroevents-selects .entroevents-filter-select {
  height: 45px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.25rem;
  background: transparent;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-position: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .entroevents-filter-section .entroevents-filter .entroevents-selects .entroevents-filter-select {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.entroevents-filter-section .entroevents-filter .entroevents-selects .button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 0 !important;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.25rem;
  background: #000;
  border-color: #000;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .entroevents-filter-section .entroevents-filter .entroevents-selects .button {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.entroevents-filter-section .entroevents-filter .entroevents-selects .button:hover {
  background: transparent;
  color: #000;
}
.entroevents-filter-section .entroevents-filter .entroevents-selects input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.25rem;
  background: #291090;
  border: 1px solid #291090;
  color: #fff;
  box-shadow: none;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .entroevents-filter-section .entroevents-filter .entroevents-selects input[type=submit] {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.entroevents-filter-section .entroevents-filter .entroevents-selects input[type=submit]:hover {
  background: transparent;
  color: #000;
}
.entroevents-filter-section .single-accordion {
  position: relative;
  background: transparent !important;
  border-radius: 0;
  border: 0;
}
.entroevents-filter-section .single-accordion:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3500px;
  width: 10000px;
  height: 1px;
  background: #888;
  z-index: 5;
}
.entroevents-filter-section .single-accordion::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3500px;
  width: 10000px;
  height: 1px;
  background: #888;
  z-index: 5;
}
.entroevents-filter-section .single-accordion .accordion-button {
  align-items: center;
  padding: 30px 0;
  background: transparent !important;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .entroevents-filter-section .single-accordion .accordion-button {
    padding: 40px 0;
    align-items: start;
  }
}
.entroevents-filter-section .single-accordion .accordion-button::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: 10px;
  background-image: url("/wp-content/uploads/2023/12/Piu.png");
  background-size: 25px 25px;
}
@media (min-width: 768px) {
  .entroevents-filter-section .single-accordion .accordion-button::after {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
.entroevents-filter-section .single-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none !important;
  padding-bottom: 0;
}
.entroevents-filter-section .single-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(135deg);
}
.entroevents-filter-section .single-accordion .accordion-header .row {
  width: calc(100% - 30px);
}
.entroevents-filter-section .single-accordion .accordion-question {
  margin-bottom: 0 !important;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .entroevents-filter-section .single-accordion .accordion-question {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.entroevents-filter-section .single-accordion .accordion-body {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .entroevents-filter-section .single-accordion .accordion-body {
    padding: 20px 0;
  }
}
.entroevents-filter-section .filtered-entroeventss.show-normal .single-entroevents {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid transparent;
}
.entroevents-filter-section .filtered-entroeventss.show-normal .single-entroevents::after {
  content: "";
  position: absolute;
  width: calc(100vw + 10000px);
  left: -10000px;
  height: 1px;
  bottom: 0;
  background: #291090;
}
.entroevents-filter-section .filtered-entroeventss.show-normal .single-entroevents .single-entroevents-excerpt {
  margin-bottom: 15px;
}
.entroevents-filter-section .filtered-entroeventss.show-normal .single-entroevents .single-entroevents-buttons {
  display: flex;
  gap: 10px;
}
.entroevents-filter-section .filtered-entroeventss.show-normal .single-entroevents .fake-button {
  pointer-events: none !important;
}
.entroevents-filter-section .filtered-entroeventss .accordion-question {
  width: 100%;
}
.entroevents-filter-section .filtered-entroeventss .single-entroevents {
  width: 100%;
}
.entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-img {
  display: none;
  height: 250px;
  margin-bottom: 0;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-img {
    display: block;
  }
}
.entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text {
    padding-top: 10px;
    padding-left: 35px;
  }
}
.entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text .single-entroevents-title {
  margin-bottom: 8px;
  font-size: 2rem;
  line-height: 2.25rem;
  color: #291090;
}
@media (min-width: 768px) {
  .entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text .single-entroevents-title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text .single-entroevents-subtitle {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #291090;
}
@media (min-width: 768px) {
  .entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text .single-entroevents-subtitle {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text .single-entroevents-info {
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text .single-entroevents-info {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text .single-entroevents-info .event-date {
  font-weight: bold;
  color: #ff1590;
  text-transform: uppercase;
}
.entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text .single-entroevents-info .event-hour {
  font-weight: bold;
}
.entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text .single-entroevents-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0 !important;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  background: #ff1590;
  border-color: #ff1590;
  color: #fff;
  cursor: pointer;
}
.entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text .single-entroevents-button:hover {
  background: transparent;
  color: #ff1590;
}
.entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text .single-entroevents-button.alt-button {
  background: transparent;
  color: #291090;
  border-color: #291090;
}
.entroevents-filter-section .filtered-entroeventss .single-entroevents .single-entroevents-text .single-entroevents-button.alt-button:hover {
  background: #291090;
  color: #fff;
}
.czc-single-entroevents .entroevents-header .entroevents-title {
  margin: 0;
  margin-bottom: 25px;
  font-size: 2.75rem;
  line-height: 3rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .czc-single-entroevents .entroevents-header .entroevents-title {
    font-size: 4rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 1024px) {
  .czc-single-entroevents .entroevents-header .entroevents-title {
    font-size: 5rem;
    line-height: 5.25rem;
  }
}
.czc-single-entroevents .entroevents-header .entroevents-info {
  margin-bottom: 25px;
  font-size: 1.5em;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .czc-single-entroevents .entroevents-header .entroevents-info {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.czc-single-entroevents .entroevents-header .entroevents-info .event-date {
  font-weight: bold;
  color: #ff1590;
  text-transform: uppercase;
}
.czc-single-entroevents .entroevents-header .entroevents-info .event-hour {
  font-weight: bold;
}
.czc-single-entroevents .entroevents-header .entroevents-ticket {
  margin-bottom: 25px;
  text-align: start;
}
@media (min-width: 768px) {
  .czc-single-entroevents .entroevents-header .entroevents-ticket {
    text-align: end;
  }
}
.czc-single-entroevents .entroevents-header .entroevents-ticket a {
  min-width: 16.6666666667%;
  background: #291090;
  color: #fff;
  padding: 10px 25px;
  border: 1px solid #888;
  border-radius: 6px;
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
}
.czc-single-entroevents .entroevents-header .entroevents-img {
  height: 500px;
  border-radius: 6px;
  overflow: hidden;
}
.czc-single-entroevents .entroevents-header .entroevents-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.czc-single-entroevents .entroevents-more .single-un .un-content {
  margin-top: 5px;
  padding: 10px;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .czc-single-entroevents .entroevents-more .single-un .un-content {
    padding: 0 10px;
  }
}
.czc-single-entroevents .entroevents-more .single-un .un-content .event-date {
  font-weight: bold;
  color: #ff1590;
  text-transform: uppercase;
}
.czc-single-entroevents .entroevents-more .single-un .un-content .event-hour {
  font-weight: bold;
}

.entroevents-selects #filter_select_months {
  order: 1;
}
.entroevents-selects #filter_select_places {
  order: 2;
}
.entroevents-selects #filter_select_targets {
  order: 3;
}
.entroevents-selects #filter_select_services {
  order: 4;
}
.entroevents-selects .svuota-filtro {
  order: 5;
}
.entroevents-selects input[type=submit] {
  order: 6;
}

/*# sourceMappingURL=czc-events.min.css.map */
