#eventi_hilight {
  margin-bottom: 5rem;
}

#eventi_hilight .text_part_wrapper {
  padding-left: 0.5rem !important;
}

.home-eventi-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.titolo_date span.separator {
  content: '';
  height: 2px;
  width: 90%;
  position: relative;
  left: 5%;
  background-color: var(--text-color);
  display: block;
}

body.evento .menu-header .menu-item-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

body.evento .menu-header .form_container {
  display: none !important;
}

.header_advanced_search_eventi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0 2rem 0;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.header_advanced_search_eventi #search_evento_data {
  min-width: 200px;
}

.header_advanced_search_eventi .edibutton {
  text-transform: uppercase;
}

.header_advanced_search_eventi #search_by_event {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  display: block;
}

.header_advanced_search_eventi #search_by_event input {
  border-bottom: 1px solid var(--text-color);
}

.header_advanced_search_eventi #search_by_event button {
  display: none;
}

body.evento .main-column .news_items_column .news_item_standard_horizontal .image_wrapper {
  padding-right: 1rem !important;
}
