@charset "UTF-8";
/*!
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child è un tema figlio creato per Hello Elementor
Author: Veneto Formazione
Author URI: https://www.venetoformazione.it/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* ----------------------------------------------------------------------- */
/* VARIABILI */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* GENERALE */
/* ----------------------------------------------------------------------- */
.container {
  width: 1140px;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------- */
/* SINGOLO EVENTO */
/* ----------------------------------------------------------------------- */
.hero-event {
  margin-top: 30px;
}
.hero-event .container {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.hero-event__thumbnail {
  aspect-ratio: 94/47;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.hero-event__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-event__meta {
  margin-top: 30px;
  font-size: 16px;
  color: #999999;
  font-weight: 700;
}
.hero-event__title {
  margin: 0;
  line-height: 1;
}
.hero-event__excerpt {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
}
.hero-event__excerpt p {
  margin: 0;
}

.event__row {
  display: flex;
  gap: 90px;
}
.event__content {
  width: 70%;
}
.event__content h2:not(:first-child),
.event__content h3:not(:first-child),
.event__content h4:not(:first-child),
.event__content h5:not(:first-child),
.event__content h6:not(:first-child) {
  margin-top: 40px;
}
.event__sidebar {
  width: 30%;
}
.event__sidebar .em.pixelbones h3 {
  font-size: 30px !important;
  font-weight: 700 !important;
  font-family: "Lato", Sans-serif;
  position: relative;
  margin-bottom: 30px;
}
.event__sidebar .em.pixelbones h3::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #FA6B3F;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.event__sidebar .em.pixelbones a {
  color: #FA6B3F !important;
}
.event__sidebar .em.pixelbones a:hover {
  color: #F89172 !important;
}
.event__sidebar .em.pixelbones .button.input,
.event__sidebar .em.pixelbones button.input {
  border-color: #FA6B3F !important;
}
.event__sidebar .em.pixelbones .button.input:hover,
.event__sidebar .em.pixelbones button.input:hover {
  color: #FA6B3F !important;
}
.event__sidebar .em-item-meta-line {
  margin-bottom: 15px;
}
.event__sidebar .em-item-meta-line span {
  margin-right: 10px;
}
.event__widget {
  margin-bottom: 40px !important;
}
.event__info {
  position: sticky;
  top: 60px;
}

.box-prenotazione {
  margin: 60px 0 90px 0;
  padding: 30px;
  border-radius: 20px;
  background-color: #f5f5f5;
}

.date-event {
  margin-bottom: 30px;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 20px;
}
.date-event__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.date-event__box {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: center;
}
.date-event__modalita {
  display: block;
  font-size: 10px;
  color: #FA6B3F;
  font-weight: 700;
}
.date-event__giornata {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.date-event__mese {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.date-event__giorno {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #FA6B3F;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto;
}
.date-event__orario {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.faq-event {
  border-top: 1px solid #cccccc;
  margin-top: 60px;
  padding-top: 30px;
}
.faq-event__box {
  border-bottom: 1px solid #cccccc;
}
.faq-event__box.open h3 {
  color: #FA6B3F;
}
.faq-event__box.open h3::after {
  content: "\f106";
}
.faq-event__box.open .faq-event__risposta {
  display: block;
}
.faq-event h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  margin: 0 !important;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
}
.faq-event h3::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq-event h3:hover {
  color: #FA6B3F;
}
.faq-event__risposta {
  display: none;
  font-size: 14px;
}

.docenti {
  margin-top: 60px;
}
.docenti__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.docenti__box {
  text-align: center;
  font-size: 12px;
}
.docenti__foto {
  overflow: hidden;
  aspect-ratio: 2/3;
  border-radius: 10px;
  margin-bottom: 5px;
}
.docenti__foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.docenti__nome {
  font-size: 14px;
  font-weight: 700;
  margin: 0 !important;
}
.docenti__qualifica {
  margin: 0 !important;
}

.dati-fatturazione {
  display: none;
}
.dati-fatturazione.show {
  display: block;
}

/* ----------------------------------------------------------------------- */
/* EVENTS MANAGER */
/* ----------------------------------------------------------------------- */
.em.em-event-booking-form h3.em-booking-section-title {
  font-size: 30px !important;
  font-weight: 700 !important;
  padding: 0;
  background: none;
  border: none;
  font-family: "Lato", Sans-serif;
  color: #20242F;
}
.em.em-event-booking-form .em-tickets {
  margin: 0;
  width: auto;
}
.em.em-event-booking-form .em-tickets.em-tickets-single .em-ticket {
  display: flex;
}
.em.em-event-booking-form .em-booking-section {
  padding: 0;
}
.em.em-event-booking-form tr td {
  vertical-align: middle;
}
.em.em-event-booking-form tr .em-bookings-ticket-table-type {
  font-weight: 700;
  padding: 10px !important;
  font-size: 16px;
}
.em.em-event-booking-form tr .em-bookings-ticket-table-type .ticket-desc {
  font-size: 14px;
  font-weight: 400;
}
.em.em-event-booking-form tr .em-bookings-ticket-table-price {
  padding: 10px !important;
}
.em.em-event-booking-form tr .em-bookings-ticket-table-spaces {
  padding: 10px !important;
}

/* ----------------------------------------------------------------------- */
/* MEDIA QUERY */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Portrait and Landscape Smartphone - XS e SM */
/* ----------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .event__row {
    gap: 30px;
    flex-direction: column;
  }
  .event__content {
    width: 100%;
  }
  .event__sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 15px;
  }
  .event__sidebar .em.pixelbones .button.input {
    display: block;
  }
  .event__widget {
    display: none;
  }
  .event .em-event-bookings-meta {
    display: block;
    text-align: center;
    margin: 0 !important;
  }
  .event .em-event-bookings-meta h3 {
    display: none;
  }
  .date-event {
    padding: 15px;
  }
  .date-event__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .docenti__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .box-prenotazione {
    padding: 15px;
  }
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* Landscape Smartphone - SM */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Portrait Tablet - MD */
/* ----------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
  .event__row {
    gap: 30px;
    flex-direction: column;
  }
  .event__content {
    width: 100%;
  }
  .event__sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 30px;
  }
  .event__sidebar .em.pixelbones .button.input {
    display: block;
  }
  .event__widget {
    display: none;
  }
  .event .em-event-bookings-meta {
    display: block;
    text-align: center;
    margin: 0 !important;
  }
  .event .em-event-bookings-meta h3 {
    display: none;
  }
  .date-event__row {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* Netbook e Landscape Tablet - LG */
/* ----------------------------------------------------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 960px;
  }
  .event__row {
    gap: 30px;
  }
  .date-event__row {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* Desktop e Schermi grandi - XL */
/* ----------------------------------------------------------------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
