/* custom css */

.main-menu-wrap .menu-center ul li{
	padding: 0;
}

.simple .logo-header .main-menu-wrap .menu-center ul li a{
	padding-right: 10px;
}

.contact .contact-info, .contact .contact-form{
	background:rgba(0,0,0,0.07) !important;
}

#footer .fa-facebook-square, #footer .fa-linkedin{
	display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
	font-size:20px;
}

#footer .fa-facebook-square:before, #footer .fa-linkedin:before{
	color: #fff;
    float: left;
    font-size: 18px;
    line-height: 16px;
    margin: 0;
    text-indent: 0;
	font-size:22px;
}

@media(min-width:1600px){
	.main-menu-wrap .menu-center ul li {
		padding: 0 15px;
	}
}

@media(max-width:1200px){
	.main-menu-wrap .menu-center ul li a {
		font-size: 11px;
	}
	
}

/*  gravity forms*/
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label,
.gform_wrapper.gravity-theme .gfield_label{
	text-transform: uppercase;
    font-size: 0.8em !important;
    display: block !important;
    width: 100%;
    margin-top: 10px;
	font-weight:400 !important;
}

.gfield_checkbox .gchoice,
.gfield_radio .gchoice{
	display: flex;
    align-items: center;
}

.gfield_checkbox .gchoice .gfield-choice-input,
.gfield_radio .gchoice .gfield-choice-input{
    width: auto;
    margin-right: 15px;
}

.gfield_checkbox .gchoice label,
.gfield_radio .gchoice label{
	display: inline-block !important;
    width: auto !important;
    margin-top: 0 !important;
	
}

.gform_wrapper .gf_progressbar_title{
	display: flex;
}

.gform_wrapper .gf_progressbar_title .gf_step_current_page{
	width:15px;
}

.gform_wrapper .gfield_label .gfield_required{
	display: inline-block;
    width: auto;
}
