@import url("https://use.typekit.net/cln7qhd.css");
body {
  padding: 0px;
  margin: 0px;
  background-color: var(--wp--preset--color--cream);
  overflow-x: hidden;
}
body.menu-open {
  overflow-x: hidden;
  overflow-y: hidden;
}

.mr-top {
  margin-top: -4rem !important;
}
@media (max-width: 782px) {
  .mr-top {
    margin-top: -1rem !important;
  }
}

.wrap {
  width: 100%;
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.narrow-wrap {
  width: 100%;
  max-width: 1100px;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-flow: row wrap;
}

.admin-bar .sticky {
  top: 32px;
}

p {
  font-family: "garamond-premier-pro";
}

a.blue-button {
  background-color: var(--wp--preset--color--pastel-blue);
  color: white;
  border: 1px solid var(--wp--preset--color--pastel-blue);
}
a.blue-button .arrow path {
  fill: white;
}
a.blue-button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
a.blue-button:hover .arrow path {
  fill: var(--wp--preset--color--pastel-blue);
}
a.pink-button {
  background-color: var(--wp--preset--color--pastel-pink);
  color: white;
  border: 1px solid var(--wp--preset--color--pastel-pink);
  transition: 200ms;
}
a.pink-button .arrow path {
  fill: white;
}
a.pink-button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--pastel-pink);
  transition: 200ms;
}
a.pink-button:hover .arrow path {
  fill: var(--wp--preset--color--pastel-pink);
}
a.green-button {
  background-color: var(--wp--preset--color--pastel-green);
  color: white;
  border: 1px solid var(--wp--preset--color--pastel-green);
}
a.green-button .arrow path {
  fill: white;
}
a.green-button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--pastel-green);
  transition: 200ms;
}
a.green-button:hover .arrow path {
  fill: var(--wp--preset--color--pastel-green);
}
a.light-green-button {
  background-color: var(--wp--preset--color--light-green);
  color: white;
  border: 1px solid var(--wp--preset--color--light-green);
  transition: 200ms;
}
a.light-green-button .arrow path {
  fill: white;
}
a.light-green-button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--light-green);
  transition: 200ms;
}
a.light-green-button:hover .arrow path {
  fill: var(--wp--preset--color--pastel-green);
}
a.grey-button {
  background-color: var(--wp--preset--color--grey);
  color: white;
  border: 1px solid var(--wp--preset--color--grey);
}
a.grey-button .arrow path {
  fill: white;
}
a.grey-button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--grey);
}
a.grey-button:hover .arrow path {
  fill: var(--wp--preset--color--grey);
}
a.button {
  font-family: "Mostra-Nuova";
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.89rem;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  position: relative;
}
a.white-button {
  background-color: white;
  border: 1px solid white;
}
a.white-button:hover {
  background-color: var(--wp--preset--color--dusty-blue);
  color: white;
}
a .arrow {
  max-width: 20px;
  margin-left: 20px;
}

.left-text-column {
  display: block;
  margin: auto;
}

@media (max-width: 767px) {
  .wrap.column-reverse {
    flex-direction: column-reverse;
    align-content: center;
  }
  .narrow-wrap.column-reverse {
    flex-direction: column-reverse;
    align-content: center;
  }
}
.insta-feed-section h2 a {
  text-decoration: none;
  color: var(--wp--preset--color--pastel-pink);
}

a #arrow-right {
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  fill: currentColor;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, .slb_group_status {
  font-family: "Mostra-Nuova" !important;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--wp--preset--color--dark);
  text-align: center;
  margin-bottom: 0;
}

button.button {
  font-family: "Mostra-Nuova";
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.89rem;
  text-transform: uppercase;
  padding: 1.2rem 1rem;
  position: relative;
}
button.button #arrow-right {
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  fill: currentColor;
}
button.button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--light-green);
}
button.button:hover .arrow path {
  fill: var(--wp--preset--color--pastel-green);
}
button.custom-cf7-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  max-height: 30px;
  background-color: var(--wp--preset--color--light-green);
  color: white;
  border: 1px solid var(--wp--preset--color--light-green);
}

.blaze-next,
.blaze-prev {
  border: none;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: none;
  cursor: pointer;
  background-position: center;
  background-size: 100%;
  background-image: url("/wp-content/uploads/2023/04/arrow-right.svg");
  background-repeat: no-repeat;
}

.blog-sub-menu {
  display: flex;
  justify-content: space-evenly;
  max-width: 800px;
  margin: auto;
  margin-top: 1.5rem;
}
.blog-sub-menu a {
  font-family: "Mostra-Nuova";
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 200ms;
}
.blog-sub-menu a:hover {
  border-bottom: 1px solid var(--wp--preset--color--light-green);
  transition: 200ms;
}

.map-responsive {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.market-street-map p {
  width: 80%;
  margin: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

#main-menu ul {
  list-style: none;
  text-align: end;
}

#main-menu ul li {
  display: inline-block;
}

#main-menu ul li a {
  padding: 10px;
  display: block;
}

.home-slider .slide {
  background-size: cover;
  min-height: 800px;
}

@media screen and (max-width: 767px) {
  .home-slider {
    margin-top: 120px;
  }
}
.logo-carousel {
  background-color: #333;
  padding: 2rem 0;
}
.logo-carousel .blaze-track {
  justify-content: space-around;
}
.logo-carousel img {
  max-width: 200px;
  display: block;
  margin: auto;
}

