/*

Theme Name: Future Buffalo (Pro Child Theme)
Theme URI: https://futurebuffalowebdesign.com
Author: Future Buffalo
Author URI: https://futurebuffalowebdesign.com
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* always make global blocks full width - control them from the parent! */
.x-global-block .x-container.width {
	width: 100%;
}

/* gravity forms styles */
h3.gsection_title { font-size: 150% }

.gf_showonly input { 
	outline: currentcolor none medium;
	background: transparent none repeat scroll 0% 0% !important;
	box-shadow: none !important;
	font-weight: bold;
	border: medium none !important;
	font-size: 1.1em !important;
	margin-top: -0.2em !important;
}

#input_6_4 {
	padding: 10px;
}


/* Login form */

#loginform { 
	border: 1px solid silver;
	padding: 50px;
}

#user_login, #user_pass {
	width: 100%;
}