/*
 Theme Name:   Twenty Twenty-Five Child
 Description:  A child theme for Twenty Twenty-Five
 Author:       Your Name
 Template:     twentytwentyfive
 Version:      1.0.0
*/
html, body {
  overflow-x: hidden;
}
#wp--skip-link--target {
  margin-top: 0 !important;
}
#wp--skip-link--target > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.wp-block-navigation {
  line-height: 20px;
}
.wp-block-navigation-item {
  margin-right: 40px;
}
.wp-block-navigation-item__label {
  text-transform: uppercase;
  color: #577195;
  letter-spacing: 1.5px;
}
.nav-block {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.nav-block figure img{
  width: auto;
  height: 60px;
}
.homepage-hero {
  display: flex;
  height: auto;
  aspect-ratio: 144 / 80;
  align-items: center;
  background-image: url('/wp-content/uploads/2026/08/willowsford-pond-community.webp');
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 120px;
}
.homepage-hero > div {
  padding: 40px;
}
.homepage-hero .wp-block-group {
  background-color: rgba(87, 113, 149, 0.8);
}
#modal-1-content .wp-element-button {
  line-height: 19px;
  padding: 8px 25px;
  letter-spacing: 1.5px;
}
.homepage-stats {
  padding: 20px 20px;
  background-color: #fff;
  margin-top: -60px;
  z-index: 1;
  position: relative;
  column-gap: 0;
}
.homepage-stats h3 {
  line-height: 1.07;
}
.homepage-stats h5 {
  letter-spacing: 1px;
}
.homepage-stats .wp-block-column {
  align-self: center;
  padding-left: 40px;
  padding-right: 40px;
}
.stats-middle-col {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding-top: 30px;
  padding-bottom: 30px;
}
.wp-block-heading {
  word-break: keep-all;
}
.star-group {
  position: relative;
  margin-bottom: 50px;
}
.star-group figure {
  z-index: 1;
  position: relative;
}
.star-group hr {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 950px;
  border-color: #979797;
  max-width: 100%;
  transform: translate(-50%);
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-37 {
  margin-bottom: 37px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mw-950 {
  max-width: 950px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ticker-group {
  margin-top: 90px;
  margin-bottom: 50px;
}
.ticker {
  column-gap: 0;
  height: 130px;
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite; /* Adjust 25s to change speed */
}
/* Pause the scrolling animation on mouse hover */
/*
.ticker-group:hover .ticker {
  animation-play-state: paused;
}
*/
.ticker-logo-group {
  padding-inline: 30px;
}
/* Keyframe animation for horizontal scroll */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.harvest-group {
  padding-top: 72px;
  padding-bottom: 72px;
}
.harvest-group > div {
  column-gap: 28px;
}
.harvest-copy, .belong-copy {
  align-self: center;
}
.harvest-copy-inner, .belong-copy-inner {
  max-width: 540px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
}
.harvest-image {
  display: flex;
  aspect-ratio: 706 / 750;
  background-image: url('/wp-content/uploads/2026/08/newfield-harvest-house.webp');
  background-size: cover;
  border-radius: 0 50px 50px 0;
}
.harvest-copy-inner .wp-block-paragraph {
  margin-bottom: 20px;
}
.guidance-group {
	padding-left: 20px;
	padding-right: 20px;
}
.guidance-group .guidance-copy {
  flex: 0 0 460px !important;
  align-self: center;
}
.guidance-group .guidance-image {
  flex: 0 0 383px !important;
}
.guidance-group > div {
  justify-content: space-evenly;
}
.wp-block-button:not(.nav-button) .wp-element-button {
  padding: 13px 0;
  line-height: 20px;
  width: 225px !important;
}
.wp-block-button.no-arrow:not(.nav-button) .wp-element-button {
  width: 200px !important;
}
.wp-block-button:not(.no-arrow) .wp-element-button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background-image: url('/wp-content/uploads/2026/08/button-arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  line-height: 18px;
  padding-bottom: 4px;
}
.approach-cols figure {
  text-align: right;
}
.approach-group {
  padding-bottom: 236px !important;
}
.approach-cols {
  position: relative;
  z-index: 1;
  margin-top: -228px;
}
.approach-cols p.mb-10 {
  letter-spacing: 1.5px;
}
.trusted-group figure img {
  border-radius: 50px;
}
.belong-group {
  background: linear-gradient(to right, #ffffff 37.5%, #f7f4ed 0);
  position: relative;
}
.belong-image {
  display: flex;
  aspect-ratio: 706 / 750;
  background-image: url('/wp-content/uploads/2026/08/willowsford-sycamore-lawn-event.webp');
  background-size: cover;
}
.belong-star {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.belong-group .wp-block-columns, footer .wp-block-columns {
  column-gap: 0;
}
footer p {
  font-size: 15px;
}
footer > div {
  padding-top: 75px;
  padding-bottom: 20px;
}
footer .col-1, footer .col-3 {
  flex: 460px 0 0 !important;
}
footer .col-2 {
  flex: 127px 0 0 !important;
}
footer .col-2 p {
  width: 1px;
  height: 100%;
  background: white;
  margin: 0 auto;
}
footer .col-4 {
  flex: 93px 0 0 !important;
  align-self: flex-end;
}
footer .col-3 .wp-block-group {
  padding: 22px 40px;
  border: 1px solid #ebe7de;
}
footer .col-3 h4 {
  line-height: 34px;
}
footer .col-3 p a {
  font-size: 17px;
  line-height: 25px;
}
@media screen and (min-width: 600px) {
  .homepage-hero {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .homepage-hero > div {
    padding: 70px 100px;
  }
  .homepage-stats {
    padding: 50px 100px;
    margin-top: -100px;
  }
  .stats-middle-col {
    border-right: 1px solid #979797;
    border-left: 1px solid #979797;
    border-top: none;
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .harvest-copy-inner, .belong-copy-inner {
    margin-left: 50px;
  }
}