/*
Theme Name: The Cloister Group
Theme URI: https://www.rafaelrobinson.com/
Description: https://www.thecloistergroup.com/
Version: 1.0
Tags: Multi-Column, Responsive, Bootstrap
*/

@font-face {
  font-family: "Thasadith";
  src: url("fonts/thasadith/Thasadith-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thasadith";
  src: url("fonts/thasadith/Thasadith-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Thasadith";
  src: url("fonts/thasadith/Thasadith-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Thasadith";
  src: url("fonts/thasadith/Thasadith-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Times Local";
  src: url("fonts/times/Times Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times CG";
  src: url("fonts/times-cg/Times CG.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times CG";
  src: url("fonts/times-cg/Times CG Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times CG";
  src: url("fonts/times-cg/Times CG Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Times CG";
  src: url("fonts/times-cg/Times CG Bold Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* THE CLOISTER GROUP - Shared styles (Bootstrap 5) */
:root {
  --hero-green: #428962;
  --green: #204d35;
  --green-700: #0f3a27;
  --gold: #c7b079;
  --gold-700: #9f8c55;
  --light: #f7f7f7;
  --gray-100: #f4f4f4;
  --gray-200: #ececec;
  --gray-700: #5b5b5b;
  --body-gray: #e7e8e8;
  --gray-dark: #897f7c;
  --map-light: #e7e8e9;
  --font-sans: "Thasadith", sans-serif;
  --font-serif: "Times New Roman", Times, serif;
  --font-serif-alt: "Times CG", serif;
  --tracking-wide: 0.05em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-serif);
  letter-spacing: var(--tracking-wide);
}
body {
  font-family: var(--font-sans);
  color: #1a1a1a;
  line-height: 1.6;
  background-color: var(--body-gray);
}
#primaryNav .nav-link {
  font-family: var(--font-serif-alt);
}
.bg-deep-green {
  font-size: clamp(0.9375rem, 1.2vw, 1rem);
  background: var(--green);
}
.utility-bar .container {
  flex-wrap: wrap;
  gap: 0.75rem;
}
.utility-bar .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
}
.bg-deep-green .small {
  margin-bottom: 0.5rem;
  color: var(--gold);
}
.bg-deep-green .fw-semibold {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 4vw, 2rem);
}
.bg-deep-green a {
  color: #fff;
  text-decoration: underline;
}
.bg-gold {
  background: var(--gold);
}
.bg-gold-img {
  font-size: clamp(1.125rem, 2.5vw, 1.25rem);
  background: url("images/meet-the-team-bg.png") no-repeat center center;
  background-size: cover;
}
.text-gold {
  color: var(--gold);
}
.text-gold-200 {
  color: #e3d7b8;
}
.btn-utility {
  background: transparent;
  border: 1px solid var(--green);
  color: var(--green);
  border-radius: 0;
  text-transform: uppercase;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-family: var(--font-sans);
  letter-spacing: 0.08em;
}
.btn-apply {
  background: var(--green);
  color: var(--gold);
  border: 1px solid var(--green);
  border-radius: 0;
  text-transform: uppercase;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-family: var(--font-sans);
  letter-spacing: 0.08em;
}
.btn-outline-gold {
  border: 2px solid var(--gold-700);
  color: var(--gold-700) !important;
  background: transparent;
  border-radius: 0;
}
.btn-outline-gold:hover {
  background: var(--gold);
  color: #1a1a1a;
}
.btn-gold {
  border: 0;
  color: var(--green-700) !important;
  background: transparent;
  border-radius: 0;
  background-color: var(--gold);
  padding: 20px;
  text-transform: uppercase;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-family: var(--font-sans);
  letter-spacing: 0.08em;
  justify-content: center;
}
.btn-gold:hover {
  background: var(--green-700);
  color: var(--gold) !important;
}
.btn-icon {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.btn-icon:hover {
  background: rgba(255, 255, 255, 0.15);
}
.header-fade {
  background: linear-gradient(
    #fff,
    rgba(255, 255, 255, 0.88) 70%,
    rgba(255, 255, 255, 0)
  );
}
.site-header .navbar .nav-link {
  color: #1b1b1b;
}
.site-header .navbar .dropdown-menu {
  border-radius: 0.5rem;
}
.footer-nav {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-family: var(--font-sans);
  letter-spacing: 0.05em;

}

.footer-nav :hover {
color:#9f8c55;
text-decoration: underline;

}

.footer-nav :active {
  color:#9f8c55;
  
  }

.inner-banner {
  position: relative;
}
/* Welcome feature box */
.feature-card {
  border: 2px solid var(--green);
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 0.75rem;
}
.feature-photo {
  position: relative;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: min(100%, 24.8rem);
  --frame-length: clamp(9rem, 30vw, 13.25rem);
  --frame-thickness: clamp(0.5rem, 1.2vw, 0.75rem);
  --frame-cap: clamp(4rem, 12vw, 5.5rem);
}
.feature-photo::before,
.feature-photo::after {
  content: "";
  position: absolute;
  width: var(--frame-cap);
  height: var(--frame-cap);
  pointer-events: none;
  background-repeat: no-repeat;
}
.feature-photo::before {
  bottom: -12px;
  left: -12px;
  background: linear-gradient(var(--gold), var(--gold)) bottom left /
      var(--frame-length) var(--frame-thickness) no-repeat,
    linear-gradient(var(--gold), var(--gold)) bottom left /
      var(--frame-thickness) var(--frame-length) no-repeat;
}
.feature-photo::after {
  top: -12px;
  right: -12px;
  background: linear-gradient(var(--gold), var(--gold)) top right /
      var(--frame-length) var(--frame-thickness) no-repeat,
    linear-gradient(var(--gold), var(--gold)) top right / var(--frame-thickness)
      var(--frame-length) no-repeat;
}
.feature-photo__img {
  display: block;
  width: 100%;
  height: auto;
}
#make-our-house-your-home .feature-card {
  overflow: visible;
}
#make-our-house-your-home .feature-photo {
  z-index: 1;
}
/* Section helpers */
.border-left-green {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}
.bg-hero {
  background: var(--hero-green);
  height: clamp(16rem, 75vh, 50rem);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.bg-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-hero__media--video {
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .bg-hero--has-video {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .bg-hero--has-video .bg-hero__media--video {
    height: 100%;
    width: 100%;
  }
}
/* Gallery */
.gallery {
  padding-bottom: clamp(3rem, 6vw, 4rem);
}
.gallery .carousel-inner {
  overflow: hidden;
}
.gallery-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 0.75rem;
}
.gallery-control-btn {
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}
.gallery-control-btn:hover,
.gallery-control-btn:focus-visible {
  background: var(--gold-700);
  transform: translateY(-1px);
}
.gallery-view-full {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  color: var(--green-700);
  text-decoration: underline;
}
.gallery-view-full.btn {
  border-width: 2px;
}
.floor-plan {
  background: rgba(16, 64, 39, 0.2);
}
.floor-plan__container {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}
.floor-plan__title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: clamp(3rem, 9vw, 6rem);
  line-height: 1;
  color: var(--green-700);
}
.floor-plan__title span {
  color: var(--hero-green);
}
.on-the-map__title {
  font-size: clamp(3rem, 9vw, 6rem);
  color: var(--green-700);
  line-height: 1;
}
.on-the-map__title span {
  color: var(--hero-green);
}
.floor-plan__image {
  display: flex;
  justify-content: flex-end;
}
.floor-plan__image img {
  width: 100%;
  max-width: min(100%, 52.5rem);
}
.floor-plan__details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: min(100%, 26rem);
  color: var(--green-700);
}
.floor-plan__details .p-3 {
  margin: 0;
}

@media (max-width: 767.98px) {
  .gallery {
    padding-bottom: 5rem;
  }
  .gallery-controls,
  .gallery-view-full {
    position: static;
    margin-top: 1rem;
  }
  .gallery-controls {
    justify-content: flex-start;
  }
  .gallery-view-full {
    display: inline-block;
  }
  .utility-bar .container {
    justify-content: center;
  }
  .utility-bar .btn {
    flex: 1 1 100%;
  }
}

@media (max-width: 991.98px) {
  .floor-plan__container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .floor-plan__title {
    position: static;
    margin-bottom: 1.5rem;
  }
  .floor-plan__details {
    position: static;
    margin-top: 1.5rem;
    max-width: none;
  }
  .floor-plan__details .p-3 {
    display: inline-block;
  }
  .floor-plan__image {
    justify-content: center;
  }
  .floor-plan__image img {
    max-width: 100%;
  }
}
/* Accordion tone */
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(199, 176, 121, 0.35);
}
.accordion-flush .accordion-button {
  background-color: transparent;
}
.accordion-flush .accordion-item {
  margin-bottom: 0.5rem;
  overflow: hidden;
  background-color: transparent;
  border-bottom: 1px solid var(--gold);
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid var(--gold);
}
.accordion-button:not(.collapsed) {
  background: var(--gold);
  color: var(--green-700);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
/* Footer */
.footer-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.footer-links li {
  margin: 0;
  list-style: none;
}
.footer-middle__actions .btn {
  width: auto;
}
.footer-communities {
  align-content: flex-start;
    flex-direction: column;
   padding-bottom: 0;
   padding-inline: .75rem;
  list-style-type: none;
}
.footer-copy {
  font-family: var(--font-serif);
  text-transform: uppercase;
}
.community-summary-info {
  background-color: var(--gray-100);
}
.community-photo-side {
  box-shadow: 0.5rem 0.5rem 0 0 var(--gold);
  display: inline-block;
}
.community-tab-nav {
  background: var(--green);
  padding: 0;
  border-radius: 0;
}
.community-tab-nav .nav-link {
  color: var(--gold);
  border-radius: 999px;
}
.community-tab-nav .nav-link.active {
  background: var(--gold);
  color: var(--green-700);
  font-weight: 600;
}
.community-tab-content {
  background: var(--body-gray);
}
.list-group-item {
  background-color: transparent !important;
  border-bottom: 1px solid var(--gold-700);
}
/* Accessibility helpers */
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}
/* Utilities */
.bg-muted {
  background: #f1f1f1;
}
.bg-surface {
  background: #f8f9fb;
}
/* Map placeholder */
.map-placeholder {
  background: #e3e7eb;
  border: 1px solid var(--gold-700);
  aspect-ratio: 16 / 10;
  width: 100%;
  overflow: visible;
}
/* Team modal */
.team-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1080;
}
.team-modal.is-open {
  display: flex;
}
.team-modal__dialog {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--green-700);
  color: #fff;
  padding: clamp(2rem, 6vw, 5rem);
  overflow-y: auto;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}
.team-modal__close {
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  background: transparent;
  border: 0;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  color: var(--gold);
  cursor: pointer;
}
.team-modal__close:hover {
  color: var(--gold-700);
}
.team-modal__close:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.team-modal__role {
  margin-bottom: 0.5rem;
  color: var(--gold);
  font-size: clamp(0.875rem, 2vw, 1rem);
}
.team-modal__photo {
  width: clamp(4rem, 10vw, 5rem);
  height: clamp(4rem, 10vw, 5rem);
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  float: right;
}
.team-modal__name {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
}
body.team-modal-open {
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .team-modal__photo {
    float: none;
    margin: 0 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .team-modal__dialog {
    width: min(736px, 100%);
    height: min(574px, 100%);
    border-radius: 1.5rem 0 1.5rem 0;
  }
}
/* Hero image banner used on communities */
.hero-photo {
	min-height: clamp(20rem, 75vh, 32rem);
	background: var(--hero-green);
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.hero-photo__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-photo__media--video {
	pointer-events: none;
}
/* Resident resources header band */
.band {
	background: var(--green);
	color: #fff;
  padding: clamp(0.5rem, 2vw, 0.75rem) 0;
}
.band .btn-band {
  color: var(--gold);
  border-left: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  border-radius: 0;
  padding: 0 clamp(0.75rem, 2vw, 1.25rem);
  font-weight: bold;
  font-style: italic;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
}
/* Price box */
.price-box {
  background: var(--gold);
  color: var(--green);
  font-weight: 700;
  padding: 0.5rem 1rem;
  display: inline-block;
}
.gmpx-store-locator {
  width: 100%;
  height: 100%;
  --gmpx-color-surface: #e7e8e8;
  --gmpx-color-on-surface: #212121;
  --gmpx-color-on-surface-variant: #114028;
  --gmpx-color-primary: #114028;
  --gmpx-color-outline: #c0af80;
  --gmpx-fixed-panel-width-row-layout: 28.5em;
  --gmpx-fixed-panel-height-column-layout: 65%;
  --gmpx-font-family-base: var(--font-sans);
  --gmpx-font-family-headings: var(--font-serif);
  --gmpx-font-size-base: 0.875rem;
  --gmpx-hours-color-open: #188038;
  --gmpx-hours-color-closed: #428962;
  --gmpx-rating-color: #ffb300;
  --gmpx-rating-color-empty: #e0e0e0;
}

.section-title {
  color: var(--green-700);
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: var(--tracking-wide);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}
.our-communities,
.meet-the-team,
.connect-with-us,
.have-a-question,
.title {
  font-family: var(--font-serif);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(1.5rem, 5vw, 3rem);
}
.locations {
  margin: 0;
  padding: 0;
  list-style: none;
}
.location {
  margin: 0;
  padding: 1.5rem 0;
  font-size: clamp(1rem, 2.75vw, 1.25rem);
  border-bottom: 1px solid var(--gray-dark);
}
.location:first-child {
  padding-top: 0;
}
.location strong {
  display: block;
  color: var(--green-700);
  margin-bottom: 0.25rem;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-family: var(--font-serif);
}
.location a {
  color: var(--green-700);
  text-decoration: underline;
  font-size: medium;
}
.rounded-bottom-right,
.rounded-bottom-img-right {
  width: 100%;
  border-bottom-right-radius: 1.5rem;
}
.text-deep-green {
  color: var(--green);
}
.text-green {
  color: var(--hero-green);
}
.question {
  font-size: clamp(0.95rem, 2.75vw, 1rem);
  border-radius: 1.5rem 0 1.5rem 0;
  font-family: var(--font-serif);
}
.page-content {
  font-family: var(--font-serif-alt);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.6;
}
.faqs {
  border: 1px solid var(--green-700);
}
.faqs h2 {
  margin: 0;
  padding: 0;
  font-family: var(--font-serif);
  letter-spacing: var(--tracking-wide);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid var(--green);
}
footer.bg-deep-green a {
  text-decoration: none;
}
.footer-links {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 700;
  text-transform: uppercase;
}
.footer-contact {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}
.fw-normal {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-style: italic;
}
#unitsTab.nav-pills .nav-link {
  border-radius: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 4vw, 2rem);
  text-transform: capitalize;
  letter-spacing: var(--tracking-wide);
  color: var(--gold);
}
#unitsTab.nav-pills .nav-link.active {
  background-color: var(--gold);
  color: var(--green-700);
}
.on-the-map-bg {
  background-color: var(--map-light);
}

