/*
 Theme Name:   Waterbots
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Bots Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     bots
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  waterbots-child
*/

@import url('../bots/lib/bootstrap/dist/css/bootstrap.css');
/*@import url('css/style_less.css');*/
@import url('css/style_additional_less.css');
@import url('css/bootstrap4-spacing-margin.css');

/* @import url('bootstrap/css/bootstrap-responsive.css'); */


label {
 font-weight: 400;
 margin-left: .5rem;
 }
 
.gchoice {
	margin-top: 1rem;
	margin-left: 1rem; 
 }


.gform_wrapper.gravity-theme .gfield_label {
font-family: 'Source Sans Pro', sans-serif;
font-size: 1.7em !important;
font-weight: 300 !important;
color: #333333 !important;
margin-top: 0px !important;
margin-bottom: 10px !important;
line-height: 1.6em;
}

.gform_button  {
 	color: #004176;
background-color: #aebd26;
border-color: #a6b424;
border: none;
padding: 12px 32px;
font-size: 2rem;
text-transform: uppercase;
 }
 
@media (max-width: 480px) {
 .hero h1 {
    padding-top: 90px !important;

}
}