/* ===============  wpcf7  =============== */
.wpcf7 {
    border-bottom: 1px solid rgb(218,218,218);
    overflow: hidden;
}

.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 img.ajax-loader {
    display: none;
}


/* ===============  form  =============== */
.wpcf7 form {
    overflow: hidden;
}


/* ===============  wpcf7-form-control-wrap  =============== */
.wpcf7 form .wpcf7-form-control-wrap {
    margin: 0.5em 0;
    padding: 0 0.75em;
    display: block;
    overflow: hidden;
    background: rgb(255,255,255);
}


/* ===============  label  =============== */
.wpcf7 form label span {
    margin: 0.57142857em 0;
    display: inline-block;
    border-bottom: 1px solid rgb(153,153,153);
    font-size: 0.875em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(153,153,153);
}


/* ===============  input  =============== */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"] {
    width: 100%;
    min-height: 1.71428571em;
    padding: 0.57142857em 0;
    float: left;
    outline: none;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius:0;
    -moz-border-radius:0; 
    border-radius:0;
    font-size: 0.875em;
    line-height: 1.71428571em;
    font-weight: 400;
    color: rgb(51,51,51);
}


/* ===============  textarea  =============== */
.wpcf7 form textarea {
    width: 100%;
    min-height: 1.71428571em;
    height: 10.2857143em;
    padding: 0.57142857em 0;
    float: left;
    resize: none;
    outline: none;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; 
    border-radius: 0;
    word-wrap: break-word;
    font-size: 0.875em;
    line-height: 1.71428571em;
    font-weight: 400;
    color: rgb(51,51,51);
}


/* ===============  submit  =============== */
.wpcf7 input[type="submit"] {
    width: 100%;
    min-height: 1.71428571em;
    display: block;
    margin: 0.57142857em 0;
    padding: 0.57142857em 0;
    cursor: pointer;
    outline: none;
    border: 0;
    background: rgb(32,45,96);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius:0;
    -moz-border-radius:0; 
    border-radius:0;
    font-size: 0.875em;
    line-height: 1.71428571em;
    font-weight: 400;
    color: rgb(255,255,255);
}


/* ===============  wpcf7-response-output  =============== */
.wpcf7 .wpcf7-response-output {
    margin: 0.57142857em 0;
    font-size: 0.875em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(51,51,51);
}