/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900 !important;
    color: #ffb900 !important;
    border: 2px solid !important;
    font-weight: bold !important;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit {
    margin-top: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: #46b450  !important;
    font-weight: bold  !important;
    border: 2px solid  !important;
}