.blocco_eventi-exp {
  padding: 90px 0;
}
.titolo_blocco_eventi-exp {
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 30px;
}
.testo_blocco_eventi-exp {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 80px;
}
.anteprima_eventi-exp_container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.anteprima_eventi-exp_container .nav-item {
  width: calc(25% - 12px);
  text-align: center;
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
.anteprima_eventi-exp_container .nav-item a {
  font-family: "Inter", sans-serif;
  padding: 30px 20px;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.4px;
  font-weight: 600;
  position: relative;
  border: 0;
  border-bottom: 1px solid var(--text-grey);
  background: #ffffff;
  color: var(--text-color);
}
.anteprima_eventi-exp_container .nav-item a.active {
  background: #7E121A;
  font-weight: 600;
  color: #ffffff;
}
.anteprima_eventi-exp_container .nav-item:last-child a {
  border-radius: 0;
}
.anteprima_eventi-exp_container .nav.nav-tabs {
  border-radius: 0;
  overflow: hidden;
  border: 0;
}
.anteprima_eventi-exp_container .tab-content {
  background: #ffffff;
  padding: 60px;
  position: relative;
}

/*2022*/
.blocco_eventi-exp {
  padding: 90px 0;
}
.titolo_blocco_eventi-exp {
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 30px;
}
.testo_blocco_eventi-exp {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 80px;
}
.anteprima_eventi-exp_container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.anteprima_eventi-exp_container .nav-item {
  width: calc(25% - 12px);
  text-align: center;
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
.anteprima_eventi-exp_container .nav-item a {
  font-family: "Inter", sans-serif;
  padding: 30px 20px;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.4px;
  font-weight: 600;
  position: relative;
  border: 0;
  border-bottom: 1px solid var(--text-grey);
  background: #ffffff;
  color: var(--text-color);
}
.anteprima_eventi-exp_container .nav-item a.active {
  background: #7E121A;
  font-weight: 600;
  color: #ffffff;
}
.anteprima_eventi-exp_container .nav-item:last-child a {
  border-radius: 0;
}
.anteprima_eventi-exp_container .nav.nav-tabs {
  border-radius: 0;
  overflow: hidden;
  border: 0;
}
.anteprima_eventi-exp_container .tab-content {
  background: #ffffff;
  padding: 60px;
  position: relative;
}

.anteprima_evento.singolo_evento {
  padding-bottom: 40px;
  cursor: pointer;
  position: relative;
}


.anteprima_evento.singolo_evento:hover::before {
  z-index: 2;
}

.anteprima_evento.singolo_evento:hover::after {
  z-index: 1;
}

.anteprima_evento.singolo_evento.no-after::after {
  display: none;
}

.anteprima_evento.singolo_evento:last-child {
  padding-bottom: 0px;
}

/* Topbar Filtri */
.eventi-exp-filters-topbar {
  background-color: transparent;
  padding: 20px 0;
  margin-bottom: 30px;
  border: none;
}
.anteprima_eventi-exp_container .nav.nav-tabs {
  position: relative;
  gap: 16px;
}

.eventi-exp-filters-topbar .filter-dropdown-item input[type="checkbox"]:checked + label {
    color: #7E121A;
}
@media screen and (max-width: 600px) {
  .anteprima_eventi-exp_container .nav-item {
    min-width: 120px;
    flex: 0 0 auto;
  }
  .anteprima_eventi-exp_container .nav-item a {
    font-size: 14px;
    line-height: 20px;
  }
  .anteprima_eventi-exp_container .nav.nav-tabs {
    gap: 5px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  .testo_blocco_eventi-exp {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .anteprima_eventi-exp_container .nav-item a {
    padding: 10px 15px;
  }
  .load-more-container {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .anteprima_eventi-exp_container .tab-content {
    padding-left: 30px;
    padding-right: 30px;
    background: transparent;
  }
  .anteprima_eventi-exp_container .nav-item a {
    background: transparent;
  }
  .anteprima_eventi-exp_container .nav-tabs {
    border-bottom: 0;
    gap: 3px;
    
  }
  .anteprima_eventi-exp_container .nav-item a.active {
    border-bottom-color: #7E121A;
  }
  .titolo_blocco_eventi-exp {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 1px;
  }
  .anteprima_eventi-exp_container .nav.nav-tabs:before {
    display: none;
  }
}
.anteprima_evento.singolo_evento:hover::before {
  background: #7E121A;
  border-color: #7E121A;
}
.anteprima_evento.singolo_evento:hover .evento_title h3 {
    color: #7E121A;
}

.evento_data_ora {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #1d1d1f;
}
.evento-foto {
  max-height: 300px;
  max-width: 100%;
  margin-bottom: 20px;
}

.evento_relatore {
    color: #838383;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 20px;
}

.single-evento .breadcrumbs {
  margin-bottom: 60px;
}
.single-evento .note_finali h3 {
  color: #7E121A;
  font-size: 16px;
  line-height: 18px;
}
.single-evento .singolo_convegno_sidebar .blochi-luoghi-container {
  color: #7E121A; 
}

.single-evento .singolo_convegno_sidebar .singolo_evento_side:hover .barra-laterale-title {
  color: #7E121A; ;
}
.single-evento .singolo_convegno_sidebar .singolo_evento_side:hover::before {
    background-color: #7E121A;
    border-color: #7E121A;
}

.single-evento .evento-azienda {
  color: #7E121A;
}
.single-evento .info-luogo-detail h4 {
  font-size: 18px;
}
.single-evento .relatore {
  margin-bottom: 5px;
}
.single-evento .single-convengo-container .info-evento-aggiuntive {
    color: #999;
}

.single-evento .side_azienda {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 22px;
    color: #7E121A;
    text-transform: uppercase;
}


.anteprima_evento.singolo_evento .evento_a_cura_di {
  font-size: 16px;
}

.anteprima_evento.singolo_evento .evento_title h3 {
    margin-bottom: 0;
}
.anteprima_evento.singolo_evento .traduzione_disponibile {
  font-size: 15px;
}

.anteprima_evento.singolo_evento .evento_azienda {
    color: #7E121A;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.anteprima_evento.singolo_evento .evento_luogo {
    margin-bottom: 0;
}

