/* Meadowbrook (Meadowbrook.PlumGrove.us). Ported verbatim from its inline HEAD
   <style> (2026-09-22). Self-contained: this client does not load
   global/global.css (see loader.js). No web-font link: "Source Sans Pro"
   resolves from the skin/system today, as before.
   One addition since: the body > .container cap (same rule as global.css). */

html, body {
  height: 100vh;
}

body {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

/* The flex-column body sizes Bootstrap's centred .container to its content,
   so one wide child (Kendo's Settings TabStrip, a product carousel) widened
   the whole page on phones. Cap it at the viewport; pages that fit are unchanged. */
body > .container {
  max-width: 100%;
}

.navbar {
  border: none;
  box-shadow: none;
}
.navbar .nav {
  background: #eaeaea;
}

#main-content {
  margin-bottom: 100px;
}

.home-banner-area {
  border: none;
  margin-bottom: 20px;
}

.prod-cat-item {
  border: 1px solid #dadada;
}
.prod-cat-item .img-wrap {
  border-bottom: 1px solid #dadada;
}
.prod-cat-item .prod-buttons {
  display: none;
}
.prod-cat-item .caption, .prod-cat-item h3 {
  margin-bottom: 0;
}
.prod-cat-item .skinsetting-prod-caption-heading {
  margin-bottom: 0;
  font-size: 2rem;
}
.prod-cat-item .skinsetting-prod-caption-heading a {
  color: #232323;
}
.prod-cat-item .skinsetting-prod-caption-heading a:hover {
  color: rgb(207, 159, 92);
  text-decoration: none;
}

.footer {
  margin-top: auto;
  border: none;
  padding-bottom: 70px;
}
.footer .footer-bottom {
  display: none;
}
