.gform_wrapper.gravity-theme {
  -webkit-margin-before: 0px !important;
          margin-block-start: 0px !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2%;
  -ms-grid-columns: (1fr 2%) [12];
  grid-row-gap: 8px;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  width: 100%;
}

.gform_submission_error .hide_summary h2 {
    font-family: var(--wp--preset--font-family--body-font);
  }

/* Aggressive override as Gravity Forms styles this in various ways */

.form-consent {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}

div.gfield_description.gfield_consent_description {
  border: none !important;
  padding: 0 !important;
}

.gfield_description.gfield_consent_description > a {
  color: var(--wp--preset--color--brand-black) !important;
  text-decoration: underline;
  font-size: 18.2px !important;
}

.gform_wrapper.gravity-theme .gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.gform_wrapper.gravity-theme .gform_footer.left_label,
.gform_wrapper.gravity-theme .gform_footer.right_label,
.gform_wrapper.gravity-theme .gform_page_footer.left_label,
.gform_wrapper.gravity-theme .gform_page_footer.right_label {
  padding: 0;
}

.gform_wrapper.gravity-theme label.gfield_label {
  color: var(--wp--preset--color--brand-black);
  font-family: var(--wp--preset--font-family--body-font);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--bold);
  line-height: var(--wp--custom--line-height--body);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gform_wrapper.gravity-theme
  .gform_fields.left_label
  fieldset
  .ginput_container,
.gform_wrapper.gravity-theme
  .gform_fields.right_label
  fieldset
  .ginput_container {
  float: right;
  width: 90%;
  margin-bottom: 24px;
  margin-top: 10px;
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  border-bottom: 2px solid var(--wp--preset--color--green);
  background-color: transparent !important;
}

@media only screen and (max-width: 599px) {
  .gform_wrapper.gravity-theme label.gfield_label {
    font-size: var(--wp--preset--font-size--regular);
  }

  .gform_button.button {
    width: 100%;
    font-size: 15.0843px;
    cursor: pointer;
  }

  .gform_wrapper.gravity-theme
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 107% !important;
  }
}

.gform_wrapper .gform_validation_errors {
  background: #fff9f9;
  border: 1.5px solid #ff3104;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 11%), 0 0 4px rgb(18 25 97 / 4%);
          box-shadow: 0 1px 4px rgb(0 0 0 / 11%), 0 0 4px rgb(18 25 97 / 4%);
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 16px 16px 16px 48px;
  position: relative;
  width: 100%;
}

/* Target the first validation summary container on the main form page. */

#gform_1_validation_container {
  margin-top: 26px;
  margin-bottom: 26px;
}

.gform_wrapper .gform_validation_errors > h2 {
  color: #ff3104;
  font-family: var(--wp--custom--heading--typography--font-weight);
  font-size: 18.2px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0px 0px 12px 0px;
}

.gform_wrapper .gform_validation_errors > ol a {
  color: #ff2e00;
  font-size: 18.2px;
  text-decoration: none;
}

.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  height: 69px;
  left: 12px;
  position: absolute;
  top: 0;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: #fff9f9;
  border: 1.5px solid #ff3104;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 11%), 0 0 4px rgb(18 25 97 / 4%);
          box-shadow: 0 1px 4px rgb(0 0 0 / 11%), 0 0 4px rgb(18 25 97 / 4%);
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 14px 16px 16px 16px;
  position: relative;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  clear: both;
  font-family: inherit;
  font-size: 18.2px;
  letter-spacing: normal;
  line-height: inherit;
  padding-top: 13px;
  color: #ff2e00;
  width: 100%;
}

.gform_wrapper .gfield_error label {
  color: #ff2e00;
}

#gfield_description_1_11,
#gfield_description_3_11 {
  color: var(--wp--preset--color--brand-black) !important;
  font-size: 15px;
}

#field_1_11 {
  margin-bottom: 0 !important;
}

.gform_button.button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--wp--preset--color--green);
  border-radius: 10px;
  border: none;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 400px;
  height: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 107%;
  padding: 11px;
  width: 326.75px;
}

input[type="checkbox"] + label {
  display: inline;
  margin-left: 0em;
  padding-left: 0em;
  line-height: 1.1em;
}

.mobile-carousel {
  display: none;
}

@media only screen and (max-width: 599px) {
  .desktop-carousel {
    display: none;
  }
  .mobile-carousel {
    display: block;
  }
}

a {
  text-decoration: underline;
}

/* Custom CSS blocks */

.site-header {
  border-bottom: 3px solid var(--wp--preset--color--green) !important;
  margin-bottom: 30px;
  margin-top: 26px;
  padding-bottom: 20px;
}

.site-header .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.navigation-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lead-ask {
  border-bottom-width: 3px;
  border-style: solid;
  -o-border-image: linear-gradient(
      270deg,
      var(--wp--preset--color--pink) -8.93%,
      var(--wp--preset--color--white) 100%
    )
    1;
     border-image: -webkit-gradient(
      linear,
      right top, left top,
      color-stop(-8.93%, var(--wp--preset--color--pink)),
      to(var(--wp--preset--color--white))
    )
    1;
     border-image: linear-gradient(
      270deg,
      var(--wp--preset--color--pink) -8.93%,
      var(--wp--preset--color--white) 100%
    )
    1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-bottom: 50px;
}

