/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.lead-form_wrapper .gform_heading{
	display: none;
}
.lead-form .gfield_radio{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [ 3 ];
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: repeat(auto-fill,auto);
	grid-column-gap: 32px;
}
.lead-form .gfield_radio .gchoice {
    display: table;
    height: 80px;
    margin-bottom: 20px;
    border: 2px solid #dadada;
    border-radius: 5px;
    padding: 14px;
}
.lead-form .gfield_radio .gchoice label{
    padding-left: 60px;
    display: table-cell !important;
    font-size: 24px !important;
    font-weight: 500;
    position: relative;
}
.lead-form .gfield_radio .gchoice input{
	display:none;
}
.lead-form .gfield_radio .gchoice label:before{
	height: 50px;
	width: 50px;
	margin-right: 2px;
	content: " ";
	display: inline-block;
	vertical-align: baseline;
	border: 4px solid #5e9cd3;
	position: absolute;
	left: 0;
	top: 0;
	border-radius:50%;
}
.lead-form .gfield_radio .gchoice input[type="radio"]:checked+label:before{
	background:#fdb90d;
}
#nav-menu-item-2229:hover > a,
#nav-menu-item-2229 > a{
	background: #013160 !important;
    color: #fff !important;
}