/*!
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
:root {
  scroll-padding-top: 140px !important;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

/* Overrides */
.button {
  border: 0;
}

.no-results.not-found {
  margin-top: 3rem;
}

.wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}

.wpcf7-list-item label {
  display: flex !important;
  align-items: center !important;
}

.wpcf7-list-item input {
  width: auto !important;
  margin-right: 0.5rem !important;
}

@media only screen and (max-width: 778px) {
  #footer .wf-container-footer .wf-container .custom-menu {
    display: none;
  }
  #footer .wf-container-footer .wf-container .custom-menu.is-active {
    display: block;
  }
  #footer .wf-container-footer .wf-container .widget-title {
    display: flex;
    justify-content: space-between;
  }
  #footer .wf-container-footer .wf-container .widget-title:after {
    content: "▼";
  }
  #footer .wf-container-footer .wf-container .widget-title.is-active:after {
    content: "▲";
  }
}
@media only screen and (min-width: 985px) {
  #footer .wf-container-footer .wf-container {
    display: flex !important;
  }
}
.author.vcard {
  display: none !important;
}

.post-meta {
  color: #689c4a;
}

.owl-prev,
.owl-next {
  padding: 0 !important;
}

.branding a img, .branding img,
.mobile-header-bar .mobile-branding img {
  width: 200px !important;
}

/* .mobile-header-bar {
  flex-direction: row-reverse;
} */
.slider-post-caption {
  display: none;
}

h2,
.tax-locations h2 {
  font-size: 20px !important;
  line-height: 30px !important;
}

.taxonomy-description {
  text-align: center;
  text-transform: none;
}

.archive .taxonomy-description {
  margin-bottom: 0;
}

.tax-locations #main {
  padding: 0 0 80px 0;
}

.daly-listing-feature-blocks {
  margin: 0 0 3rem;
}

.daly-listing-feature-block {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 0;
  margin-bottom: 130px !important;
}

.daly-listing-feature-block.is-reversed .daly-listing-feature-block__image {
  order: 2;
}

.daly-listing-feature-block__image img {
  display: block;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  width: 100%;
}

.daly-listing-feature-block__content {
  align-self: center;
  background: #fff;
  padding: 120px 72px;
}

.daly-listing-feature-block__content p:last-child {
  margin-bottom: 0;
}

.daly-park-homes-carousel {
  margin: 2rem auto 4rem;
  max-width: 1240px;
  width: 100%;
}

.daly-park-homes-carousel h2 {
  margin: 0;
  text-align: left;
}

.daly-carousel-shell {
  box-sizing: border-box;
  position: relative;
}

.daly-carousel-header {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}

.daly-carousel-controls {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 0.75rem;
}

.daly-carousel-controls.is-hidden {
  display: none;
}

.daly-park-homes-carousel .homes-slider {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 0 3rem !important;
  position: relative;
}

.daly-park-homes-carousel .swiper-wrapper {
  align-items: stretch;
}

.daly-park-homes-carousel .daly-fallback-carousel .swiper-wrapper {
  display: flex;
  will-change: transform;
}

.daly-park-homes-carousel .swiper-slide {
  box-sizing: border-box;
  height: auto;
}

.daly-park-homes-carousel .daly-carousel-card {
  background: #fff;
  border: 1px solid #ece8e3;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.daly-carousel-card__media {
  color: inherit;
  display: block;
  overflow: hidden;
  position: relative;
}

.daly-carousel-card__image {
  aspect-ratio: 16/10.5;
  display: block;
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.daly-carousel-card__strapline,
.daly-carousel-card__status {
  background: rgba(255, 255, 255, 0.9);
  color: #689c4a;
  font-family: "Libre Baskerville", Helvetica, Arial, Verdana, sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.2;
  padding: 0.55rem 0.75rem;
  position: absolute;
}

.daly-carousel-card__strapline {
  bottom: 0;
  left: 0;
  max-width: 78%;
}

.daly-carousel-card__status {
  border-radius: 999px;
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  right: 0.75rem;
  text-transform: uppercase;
  top: 0.75rem;
}

.daly-carousel-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.2rem 1.2rem 1rem;
}

.daly-carousel-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.daly-carousel-card__details-link {
  color: initial;
  display: block;
  flex: 1;
}

.daly-carousel-card__actions {
  margin-top: auto;
}

.daly-carousel-card__actions .btn {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 64px;
}

.daly-carousel-card__title {
  color: #1f1f1f;
  display: block;
  font-family: "Libre Baskerville", Helvetica, Arial, Verdana, sans-serif;
  font-size: 19px;
  line-height: 1.4;
}

