/*   
	Theme Name:        Elementor Hello Theme
	Theme URI:         https://elementor.com
	Description:       A sample theme for Elementor.
	Author:            Elementor Team
	Author URI:        https://elementor.com
	Version:           1.0
	Stable tag:        1.0
	Requires at least: 4.9
	Tested up to:      4.9
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       elementor-hello-theme
*/

html, body {
	margin: 0;
	padding: 0;
}

.landing-form {
	max-width:1140px!important;
	width:100%;
	margin:0 auto!important;
}

.landing-form h3 {
	color: #FFF;
}

.landing-form input {
	border-radius: 3px;
    padding: 0.5rem .5rem!important;
    height: 2.5rem;
    margin: 0!important;
    border: none;
    font-family: "Roboto", Sans-serif!important;
}

.landing-form input[type=button]{
	background:#146bb5;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 1.5rem!important;
	cursor: pointer;
}

.gform_wrapper .validation_message,
.gform_wrapper div.validation_error {
	color:#fff!important;
	font-family: "Roboto", Sans-serif;
}

.gform_wrapper .gform_page_footer {
	border-top:none!important;
	text-align:center;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right:0!important;
}

.landing_thanks h3 {
	font-size: 2em;
	color:#FFF;
}

/* placeholder styling */
::-webkit-input-placeholder { 
  font-family: "Roboto", Sans-serif;
}
::-moz-placeholder { 
  font-family: "Roboto", Sans-serif;
}
:-ms-input-placeholder {
  font-family: "Roboto", Sans-serif;
}
:-moz-placeholder { 
  font-family: "Roboto", Sans-serif;
}