header {
  --transition: 200ms ease-out;
  background-color: var(--wp--preset--color--cream);
  width: 100%;
  top: 0;
  box-shadow: 0 3px 30px -10px rgba(0, 0, 0, 0.3);
  position: relative;
  font-family: "Mostra-Nuova";
  z-index: 9999;
}
header #navigation {
  display: flex;
  align-items: center;
  height: 100px;
  transition: var(--transition);
}
header #navigation #logo {
  max-width: 220px;
  padding: 1rem 0;
  transition: var(--transition);
  flex-grow: 1;
}
header #navigation #logo svg {
  width: 100%;
}
header #navigation .right-menu {
  justify-content: flex-end;
}
header #navigation .left-menu, header #navigation .right-menu {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  flex-grow: 2;
}
header #navigation .left-menu ul#menu-primary-left, header #navigation .left-menu ul#menu-primary-right, header #navigation .right-menu ul#menu-primary-left, header #navigation .right-menu ul#menu-primary-right {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Mostra-Nuova";
}
header #navigation .left-menu ul#menu-primary-left li a, header #navigation .right-menu ul#menu-primary-left li a {
  margin: 0rem 2rem 0rem 0rem;
}
header #navigation .left-menu ul#menu-primary-right li a, header #navigation .right-menu ul#menu-primary-right li a {
  margin: 0rem 0rem 0rem 2rem;
}
header #navigation .left-menu ul#menu-primary-right li ul.sub-menu, header #navigation .right-menu ul#menu-primary-right li ul.sub-menu {
  margin-left: 0.8rem;
}
header #navigation .left-menu ul#menu-primary-right li ul.sub-menu li a, header #navigation .right-menu ul#menu-primary-right li ul.sub-menu li a {
  margin: 0;
}
header #navigation .left-menu ul li, header #navigation .right-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header #navigation .left-menu ul li a, header #navigation .right-menu ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: var(--wp--preset--color--dark);
  text-decoration: none;
  text-transform: uppercase;
}
header #navigation .left-menu ul li > .sub-menu, header #navigation .right-menu ul li > .sub-menu {
  display: block;
  position: absolute;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 450ms cubic-bezier(0, 1.06, 0, 1);
  pointer-events: none;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: -1.2rem;
}
header #navigation .left-menu ul li > .sub-menu li, header #navigation .right-menu ul li > .sub-menu li {
  padding: 0.6rem 0;
}
header #navigation .left-menu ul li > .sub-menu li a, header #navigation .right-menu ul li > .sub-menu li a {
  padding-left: 0.8rem;
  padding-right: 0.5rem;
}
header #navigation .left-menu ul li.mega-menu, header #navigation .right-menu ul li.mega-menu {
  background: white;
}
header #navigation .left-menu ul li.mega-menu > .sub-menu, header #navigation .right-menu ul li.mega-menu > .sub-menu {
  width: 100%;
  left: 0;
  -moz-columns: 2;
       columns: 2;
}
header #navigation .left-menu ul li:hover a, header #navigation .left-menu ul li:focus-within a, header #navigation .right-menu ul li:hover a, header #navigation .right-menu ul li:focus-within a {
  color: var(--wp--preset--color--light-green);
}
header #navigation .left-menu ul li:hover > .sub-menu, header #navigation .left-menu ul li:focus-within > .sub-menu, header #navigation .right-menu ul li:hover > .sub-menu, header #navigation .right-menu ul li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  pointer-events: all;
  background-color: var(--wp--preset--color--cream);
  padding: 1rem 0.4rem 1rem 0.4rem;
  border-radius: 0 0 12px 12px;
}
header #navigation .left-menu ul li:hover > .sub-menu a, header #navigation .left-menu ul li:focus-within > .sub-menu a, header #navigation .right-menu ul li:hover > .sub-menu a, header #navigation .right-menu ul li:focus-within > .sub-menu a {
  color: var(--wp--preset--color--dark);
  font-size: 1rem;
}
header #navigation .left-menu ul li:hover > .sub-menu a:hover, header #navigation .left-menu ul li:focus-within > .sub-menu a:hover, header #navigation .right-menu ul li:hover > .sub-menu a:hover, header #navigation .right-menu ul li:focus-within > .sub-menu a:hover {
  color: var(--wp--preset--color--light-green);
}
@media (min-width: 1014px) and (max-width: 1235px) {
  header #navigation {
    width: 85%;
  }
}
@media (max-width: 1013px) {
  header #navigation {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-around;
  }
  header #navigation .menu, header #navigation .right-menu, header #navigation .left-menu {
    display: none;
  }
  header #navigation .menu-toggle {
    display: block;
  }
}
header.sticky {
  position: fixed;
}
header.sticky #navigation {
  height: 70px;
  transition: var(--transition);
}
header.sticky #navigation #logo {
  max-width: 120px;
  transition: var(--transition);
}
header .mobile-menu {
  position: absolute;
  top: 100%;
  right: 0%;
  background: var(--wp--preset--color--cream);
  margin: 0;
  list-style: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  height: 100svh;
}
header .mobile-menu[data-state=opened] {
  display: block;
  animation: slideIn 500ms ease-in forwards;
  overflow-y: scroll;
}
header .mobile-menu[data-state=closing] {
  animation: slideOut 500ms ease-in forwards;
  display: flex;
  flex-direction: column;
}
header .mobile-menu[data-state=closed] {
  display: none;
}
header .mobile-menu ul.sub-menu {
  display: block;
  position: absolute;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 450ms ease-in-out;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: var(--wp--preset--color--pastel-blue);
}
header .mobile-menu a {
  display: block;
  padding: 1rem;
  color: var(--wp--preset--color--dark);
  text-decoration: none;
  padding: 1em 1.5em 1em 3.5em;
  text-transform: uppercase;
}
header .mobile-menu .btn360 a {
  background-color: var(--wp--preset--color--pastel-blue);
  border: 1px solid var(--wp--preset--color--pastel-blue);
  color: var(--wp--preset--color--cream);
  transition: 200ms;
}
header .mobile-menu .btn360 a:hover {
  background-color: var(--wp--preset--color--cream);
  color: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
@media (max-width: 782px) {
  header #logo svg {
    max-width: 150px;
  }
}
header .tour-cta {
  position: fixed;
  right: -80px;
  top: 50%;
  z-index: 9999;
  transition: 200ms;
}
header .tour-cta a {
  transform: rotate(90deg);
  display: flex;
  text-decoration: none;
  align-items: center;
  padding: 0.5rem 2rem 0.5rem 2rem;
  border-radius: 0 0 12px 12px;
  background-color: var(--wp--preset--color--cream);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  transition: 200ms;
}
header .tour-cta a span {
  transition: 200ms;
}
header .tour-cta a span:nth-of-type(1) {
  margin-right: 10px;
}
header .tour-cta:hover {
  top: 47%;
  transition: 200ms;
}
header .tour-cta:hover a {
  padding: 4rem 2rem 0.5rem 2rem;
  transition: 200ms;
}
@media screen and (max-width: 782px) {
  header .tour-cta {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    margin-bottom: 120px;
  }
}
.menu-toggle {
  display: none;
  position: relative;
  width: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  min-height: 50px;
}
.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--dark);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: 200ms ease-out;
}
.menu-toggle span:before, .menu-toggle span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--dark);
  border-radius: 2px;
  transition: 200ms ease-out;
}
.menu-toggle span:before {
  top: -8px;
}
.menu-toggle span:after {
  bottom: -8px;
}
.menu-toggle.active span {
  background-color: transparent;
}
.menu-toggle.active span:before {
  top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-toggle.active span:after {
  bottom: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes slideIn {
  100% {
    transform: translateX(0%);
  }
  0% {
    transform: translateX(100%);
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
ul.mobile-menu li {
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  position: relative;
}
ul.mobile-menu li ul.sub-menu {
  display: none;
  position: relative;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 450ms ease-in-out;
  min-width: -moz-max-content;
  min-width: max-content;
}
ul.mobile-menu li.menu-item-has-children:hover ul.sub-menu.active, ul.mobile-menu li.menu-item-has-children:focus-within ul.sub-menu.active {
  opacity: 1;
  transition: 450ms ease-in-out;
  display: block;
  transition: 200ms;
  visibility: visible;
}
ul.mobile-menu li.menu-item-has-children:hover ul.sub-menu.active li a, ul.mobile-menu li.menu-item-has-children:focus-within ul.sub-menu.active li a {
  padding: 0.5rem 0 0.5rem 4rem;
  font-size: 0.8rem;
  color: white;
}
ul.mobile-menu li.menu-item-has-children > a {
  position: relative;
  width: calc(100% - 5rem);
}
ul.mobile-menu li.menu-item-has-children > a:before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  height: 100%;
  width: 5rem;
  opacity: 1;
  color: var(--wp--preset--color--pastel-blue);
  transition: opacity 0.4s ease-in-out !important;
  transition-delay: 0.2s !important;
  font-size: 1.7rem;
  top: -3px;
  pointer-events: none;
}
ul.mobile-menu li.menu-item-has-children > a.submenu-visible:before {
  content: "-";
}

.site-footer {
  background-color: var(--wp--preset--color--cream);
}

footer .newsletter-signup {
  background-color: white;
  padding: 4rem 0;
}
footer .newsletter-signup .wrap {
  display: flex;
  align-items: center;
}
footer .newsletter-signup .wrap .newsletter-header {
  flex: 1 1 50%;
}
footer .newsletter-signup .wrap .newsletter-signup-form {
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .newsletter-signup .wrap .newsletter-signup-form form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}
footer .newsletter-signup .wrap .newsletter-signup-form form input {
  display: flex;
  align-items: center;
  min-height: 30px;
  border-radius: 5px;
  border: none;
  padding: 0.3rem 0.5rem;
  background-color: var(--wp--preset--color--cream);
  font-family: "garamond-premier-pro";
  font-size: 1rem;
  max-width: 80vw;
}
footer .newsletter-signup .wrap .newsletter-signup-form form input:focus-visible {
  outline: var(--wp--preset--color--light-green) auto 1px;
}
footer .newsletter-signup .wrap .newsletter-signup-form form p:nth-of-type(2) {
  display: flex;
}
footer .newsletter-signup .wrap .newsletter-signup-form form p .wpcf7-not-valid-tip {
  position: absolute;
  color: var(--wp--preset--color--light-green);
}
footer .newsletter-signup .wrap .newsletter-signup-form form p.privacy-note {
  text-align: end;
}
@media (max-width: 782px) {
  footer .newsletter-signup .wrap .newsletter-signup-form form p.privacy-note {
    text-align: start;
  }
}
footer .newsletter-signup .wrap .newsletter-signup-form form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "garamond-premier-pro";
  color: var(--wp--preset--color--light-green);
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  footer .newsletter-signup .wrap {
    flex-direction: column;
  }
  footer .newsletter-signup .wrap .newsletter-header {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  footer .newsletter-signup .wrap .newsletter-signup-form {
    flex: 1 1 100%;
    justify-content: center;
  }
  footer .newsletter-signup .wrap .newsletter-signup-form form {
    justify-content: center;
  }
}
footer .top-footer {
  padding-top: 60px;
}
footer .top-footer #logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 2rem;
}
footer .top-footer svg {
  width: 10rem;
}
footer .top-footer p {
  font-family: "Garamound Premier Pro";
  font-size: var(--wp--preset--font-size--tiny);
  font-style: italic;
}
footer .footer-column {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  color: var(--wp--preset--color--dark);
  font-family: "Garamound Premier Pro";
  text-align: center;
  font-size: var(--wp--preset--font-size--tiny);
}
footer .footer-column .footer-list {
  flex: 1 1 20%;
}
footer .footer-column .footer-list ul.menu {
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
}
footer .footer-column .footer-list ul.menu li {
  padding: 0.1rem 0;
}
footer .footer-column .footer-list ul.menu li a {
  height: 100%;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0.3rem 0;
}
footer .footer-column .footer-list ul.menu li:hover a {
  border-bottom: 1px solid var(--wp--preset--color--light-green);
}
@media (max-width: 1000px) {
  footer .footer-column {
    flex-wrap: wrap;
  }
  footer .footer-column .footer-list {
    flex: 1 1 50%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1000px) and (max-width: 500px) {
  footer .footer-column .footer-list {
    flex: 1 1 80%;
  }
}

#bottom-footer {
  background-color: var(--wp--preset--color--grey);
  padding: 1rem 0 1.3rem 0;
  font-size: 0.8rem;
  text-align: center;
}
#bottom-footer #bottom-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#bottom-footer #bottom-footer-content .bf-column {
  flex: 1 1 33%;
}
@media (max-width: 960px) {
  #bottom-footer #bottom-footer-content .bf-column:nth-of-type(2) {
    order: 2;
  }
}
#bottom-footer #bottom-footer-content .duchy-logo img {
  max-width: 150px;
}
@media (max-width: 782px) {
  #bottom-footer #bottom-footer-content .duchy-logo {
    margin-top: 1rem;
  }
}
#bottom-footer #bottom-footer-content .secondary-nav li {
  width: 100%;
  list-style: none;
  display: inline;
  padding: 0 0.5rem;
  border-right: 1px solid white;
}
#bottom-footer #bottom-footer-content .secondary-nav li:last-child {
  border-right: none;
}
#bottom-footer #bottom-footer-content .secondary-nav li a {
  text-decoration: none;
  color: white;
  font-family: "Garamound Premier Pro";
  font-size: 0.9rem;
}
@media (max-width: 782px) {
  #bottom-footer #bottom-footer-content .secondary-nav ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  #bottom-footer #bottom-footer-content .secondary-nav ul li {
    width: 100%;
    border-right: none;
  }
}
@media (max-width: 1000px) {
  #bottom-footer #bottom-footer-content {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#bottom-footer #bottom-footer-content ul {
  justify-content: center;
  padding-left: 0;
}
#bottom-footer #bottom-footer-content ul#menu-secondary-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#bottom-footer #bottom-footer-content ul#menu-secondary-menu a {
  padding: 0 1rem;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
}

