/*
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");

#FiveButton {
width: 152px !important;
letter-spacing: 2px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    background-color: #aa5b02 !important;
}

.header_inner_right {
    display: none !important;
}

@media only screen and (min-width:320px) and (max-width:1000px){
   .header_inner_right {
   display: block !important;
}
}

div.wpcf7-response-output {
    font-size: 25px;
    line-height: 30px;
    padding: 25px;
}