/*
 Theme Name:   Kadence Child
 Template:     kadence
 Version:      1.0.0
*/

 
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}
h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: #000000;
    letter-spacing: 1px;
}
h1 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
}
h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
}



.page-title {
    display: none;
}

.wp-block-kadence-rowlayout .kb-column-inner {
    text-align: center;
}





/* Center and Contain Form */
.wpcf7-form {
  max-width: 600px; /* Adjustable */
  margin: 0 auto;
  padding: 20px;
  background-color: #fff; /* White background for contrast */
  border-radius: 8px; /* Soft corners */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Subtle shadow */
}

/* Field Styling */
.form-field {
  margin-bottom: 20px;
}

.wpcf7-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form input[type="file"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #C0C0C0; /* Silver border */
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

.wpcf7-form textarea {
  height: 150px; /* Larger for design ideas */
}

/* Submit Button */
.wpcf7-form .custom-submit {
  background-color: #C0C0C0; /* Silver */
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7-form .custom-submit:hover {
  background-color: #A9A9A9; /* Darker silver */
}

/* Responsive */
@media (max-width: 768px) {
  .wpcf7-form {
    max-width: 100%;
    padding: 15px;
  }
}

/* reCAPTCHA Styling */
.wpcf7-form .wpcf7-recaptcha {
  margin-bottom: 20px; /* Match field spacing */
  text-align: center; /* Center the checkbox */
}

/* Ensure reCAPTCHA fits */
.g-recaptcha {
  display: inline-block;
}

.wpcf7-form label {
  margin-bottom: -20px;
}

