/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2021 | 12:25:50 */
@media (min-width:768px){
span.label {
  float: left;
  width: 30%;
  font-size: 20px;
}
span.form-input {
  float: left;
  width: 70%;
  margin-bottom:20px;
  }
}
span.label {
    margin-bottom:20px !important;
}
span.form-input .wpcf7-acceptance{
    text-indent: -15px;
}

.wpcf7 form .wpcf7-response-output{
  border:none !important;
  color:#FFC600;
}
.wpcf7-not-valid-tip{
  color:#FFC600;
}

input[type="submit"]{
  background-color:#FFC600 !important;
  color:#A31116 !important;
  font-size:25px;
  margin-top:30px;
  margin-bottom:30px;
}
input[type="submit"]:hover{
  background-color:#0D9A4B !important;
    color:#ffffff !important;
}
