
.form-filters {
    background-color: #f5f5f5;
}

.form-filters .col-md-6 {
    width: 100%;
}

form > .wpcf7-response-output {
    display: none!important;
}

form .wpcf7-response-output {
    text-align: center;
    border: none;
    padding: 0!important;
    font-size: 14px !important;
    margin: 0;
    margin-top: 25px;
}

form .wpcf7-response-output.wpcf7-validation-errors {
    color: #f00;
}

form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #398f14;
}

body .form-group .form-control {
    font-size: 18px;
    line-height: 20px;
}

body .form-group textarea.form-control {
    border-radius: 0;
    border: 0;
    resize: none;
    padding: 6px 20px;
    height: 235px;
}

body .form-group select.form-control {
    background: url(../img/select-arrow.png) no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position-y: center;
    background-position-x: right;
    background-origin: content-box;
}

body .form-group select.form-control.placeholder-selected,
body .form-group select.form-control option:first-child {
    font-size: 18px;
    line-height: 18px;
    font-style: italic;
    color: #cccccc;
}

body .form-group select.form-control option {
    color: #000;
}

body .form-group input[type=text].form-control,
body .form-group input[type=email].form-control,
body .form-group input[type=tel].form-control,
body .form-group select.form-control {
    border: none;
    border-bottom: 1px solid #989898;
    border-radius: 0;
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
    height: 65px;
    background-color: transparent;
    color: #000;
}

body .form-group input[type=text].form-control:focus,
body .form-group input[type=email].form-control:focus,
body .form-group input[type=tel].form-control:focus,
body .form-group select.form-control:focus,
body .form-group textarea.form-control:focus {
    border-color: #1D87C2!important;
}

body .form-group span {
    padding-left: 20px;
    width: 100%;
}

body .form-group label {
    color: #0088c4;
    text-align: right;
    width: 25%;
}

body .form-group label.acceptance span {
    padding-left: 0;
}

label.acceptance, label.acceptance label {
    width: 100%!important;
    text-align: left!important;
    color: inherit!important;
    font-size: 14px;
    font-weight: 300;
}

input[type=reset],
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active {
    background-color: transparent!important;
    color: inherit!important;
    border: none!important;
    margin: 0!important;
    text-transform: uppercase!important;
    margin-top: 10px!important;
    box-shadow: none!important;
}

input[type=reset]:hover {
    color: rgb(255, 66, 0)!important;
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid black;
    height: 15px;
    width: 15px;
    outline: none!important;
    position: relative;
}
input[type=checkbox]:checked:before {
    content: "\2714";
    display: unset;
    font-weight: bold;
    color: #0088c4;
    position: absolute;
    top: -4px;
}

.powersoft-submit-button:hover {
    opacity: 0.8;
}
.powersoft-submit-button {
    border-width: 0px;
    left: 0px;
    top: 0px;
    width: 119px;
    height: 41px;
    background: inherit;
    background-color: rgba(0, 136, 196, 1);
    border: none;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    outline: none!important;
    margin-top: 10px;
    border-radius: 0;
}

.powersoft-submit-button:disabled {
    opacity: 0.4;
}

span[role=alert] {
    font-size: 12px;
    position: absolute;
    top: 70px;
}

body .form-group input::placeholder,
body .form-group textarea::placeholder {
    font-size: 18px;
    font-style: italic;
    color: #cccccc;
}
  
body .form-group input:-ms-input-placeholder,
body .form-group textarea:-ms-input-placeholder {
    font-size: 18px;
    font-style: italic;
    color: #cccccc;
}
  
body .form-group input::-ms-input-placeholder,
body .form-group textarea::-ms-input-placeholder {
    font-size: 18px;
    font-style: italic;
    color: #cccccc;
}

.grecaptcha-badge {
    z-index: 99;
}

@media only screen and (max-width: 575px) {
    body .form-group .flex  {
        flex-wrap: wrap;
    }

    body .form-group .control-label {
        width: 100%;
        margin-bottom: 0;
        font-weight: normal;
        text-align: left; 
    }

    body .form-group span {
        padding-left: 0;
    }

    body .form-group input[type=text].form-control,
    body .form-group input[type=email].form-control,
    body .form-group input[type=tel].form-control,
    body .form-group select.form-control {
        height: 48px;
    }
}

@media only screen and (min-width: 768px) {
    body .form-group input[type=text].form-control,
    body .form-group input[type=email].form-control,
    body .form-group input[type=tel].form-control,
    body .form-group select.form-control {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 992px) {
    .form-filters {
        margin-bottom: 20px;
    }

    .form-filters .col-md-6 {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .form-filters {
       padding: 20px 0;
    }
}