/*
Theme Name: Big Fish
Theme URI: https://bigfishdallas.com
Description: A custom child theme of Hello Elementor, developed by Big Fish Consulting.
Author: Big Fish Consulting
Author URI: https://bigfishdallas.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: big-fish
*/

/* --- Gravity Forms Styling --- */
.gform_wrapper .gform_heading {
  display: none !important;
}

.gform_wrapper .web-form input.gform_button {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  border-radius: 30px !important;
  padding: 15px 18px !important;
  background-color: var(--e-global-color-216b192) !important;
  color: #fff !important;
  transition: background-color 0.3s ease;
}

.gform_wrapper .web-form input.gform_button:hover {
  background-color: var(--e-global-color-primary) !important;
}

span.gfield_required {
    display: none;
}
