/*
Theme Name: Overhead Child (Hello Elementor)
Theme URI: https://splust.com
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
*/

/* No @import needed; parent styles are enqueued via functions.php */

:root {
    /* Base Spacing Unit */
    --spacing-unit: 15px;
  
    /* Colors */
    --primary-color: #E00034;
    --primary-transparent: #e00034b5;
    --grey-color: #f1f2f2;
}

.gform_button {
   background-color: #E00034 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	border-radius: 0px !important;
	padding: 10px !important;
}

/* STYLES ARE IN THE TEMPLATES AS THEY WERE OVERRIDDEN BY ELEMENTOR - ADDRESS POST LAUNCH */