/**
Theme Name: Band Of Two Rivers
Author: Cyclone Web Design
Author URI: https://www.cyclonewebdesign.com/
Description: Custom branded theme for Band Of Two Rivers
Version: 4.x
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: band-of-two-rivers
Template: astra
*/

/*form buttons*/
.editor-styles-wrapper .srfm-button, .srfm-form-container .srfm-button {
    background: #1A2B3D !important;
	color: #ffffff !important;            /* Your hover state text color */
}

.editor-styles-wrapper .srfm-button:hover, .srfm-form-container .srfm-button:hover {
    background: #6D897A !important;
    color: #ffffff !important;            /* Your hover state text color */
}