/*
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-control.has-spinner.wpcf7-submit{
	width: 100%!important;
    text-align: center!important;
    color: white!important;
    background: black!important;
    box-sizing: border-box!important;
}

.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	width: 100%!important;
    text-align: center!important;
    color: white!important;
    background: #363738!important;
    box-sizing: border-box!important;
	border:none!important;
}

.wpcf7-spinner{
	left: 50%;
    margin: 0;
    transform: translateX(-50%);
    margin-top: 10px;
}

.grecaptcha-logo{
	display:none;
}

.section.parallax_section_holder{
	    background-position: 50% 0!important;
}