/*
Theme Name: Capital West Finance
Theme URI: capital-west.com.au
Description: 
Version: 1.0
Author: Capital West Finance
Author URI: 
Tags: 
License: 
License URI: 
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

body #gform_wrapper_1 {
	margin: 0;
	max-width: 100%;
	overflow: inherit;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {
	border: solid 1px #d9d8d6;
	border-radius: 5px;
	   -moz-border-radius: 5px;
	   -webkit-border-radius: 5px;
	   -o-border-radius: 5px;
	   -ms-border-radius: 5px;
	color: #858c93;
	font-family: inherit;
	font-size: 12px;
	letter-spacing: normal;
	outline-style: none;
	padding: 5px;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield textarea {
		border: solid 1px #d9d8d6;
	border-radius: 5px;
	   -moz-border-radius: 5px;
	   -webkit-border-radius: 5px;
	   -o-border-radius: 5px;
	   -ms-border-radius: 5px;
	color: #858c93;
	font-family: inherit;
	font-size: 12px;
	letter-spacing: normal;
	outline-style: none;
	padding: 5px;
	resize: none;
	width: 100%;
}

body #gform_wrapper_1 .gform_footer input[type=submit] {
	background: #e8e2e2;
	border: none;
	border-radius: 5px;
	   -moz-border-radius: 5px;
	   -webkit-border-radius: 5px;
	   -o-border-radius: 5px;
	   -ms-border-radius: 5px;
	color: #174557;
	cursor: pointer;
	font-size: 16px !important;
	padding: 5px 50px;
	text-transform: uppercase;
}

body #gform_wrapper_1 .gform_footer input[type=submit]:hover {
	background: #174557;
	color: #ffffff;
}

body #gform_wrapper_1 .gform_footer {
	text-align: right;
}