.lead-ask__column__overlay {
  background-image: url(https://wesayenough.co.uk/app/uploads/2022/08/wide-screen.jpeg);
  height: 500px;
  background-size: cover;
  padding-bottom: 45px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lead-form {
  border-bottom-width: 3px;
  border-style: solid;
  -o-border-image: linear-gradient(
      270deg,
      var(--wp--preset--color--pink) -8.93%,
      var(--wp--preset--color--white) 100%
    )
    1;
     border-image: -webkit-gradient(
      linear,
      right top, left top,
      color-stop(-8.93%, var(--wp--preset--color--pink)),
      to(var(--wp--preset--color--white))
    )
    1;
     border-image: linear-gradient(
      270deg,
      var(--wp--preset--color--pink) -8.93%,
      var(--wp--preset--color--white) 100%
    )
    1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.do-you-agree {
  font-style: normal;
  font-weight: 400;
  font-size: 27.92px !important;
  line-height: 130%;
  margin-bottom: 24px !important;
}

.right-to-food-logo {
  margin-left: 10px;
}

/* WordPress overrides */

body .wp-block-post-title {
  display: none !important;
}

.wp-site-blocks {
  max-width: 1354.5px;
  margin-left: auto;
  margin-right: auto;
}

main.wp-block-group {
  -webkit-margin-before: 0px !important;
          margin-block-start: 0px !important;
}

.wp-block-navigation-item__content {
  font-family: var(--wp--preset--font-family--heading-font);
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 107%;
  text-align: center;
  color: var(--wp--preset--color--green) !important;
}

.wp-block-navigation .wp-block-navigation-item__content {
  color: var(--wp--preset--color--green) !important;
}

.wp-block-navigation__responsive-container-open svg {
  fill: var(--wp--preset--color--green);
  width: 43px;
  height: 34px;
}

.wp-block-navigation__responsive-container-close svg {
  fill: var(--wp--preset--color--green) !important;
  height: 48px !important;
  width: 48px !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
  background-color: white !important;
  background-repeat: repeat-y;
  background-size: 600px;
}

input[type="text"],
input[type="email"] {
  background-color: white;
}

footer.wp-block-template-part {
  border-top: 3px solid var(--wp--preset--color--green) !important;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.wp-block-template-part .wp-block-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

footer.wp-block-template-part .wp-block-group p {
      -webkit-margin-before: 0;
              margin-block-start: 0;
      font-weight: 600;
      font-size: 16px;
      line-height: 120%;
      margin-left: 18px;
      max-width: 531px;
    }

footer.wp-block-template-part .wp-block-social-links {
    gap: 5px;
  }

footer.wp-block-template-part .wp-block-group p {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  margin-left: 0px;
  max-width: 300px;
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  margin-right: 20px;
  vertical-align: bottom;
}

.wp-block-navigation a:hover,
.wp-block-navigation a:focus {
  color: var(--wp--preset--color--pink) !important;
  text-decoration: none;
}

/*
Ugly override to overcome this rule applied to .wp-site-blocks > * 
    margin-block-start: var( --wp--style--block-gap );

Better to override this at a theme level, but for the moment, let us do this.
*/

body.home div.wp-container-6 {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.logos .wp-block-image {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }

.gfield_consent_label a {
    font-size: 18.2px;
  }

@media only screen and (max-width: 599px) {
  h1 {
    font-size: var(--wp--preset--font-size--small);
    line-height: 110%;
  }
    header .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
    }

    header .wp-block-columns:not(.is-not-stacked-on-mobile)
      > .wp-block-column:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

  h2 {
    font-size: var(--wp--preset--font-size--regular);
    line-height: 142%;
  }

  footer.wp-block-template-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

    footer.wp-block-template-part .wp-block-social-links {
      padding-top: 20px;
    }

    footer.wp-block-template-part img {
      height: 44.11px;
      width: 157px;
    }

  .lead-ask {
    border-bottom: 3px solid var(--wp--preset--color--green) !important;
    -o-border-image: none;
       border-image: none;
  }

  .lead-form {
    -webkit-margin-before: 0 !important;
            margin-block-start: 0 !important;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    border-bottom: none;
  }

    .lead-form h1 {
      text-align: center;
    }

  .do-you-agree {
    font-style: normal;
    font-size: 22px !important;
    line-height: 140% !important;
  }

    .do-you-agree mark.has-green-color {
      color: var(--wp--preset--color--brand-black) !important;
      text-decoration: underline;
      -webkit-text-decoration-color: var(--wp--preset--color--green);
              text-decoration-color: var(--wp--preset--color--green);
    }

  .front-page-demands {
    border-bottom: 3px solid var(--wp--preset--color--green);
  }

  .front-page-demands__inner {
    margin-left: 25px !important;
    margin-right: 25px !important;
    padding-bottom: 25px;
  }

    .front-page-demands__inner h2 {
      color: var(--wp--preset--color--brand-black) !important;
    }

  .main-cta {
    text-align: center;
  }

  .wp-image-61 {
    width: 80vw;
  }

  .site-header {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .site-header .wp-block-column {
    display: block;
  }

  .gfield_consent_label {
    font-weight: 700;
    font-size: 18px;
    line-height: 107%;
    color: #1e1e1e;
  }

  .gform_wrapper.gravity-theme
    .left_label
    .gfield:not(.gsection):not(.gfield_html):not(fieldset),
  .gform_wrapper.gravity-theme
    .right_label
    .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }

  .gform_wrapper.gravity-theme
    .left_label
    div.gfield
    > div:not(.ui-resizable-handle):not(.gfield-admin-icons),
  .gform_wrapper.gravity-theme
    .right_label
    div.gfield
    > div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
    width: 100%;
  }

  .gform_wrapper.gravity-theme .left_label .gfield_label,
  .gform_wrapper.gravity-theme .right_label .gfield_label {
    width: 100%;
  }

  .gform_wrapper.gravity-theme
    .gform_fields.left_label
    fieldset
    .ginput_container,
  .gform_wrapper.gravity-theme
    .gform_fields.right_label
    fieldset
    .ginput_container {
    width: 100%;
  }
}
