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

form.wpcf7-form{
	display: flex;
	flex-direction: column;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit{
	width: fit-content;
}

form.wpcf7-form div a{
	color: rgb(195, 195, 195) !important;	
}

form.wpcf7-form div{
	margin: 1rem 0;
}
