/**
Theme Name: Template
Author: Spotlight Media
Author URI: https://spotlightmediafargo.com/about/
Description: This is a child theme of Astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: template
Template: astra
*/

/* try get the spinner on the button rather that sitting down below — terrible hack */
.gform-loader {
  margin-top: -66px;
  margin-left: calc( 50% - 120px );
}

.elementor-widget-button .elementor-button.alternate-color {
  background-color: var( --e-global-color-secondary );
  border-color: var( --e-global-color-secondary );
}

.elementor-widget-button .elementor-button.alternate-color:hover {
  background-color: inherit;
  border-color: inherit;
  color: var( --e-global-color-secondary );
}