.home-hero {
  min-height: 50vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 4rem 0;
  margin-bottom: 3rem;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-content h1 {
  max-width: 600px;
  text-align: center;
}
.hero-content p {
  max-width: 550px;
  text-align: center;
}
@media screen and (max-width: 762px) {
  .hero-content {
    padding: 0 1rem;
  }
}

.wrap#archways {
  margin-top: 3rem;
  display: flex;
  justify-content: space-evenly;
}
.wrap#archways .archway {
  max-width: 30%;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  border-radius: 200px 200px 12px 12px;
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.wrap#archways .archway:nth-of-type(2) .archway-content {
  background-color: var(--wp--preset--color--pastel-pink);
}
.wrap#archways .archway:nth-of-type(2) .archway-content .button.arch-button {
  color: var(--wp--preset--color--pastel-pink);
  transition: 200ms;
}
.wrap#archways .archway:nth-of-type(2) .archway-content .button.arch-button:hover {
  background-color: var(--wp--preset--color--pastel-pink);
  color: white;
  transition: 200ms;
}
.wrap#archways .archway:nth-of-type(2) .archway-content .button.arch-button:hover svg path {
  fill: white;
  transition: 200ms;
}
.wrap#archways .archway:nth-of-type(2) .archway-content .button svg path {
  fill: var(--wp--preset--color--pastel-pink);
}
.wrap#archways .archway:nth-of-type(3) .archway-content {
  background-color: var(--wp--preset--color--pastel-green);
}
.wrap#archways .archway:nth-of-type(3) .archway-content .button.arch-button {
  color: var(--wp--preset--color--pastel-green);
  transition: 200ms;
}
.wrap#archways .archway:nth-of-type(3) .archway-content .button.arch-button:hover {
  background-color: var(--wp--preset--color--pastel-green);
  color: white;
  transition: 200ms;
}
.wrap#archways .archway:nth-of-type(3) .archway-content .button.arch-button:hover svg path {
  fill: white;
  transition: 200ms;
}
.wrap#archways .archway:nth-of-type(3) .archway-content .button svg path {
  fill: var(--wp--preset--color--pastel-green);
}
.wrap#archways .archway .archway-content {
  background-color: var(--wp--preset--color--pastel-blue);
  text-align: center;
  padding: 2rem 1rem;
  color: white;
  border-radius: 0 0 10px 10px;
}
.wrap#archways .archway .archway-content h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.wrap#archways .archway .archway-content .button.arch-button {
  background-color: white;
  padding: 0.5rem 1rem;
  margin-top: 20px;
  color: var(--wp--preset--color--pastel-blue);
  font-family: "Mostra-Nuova";
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.89rem;
  text-transform: uppercase;
  border: 1px solid white;
  transition: 200ms;
}
.wrap#archways .archway .archway-content .button.arch-button svg {
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  fill: currentColor;
}
.wrap#archways .archway .archway-content .button.arch-button:hover {
  background-color: var(--wp--preset--color--pastel-blue);
  color: white;
  transition: 200ms;
}
.wrap#archways .archway .archway-content .button.arch-button:hover svg path {
  fill: white;
  transition: 200ms;
}

