.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS for wpforms, class: .elementor-element-7efde7e *//* New button styles */
.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
    padding: 5px !important; /* Increase distance between text and border */
    width: 25% !important; /* Make the button full-width */
    font-size: 1.5em !important; /* Increase text size */
    background-color: #0000ff !important; /* blue background */
    color: #fff !important; /* White text */
    border: 6px double #ffffff !important; /* Dark red, double-line border */
	border-radius: 50px;
}/* End custom CSS */