/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
  --midnightGreen: #134455;
  --mint: #04b383;
  --white: #ffffff;
  --tusk: #eaf6d3;
  --keyLime: #ebf997;
  --neutral1: #f6f8fa;
  --neutral7: #666b8c;
  --neutral9: #2e2e3a;
}

.highlight--midnightGreen {
  color: var(--midnightGreen);
}

.highlight--mint {
  color: var(--mint);
}

.highlight--keyLime {
  color: var(--keyLime);
}

.dropShadow--darkX {
  text-shadow:
    1px 1px 16px var(--neutral9),
    0px 0px 24px rgba(46, 46, 58, 0.5);
}

.dropShadow--dark {
  text-shadow: 0.5rem 0.5rem 0px rgba(46, 46, 58, 0.375);
}

.dropShadowTight--dark {
  text-shadow: 0.125rem 0.125rem 0px rgba(46, 46, 58, 0.65);
}

.dropShadowSubtle--dark {
  text-shadow: 0.25rem 0.25rem 0.5rem rgba(46, 46, 58, 0.65);
}

.roundedCorners {
  border-radius: 3rem;
  overflow: hidden;
  z-index: 2;
  box-shadow: 1rem 1rem 0 rgba(102, 107, 140, 0.35);
}

.positionAnchor {
  position: relative;
}

.dropShadow {
  position: absolute;
  aspect-ratio: 9 / 16;
  max-width: 400px;
  width: 100%;
  background-color: rgba(102, 107, 140, 0.35);
  left: calc(50% - 200px);
  bottom: -1.5rem;

  border-radius: 3rem;
}

#tractorOnly {
  margin: 0 auto;
  width: 180px;
  height: 205px;
}

.card {
  border-radius: 2rem;
  width: 22rem;
  z-index: 2;
  min-height: 600px;
}

.card--top {
  background-color: var(--tusk);
  border-radius: 2rem 2rem 0 0;
  padding: 0 1rem;
  position: relative;
  overflow: hidden;
}

.card--content {
  padding: 1rem;
}

.card:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-color: var(--white);
  left: 0;
  top: 0;
  z-index: -1;
}

.card:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2.75rem;
  background-color: rgba(46, 46, 58, 0.25);
  left: 0.75rem;
  top: 0.75rem;
  z-index: -10;
  background-blend-mode: multiply;
}

.softenBorder {
  position: relative;
}

.softenBorder .elementor-widget-container {
  filter: saturate(112%) brightness(0.995);
}

.softenBorder:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-width: 4px;
  border-style: solid;
  z-index: 10;
}

.softenBorder--tusk:after {
  border-color: var(--tusk);
}

header .elementor-widget-container img {
  height: 64px;
  width: 104px;
}

.playOverlay {
  position: relative;
}

.playOverlay:after {
  position: absolute;
  content: "";
  height: 4rem;
  width: 4rem;
  background-color: rgba(46, 46, 58, 0.65);
  border-radius: 50%;
  left: calc(50% - 2rem);
  top: calc(50% - 2rem);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2rem 2rem;
  background-image: url("assets/images/playIcon-light.svg");
  cursor: pointer;
}

ol.benefits {
  list-style-type: upper-alpha;
  padding-inline-start: 1.5rem;
}

ol.benefits li {
  position: relative;
  padding-left: 0.75rem;
}

ol.benefits li h6 {
  font-weight: 800;
  font-family: sofia-pro-soft, sans-serif !important;
  letter-spacing: -0.03em !important;
  color: var(--neutral9);
  font-size: 0.9rem;
  margin-bottom: 0rem;
  text-transform: uppercase;
}

ol.benefits li::marker {
  color: var(--neutral--7);
  font-weight: 800;
  font-size: 0.85rem;
  font-family: sofia-pro-soft, sans-serif !important;
  letter-spacing: -0.02em !important;
  width: 3rem;
}

ol.benefits lix:before {
  position: absolute;
  content: "";
  height: 0.35rem;
  width: 0.35rem;
  background-color: var(--neutral7);
  left: -7.5px;
  top: 13px;
  z-index: 2;
}

ol.benefits lix:after {
  position: absolute;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1rem;
  background-color: var(--neutral7);
  left: -1.375rem;
  top: -0.125rem;
  z-index: -1;
}

.categoryTabs .e-n-tab-title-text {
  justify-content: center;
}

.categoryTabs .e-n-tabs-heading button {
  display: block !important;
}