@media (max-width: 950px) {
  .wrap#archways {
    align-items: center;
    flex-direction: column;
  }
  .wrap#archways .archway {
    min-width: 350px;
    margin: 2rem 0;
    border-radius: 300px 300px 22px 22px;
  }
  .wrap#archways .archway .archway-content {
    width: 100%;
  }
}
.blog-index-hero {
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 50vh;
  padding-bottom: 2rem;
}

.all-terms {
  display: flex;
  justify-content: center;
}
.all-terms ul {
  list-style: none;
  display: flex;
}
.all-terms ul li {
  padding: 0 2rem;
}
.all-terms ul li a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 300;
}
.all-terms ul li a:hover {
  color: var(--wp--preset--color--dark);
  transition: 200ms;
}

#blog-archive {
  margin-bottom: 3rem;
}

.home-blog-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 1.7rem;
  gap: 20px;
}
.home-blog-items .home-blog-item {
  --transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}
.home-blog-items .home-blog-item a {
  text-decoration: none;
}
.home-blog-items .home-blog-item a:is(:hover, :focus-visible) h5 {
  color: var(--wp--preset--color--light-green);
  transition: var(--transition);
}
.home-blog-items .home-blog-item a:is(:hover, :focus-visible) svg#arrow-right path {
  fill: var(--wp--preset--color--light-green);
  transition: var(--transition);
}
.home-blog-items .home-blog-item .home-blog-item__image {
  background-size: cover;
  background-position: center;
  border-radius: 5px 5px 0 0;
  aspect-ratio: 16/9;
}
.home-blog-items .home-blog-item .home-blog-item__image .blog-post-tag {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: flex-end;
}
.home-blog-items .home-blog-item .home-blog-item__image .blog-post-tag span {
  margin-right: 10px;
  font-family: "Mostra-Nuova";
  text-transform: uppercase;
  text-decoration: none;
  color: var(--wp--preset--color--dark);
  font-size: 0.6rem;
  background-color: white;
  padding: 2px 5px 0 5px;
  border-radius: 5px 5px 0 0;
  transition: var(--transition);
}
.home-blog-items .home-blog-item .home-blog-item__content {
  background-color: white;
  padding: 1rem;
  border-radius: 0 0 5px 5px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .home-blog-items .home-blog-item .home-blog-item__content {
    min-height: -moz-min-content;
    min-height: min-content;
  }
}
.home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-top {
  min-height: 90px;
}
.home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-top h5 {
  font-family: "garamond-premier-pro";
  transition: var(--transition);
}
.home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-top p {
  font-size: 0.8rem;
  font-family: "garamond-premier-pro";
}
.home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-bottom .post-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
@media (max-width: 782px) {
  .home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-bottom .post-meta {
    margin-top: 0;
  }
}
.home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-bottom .post-meta .post-meta__date {
  font-size: 0.9rem;
  font-family: "garamond-premier-pro";
  color: var(--wp--preset--color--light-green);
}
.home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-bottom .post-meta svg#arrow-right {
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  fill: currentColor;
  transition: var(--transition);
}

@media (min-width: 600px) {
  .home-blog-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .home-blog-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .home-blog-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.blog-loop {
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
}

.blog-post-item {
  flex: 1 1 33.33%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.blog-post-item .blog-post-item__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .blog-loop {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }
  .blog-loop .blog-post-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.hero-content#single-post {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-content#single-post h1 {
  max-width: 1000px;
}
.hero-content#single-post h4 li {
  list-style: none;
}
.hero-content#single-post h4 li a {
  text-decoration: none;
  font-size: 0.8rem;
  list-style: none;
}
.hero-content#single-post h5 {
  font-family: "garamond-premier-pro", serif;
  color: var(--wp--preset--color--pastel-blue);
}

