/**
 * Theme Name:      Custom Theme by Build &amp; Bloom
 * Theme URI:       https://www.elegantthemes.com/gallery/divi/
 * Description:     Custom child theme
 * Author:          Build &amp; Bloom Digital
 * Author URI:      https://buildbloom.co.uk
 * Template:         Divi
 * Version:         1.0.0
 * Text Domain:     custom-theme-by-build--bloom
 * License:         GPL2
 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
 */
  
 
/* ---------------------- Theme customization starts here ---------------------- */

/* Global Fluent Forms submit button */
form.fluent_form .ff-btn-submit {
  background-color: #DAD0C2 !important;
  color: #000000 !important;
  border: none !important;
  transition: letter-spacing 0.2s ease;
}

/* Hover state – keep colour, add letter spacing */
form.fluent_form .ff-btn-submit:hover {
  background-color: #DAD0C2 !important;
  letter-spacing: 1px;
}

