/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 06 2022 | 00:22:47 */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    margin-left: -5px !important;
}

#raptcha {
  margin-top: 20px;
}

.wpcf7-recaptcha {
  background: white !important;
}

.wpcf7-form textarea{ 
    width: 100% !important;
    height:208px;
}

.wps-padding {
  margin-left: 30px;
}

.wpcf7-submit{
  margin-right: 0px !important;
  width: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.wpcf7-form-control {
    background: whitesmoke;
}

.wpcf7-list-item label {
   color: #e4b248 !important;
}

.wpcf7-list-item {
    margin-left: -1px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
/*    font-weight: bold !important; */
    background: white !important;
}

.wpcf7-date,
.wpcf7-select {
    margin-bottom: 10px !important;
    height: 46px;
    border: solid 1px #f1f1f1;
    padding-left: 10px;
}

.wps-form {
    width: 100%;
    margin: 0 auto;
}
.wps-form .wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wps-form .wps-form-row-right {
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.wps-form .wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wps-form .wps-form-row .wpcf7-form-control {
    width: 100%;
}
.wps-form .wps-form-column {
    flex: 1;
    width: 100%;
    padding-top: 0px !important;
    padding-right: 15px;
}
/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
    .wps-form .wps-form-row {
        flex-direction: row;
    }
    .wps-form .wps-form-column {
       padding-top: 25px;
       padding-right: 15px;
    }
}

