.elementor-47 .elementor-element.elementor-element-d71b987{--e-image-carousel-slides-to-show:1;width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-47 .elementor-element.elementor-element-f07e220{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-47 .elementor-element.elementor-element-f07e220 .elementor-divider-separator{width:100%;}.elementor-47 .elementor-element.elementor-element-f07e220 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for wpforms, class: .elementor-element-243ce0b2 *//* =========================
   WPForms - CMAX Contact Form
========================= */

.cmax-contact-form .wpforms-container {
  margin: 0 !important;
}

.cmax-contact-form .wpforms-form {
  width: 100%;
}

/* Campi */
.cmax-contact-form .wpforms-field {
  padding: 0 !important;
  margin-bottom: 30px !important;
}

/* Label */
.cmax-contact-form .wpforms-field-label {
  position: static !important;

  display: block !important;
  margin: 0 0 12px 0 !important;

  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;

  color: #111111 !important;
}

/* Asterisco required */
.cmax-contact-form .wpforms-required-label {
  display: none !important;
}

/* Input e textarea */
.cmax-contact-form input[type="text"],
.cmax-contact-form input[type="email"],
.cmax-contact-form input[type="tel"],
.cmax-contact-form input[type="url"],
.cmax-contact-form textarea {
  width: 100% !important;

  background: #f7f7f7 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;

  font-family: "Nunito Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #111111 !important;
}

/* Altezza campi piccoli */
.cmax-contact-form input[type="text"],
.cmax-contact-form input[type="email"],
.cmax-contact-form input[type="tel"],
.cmax-contact-form input[type="url"] {
  height: 64px !important;
  padding: 0 28px !important;
}

/* Textarea */
.cmax-contact-form textarea {
  min-height: 145px !important;
  padding: 20px 28px !important;
  resize: vertical;
}

/* Focus */
.cmax-contact-form input:focus,
.cmax-contact-form textarea:focus {
  background: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Submit wrapper */
.cmax-contact-form .wpforms-submit-container {
  padding: 0 !important;
  margin-top: 4px !important;
}

/* Bottone invio */
.cmax-contact-form button[type="submit"],
.cmax-contact-form .wpforms-submit {
  background: #c8202f !important;
  color: #ffffff !important;

  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;

  padding: 18px 24px !important;

  font-family: "Space Mono", monospace !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 18px !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;

  cursor: pointer !important;

  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;

  transition: background-color 0.25s ease, color 0.25s ease;
}

/* Freccia bottone */
.cmax-contact-form button[type="submit"]::after,
.cmax-contact-form .wpforms-submit::after {
  content: "\203A";
  font-size: 24px;
  line-height: 1;
  color: inherit;
}

/* Hover bottone */
.cmax-contact-form button[type="submit"]:hover,
.cmax-contact-form .wpforms-submit:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* Mobile */
@media (max-width: 767px) {
  .cmax-contact-form,
  .cmax-contact-form .wpforms-container,
  .cmax-contact-form .wpforms-form,
  .cmax-contact-form .wpforms-field-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cmax-contact-form .wpforms-field,
  .cmax-contact-form .wpforms-one-half,
  .cmax-contact-form .wpforms-one-third,
  .cmax-contact-form .wpforms-two-thirds,
  .cmax-contact-form .wpforms-field-row,
  .cmax-contact-form .wpforms-field-row-block {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .cmax-contact-form input[type="text"],
  .cmax-contact-form input[type="email"],
  .cmax-contact-form input[type="tel"],
  .cmax-contact-form input[type="url"],
  .cmax-contact-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}/* End custom CSS */