/*! loud comments -------// serve per mantenere il commento nella versione minified dello style!!---------
Theme Name: Somma-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.0
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/
@import url("../Divi/style.css");
#et-main-area {
  position: relative;
  border-top: 2px solid #f2f2f2;
}

.pointer {
  cursor: pointer;
}

#wpforms-12744 .wpforms-container.contatti-form {
  background-color: #f2f2f2;
}
#wpforms-12744 .wpforms-submit-container button[type=submit].wpforms-submit.btn-contatti-form {
  background-color: red;
}

.elenco-referenze .prodotto-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.elenco-referenze .prodotto-icona {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.elenco-referenze .prodotto-icona svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.hideToggle {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  padding-top: 0px;
  padding-bottom: 15px;
}

.showToggle {
  opacity: 1;
  max-height: 1500px; /* valore "abbastanza grande" da contenere il contenuto */
  overflow: hidden;
  transition: all 0.5s ease;
  padding-top: 25px;
  padding-bottom: 25px;
}

.icoToggleClose {
  transform: rotate(0deg);
  transition: all 0.8s;
}

.icoToggleOpen {
  transform: rotate(180deg);
  transition: all 0.8s;
}/*# sourceMappingURL=style.css.map */