.daly-carousel-card__meta {
  color: #4f4a48;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 0.45rem 0.8rem;
  line-height: 1.35;
}

.daly-carousel-card__location {
  align-items: baseline;
  color: #689c4a;
  display: flex;
  font-size: 14px;
  gap: 0.35rem;
  line-height: 1.4;
}

.daly-carousel-card__price {
  align-items: center;
  background: #f6f5f3;
  color: #1f1f1f;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.65rem;
  justify-content: center;
  min-height: 72px;
  padding: 0.75rem 1rem;
  text-align: center;
}

.daly-carousel-card__price strong {
  font-size: 25px;
  line-height: 1.1;
}

.daly-carousel-card__was {
  color: #a33;
  font-size: 13px;
  text-decoration: line-through;
}

.daly-carousel-card__now {
  color: #689c4a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.daly-park-homes-carousel .swiper-button-prev,
.daly-park-homes-carousel .swiper-button-next {
  align-items: center;
  background: #689c4a;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: static;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  transform: none;
  width: 38px;
  z-index: 5;
}

.daly-park-homes-carousel .swiper-button-prev {
  left: auto;
}

.daly-park-homes-carousel .swiper-button-next {
  right: auto;
}

.daly-park-homes-carousel .swiper-button-prev:after,
.daly-park-homes-carousel .swiper-button-next:after {
  content: "" !important;
  display: none;
}

.daly-park-homes-carousel .swiper-navigation-icon {
  display: none !important;
}

.daly-park-homes-carousel .swiper-button-prev:before,
.daly-park-homes-carousel .swiper-button-next:before {
  border-color: #fff;
  border-style: solid;
  content: "" !important;
  display: block;
  height: 11px;
  width: 11px;
}

.daly-park-homes-carousel .swiper-button-prev:before {
  border-width: 0 0 3px 3px;
  margin-left: 4px;
  transform: rotate(45deg);
}

.daly-park-homes-carousel .swiper-button-next:before {
  border-width: 3px 3px 0 0;
  margin-right: 4px;
  transform: rotate(45deg);
}

.daly-park-homes-carousel .swiper-button-prev:disabled,
.daly-park-homes-carousel .swiper-button-next:disabled {
  cursor: default;
  opacity: 0.35;
}

.daly-park-homes-carousel .swiper-pagination {
  bottom: 0 !important;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.daly-park-homes-carousel .swiper-pagination-bullet {
  background: #9b9b9b;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  opacity: 0.65;
  padding: 0;
  width: 10px;
}

.daly-park-homes-carousel .swiper-pagination-bullet-active {
  background: #689c4a;
  opacity: 1;
}

@media only screen and (max-width: 778px) {
  .daly-listing-feature-block {
    grid-template-columns: 1fr;
  }
  .daly-listing-feature-block.is-reversed .daly-listing-feature-block__image {
    order: 0;
  }
  .daly-listing-feature-block__image img {
    min-height: 240px;
  }
  .daly-listing-feature-block__content {
    padding: 2rem 1rem;
  }
  .daly-carousel-header {
    align-items: flex-start;
    gap: 0.85rem;
  }
  .daly-carousel-controls {
    display: none;
  }
  .daly-park-homes-carousel .swiper-button-prev,
  .daly-park-homes-carousel .swiper-button-next {
    height: 32px;
    width: 32px;
  }
  .daly-park-homes-carousel .swiper-button-prev {
    left: 0;
  }
  .daly-park-homes-carousel .swiper-button-next {
    right: 0;
  }
  .daly-park-homes-carousel .swiper-button-prev:before,
  .daly-park-homes-carousel .swiper-button-next:before {
    height: 9px;
    width: 9px;
  }
  .daly-carousel-card__image {
    height: 190px;
  }
  .daly-carousel-card__title {
    font-size: 17px;
  }
}
/* New styles */
.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

h2 a:hover {
  color: #689c4a;
}

.list-row {
  display: flex;
  flex-wrap: wrap;
  list-style: none !important;
  padding: 0;
  margin: 0 -30px !important;
}

.list-row li article {
  padding: 30px;
}

.list-row-item.default {
  width: 33.3%;
}

@media only screen and (max-width: 550px) {
  .list-row-item.default,
  .list-row-item.alt {
    width: 100%;
  }
}
@media only screen and (min-width: 550px) {
  .list-row-item.alt {
    width: 50%;
    max-width: 50%;
  }
}
.list-row li a {
  padding-top: 10px;
  margin-right: 20px;
}

.list-row li figure {
  margin-bottom: 25px;
}

.list-row li figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

textarea.wpcf7-validates-as-required.wpcf7-not-valid,
select.wpcf7-validates-as-required.wpcf7-not-valid {
  border-color: #f55b5f;
}

/* Pop up */
.popUp {
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 200;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  max-width: 400px;
  width: calc(100% - 2rem);
  height: auto;
}

.popUp.hidden {
  display: none;
}

.popUp-image-wrapper {
  position: relative;
}

.popUp-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #689c4a;
  border: 0;
}

.popUp-close img {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
}

.popUp-image {
  width: 100%;
  height: auto;
}

.popUp-content {
  text-align: center;
  padding: 2rem;
}

.popUp-title {
  text-transform: uppercase;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 103;
  padding: 1rem;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal--popup .modal__container {
  padding: 0;
  position: relative;
}

.modal--popup .modal__container img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.modal__header {
  display: flex;
  right: 0;
  padding: 0.3rem;
  position: absolute;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal--popup .modal__footer {
  padding: 2rem 4rem;
}

@media screen and (max-width: 767px) {
  .modal--popup .modal__footer {
    padding: 1rem 2rem;
  }
}
.modal--popup .modal__footer .headline_text {
  text-transform: uppercase;
}

.modal--popup .modal__footer .button,
.modal--popup .modal__footer .headline_text,
.modal--popup .modal__footer p {
  font-family: "Libre Baskerville", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.75rem;
}

.modal--popup .modal__footer .button {
  font-size: 1.1rem;
  width: auto;
  max-width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 6px;
  padding-right: 4rem;
  padding-bottom: 6px;
  padding-left: 4rem;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/* CSS Helpers */
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-absolute.top {
  top: 0;
}

.position-absolute.right {
  right: 0;
}

.w-auto {
  width: auto !important;
}

.z-index-1 {
  z-index: 1;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.grecaptcha-badge {
  display: none;
}

/**
 * Hides dates on blog
 */
.fancy-date a {
  display: none !important;
}

.data-link .entry-date {
  display: none !important;
}

/* Accordion styles */
.faq-tabs {
  border-radius: 8px;
  overflow: hidden;
}

.faq-tab {
  width: 100%;
  overflow: hidden;
}

.faq-tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-size: 1.3rem;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
  /* Icon */
}

.faq-tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.faq-tab-content {
  max-height: 0;
  padding: 0 1em;
  transition: all 0.35s;
}

.faq-tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.faq-tab-close:hover {
  background: #1a252f;
}

.faq-tab input:checked + .faq-tab-label::after {
  transform: rotate(90deg);
}

.faq-tab input:checked ~ .faq-tab-content {
  max-height: 100vh;
  padding: 1em;
}

.faq-tab input[type=radio] {
  position: absolute;
  opacity: 0;
}

article.homes .slider-masonry .slide-item, .slider-simple .slide-item,
article.homes .slider-masonry .slide-item, .slider-simple .slide-item > img,
article.homes .owl-carousel.shortcode-photo-slider .dt-owl-item {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
}

article.homes .owl-carousel.shortcode-photo-slider {
  aspect-ratio: 800/450;
  height: 450px;
  overflow: hidden;
}

@media (max-width: 778px) {
  article.homes .owl-carousel.shortcode-photo-slider {
    height: calc((100vw - 40px) * 9 / 16);
  }
}
article.homes .owl-carousel.shortcode-photo-slider .owl-stage-outer,
article.homes .owl-carousel.shortcode-photo-slider .owl-stage {
  height: 100% !important;
}

article.homes .owl-carousel.shortcode-photo-slider .owl-stage:not([style]) .dt-owl-item:first-child,
article.homes .owl-carousel.shortcode-photo-slider .owl-stage:not([style]) .slide-item {
  width: 100%;
  height: 100%;
}
article.homes .owl-carousel.shortcode-photo-slider .owl-stage:not([style]) .dt-owl-item:not(:first-child) {
  display: none;
}

article.homes .owl-carousel.shortcode-photo-slider .daly-product-gallery-image--landscape {
  object-fit: cover;
}

article.homes .owl-carousel.shortcode-photo-slider .daly-product-gallery-image--portrait {
  background-color: #f4f4f4;
  object-fit: contain;
}

.daly-product-badge--summer {
  left: 20px !important;
  top: 20px !important;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.m-1 {
  margin: 0;
}

.mx-1 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.px-1 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.px-2 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .pb-2\@maxmd {
    padding-bottom: 2rem;
  }
}
.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.column-gap-1 {
  column-gap: 1rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.grid-auto-flow-column {
  grid-auto-flow: column;
}

.btn {
  font-size: 1.2rem;
  margin: 0 !important;
  padding: 1rem 2rem !important;
  text-align: center;
}

.btn-primary {
  background-color: white;
  border-top: 1px solid #eee;
  color: #689C4A !important;
}

.btn-primary:hover {
  background-color: #fafafa;
}

.btn-secondary {
  background-color: #689C4A;
  color: white !important;
}

.btn-secondary:hover {
  background-color: #5f9434;
  color: white;
}

.text-capitalize {
  text-transform: capitalize;
}

.bg-grey {
  background-color: #fafafa;
}

.bg-white {
  background-color: white;
}

.bg-overlay {
  background-color: #fff;
  opacity: 0.75;
}

.object-fit-cover {
  object-fit: cover;
}

.listing-image {
  min-height: 225px;
  max-height: 225px;
  object-fit: cover;
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

@media (max-width: 767px) {
  .btn-group a {
    width: 50%;
  }
}
.btn-group a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 767px) {
  .grid-template-col-2\@maxmd {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
.grid-template-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .grid-template-col-2\@lg {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .grid-template-col-1\@max-md {
    grid-template-columns: repeat(1, 1fr);
  }
}
.f16 {
  font-size: 16px;
}

.f15 {
  font-size: 15px;
}

.f14 {
  font-size: 14px;
  line-height: 1.25rem;
}

.f13 {
  font-size: 13px;
  line-height: 1rem;
}

.color-grey {
  color: #4C4C4C;
}

.color-black {
  color: #000;
}

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

.flex-column {
  flex-direction: column;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.product-detail {
  min-height: 210px;
}

.listing-search-bar {
  display: flex;
  column-gap: 1rem;
  flex-wrap: wrap;
  background-color: white;
  max-width: fit-content;
  margin: -4rem 0 0;
  padding: 1rem 2rem 1rem;
}

@media (min-width: 1065px) {
  .listing-search-bar {
    box-sizing: border-box;
    max-width: none;
    width: 100%;
  }
  .listing-search-bar > .facetwp-type-dropdown,
  .listing-search-bar > .facetwp-facet {
    flex: 1 1 0;
    min-width: 0;
  }
  .listing-search-bar > .d-grid {
    flex: 2 1 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }
  .listing-search-bar .facetwp-dropdown,
  .listing-search-bar .form-select {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .listing-search-bar {
    padding: 1rem;
  }
  .listing-search-bar .facetwp-facet {
    min-height: 38px;
  }
  .listing-search-bar .facetwp-type-dropdown,
  .listing-search-bar .facetwp-type-dropdown .form-select {
    width: 100%;
  }
}
.facetwp-facet {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .facetwp-type-dropdown select {
    padding-right: 0 !important;
  }
}
.facetwp-type-dropdown select {
  background-position: 4% center;
  background-repeat: no-repeat;
  margin-left: 0rem;
  padding-left: 3rem;
  padding-right: 2rem;
}

.facetwp-type-dropdown.facetwp-facet-parks {
  z-index: 1;
}

.facetwp-type-dropdown.facetwp-facet-parks select {
  background-image: url("/wp-content/themes/dt-the7-child/assets/pin-icon.svg");
}

.facetwp-type-dropdown.facetwp-facet-price_min select,
.facetwp-type-dropdown.facetwp-facet-price_max select {
  background-image: url("/wp-content/themes/dt-the7-child/assets/pound-icon.svg");
}

.facetwp-type-dropdown.facetwp-facet-make {
  z-index: 1;
}

.facetwp-type-dropdown.facetwp-facet-make select {
  background-image: url("/wp-content/themes/dt-the7-child/assets/make-icon.svg");
}

/*remove dashed line on page title layout*/
.page-title .wf-wrap::after {
  border-bottom: 0 !important;
}

@media (max-width: 778px) {
  .fancy-header.page_homes,
  .fancy-header.daly-fancy-header-with-image {
    box-sizing: border-box;
    height: 325px;
    min-height: 325px;
  }
}
.fancy-header.daly-fancy-header-with-image {
  background-image: none !important;
  overflow: hidden;
}

.daly-fancy-header__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.color-white {
  color: white;
}

.min-h-200 {
  min-height: 200px;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

/* pagination */
.facetwp-facet-pagination {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  text-align: center;
}

.facetwp-pager a {
  background-color: #EEE;
  border: 1px solid #689C4A;
  border-radius: 0.5rem;
  min-width: 1rem;
  padding: 0.5rem 0.75rem;
}

.facetwp-pager a.active {
  background-color: #689C4A;
  color: white;
}

.facetwp-pager a:hover {
  background-color: white;
  color: #689C4A;
}

.parks-list {
  gap: 0.995rem;
}

.parks-list.list-row .list-row-item.default {
  width: 32.3%;
}

@media only screen and (max-width: 550px) {
  .parks-list.list-row .list-row-item.default,
  .parks-list.list-row .list-row-item.alt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .parks-list.list-row .list-row-item.default,
  .parks-list.list-row .list-row-item.alt {
    width: 49%;
  }
}
.parks-list h2.entry-title {
  font-size: 16px !important;
  line-height: 1.4rem !important;
  padding-left: 0 !important;
}

.parks-list .btn-group a {
  font-size: small;
  line-height: 1.25rem;
  padding: 1rem !important;
}

.parks-list-description {
  min-height: 10rem;
}

.small {
  font-size: small;
  line-height: 1.25rem;
}

.m-0 {
  margin: 0 !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.border-solid {
  border: 1px solid;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.ml-auto {
  margin-left: auto !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.wpcf7-response-output {
  padding: 0 !important;
  margin-left: 0 !important;
}

.wpcf7-response-output div {
  color: black !important;
}

.paginator[role=navigation] .pagenumbers,
a.page-numbers {
  background-color: #eee;
  border: 1px solid #689c4a;
  border-radius: 0.5rem;
  color: #689c4a !important;
  font-weight: 400 !important;
  min-width: 1rem;
  padding: 0.75rem 1rem !important;
}

.paginator[role=navigation] .page-numbers.act,
span.page-numbers.current {
  background-color: #689c4a;
  border-radius: 0.5rem;
  color: #fff !important;
  font-weight: 700 !important;
  cursor: default;
  min-width: 1rem;
  padding: 0.75rem 1rem !important;
}

.paginator[role=navigation] .page-numbers.act:after,
.paginator[role=navigation] .page-numbers:hover:after {
  display: none;
}

.paginator[role=navigation] .page-numbers.nav-prev,
.paginator[role=navigation] .page-numbers.nav-next {
  align-items: center;
  display: flex;
  min-height: 54.5px;
}

.paginator[role=navigation] .page-numbers.nav-prev i,
.paginator[role=navigation] .page-numbers.nav-next i {
  color: #689c4a !important;
}

.paginator[role=navigation] .page-numbers.nav-prev i::before {
  content: "Previous" !important;
  font: normal 17px/27px "Lora", Helvetica, Arial, Verdana, sans-serif;
}

.paginator[role=navigation] .page-numbers.nav-next i::before {
  content: "Next" !important;
  font: normal 17px/27px "Lora", Helvetica, Arial, Verdana, sans-serif;
}

.paginator[role=navigation] .page-numbers.nav-prev:hover,
.paginator[role=navigation] .page-numbers.nav-next:hover {
  transform: none !important;
}

.paginator {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/*contact forms*/
.row {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  flex-direction: row;
}

.row div {
  width: 100%;
}

@media (min-width: 768px) {
  .row {
    gap: 2rem;
  }
  .col-md {
    flex-grow: 1;
    width: auto !important;
  }
}
.subscribe-boxes p {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  row-gap: 1rem;
}

@media (min-width: 900px) {
  .subscribe-boxes p {
    display: inline-flex;
    column-gap: 2rem;
    flex-wrap: wrap;
  }
}
.subscribe-boxes p br {
  display: none;
}

.wpcf7-submit {
  margin-top: 1rem;
}

.asterisk {
  color: red;
  font-size: small;
  margin-left: 0.25rem;
}

@media (max-width: 767px) {
  .break-word a {
    word-wrap: break-word;
    max-width: 100%;
  }
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}
.homes-template-default .solid-bg .sidebar-content {
  position: sticky;
  top: 152px;
}

.daly-homes-grid {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .daly-homes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .daly-homes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 778px) {
  .homes-template-default #sidebar {
    width: 100%;
  }
  .homes-template-default .solid-bg .sidebar-content {
    position: static;
  }
}
.swiper-button-next, .swiper-button-prev {
  color: #689C4A;
}

@media (min-width: 768px) {
  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -20px);
  }
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -20px);
  }
}
.swiper-pagination-bullet-active {
  background: #689C4A;
}
