/*
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");

body, p, li, a{
	font-family: 'Arial', sans-serif;
    font-weight: 300;
	
}
body, p, li{
	font-family: 'Arial', sans-serif;
    font-weight: 300;
	color: #5C5C5C;
}

.text_white h3, 
.text_white h4, 
.text_white p,
.text_white a {
	color: #fff !important;
}

.wpcf7-form input,
.wpcf7 textarea {
    background: #f0f0f0 !important;
	margin: 10px 0 !important;
	padding: 13px;
}


.wpcf7 input[type="file"] {
    background: #f0f0f0 !important;
    width: 98%;
	padding: 13px;
}

input.wpcf7-form-control.wpcf7-submit {
	display: block;
    background-color: transparent !important;
    color: #007e7a !important;
    border: 1px solid #007e7a !important;
    border-radius: 0 !important;
    float: right;
}