/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/custom-full-layouts/full-layout--search-cta/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.full-width-search-cta {
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF;
}
.full-width-search-cta .fwsc-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px 150px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) and (max-width: 1549.98px) {
  .full-width-search-cta .fwsc-row {
    gap: 30px 75px;
  }
}
.full-width-search-cta .fwsc-row .search-cta,
.full-width-search-cta .fwsc-row .recommended-searches {
  width: calc((100% - 150px) / 2);
}
@media (min-width: 1200px) and (max-width: 1549.98px) {
  .full-width-search-cta .fwsc-row .search-cta,
  .full-width-search-cta .fwsc-row .recommended-searches {
    width: calc((100% - 75px) / 2);
  }
}
@media all and (max-width: 1199.98px) {
  .full-width-search-cta .fwsc-row .search-cta,
  .full-width-search-cta .fwsc-row .recommended-searches {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
}
.full-width-search-cta .fwsc-row .search-cta .search-cta-form {
  width: 100%;
}
.full-width-search-cta .fwsc-row .search-cta .search-cta-form input[type=search] {
  width: 100%;
}
.full-width-search-cta .fwsc-row .recommended-searches {
  text-align: center;
}
.full-width-search-cta .fwsc-row .recommended-searches .quick-search-links .wp-block-buttons {
  justify-content: center;
}
.full-width-search-cta .fwsc-row .recommended-searches .quick-link,
.full-width-search-cta .fwsc-row .recommended-searches .is-style-grady-text-link .wp-block-button__link {
  text-decoration: underline !important;
  font-family: "Nunito Sans", sans-serif !important;
  white-space: nowrap !important;
  position: relative !important;
  font-size: 17px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
  padding: 0 3px !important;
  transition: all ease 250ms !important;
  border-bottom: 1px solid transparent;
}
.full-width-search-cta .fwsc-row .recommended-searches .quick-link::after,
.full-width-search-cta .fwsc-row .recommended-searches .is-style-grady-text-link .wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 22px;
  background-color: #F9E547;
  right: -5px;
  top: 12px;
  bottom: 3px;
  transition: all ease 250ms;
}
.full-width-search-cta .fwsc-row .recommended-searches .quick-link.no-divider::after,
.full-width-search-cta .fwsc-row .recommended-searches .is-style-grady-text-link .wp-block-button__link.no-divider::after {
  display: none;
}
.full-width-search-cta .fwsc-row .recommended-searches .quick-link:hover, .full-width-search-cta .fwsc-row .recommended-searches .quick-link:focus,
.full-width-search-cta .fwsc-row .recommended-searches .is-style-grady-text-link .wp-block-button__link:hover,
.full-width-search-cta .fwsc-row .recommended-searches .is-style-grady-text-link .wp-block-button__link:focus {
  text-decoration: none !important;
  border-bottom: 1px solid #FFFFFF;
}

/*# sourceMappingURL=style-index.css.map*/