.columns-stretch .wp-block-column {
  align-self: stretch !important;
}

.nospace {
  margin-bottom: 0 !important;
}

.columns-contacts a {
  color: white !important;
  text-decoration: none !important;
}

#gform_1 input[type=text],
#gform_1 input[type=tel],
#gform_1 input[type=email],
#gform_1 textarea {
  background-color: white !important;
}
#gform_1 input[type=submit] {
  background: #77b757;
  border-radius: 0;
  padding: 10px 40px;
  font-size: 18px;
}

[data-row=top] .ct-container {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}

.post-type-archive-progetti .hero-section {
  display: none !important;
}

.home .hero-home-title {
  font-size: clamp(2.25rem, 1.477rem + 3.86vw, 4.375rem) !important;
}
@media screen and (min-width: 782px) and (max-width: 999px) {
  .home .tematiche-wrapper {
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr;*/
    flex-wrap: wrap !important;
  }
  .home .tematiche-wrapper .wp-block-column {
    flex: 1 1 31% !important;
  }
}
.home .project-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em;
}
@media screen and (max-width: 599px) {
  .home .project-list ul {
    grid-template-columns: 1fr !important;
  }
}
.home .project-list ul li {
  background-color: #e9ede9;
  padding: 20px;
  margin-top: 0 !important;
  transition: all 0.3s;
}
.home .project-list ul li:hover {
  background-color: #2e4e2a;
}
.home .project-list ul li:hover * {
  color: white !important;
}
.home .event-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em;
}
@media screen and (max-width: 599px) {
  .home .event-list ul {
    grid-template-columns: 1fr !important;
  }
}
.home .event-list ul li {
  background-color: #e9ede9;
  padding: 20px;
  margin-top: 0 !important;
  transition: all 0.3s;
}
.home .event-list ul li:hover {
  background-color: #2e4e2a;
}
.home .event-list ul li:hover * {
  color: inherit !important;
}
.home .event-list ul li .wp-block-columns {
  height: 100%;
}
.home .event-list ul li .wp-block-columns h6 {
  height: 100%;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 999px) {
  .ct-footer [data-row=top] [data-column=menu],
  .ct-footer [data-row=top] [data-column=menu-secondary] {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */