/*
Theme Name: Krieger Scientific 
Description: Customized Child theme using the powerful Avada theme framework
Author: Lighthouse Web Design, Inc. 
Author URI: https://lighthousewd.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-content-boxes .heading .content-box-heading
 {
    line-height: 34px !important;
}

/* Style for the Ninja Forms button in its normal state */
.nf-form-content input[type=submit]
 {
    background: #fdc500 !important;
    color: #1e4f2a !important;
	font-weight: 700 !important;
}

/* Style for the Ninja Forms button when hovered */
.nf-form-content input[type=submit]:hover {
    background: #ffd500 !important; /* New color on hover */
    color: #1e4f2a !important;
    cursor: pointer;
}