/*
 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
------------------------------------------------------- */


/* Two-column row */


/* All inputs full width */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 14px;
  font-size: 14px;
  box-sizing: border-box;
  color: #333;
  background: #fff;
}

/* Spacing between fields */
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 12px;
}

/* Textarea height */
.wpcf7 textarea {
  height: 150px;
  resize: vertical;
}

/* Consent block */
.cf7-consent {
  margin: 16px 0;
  font-size: 13px;
  color: #333;
  text-align: justify;
}

.cf7-consent .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.cf7-consent .wpcf7-list-item-label {
  line-height: 1.6;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background-color: #1a73e8;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 8px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #1558b0;
}

a {
  text-decoration: none !important;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none !important;
}