/*
Theme Name: TheGov Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0.1
Template: thegov
Text Domain:  thegov-child
*/



body .gform_body .gfield {
	display: flex;
	padding-left: 0;
}

body .gform_body .gfield_label {
	flex-grow: 0;
  margin-right: 20px;
}

body .gform_page_fields input:not([type=checkbox]):not([type=submit]), select, textarea {
    border-bottom: 1px solid #000 !important;
	width: 100% !important;
}


body .gform_body .ginput_container {
   flex-grow: 1;
	max-width: 520px;
}

@media (max-width: 425px) {
	body .gform_body .gfield {
		flex-wrap: wrap;
	}
	body .gform_body .gfield_label {
		width: 100%;
		margin-bottom: -10px;
		margin-right: 0;
		margin-top: 20px;
	}
}

body .gform_page_footer input[type="submit"] {
    border-radius: 0;
    border: 1px solid #000;
    text-transform: capitalize;
}

body .gform_page_footer input[type="submit"]:hover {
    color: #000;
}

.light-on-hover .wgl-services_wrap:before {
	opacity: 1 !important;
}

.light-on-hover .wgl-services_wrap:hover::before {
	opacity: 0 !important;
}

.smaller-text-padding .wgl_module_team .team-item_info {
    padding-left: 20px;
    padding-right: 20px;
}


body .gform_page_fields .wgl-container ul li:before {
	display: none !important;
}

.header-kit-link {
	font-family: "Quicksand";
	font-weight: 600;
	color: #000 !important;
	margin-right: 15px;
}

#wpcf7-f3896-p3887-o1 {
	color: #fff;
}
#wpcf7-f3896-p3887-o1 input:not([type="submit"]) {
	background: #fff
}
@media (max-width: 1024px ) {
	.salsa-form-section {
		padding: 20% 20px !important;
	}
	.width-100-tablet {
		width: 100% !important;
	}
}