.categoryTabs .e-n-tabs-heading button {
  position: relative;
  padding-top: 2rem;
}

.categoryTabs .e-n-tabs-heading button:after {
  position: absolute;
  content: "";
  height: 3rem;
  width: 3rem;
  top: -1.5rem;
  left: calc(50% - 1.5rem);
  background-size: contain;
  background-repeat: no-repeat;
}

.categoryTabs .e-n-tabs-heading button:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 3rem;
  bottom: 0rem;
  left: calc(50% - 1.5rem);
  text-align: center;
  color: var(--neutral7);
  font-weight: 500 !important;
  font-family: sofia-pro-soft, sans-serif !important;
  letter-spacing: -0.02em !important;
  font-size: 0.8rem;
  line-height: 1rem;
}

#aquaculture:after {
  background-image: url("assets/images/aquaCultureBounded-off.svg");
}

#aquaculture[aria-selected="true"]:after {
  background-image: url("assets/images/aquaCultureBounded.svg");
}

#broadacre:after {
  background-image: url("assets/images/broadacreBounded-off.svg");
}

#broadacre[aria-selected="true"]:after {
  background-image: url("assets/images/broadacreBounded.svg");
}

#horticultureB:after,
#horticulture:after {
  background-image: url("assets/images/horticultureBounded-off.svg");
}

#horticultureB[aria-selected="true"]:after,
#horticulture[aria-selected="true"]:after {
  background-image: url("assets/images/horticultureIcon.svg");
}

#horticulture:before {
  content: "(Trees)" !important;
}

#horticultureB:before {
  content: "(Plants)" !important;
}

#livestock:after {
  background-image: url("assets/images/livestockBounded-off.svg");
}

#livestock[aria-selected="true"]:after {
  background-image: url("assets/images/livestockIcon.svg");
}

.footerMenu {
  color: var(--tusk);
  text-transform: uppercase !important;
  font-weight: 800 !important;
  font-family: sofia-pro-soft, sans-serif !important;
  letter-spacing: -0.02em !important;
}

.evenParagraph {
  min-height: 6rem;
}

.fullWidth .elementor-button {
  width: 100%;
}

.interview {
  padding-left: 0;
}

.interview > li {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 766px) {
  .softenBorder:after {
    border-width: 4px 0;
  }

  .noOverflow {
    overflow-x: clip;
    width: calc(100% + 4rem);
  }

  .card {
    width: 100%;
    min-height: 480px;
  }
}

strong {
  font-weight: 600;
}

ol.master {
  padding-left: 0;
}

ol.alphaList {
  list-style-type: lower-alpha;
}

ul.discList,
ol.alphaList ul {
  list-style-type: disc !important;
}

/* gravity forms */
.gform-body {
  border: 0px dotted #000080;
}

.gform-body .gfield_consent_description {
  padding: 1.5rem 0 !important;
  border-width: 0 !important;
}

.gform-body .gfield_consent_description a {
  font-weight: 700 !important;
}

.gform-body select,
.gform-body input[type="text"],
.gform-body input[type="tel"],
.gform-body input[type="email"],
.gform-body input[type="password"] {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  box-shadow: none !important;
  border-width: 0 !important;
  border-radius: 0.5rem !important;
}

.gform-body input[type="checkbox"] {
  box-shadow: none !important;
  border-width: 0 !important;
  border-radius: 0.5rem !important;
}

.gform-body select {
  height: 3rem !important;
  line-height: 1rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  box-sizing: border-box;
}

body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button {
  border-color: var(--mint) !important;
  color: var(--mint) !important;
  border-width: 2px !important;
  border-style: solid !important;
  background-color: transparent !important;
  width: auto !important;
  font-family: new-atten-round, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  border-radius: 1rem !important;
  padding: 1.5rem !important;
  text-transform: uppercase !important;
  font-size: 1rem !important;
}

html
  body
  .gform_wrapper
  .gform_body
  .gform_page_footer
  input[type="submit"].gform_button {
  border-color: var(--mint) !important;
  color: var(--white) !important;
  border-width: 2px !important;
  border-style: solid !important;
  background-color: var(--mint) !important;
  width: auto !important;
  font-family: new-atten-round, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  border-radius: 1rem !important;
  padding: 1.5rem !important;
  text-transform: uppercase !important;
  font-size: 1rem !important;
}

