/**
* Theme Name: Out of Bounds Child
* Description: This is a child theme of Out of Bounds.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: oob
* Version: 1.0.1
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: oob-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

/*--gravity--*/
.gform_wrapper input[type="text"],.gform_fields input:not([type=submit]),.gform_fields select {
	height: 50px !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	width: 100% !important;
}
body .gform_wrapper input[type="submit"] {
	background:#953d97 !important;  
	font-family: "Barlow Local" !important;
	font-size:20px !important;
}
body .gform_wrapper input[type="submit"]:hover {
	background:#e8bd33 !important;  
}