/* -------------------------------------------------------------------------- */
/* Comments                                                                   */
/* -------------------------------------------------------------------------- */
.comments-box {
  margin-top: 35px;
}
ol.comment-list {
  margin: 30px 0px;
  padding: 0px;
  list-style-type: none;
}
ol.children {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ol.comment-list li {
  margin-bottom: 30px;
  padding-left: 52px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
ol.comment-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
ol.comment-list li .avatar {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
}
ol.children {
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 50px;
  border-top: 1px solid #ddd;
}
.comment-heading,
.comment-form {
  margin-top: 0;
  margin-bottom: 30px;
}
.comment-form label {
  display: block;
}
.comment-metadata a {
  color: #888;
  font-size: 0.65rem;
}
#cancel-comment-reply-link {
  color: #c00;
  font-size: 0.6875rem;
}
.form-allowed-tags code {
  white-space: normal;
}
.form-submit {
  display: none;
}
.left-indent {
  padding-left: 10px;
}

/* -------------------------------------------------------------------------- */
/* Sidebar                                                                    */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* Media Queries                                                              */
/* -------------------------------------------------------------------------- */

/* Small Devices */
@media only screen and (min-width: 576px) {
  .footer-middle__communities {
    text-align: right;
  }
}

/* Medium Devices */
@media only screen and (min-width: 768px) {
  #primaryNav {
    font-size: clamp(1rem, 1.7vw, 1.25rem);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
  }
}

/* Large Devices */
@media only screen and (min-width: 992px) {
  #make-our-house-your-home.py-5 {
    padding-top: 11rem !important;
  }
  #make-our-house-your-home .feature-card {
    padding-right: clamp(2rem, 24vw, 11rem);
  }
  #make-our-house-your-home .feature-photo {
    position: absolute;
    top: -7rem;
    right: -15rem;
    margin: 0;
    width: clamp(240px, 28vw, 360px);
  }
  .gallery-control-btn {
    font-size: 1.4rem;
  }
  .team-modal__close {
    font-size: 3rem;
  }
  .comment-metadata a {
    font-size: 0.6875rem;
  }
  #cancel-comment-reply-link {
    font-size: 0.75rem;
  }
}

/* X Large Devices */
@media only screen and (min-width: 1200px) {
}

/* XX Large Devices */
@media only screen and (min-width: 1400px) {
}
