/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

body[data-form-style="minimal"] .minimal-form-input label span.text .text-inner {
    color: black!important;
	font-family:nunito!important;
	font-weight:300!important;
	
	
}
body[data-form-style="minimal"] .minimal-form-input label span.text {
    
    color: black!important;
	font-family:nunito!important;
	font-weight:300!important;
	font-size:16px!important;
}
#wpcf7-f4-p8-o1 input[type=submit]{
	
	border: 2px solid #2f9ab5!important;
	color: #2f9ab5!important;
	font-family:nunito!important;
	font-weight:300!important;
	font-size:16px!important;
	border-radius: 0px!important;
}

#wpcf7-f4-p8-o1 input[type=submit]:hover{
	
	background:#2f9ab5!important;
	color:#fff!important;
}


