/* CF7 */

.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
    background: #FF8500;
    border: solid 1px #FF8500;
    _box-shadow: inset 2px 2px 8px #bababa;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}
.wpcf7 .wpcf7-list-item {
    padding-left: 0;
    margin-left: 0;
    margin-right: 25px;
}
.wpcf7 .wpcf7-list-item input {
    border: none;
    padding-left: 0;
    margin-left: 0;
}
.wpcf7 select {
    outline: none;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 input:active,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus,
.wpcf7 textarea:active {
    background: #FF8500;
    outline: none;
}
.wpcf7 input.wpcf7-submit {
    width: auto;
    float: right;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: 0;
    border: none;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 10px;
    font-weight: 700;
    _padding-left: 35px;
    _padding-right: 35px;
    background-color: #FF8500;
}
/* On hover */

.wpcf7 input.wpcf7-submit:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #FF8500;
}
/* On click */

.wpcf7 input.wpcf7-submit:active {
    top: 1px;
    color: #000;
    background-color: #FF8500;
}
/* CF7 Messages */

.wpcf7 .wpcf7-validation-errors {
    border: none;
    background-color: #f4ae46;
    margin: 0;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.wpcf7 .wpcf7-mail-sent-ok {
    border: none;
    background-color: #7ad33f;
    margin: 0;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.wpcf7 .wpcf7-mail-sent-ng {
    border: none;
    background-color: #cf2d38;
    margin: 0;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: white;
}
.wpcf7 span.wpcf7-not-valid-tip {
    border: none;
    background-color: #cf2d38;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    width: 180px;
    color: white;
    /* Drop shadow */

    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.wpcf7-form .fleft {
    float: left;
}
.wpcf7-form .mright20 {
    margin-right: 20px;
}
.wpcf7-form .mright40 {
    margin-right: 40px;
}
.wpcf7-form .clear {
    clear: both;
}
