/* cypresscatboarding.com - site-specific styles layered on top of the KNINES Mobirise theme.
   Section backgrounds live here so the shared theme CSS stays image-free. */

/* Hero */
.cid-rzMgGd484C {
  background-image: url("../images/birman-cat-Large.jpg");
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}
.cid-rzMgGd484C .hero-tagline {
  letter-spacing: 1px;
}
.cid-rzMgGd484C .hero-text {
  font-size: 1.35rem;
  line-height: 1.6;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-rzMgGd484C .hero-text {
    font-size: 1.1rem;
  }
}

/* Dark image + text block: one full-width paragraph instead of the two-column wrapper */
.cid-rzMgJD6sEt .paragraphs-wrapper .single-paragraph {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Photo-backed card sections (accommodations + enrichments) */
.cid-rzMgO1SNCd {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.cid-rzMgO1SNCd .container {
  position: relative;
  z-index: 1;
}
#accommodations.cid-rzMgO1SNCd {
  background-image: url("../images/cream-tabby-cotton-sheet-Large.jpg");
}
#enrichments.cid-rzMgO1SNCd {
  background-image: url("../images/siamese-on-floor-Large.jpg");
  background-position: center 40%;
}
.cid-rzMgO1SNCd .table .table-wrapper .table-head-wrapper .table-tagline {
  color: #efefef;
  margin: .5rem 0 0 0;
  padding-bottom: 2rem;
  letter-spacing: 1px;
}
.cid-rzMgO1SNCd .table .table-wrapper .list-group li {
  border-bottom: 1px solid #eeeeee;
  padding: .6rem .4rem;
}
.cid-rzMgO1SNCd .table .table-wrapper .list-group li:last-child {
  border-bottom: none;
}
.cid-rzMgO1SNCd .table .table-wrapper .list-group.list-bullets li {
  position: relative;
  padding-left: 1.4rem;
}
.cid-rzMgO1SNCd .table .table-wrapper .list-group.list-bullets li::before {
  content: "";
  position: absolute;
  left: .35rem;
  top: 1.05rem;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: #c19b76;
}
.cid-rzMgO1SNCd .table .table-wrapper .room-intro {
  color: #232323;
  padding-top: 2rem;
  margin: 0;
  line-height: 27px;
}
@media (min-width: 992px) {
  .cid-rzMgO1SNCd .table.room-table {
    margin-bottom: 0;
  }
  .cid-rzMgO1SNCd .table.room-table .table-wrapper {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rzMgO1SNCd .table.room-table:first-child {
    margin-bottom: 1rem;
  }
}

/* Closing call to action */
.cid-veIX8abBuO .cta-title {
  margin-bottom: 1.5rem;
}

/* Footer contact lines */
.cid-rzMi9iV35M .mbr-section-subtitle a {
  word-break: break-all;
}

/* ---- Readability: darken body copy (the theme uses weight 300 + light greys) ---- */
/* the theme forces .mbr-lighter to weight 100 with !important, so this must be !important too */
.mbr-lighter,
.cid-rzMgO1SNCd .table .table-wrapper .list-group,
.cid-rzMgO1SNCd .table .table-wrapper .room-intro {
  font-weight: 400 !important;
}
/* white sections */
.cid-vr18yTEAYH .mbr-text,
.cid-vr18yTEAYH .mbr-section-subtitle,
.cid-veIX8abBuO .mbr-text,
.cid-bkIntro .mbr-text,
.cid-bkThanks .mbr-text,
.cid-vuMCk8gcF6 .mbr-text {
  color: #333333;
}
/* black image/text block */
.cid-rzMgJD6sEt .mbr-text {
  color: #e0e0e0;
}
/* cards on photo sections */
.cid-rzMgO1SNCd .table .table-wrapper .list-group,
.cid-rzMgO1SNCd .table .table-wrapper .list-group li,
.cid-rzMgO1SNCd .table .table-wrapper .room-intro {
  color: #2b2b2b;
}
.cid-rzMgO1SNCd .table .table-wrapper .table-head-wrapper .table-tagline,
.cid-rzMgO1SNCd .table-pricing {
  color: #ffffff;
}
/* footer */
.cid-rzMi9iV35M .mbr-section-subtitle {
  color: #e6e6e6;
}
.cid-rzMi9iV35M .mbr-section-subtitle strong {
  color: #ffffff;
}

/* Direct element-level overrides (some mobile browsers were still showing the thin theme weight) */
.cid-rzMgO1SNCd .table .table-wrapper .list-group li,
.cid-rzMgO1SNCd .table .table-wrapper .room-intro,
.cid-vr18yTEAYH .mbr-text,
.cid-rzMgJD6sEt .mbr-text,
.cid-veIX8abBuO .mbr-text,
.cid-rzMi9iV35M .mbr-section-subtitle,
.cid-bkIntro .mbr-text,
.cid-bkThanks .mbr-text,
.cid-vuMCk8gcF6 .mbr-text {
  font-weight: 400 !important;
}
.cid-rzMgO1SNCd .table .table-wrapper .list-group li,
.cid-rzMgO1SNCd .table .table-wrapper .room-intro {
  color: #222222 !important;
}
