/*

Theme Name: weareprecision-child

Template: weareprecision

*/ 

.gform_footer [type=submit]{
	padding: 10px 28px;
    border-radius: 3px;
    display: inline-block;
    background-color: #0c1422;
    color: #fff;
    border: none;
    font-family: var(--e-global-typography-accent-font-family ),Sans-serif;
    font-size: var(--e-global-typography-accent-font-size );
    font-weight: var(--e-global-typography-accent-font-weight );
    line-height: var(--e-global-typography-accent-line-height );
}
.gform_footer [type=submit]:hover, .gform_footer [type=submit]:focus{
	background-color: #54595F;
	border: none;
}