.blog-content {
  margin: 3rem 0;
}
.blog-content .wrap {
  display: flex;
  gap: 3rem;
}
.blog-content .wrap .post-content {
  max-width: 800px;
}
.blog-content .wrap .post-sidebar .share-box {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 1rem;
}
.blog-content .wrap .post-sidebar .share-box h5 {
  color: var(--wp--preset--color--pastel-blue);
}
.blog-content .wrap .post-sidebar .share-box svg {
  cursor: pointer;
}
.blog-content .wrap .post-sidebar h3 {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.blog-content .wrap .post-sidebar .latest-news-feed {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1rem;
}
.blog-content .wrap .post-sidebar .latest-news-feed .latest-news-item {
  max-width: 200px;
  min-height: 200px;
  padding-left: 1rem;
  border-left: 1px solid var(--wp--preset--color--light-green);
}
.blog-content .wrap .post-sidebar .latest-news-feed .latest-news-item a {
  text-decoration: none;
  transition: 200ms;
}
.blog-content .wrap .post-sidebar .latest-news-feed .latest-news-item a .latest-news-item-image img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.blog-content .wrap .post-sidebar .latest-news-feed .latest-news-item a .latest-news-item-content h5 {
  font-family: "garamond-premier-pro", serif;
}
.blog-content .wrap .post-sidebar .latest-news-feed .latest-news-item a .latest-news-item-content span {
  font-size: 0.8rem;
  font-family: "garamond-premier-pro", serif;
}
.blog-content .wrap .post-sidebar .latest-news-feed .latest-news-item a:hover {
  color: var(--wp--preset--color--light-green);
  transition: 200ms;
}
@media (max-width: 960px) {
  .blog-content .wrap {
    flex-direction: column;
  }
  .blog-content .wrap .post-sidebar {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.blog-posts-feed {
  margin: 3rem 0;
}
.blog-posts-feed .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error404-page {
  min-height: 70vh;
  align-content: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.error404-page h1 {
  margin-top: 3rem;
}
.error404-page .error404-content {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.error404-page .error404-content .error404-image {
  margin-left: -4rem;
  margin-right: -4rem;
}
.error404-page .error404-content .error404-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 350px;
  border-radius: 300px 300px 10px 10px;
  z-index: 0;
  min-height: 400px;
  position: relative;
}
.error404-page .error404-content .home-button {
  margin-bottom: 8rem;
  z-index: 10;
}
.error404-page .error404-content .home-button a {
  background-color: var(--wp--preset--color--pastel-blue);
  color: white;
  border: 1px solid var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
.error404-page .error404-content .home-button a #arrow-right {
  width: 20px;
  display: inline-block;
  margin-left: 0px;
  margin-right: 20px;
  fill: currentColor;
  transform: rotate(180deg);
}
.error404-page .error404-content .home-button a:hover {
  background-color: white;
  color: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
.error404-page .error404-contact-button {
  margin-top: 8rem;
  z-index: 10;
}
.error404-page .error404-contact-button a {
  background-color: var(--wp--preset--color--pastel-pink);
  color: white;
  border: 1px solid var(--wp--preset--color--pastel-pink);
  transition: 200ms ease-in-out;
}
.error404-page .error404-contact-button a:hover {
  background-color: white;
  color: var(--wp--preset--color--pastel-pink);
  transition: 200ms ease-in-out;
}

@media (max-width: 960px) {
  .error404-page {
    min-height: 100vh;
  }
  .error404-page .error404-content {
    flex-direction: column;
  }
  .error404-page .error404-content .home-button {
    order: 2;
    margin-bottom: 1rem;
  }
  .error404-page .error404-content .error404-image {
    order: 1;
  }
  .error404-page .error404-content .error404-image img {
    max-width: 300px;
  }
  .error404-page .error404-content .error404-contact-button {
    order: 3;
    margin-top: 0;
  }
}
.home-blog-feed {
  margin: 4rem 0;
}
.home-blog-feed .wrap h2 {
  text-align: center;
}
.home-blog-feed .wrap .blog-sub-menu {
  display: flex;
  justify-content: space-evenly;
  max-width: 800px;
  margin: auto;
  margin-top: 1.5rem;
}
.home-blog-feed .wrap .blog-sub-menu a {
  font-family: "Mostra-Nuova";
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 200ms;
}
.home-blog-feed .wrap .blog-sub-menu a:hover {
  border-bottom: 1px solid var(--wp--preset--color--light-green);
  transition: 200ms;
}
.home-blog-feed .wrap .home-blog-items {
  display: flex;
  flex-direction: row;
  margin-top: 1.7rem;
}
.home-blog-feed .wrap .home-blog-items .home-blog-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 0.5rem;
}
.home-blog-feed .wrap .home-blog-items .home-blog-item .home-blog-item__image {
  background-size: cover;
  background-position: center;
  height: 8rem;
  border-radius: 5px 5px 0 0;
}
.home-blog-feed .wrap .home-blog-items .home-blog-item .home-blog-item__image .blog-post-tag {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: flex-end;
}
.home-blog-feed .wrap .home-blog-items .home-blog-item .home-blog-item__image .blog-post-tag a {
  margin-right: 10px;
  font-family: "Mostra-Nuova";
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 0.6rem;
  background-color: rgba(0, 0, 0, 0.5294117647);
  padding: 2px 5px 0 5px;
  border-radius: 5px 5px 0 0;
}
.home-blog-feed .wrap .home-blog-items .home-blog-item .home-blog-item__content {
  background-color: white;
  padding: 1rem;
  border-radius: 0 0 5px 5px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-blog-feed .wrap .home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-top {
  min-height: 90px;
}
.home-blog-feed .wrap .home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-top h5 {
  font-family: "garamond-premier-pro";
}
.home-blog-feed .wrap .home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-bottom p {
  font-size: 0.8rem;
  font-family: "garamond-premier-pro";
}
.home-blog-feed .wrap .home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-bottom .post-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.home-blog-feed .wrap .home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-bottom .post-meta .post-meta__date {
  font-size: 0.9rem;
  font-family: "garamond-premier-pro";
  color: var(--wp--preset--color--light-green);
}
.home-blog-feed .wrap .home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-bottom .post-meta a {
  text-decoration: none;
}
.home-blog-feed .wrap .home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-bottom .post-meta a svg#arrow-right {
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  fill: var(--wp--preset--color--light-green);
}
.home-blog-feed .wrap .home-blog-items .home-blog-item .home-blog-item__content .home-blog-item__content-bottom .post-meta a:hover svg path {
  fill: var(--wp--preset--color--dark);
  transition: 200ms;
}
@media (max-width: 767px) {
  .home-blog-feed .wrap .home-blog-items {
    flex-direction: column;
    align-items: center;
  }
  .home-blog-feed .wrap .home-blog-items .home-blog-item {
    margin-bottom: 2rem;
    width: 250px;
  }
}

.image-left-section {
  background-color: white;
  background-image: url("../images/sea_thrift_blue.svg");
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-size: 90px;
  background-position-x: 70vw;
  background-position-y: bottom;
}
.image-left-section .wrap#image-left {
  display: flex;
}
.image-left-section .wrap .left-column {
  width: 50%;
  padding: 0 2rem;
}
.image-left-section .wrap .left-column .image-arch {
  height: 500px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: -100px;
}
.image-left-section .wrap .left-column .image-arch img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 400px;
  border-radius: 300px 300px 10px 10px;
  z-index: 0;
}
.image-left-section .wrap .left-column .small-cta {
  background-color: var(--wp--preset--color--dusty-blue);
  padding: 2rem;
  color: var(--wp--preset--color--dark);
  border-radius: 10px;
  width: 335px;
  z-index: 1;
  position: relative;
}
.image-left-section .wrap .left-column .small-cta h4 {
  font-size: 1.5rem;
}
.image-left-section .wrap .left-column .small-cta a {
  color: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
.image-left-section .wrap .left-column .small-cta a svg {
  max-width: 20px;
  margin-left: 20px;
}
.image-left-section .wrap .left-column .small-cta a svg path {
  fill: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
.image-left-section .wrap .left-column .small-cta a:hover {
  color: white;
  transition: 200ms;
}
.image-left-section .wrap .left-column .small-cta a:hover svg path {
  fill: white;
  transition: 200ms;
}
.image-left-section .wrap .right-column {
  width: 50%;
  padding: 0 2rem;
  display: block;
  margin: auto;
}
.image-left-section .wrap .right-column .right-content {
  width: 75%;
}
.image-left-section .wrap .right-column .right-content a {
  color: white;
}
.image-left-section .wrap .right-column .right-content a.button {
  background-color: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.image-left-section .wrap .right-column .right-content a.button:hover {
  background-color: white;
  color: var(--wp--preset--color--pastel-blue);
  border-color: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
.image-left-section .wrap .right-column .right-content a.button:hover svg path {
  fill: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
.image-left-section .wrap .right-column .right-content a svg#arrow-right {
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  fill: currentColor;
}
@media (max-width: 1024px) {
  .image-left-section .wrap .right-column .right-content {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .image-left-section .wrap#image-left {
    flex-direction: column;
    align-items: center;
  }
  .image-left-section .wrap#image-left .left-column {
    margin-bottom: 2rem;
    width: 100%;
  }
  .image-left-section .wrap#image-left .right-column {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .image-left-section .wrap#image-left .left-column .image-arch img {
    max-width: 350px;
  }
  .image-left-section .wrap#image-left .left-column .small-cta {
    width: 80%;
  }
}

.single-listing-hero {
  min-height: 60vh;
  background-position: center;
  background-size: cover;
}

.listing-intro {
  margin-top: -50px;
}
.listing-intro .wrap .listing-intro__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.listing-intro .wrap .listing-intro__content .listing-intro__logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  display: flex;
}
.listing-intro .wrap .listing-intro__content .listing-intro__logo img {
  width: 70%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.listing-intro .wrap .listing-intro__content .listing-intro__meta h5 {
  text-align: center;
}

.about-business-section {
  margin-top: 4rem;
}
.about-business-section .wrap {
  display: flex;
}
.about-business-section .wrap .about-left {
  background-color: white;
  flex: 1;
  border-radius: 10px 0 0 10px;
}
.about-business-section .wrap .about-left .about-left__content {
  padding: 3rem 4.5rem 2rem 2rem;
}
@media (max-width: 630px) {
  .about-business-section .wrap .about-left .about-left__content {
    padding: 3rem 2rem 2rem 2rem;
  }
}
.about-business-section .wrap .about-left .about-left__content h3 {
  font-weight: 400;
  font-size: 1.3rem;
}
.about-business-section .wrap .about-left .about-left__content ul.listing-social-links {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
}
.about-business-section .wrap .about-left .about-left__content ul.listing-social-links li {
  list-style: none;
  margin-right: 1rem;
  background-color: var(--wp--preset--color--pastel-blue);
  border: 1px solid var(--wp--preset--color--pastel-blue);
  padding: 0.8rem;
  border-radius: 50%;
  transition: 200ms;
}
.about-business-section .wrap .about-left .about-left__content ul.listing-social-links li a {
  text-decoration: none;
  display: flex;
}
.about-business-section .wrap .about-left .about-left__content ul.listing-social-links li a span {
  color: white;
  transition: 200ms;
}
.about-business-section .wrap .about-left .about-left__content ul.listing-social-links li:hover {
  background-color: transparent;
  transition: 200ms;
}
.about-business-section .wrap .about-left .about-left__content ul.listing-social-links li:hover a span {
  color: var(--wp--preset--color--pastel-blue);
}
.about-business-section .wrap .about-left .about-left__content ul.listing-social-links li:hover a svg path {
  fill: var(--wp--preset--color--pastel-blue);
}
@media (max-width: 1180px) {
  .about-business-section .wrap .about-left .about-left__content ul.listing-social-links li {
    margin-top: 5px;
  }
}
.about-business-section .wrap .about-left .about-left__content .about-left__contact {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
.about-business-section .wrap .about-left .about-left__content .about-left__contact p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about-business-section .wrap .about-left .about-left__content .about-left__contact {
    flex-direction: column;
    gap: 0px;
  }
}
.about-business-section .wrap .about-left .about-left__content .about-left__contact-address .acf-map {
  width: 100%;
  height: 200px;
  margin: 20px 0;
}
.about-business-section .wrap .about-left .about-left__content .about-left__contact-address .acf-map img {
  max-width: inherit !important;
}
.about-business-section .wrap .about-right {
  flex: 1;
}
.about-business-section .wrap .about-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1000px) {
  .about-business-section .wrap {
    flex-direction: column-reverse;
  }
  .about-business-section .wrap .about-left {
    border-radius: 0 0 10px 10px;
  }
  .about-business-section .wrap .about-right {
    background-color: white;
    border-radius: 10px 10px 0 0;
  }
  .about-business-section .wrap .about-right img {
    border-radius: 10px 10px 0 0;
  }
}

.listing-gallery-section {
  margin-top: 1rem;
}
.listing-gallery-section#developer-gallery-section {
  margin-top: 4rem;
}
.listing-gallery-section#developer-gallery-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.listing-gallery-section#developer-gallery-section .developer-gallery-cta {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.listing-gallery-section#developer-gallery-section .developer-gallery-cta a {
  transition: 200ms;
}
.listing-gallery-section .wrap .listing-gallery ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  gap: 5px;
}
.listing-gallery-section .wrap .listing-gallery ul li {
  list-style: none;
  width: calc(25% - 0.5rem);
}
.listing-gallery-section .wrap .listing-gallery ul li img {
  max-width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 850px) {
  .listing-gallery-section .wrap .listing-gallery ul li {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 500px) {
  .listing-gallery-section .wrap .listing-gallery ul li {
    width: calc(100% - 0.5rem);
  }
}
.meet-the-owner-section {
  margin-top: 4rem;
}
.meet-the-owner-section .wrap {
  background-color: white;
  border-radius: 10px;
}
.meet-the-owner-section .wrap .meet-the-owner {
  display: flex;
}
.meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__image {
  flex: 1;
  padding: 2rem 2rem 2rem 4rem;
}
.meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__image img {
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 10px 10px;
}
.meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__content {
  flex: 2;
  padding: 3rem 2rem 3rem 2rem;
}
.meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__content .meet-the-owner__content-inner {
  display: flex;
  margin-top: 2rem;
}
.meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__content .meet-the-owner__content-inner .meet-the-owner__content-left {
  padding-right: 2rem;
  flex: 1;
}
.meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__content .meet-the-owner__content-inner .meet-the-owner__content-left h5 {
  font-family: "garamond-premier-pro";
  font-size: 1.2rem;
}
.meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__content .meet-the-owner__content-inner .meet-the-owner__content-right {
  padding-left: 2rem;
  flex: 1;
}
.meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__content .meet-the-owner__content-inner .meet-the-owner__content-right h5 {
  font-size: 1.2rem;
  font-family: "garamond-premier-pro";
}
.meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__content h3 {
  font-weight: 400;
  font-size: 1.3rem;
}
@media (max-width: 900px) {
  .meet-the-owner-section .wrap .meet-the-owner {
    flex-direction: column;
  }
  .meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__image {
    padding: 2rem 2rem 2rem 2rem;
    display: flex;
    justify-content: center;
  }
  .meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__image img {
    width: 60%;
  }
  .meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__content {
    padding: 2rem 2rem 2rem 2rem;
  }
  .meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__content h3 {
    text-align: center;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  .meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__content .meet-the-owner__content-inner {
    flex-direction: column;
    text-align: center;
  }
  .meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__content .meet-the-owner__content-inner .meet-the-owner__content-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .meet-the-owner-section .wrap .meet-the-owner .meet-the-owner__content .meet-the-owner__content-inner .meet-the-owner__content-right {
    width: 100%;
    padding-left: 0;
  }
}

.business-listing-cta .wrap {
  display: flex;
  justify-content: flex-end;
}
.business-listing-cta .wrap .business-listing-cta-box {
  background-color: var(--wp--preset--color--dusty-blue);
  width: 350px;
  padding: 2rem;
  border-radius: 10px;
  margin-top: -50px;
}
.business-listing-cta .wrap .business-listing-cta-box .business-listing-cta-content {
  color: var(--wp--preset--color--dark);
}
.business-listing-cta .wrap .business-listing-cta-box .business-listing-cta-content a {
  color: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
.business-listing-cta .wrap .business-listing-cta-box .business-listing-cta-content a #arrow-right {
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  fill: currentColor;
}
.business-listing-cta .wrap .business-listing-cta-box .business-listing-cta-content a:hover {
  color: white;
  transition: 200ms;
}
@media (max-width: 900px) {
  .business-listing-cta .wrap {
    align-items: center;
  }
  .business-listing-cta .wrap .business-listing-cta-box {
    width: 65%;
    margin-top: -25px;
  }
}

.single-listing-feed-section {
  background-color: var(--wp--preset--color--pastel-blue);
  padding: 3rem 0;
  margin-top: 4rem;
}
.single-listing-feed-section .wrap h2 {
  color: white;
  text-align: center;
  margin-bottom: 2rem;
}
.single-listing-feed-section .wrap .single-listings-feed-button {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.single-listing-feed-section .wrap .single-listings-feed-button a {
  min-width: 95px;
  color: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
.single-listing-feed-section .wrap .single-listings-feed-button a svg {
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  fill: currentColor;
}
.single-listing-feed-section .wrap .single-listings-feed-button a:hover {
  color: white;
  background-color: transparent;
  transition: 200ms;
}

.archive-title .wrap {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
}

.archive-listings-section {
  padding-bottom: 3rem;
}
.archive-listings-section .single-listing-feed-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: 1.7rem;
}
.archive-listings-section .single-listing-feed-items .single-listing-feed-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  width: 100%;
}
.archive-listings-section .single-listing-feed-items .single-listing-feed-item:hover .single-listing-item__content-bottom .button.single-listing-item__link svg path {
  fill: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
.archive-listings-section .single-listing-feed-items .single-listing-feed-item .single-listing-item__image img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.archive-listings-section .single-listing-feed-items .single-listing-feed-item .single-listing-item__content-top {
  display: flex;
  justify-content: flex-end;
}
.archive-listings-section .single-listing-feed-items .single-listing-feed-item .single-listing-item__content-top .image-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  margin-top: -50px;
  margin-right: 20px;
  justify-content: center;
  border: 1px solid white;
}
.archive-listings-section .single-listing-feed-items .single-listing-feed-item .single-listing-item__content-top .image-wrapper img {
  width: 70%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.archive-listings-section .single-listing-feed-items .single-listing-feed-item .single-listing-item__content {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 1rem;
}
.archive-listings-section .single-listing-feed-items .single-listing-feed-item .single-listing-item__content .single-listing-item__content-main h5 {
  font-size: 1.3rem;
  font-family: "garamond-premier-pro";
}
.archive-listings-section .single-listing-feed-items .single-listing-feed-item .single-listing-item__content-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 1rem;
}
.archive-listings-section .single-listing-feed-items .single-listing-feed-item .single-listing-item__content-bottom .single-listing-item__link svg {
  width: 20px;
  height: 20px;
}
.archive-listings-section .single-listing-feed-items .single-listing-feed-item .single-listing-item__content-bottom .single-listing-item__link svg path {
  fill: var(--wp--preset--color--dark);
  transition: 200ms;
}
.archive-listings-section .single-listings-feed-button {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.archive-listings-section .single-listings-feed-button a {
  min-width: 95px;
  color: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
.archive-listings-section .single-listings-feed-button a svg {
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  fill: currentColor;
}
.archive-listings-section .single-listings-feed-button a:hover {
  color: white;
  background-color: transparent;
  transition: 200ms;
}
@media (min-width: 600px) {
  .archive-listings-section .single-listing-feed-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .archive-listings-section .single-listing-feed-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .archive-listings-section .single-listing-feed-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.contact-anchor-menu {
  display: flex;
  justify-content: center;
}
.contact-anchor-menu .contact-menu-items {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.contact-anchor-menu .contact-menu-items a {
  flex: 1;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  text-decoration: none;
  font-family: "garamond-premier-pro";
  font-size: 1rem;
  display: flex;
  text-transform: none;
}
.contact-anchor-menu .contact-menu-items a svg {
  transform: rotate(90deg);
}
.contact-anchor-menu .contact-menu-items a svg#arrow-right {
  margin-left: 10px;
}
@media (max-width: 782px) {
  .contact-anchor-menu .contact-menu-items {
    flex-direction: column;
    gap: 20px;
  }
}

.contact-form-section {
  padding: 4rem 0;
}
.contact-form-section .contact-form-box {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.contact-form-section .contact-form-box .contact-form {
  border-radius: 12px;
  background-color: white;
  padding: 2rem;
}
.contact-form-section .contact-form-box .contact-form input, .contact-form-section .contact-form-box .contact-form textarea {
  min-height: 30px;
  border-radius: 5px;
  border: none;
  padding: 0.3rem 0.5rem;
  background-color: var(--wp--preset--color--cream);
  font-family: "garamond-premier-pro";
  font-size: 1rem;
  max-width: 98%;
  width: 100%;
}
.contact-form-section .contact-form-box .contact-details-col {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.contact-form-section#other-enquiries-section {
  background-color: var(--wp--preset--color--pastel-green);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: 80% 100%;
}
.contact-form-section#other-enquiries-section h2 {
  color: white;
}
.contact-form-section#other-enquiries-section .contact-form-box #duchy-contact {
  color: white;
}
.contact-form-section#other-enquiries-section .contact-form-box h4 {
  text-transform: none;
}

.requests-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.requests-section .request-cta {
  background-color: var(--wp--preset--color--cream);
  padding: 2rem;
  max-width: 500px;
  border-radius: 12px;
  text-align: center;
}
.requests-section .request-cta a.button {
  padding: 0.8rem 1rem;
}

@media (min-width: 782px) {
  .contact-form-section .contact-form-box {
    justify-content: space-between;
    flex-direction: row;
  }
  .contact-form-section .contact-form-box .contact-form {
    flex: 2;
  }
  .contact-form-section .contact-form-box .contact-details-col {
    flex: 1;
  }
  .contact-form-section .contact-form-box .contact-details-col#duchy-contact {
    justify-content: flex-start;
    gap: 2rem;
  }
}
@media (max-width: 782px) {
  .contact-details {
    text-align: center;
  }
  .requests-section .request-cta {
    max-width: 70%;
  }
  .contact-form-section#other-enquiries-section {
    background-position: 95% 100%;
  }
}
.developer-section {
  margin-top: 3rem;
}
.developer-section .developer-section__inner {
  background-color: white;
  padding: 3rem 0 6rem 0;
}
.developer-section .developer-section__inner .wrap {
  display: flex;
  justify-content: center;
}
.developer-section .developer-section__inner .wrap .developer-section__content {
  text-align: center;
}

.developer-cards {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -3rem;
}
.developer-cards .developer-card {
  flex: 1 1 379px;
  max-width: 30%;
  background-color: white;
  border-radius: 10px;
}
.developer-cards .developer-card .developer-card__image img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.developer-cards .developer-card .developer-card__content-top {
  display: flex;
  justify-content: flex-end;
}
.developer-cards .developer-card .developer-card__content-top a {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  margin-top: -50px;
  margin-right: 20px;
  justify-content: center;
  border: 1px solid white;
}
.developer-cards .developer-card .developer-card__content-top a img {
  width: 70%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.developer-cards .developer-card .developer-card__content {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 1rem;
}
.developer-cards .developer-card .developer-card__content .developer-card__content-main {
  font-size: 1rem;
}
.developer-cards .developer-card .developer-card__content .developer-card__content-main a {
  text-decoration: none;
}
.developer-cards .developer-card .developer-card__content .developer-card__content-main a h5 {
  font-size: 1.3rem;
  font-family: "garamond-premier-pro";
}
.developer-cards .developer-card .developer-card__content .developer-card__content-bottom {
  display: flex;
  justify-content: flex-end;
}
.developer-cards .developer-card .developer-card__content .developer-card__content-bottom a {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.developer-cards .developer-card .developer-card__content .developer-card__content-bottom a svg {
  width: 20px;
  height: 20px;
}
.developer-cards .developer-card .developer-card__content .developer-card__content-bottom a svg path {
  fill: var(--wp--preset--color--dark);
  transition: 200ms;
}
.developer-cards .developer-card .developer-card__content .developer-card__content-bottom a:hover {
  color: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
.developer-cards .developer-card .developer-card__content .developer-card__content-bottom a:hover svg path {
  fill: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}

.single-listings-feed-button {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.single-listings-feed-button a {
  min-width: 95px;
  color: var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
.single-listings-feed-button a svg {
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  fill: currentColor;
}
.single-listings-feed-button a:hover {
  color: white;
  background-color: transparent;
  transition: 200ms;
}

@media (max-width: 1000px) {
  .developer-cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .developer-cards .developer-card {
    flex: 1 1 100%;
    max-width: 40%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .developer-cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .developer-cards .developer-card {
    flex: 1 1 100%;
    max-width: 70%;
    position: relative;
  }
}
.new-homes-gallery-section {
  background-color: var(--wp--preset--color--pastel-pink);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: 95% 100%;
  padding: 4rem 0;
  margin-top: 3rem;
}
.new-homes-gallery-section h2 {
  color: white;
  text-align: center;
  margin-bottom: 2rem;
}

.new-homes-gallery ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  gap: 5px;
}
.new-homes-gallery ul li {
  list-style: none;
  width: calc(25% - 0.5rem);
}
.new-homes-gallery ul li img {
  max-width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 850px) {
  .new-homes-gallery-section .wrap .new-homes-gallery ul li {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 500px) {
  .new-homes-gallery-section .wrap .new-homes-gallery ul li {
    width: calc(100% - 0.5rem);
  }
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 2rem;
  font-family: "garamond-premier-pro";
  font-size: 1.3rem;
  color: var(--wp--preset--color--light-green);
}
.pagination a {
  text-decoration: none;
}
.pagination a.page-numbers {
  border: 1px solid var(--wp--preset--color--light-green);
  padding: 0.3rem 0.7rem;
  border-radius: 7px;
}
.pagination a.prev {
  border: none;
}
.pagination a.prev #arrow-right {
  transform: rotate(180deg);
  fill: #c4bb71;
  margin-left: 0px;
  transition: 200ms;
}
.pagination a.next {
  border: none;
}
.pagination a.next #arrow-right {
  fill: #c4bb71;
  margin-left: 0px;
  transition: 200ms;
}
.pagination a:hover {
  background-color: var(--wp--preset--color--light-green);
  color: white;
  transition: 200ms;
}
.pagination a:hover.next, .pagination a:hover.prev {
  background-color: transparent;
  transition: 200ms;
}
.pagination a:hover.next #arrow-right, .pagination a:hover.prev #arrow-right {
  fill: var(--wp--preset--color--dark);
  transition: 200ms;
}
.pagination .current {
  border: 1px solid var(--wp--preset--color--light-green);
  padding: 0.3rem 0.7rem;
  background-color: var(--wp--preset--color--light-green);
  color: white;
  border-radius: 7px;
}

.wp-block-button.block-custom-button {
  font-family: "Mostra-Nuova";
}
.wp-block-button.block-custom-button.is-style-grey-button {
  background-color: var(--wp--preset--color--grey);
  color: white;
  border: 1px solid var(--wp--preset--color--grey);
  transition: 200ms;
}
.wp-block-button.block-custom-button.is-style-grey-button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--grey);
}
.wp-block-button.block-custom-button.is-style-blue-button {
  background-color: var(--wp--preset--color--pastel-blue);
  color: white;
  border: 1px solid var(--wp--preset--color--pastel-blue);
  transition: 200ms;
}
.wp-block-button.block-custom-button.is-style-blue-button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--pastel-blue);
}
.wp-block-button.block-custom-button.is-style-green-button {
  background-color: var(--wp--preset--color--pastel-green);
  color: white;
  border: 1px solid var(--wp--preset--color--pastel-green);
  transition: 200ms;
}
.wp-block-button.block-custom-button.is-style-green-button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--pastel-green);
}
.wp-block-button.block-custom-button.is-style-pink-button {
  background-color: var(--wp--preset--color--pastel-pink);
  color: white;
  border: 1px solid var(--wp--preset--color--pastel-pink);
  transition: 200ms;
}
.wp-block-button.block-custom-button.is-style-pink-button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--pastel-pink);
}
.wp-block-button.block-custom-button.wp-block-button__link {
  padding: 0.3rem;
}
.wp-block-button.block-custom-button a {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.wp-block-button.block-custom-button a svg {
  width: 20px;
  display: inline-block;
  margin-left: 20px;
}/*# sourceMappingURL=style-base.css.map */