/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 26 2026 | 14:50:01 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Inline CF7 form container */
.cf7-inline-form {
  display: flex;
  gap: 15px;
  align-items: stretch;
  width: 100%;
}

/* Each field equal width */
.cf7-inline-form .cf7-field {
  flex: 1;
}

/* Inputs full width */
.cf7-inline-form input[type="text"],
.cf7-inline-form input[type="email"],
.cf7-inline-form input[type="tel"] {
  width: 100% !important;
  height: 50px;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Submit button FIX */
.cf7-inline-form .cf7-submit {
  flex: 0 0 140px; /* fixed button width */
}

.cf7-inline-form input[type="submit"] {
  width: 100% !important;
  height: 50px;
  padding: 0;
  font-weight: 600;
  cursor: pointer;
  background-color:#4c78b5!important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .cf7-inline-form {
    flex-direction: column;
  }

  .cf7-inline-form .cf7-submit {
    flex: 1;
  }
}
