/*
Theme Name: AxiPoint
Description: 
Version: 1.0.0
Author: Evolve Systems
Author URI: 
Theme URI: 
License: 
License URI: 
Template: Divi
*/

/* ========== Custom CSS from Generator ========== */
.et_pb_heading_2 .et_pb_heading_container h1 > span {
	font-size: 40px;
	line-height: 1.25;
    font-weight: 300;
}

.gform_required_legend {
    display: none;
}

label.gfield_label.gform-field-label {
    color: white;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 4.8px;
	text-align: left;
    text-transform: uppercase;
}

body .gform_wrapper input[type=text], body .gform_wrapper input[type=email], body .gform_wrapper input[type=tel] {
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	letter-spacing: 2px !important;
	margin-top: 15px !important;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	border-color: #0150B5 !important;
	border-radius: 8px !important;
}

body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
	color: #0150B5 !important;
	text-align: center !important;
	font-family: Lato !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 900 !important;
	line-height: normal !important;
	letter-spacing: 4.8px !important;
	text-transform: uppercase !important;
}

body .gform_wrapper .gform_footer {
	justify-content: center !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
	background: white !important;
	color: #0050B5 !important;
	text-align: center !important;
	font-family: Lato !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 900 !important;
	line-height: normal !important;
	letter-spacing: 4.8px !important;
	text-transform: uppercase !important;
	padding: 20px 75px !important;
	border-radius: 8px !important;
}

@media screen and (max-width: 767px) {
	.et_pb_heading_2 .et_pb_heading_container h1 > span {
		font-size: 32px;
		letter-spacing: 6px !important;
	}
	body .gform_wrapper input[type=text], body .gform_wrapper input[type=email], body .gform_wrapper input[type=tel], body .gform_wrapper input::placeholder, body .gform_wrapper textarea::placeholder  {
		font-size: 14px !important;
		letter-spacing: 3px !important;
	}
}