/*
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: 16.7
Template: bridge
*/
@import url("../bridge/style.css");

.title.title_size_large h1, .title.title_size_medium h1, .title.title_size_small h1 {
	color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #000;
}

@media only screen and (max-width: 1000px) {
	.qbutton.big_large_full_width {
		padding: 0px;
	}
}

.wpforms-field-large, .wpforms-field-medium {
	    background-color: #f8f8f8 !important;
    border: 1px solid #eeeeee !important;
}

.wpforms-submit {
	color: #ffffff !important;
    border-color: #366797 !important;
    background-color: #366797 !important;
	border-radius: 4px !important;
	font-size: 13px !important;
    font-weight: 700 !important;
	padding: 0 23px !important;
	height: 39px !important;
	text-transform: uppercase !important;
}