/* source/search.scss */
.section-stacked-wrapper {
  background-color: var(--background-cream);
}
.section-stacked-wrapper__content {
  padding: 0 1rem;
  max-width: var(--site-max-width);
  margin: 0 auto;
}
.section-stacked-wrapper__content .section-stacked:nth-child(1) {
  z-index: 8;
}
.section-stacked-wrapper__content .section-stacked:nth-child(2) {
  z-index: 7;
}
.section-stacked-wrapper__content .section-stacked:nth-child(3) {
  z-index: 6;
}
.section-stacked-wrapper__content .section-stacked:nth-child(4) {
  z-index: 5;
}
.section-stacked-wrapper__content .section-stacked:nth-child(5) {
  z-index: 4;
}
.section-stacked-wrapper__content .section-stacked:nth-child(6) {
  z-index: 3;
}
.section-stacked-wrapper__content .section-stacked:nth-child(7) {
  z-index: 2;
}
.section-stacked-wrapper__content .section-stacked:nth-child(8) {
  z-index: 1;
}
.section-stacked-wrapper__content .section-stacked:not(:first-child) {
  margin-top: -18px;
  padding: 58px 18px 40px 18px;
}
@media screen and (min-width: 1040px) {
  .section-stacked-wrapper__content .section-stacked:not(:first-child) {
    margin-top: -72px;
    padding: 168px 72px 96px 72px;
  }
}
.section-stacked {
  position: relative;
  box-sizing: border-box;
  background-color: white;
  overflow: hidden;
  padding: 40px 18px;
  border-radius: 0 0 18px 18px;
}
@media screen and (min-width: 1040px) {
  .section-stacked {
    padding: 96px 72px;
    border-radius: 0 0 70px 70px;
  }
}
.section-stacked__content > *:first-child {
  margin-top: 0;
}
.section-stacked--narrow .section-stacked__content {
  max-width: var(--site-narrow-width);
  margin: 0 auto;
}
.section-stacked--scheme-cream {
  background-color: var(--brand-cream);
  color: var(--brand-green);
}
.section-stacked--scheme-cream :where(p, h3, h4, h5, h6, li, a:not(.custom-button)) {
  color: var(--brand-green);
}
.section-stacked--scheme-dark-cream {
  background-color: var(--background-cream);
  color: var(--brand-green);
}
.section-stacked--scheme-dark-cream :where(p, h3, h4, h5, h6, li, a:not(.custom-button)) {
  color: var(--brand-green);
}
.section-stacked--scheme-green {
  background-color: var(--brand-green);
  color: var(--text-white);
}
.section-stacked--scheme-green :where(p, h1, h2, h3, h4, h5, h6, li, a:not(.custom-button)) {
  color: var(--text-white);
}
.section-stacked--scheme-green h1:not(.wp-block-post-title) {
  background-image: url(/wp-content/themes/scotts-orchard-theme/assets/images/rustic-alpha.png), linear-gradient(var(--text-white), var(--text-white));
  -webkit-text-fill-color: var(--text-white);
}
.section-stacked--scheme-transparent {
  background-color: transparent;
  color: var(--brand-green);
}
.section-stacked--scheme-transparent :where(p, h3, h4, h5, h6, li, a:not(.custom-button)) {
  color: var(--brand-green);
}
.section-stacked--pattern-diamond::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.05;
  z-index: -1;
  background-image: url(/wp-content/themes/scotts-orchard-theme/assets/images/diamond.png);
  background-position: center center;
  background-size: contain;
  background-repeat: repeat;
}
.section-stacked--pattern-rustic::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1;
  background-image: url(/wp-content/themes/scotts-orchard-theme/assets/images/rustic.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-stacked--scheme-background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.search .search__title {
  font-family: var(--font-family-1);
  font-size: 18px !important;
  font-weight: 32 !important;
  line-height: 120% !important;
  text-transform: none !important;
  color: var(--text-white) !important;
}
.search .search__title strong {
  font-family: inherit;
  font-size: 24px;
  font-weight: 48;
  letter-spacing: 1px;
  line-height: 120%;
  text-transform: uppercase !important;
}
.search .search__subtitle {
  font-family: var(--font-family-1);
  font-size: 16px;
  font-weight: 32;
  text-transform: none;
  margin-bottom: 40px;
}
.search .search__subtitle span {
  font-weight: 52;
}
.search .wp-block-search__inside-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .search .wp-block-search__inside-wrapper {
    flex-direction: row;
  }
}
.search .wp-block-search__input {
  font-family: var(--font-family-1);
  font-size: 40px;
  font-weight: 48;
  letter-spacing: 1px;
  line-height: 120%;
  text-transform: uppercase !important;
  color: var(--brand-cream);
  width: 100%;
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid var(--brand-cream);
  background-color: transparent;
}
.search .wp-block-search__label {
  font-family: var(--font-family-1);
}
.search .wp-block-search__button {
  display: inline-flex !important;
  align-items: center !important;
  width: max-content !important;
  background-color: transparent !important;
  padding: 14px 32px !important;
  border-radius: 100px !important;
  font-family: var(--font-family-1) !important;
  font-size: 40px !important;
  font-weight: 48 !important;
  letter-spacing: 1px !important;
  color: var(--text-white) !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-align: center !important;
  border: 2px solid var(--brand-cream) !important;
  cursor: pointer !important;
  transition: background 300ms ease-in-out, color 300ms ease-in-out !important;
}
.search .search__result--href {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--text-black);
  text-decoration: none;
}
.search .search__result--href:hover {
  text-decoration: underline;
}
.search .search__result--title {
  font-size: 24px;
  font-weight: 52;
  line-height: 120%;
  color: var(--brand-green);
}
.search .search__result--cite {
  font-size: 16px;
  font-weight: 32;
  font-style: normal;
  line-height: 140%;
  color: var(--text-black);
}
.search .search__result--blurbs p {
  font-size: 20px;
  font-weight: 32;
  line-height: 140%;
  color: var(--brand-green);
  margin: 0;
}
.search .search__result {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 2rem 0;
  border-top: 1px solid var(--text-black);
}
.search .search__pagination {
  text-align: center;
  margin-top: 2rem;
}
.search .search__pagination .prev {
  margin-right: 2rem;
}
.search .search__pagination .next {
  margin-left: 2rem;
}
.search .search__pagination span,
.search .search__pagination a {
  font-family: var(--font-family-1);
  font-size: 22px;
  font-weight: 32;
  line-height: 120%;
  text-transform: none;
  color: var(--text-black);
  text-decoration: none;
}
.search .search__pagination .page-numbers:not(.next, .prev) {
  margin: 0 4px;
}
.search .search__pagination .page-numbers.current {
  text-decoration: underline !important;
}
/*# sourceMappingURL=search.build.css.map */