/* extra brute force to beat specifivity and override the imcumbent important declaration */
.eael-gravity-form
  .gf-coopApplication
  .gform_body
  .gform-page-footer.gform_page_footer
  input[type="submit"] {
  width: auto !important;
  visibility: hidden !important;
}

.gform-theme--framework .gf_step_completed .gf_step_number:after {
  background-color: var(--mint) !important;
  border-color: var(--mint) !important;
  color: --(white) !important;
}

/* end gravity forms */

/* canada styles */

.page-id-6989 header .elementor-button,
.page-id-6989 #auSocials,
#caSocials,
.page-id-6989 .elementor-nav-menu--main,
.page-id-6989 .elementor-hidden-tablet .elementor-icon-wrapper,
.page-id-6989 .elementor-hidden-mobile .elementor-icon-wrapper {
  display: none;
}

.page-id-6989 #caSocials {
  display: block !important;
}

/* region selection */
.geoRedirect__overlay {
  background-color: rgba(102, 107, 140, 0.6) !important;
  backdrop-filter: blur(5px);
  position: fixed;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.geoRedirect__modal {
  background-color: var(--white);
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1rem 1rem 0 rgba(46, 46, 58, 0.25);
}

.geoRedirect__buttons {
  display: flex;
  column-gap: 1rem;
  row-gap: 1rem;
}

.geoRedirect__button {
  border-color: var(--mint);
  background-color: var(--mint);
  margin: 1rem 0 0 0;
}

.geoRedirect__button--yes {
  color: var(--white);
}

.geoRedirect__button--no {
  color: var(--mint);
  background-color: transparent !important;
}

.geoRedirect__button:hover {
  border-color: var(--midnightGreen);
  background-color: var(--midnightGreen) !important;
  color: var(--keyLime);
}

#regionSelect {
  width: 4rem;
  position: relative;
  height: 4rem;
  overflow: visible;
}

#regionSelect .regionSelect {
  display: flex;
  align-items: center;
  height: 74px;
  position: absolute;
}

#regionSelect .regionSelectInner {
  border-radius: 2.5rem;
  padding: 0.5rem;
  height: 5rem;
  width: 5rem;
  box-shadow: none;
  transition:
    height 0.25s ease-in-out,
    background-color 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out;
  display: flex;
}

#regionSelect.active .regionSelectInner {
  display: flex;
  row-gap: 2.5rem;
  background-color: var(--white);
  flex-direction: column;
  height: 13.5rem;
  left: -0.5rem;
  top: -0.5rem;
  width: 5rem;
  padding: 0.5rem;
  box-shadow: 0.75rem 0.75rem 0 rgba(46, 46, 58, 0.25);

  /* pointer-events: none; */
}

.region {
  opacity: 0;
  background-color: var(--neutral1);
  border-radius: 50%;
  justify-content: center;
  height: 0;
  width: 0;
  align-items: center;
  font-size: 0rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: opacity 0.25s ease-in-out;
  display: none;
  cursor: pointer;
}

#countrySelect-au {
  background-image: url("assets/images/au-icon.png");
}
#countrySelect-nz {
  background-image: url("assets/images/nz-icon.png");
}
#countrySelect-ca {
  background-image: url("assets/images/ca-icon.png");
}
#countrySelect-int {
  background-image: url("assets/images/int-icon.png");
}

.active #countrySelect-au:before {
  content: "Australia";
}
.active #countrySelect-nz:before {
  content: "New Zealand";
}
.active #countrySelect-ca:before {
  content: "Canada";
}

.active #countrySelect-int:before {
  content: "Global";
}

.active.region,
.active .region {
  width: 4rem;
  height: 4rem;
  opacity: 1;
  font-size: 0rem;
  position: relative;
  display: block;
}

.active.region {
  pointer-events: none;
}

.active .region:before {
  text-align: center;
  color: var(--neutral7);
  font-family: new-atten-round, sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: absolute;
  bottom: -1.5rem;
  left: -0.25rem;
  font-size: 0.75rem;
  width: 4.5rem;
  height: 1rem;
  line-height: 0.75rem;
  text-transform: uppercase;
}

.active .region.active:before {
  color: var(--neutral9);
  font-weight: 900;
}

.active .region.active:after {
  content: "";
  width: 1rem;
  height: 1rem;
  right: 0;
  top: 0;
  background-color: var(--mint);
  border-radius: 50%;
  position: absolute;
}

/* end region selection */
