/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@media (min-width: 600px) {
ul.sub-menu {
    width: 400px !important;
}
}
.et-menu li li a {
	width: 360px !important;
}

/* Contenitore form */
.wpcf7 form {
  background: #ffffff;
  padding: 32px 28px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  max-width: 1000px; /* ⬅️ larghezza richiesta */
  width: 100%;
  margin: 0 auto 40px auto;
  font-family: "Inter", sans-serif;
}

/* Titoli & Label */
.wpcf7-form label {
  display: block;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
  font-size: 15px;
}

/* Input & Textarea */
.wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #1f2937;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7-form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.18);
  outline: none;
}

/* File Upload */
.wpcf7-form input[type="file"] {
  padding: 8px 10px;
  font-size: 14px;
}

/* Pulsante Submit */
.wpcf7-form .wpcf7-submit {
  background: #6897e5;
  color: #ffffff;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  width: 30%;
  text-align: center;
}


/* Messaggi di stato */
.wpcf7 .wpcf7-response-output {
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  background-color: #e6ffed;
  border: 1px solid #34d399;
  color: #065f46;
}

.wpcf7-validation-errors {
  background-color: #fee2e2;
  border: 1px solid #f87171;
  color: #991b1b;
}
