/* Form style */

input,
textarea,
select {
    font-size: 15px;
    font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    border: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    float: none;
    display: block;
    margin: 0px;
    background: none
}

#message {
    margin: 0;
    padding: 0px;
    z-index: 200;
    height: auto;
}
.error_message,
#success_page {
    display: block;
    height: auto;
    color: #d31800;
    font-style: italic;
    font-size: 12px;
    padding: 10px 0px 0px 0px;
    line-height: 1.5;
    margin-bottom: -10px;
    position: relative;
}
#success_page {
    color: #2b2b2b !important;
}
.loader {
    display: none;
}
/* Form Element Styling */

.form-part {
    padding: 0;
    margin-top: 0px;
}
.form-part textarea,
.form-part select,
.form-part input:not([type="submit"]):not([type="image"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
    display: block;
    width: 100%;
    padding: 12px 15px 14px;
    border: 1px dotted #d8d8d8;
    text-align: left;
    border-radius: 3px;
    line-height: 20px;
    margin-bottom: 10px;
}
.form-part br {
    display: none;
}
.lt-ie9 .form-part textarea,
.lt-ie9 .form-part select,
.lt-ie9 .form-part input {
    display: block;
    width: 100%;
    padding: 25px 29px;
    font-size: 17px;
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
    font-style: normal;
}
.form-part textarea {
    height: 200px;
    resize: none;
}
.form-part .input-wrapper {
    position: relative;
}
.send-btn,
.widget input[type="submit"],
.post-password-form input[type="submit"] {
    border-radius: 30px;
    border: 1px solid #d8d8d8;
    padding: 12px 25px 12px;
    line-height: 1;
    height: 36px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #2b2b2b;
    position: relative;
}
.send-btn:hover,
.widget input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover {
    background: #d8d8d8;
}
.wpcf7-response-output {
    position: absolute;
    top: 0px;
    background: #fff;
}
.wpcf7-form .ajax-loader {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 auto;
}
