/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.formtext {
	width: 100%;
	max-width: 620px;
	margin: auto;
}
#gform_1 input[type="text"] {
	background-color: #FFFFFF;
	border-radius: 0px;
	border: solid 1px #cccccc;
	color: #6E6d6d;
	padding: 10px;
	margin: 10px 0px 15px 0px;
	height: auto;
}
#gform_1 input[type="submit"] {
	background-color: transparent;
	border-radius: 0px;
	border: solid 4px #ffcc00;
	padding: 12px;
	margin: 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#gform_1 input[type="submit"]:hover {
	background-color: #ffcc00;
}
#gform_1 input[type="submit"]:focus {
	background-color: #ffcc00;
}

#builder-logos img {
 max-width: 50%;
height: auto;
}

.gfield_required {
    color: white !important;
}

@media only screen and (min-width: 768px) {
   h1, h2 {
       font-size: 50px;
   }
}
@media only screen and (min-width: 769px) {
.disclaimer-text  {

 padding-top: 425px;
}
}
@media only screen and (min-width: 950px) {
#builder-logos img {
 max-width: 100%;
height: auto;
}
}