/*
Theme Name: Edamame
Theme URI:
Author: Stix
Author URI:
Description: Lorem ipsum
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edamame
*/

header {
  background: var(--wp--preset--color--background-dark);
}

.max-w-50 {
  max-width: 50%;
}

@media screen and ( max-width: 1050px) {
    .container-1050 {
        flex-direction: column !important;
    }

    .max-w-50 {
      max-width: 100%;
    }
}

/* Gravity Forms Styles Start*/
.gform_heading .gform_required_legend {
  display: none !important;
}

.edamame-form-container {
  background: #fff;
  color: var(--wp--preset--color--ink);
  border: 4px solid var(--wp--preset--color--green);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 35px 80px rgba(0,0,0,.2);
  opacity: 1;
  transform: none;
}

.gform_fields {
  row-gap: 14px !important;
}

.gform_wrapper label,
.gform_wrapper input.button {
  font-weight: 800 !important;
}

.gfield input, .gfield select {
  padding-left: 32px;
  font-size: 18px !important;
  line-height: 30px !important;
  color: var(--wp--preset--color--line) !important;
}

.gform_wrapper input.button {
  padding: 0 23px;
  width: 100% !important;
  border-radius: 999px !important;
  min-height: 52px;
  font-size: 15px !important;
}

.edamame-form-container .gform_confirmation_message {
  padding: 0 5em;
}

.edamame-form-container:has(.gform_confirmation_wrapper) p.disclaimer-text {
  display: none !important;
}

.edamame-form-container .gform_confirmation_message h3 {
  font-size: 30px;
  line-height: 41px;
}

#onlist {
  font-size: 27px;
}

.edamame-form-container .gform_confirmation_message p {
  font-size: 22px;
}

/* Gravity Forms Styles End*/
