/**
Theme Name: Monarch
Author: Clever Samurai
Author URI: https://cleversamurai.com
Description: Extended from Astra, a custom theme developed for Monarch
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: monarch
Template: astra
*/

body {
  color: #000000;
}

#gform_1 {
  margin-bottom: 6rem !important;
}

#gform_1 .gform_body {
  background-color: #ffede0 !important;
  padding: 4rem !important;
  border-radius: 1rem !important;
}

#gform_1 label {
  color: #000000 !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
}
#gform_submit_button_1 {
  background-color: transparent !important;
  border: 2px solid #f27a21 !important;
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  padding: 0.5rem 3rem !important;
  border-radius: 0.5rem !important;

  &:hover {
    background-color: #f27a21 !important;
    color: #ffffff !important;
  }
}

.menu-link {
  color: #f27a21 !important;

  &:hover {
    color: #000000 !important;
  }
}

.ast-footer-copyright {
  p {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
  }
}
/* .gfield_select {
  color: #fff !important;
  background: #fff url("/wp-content/uploads/2024/12/caret.png") no-repeat !important;
  border-radius: 5px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
} */
