:root {
	--brand_color: #64734d;
	--brand_color_inverted: #d9cec1;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: var(--brand_color);
}

body {
	background-color: var(--background_color);
	color: var(--text_color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend {
	font-family: PT Serif;
}

body, p, label, .paragraph {
	font-family: PT Serif;
	font-size: 18px;
}

a {
	color: var(--link_color);
}

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #64734d;
	color: #d9cec1;
	border-color: #64734d;
}

.text-brand {
	color: #64734d;
}

.text-action {
	color: #c90000;
}

.brand-inverted {
	background-color: #d9cec1;
	color: #64734d;
	border-color: #d9cec1;
}

.action {
	background-color: #c90000;
	color: #d9cec1;
	border-color: #c90000;
}

.action-inverted {
	background-color: #d9cec1;
	color: #c90000;
	border-color: #d9cec1;
}

/* SiteHeader */

.announcement_bar {
	background-color: #d9cec1;
	color: #c90000;
}

.announcement_bar a {
	color: #3d3d3d;
}

.siteHeader {
	background-color: #d9cec1;
	color: #64734d;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: transparent;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

.mainNavigation, .mobileNav {
	background-color: #d9cec1;
}

.mainNavigation__list {
	text-align: center !important;
}

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

.mainNavigation__list > li > a {
	font-size: 20px;
}

/*Mobile Nav*/
.mobileNav > li > a {
	color: #64734d;
	background-color: #2C5170;
}

.mobileNav > li > a:hover {
	background-color: #042948;
}

.mobileNav > li > a:focus {
	background-color: #042948;
}

/* Underline Link Effect */
	.mainNavigation__list > li > a {
		color: #64734d;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #051726;
		background-color: transparent;
		border-bottom: solid 2px #051726;
	}

	.mobileNav > li > a {
		color: #64734d;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}

	.mobileNav > li > a:hover {
		color: #051726;
		background-color: transparent;
		border-bottom: solid 2px #051726;
	}

	.mobileNav > li > a:focus {
		color: #051726;
		background-color: transparent;
		border-bottom: solid 2px #051726;
	}


.mainNavigation__list > li > a {
	transition: all 0.2s ease-in-out;
}

/* Auxiliary Navigation (Use this for the account menu, sign up cta, cart, etc,) */

.auxiliaryMenu--block, .auxiliaryMenu__container {
	background-color: #d9cec1;
		border-bottom-color: #d9cec1
	}

.auxiliaryMenu {
	max-width: 1366px;
}

	.auxiliaryMenu > li > a {
		color: #64734d;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #f5f5f5;
    color: #a2a2a2;
}

/* OrderStatus */
.orderStatusBar {
	background-color: #f5f5f5;
}

.orderStatus__container {
	color: #a2a2a2;
}

.orderStatus__container a {
	border-bottom-color: #ffffff;
	color: #a2a2a2;
}

.orderStatus__container a:hover {
	border-bottom-color: #a2a2a2;
}

.orderStatus__mobileToggle {
	color: #a2a2a2;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #ffffff;
	color: #a2a2a2;
}

.orderStatus__mobileToggle a:hover {
	border-bottom-color: #a2a2a2;
}

/* Logo */

.logo {
	color: #64734d;
	font-size: 20px;
	padding: 0px;
}

.logo__img {
	max-height: 173px;
}

@media (max-width: 414px) {.logo {padding: 0px;}.logo__img {max-height: 75px;}}

.siteFooter {
	background-color: #051726;
	color: #d9cec1;
}

.siteFooter .tw-prose {
	--tw-prose-headings: #d9cec1;
	--tw-prose-body: #d9cec1;
	--tw-prose-p: #d9cec1;
	--tw-prose-a: #d9cec1;
	--tw-prose-bullets: #d9cec1;
}

.siteFooter h1, .siteFooter h2, .siteFooter h3, .siteFooter h4, .siteFooter h5, .siteFooter h6 {
	color: #d9cec1;
}

.siteFooter a {
	--tw-prose-a: #d9cec1;
	color: #d9cec1;
}

.siteFooter a:hover, .siteFooter a:focus {
	color: #c5baad;
}

.siteFooter img {
	margin-left: auto;
	margin-right: auto;
}

.backToTopLink__container {
	background-color: #192b3a;
}

.backToTopLink__container a {
	color: #d9cec1;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #64734d !important;
	border-color: #505f39 !important;
	color: #d9cec1 !important;
}

.btn-brand-inverted {
	background-color: #d9cec1;
	color: #64734d;
	border: solid 1px #64734d;
}

.btn-brand-inverted:hover {
	background-color: #64734d;
	color: #d9cec1;
	border: solid 1px #64734d;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #8c9b75 !important;
	border-color: #8c9b75 !important;
		color: #d9cec1 !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #c90000 !important;
	border-color: #b50000 !important;
	color: #d9cec1 !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #f12828 !important;
	border-color: #f12828 !important;
	
	color: #d9cec1 !important;
}

.btn-action-inverted {
	background-color: #d9cec1;
	color: #c90000;
	border: solid 1px #c90000;
}

.btn-action-inverted:hover {
	background-color: #c90000;
	color: #d9cec1;
	border: solid 1px #c90000;
}

.bullet, .confirmation__step-number {
	background-color: #64734d;
	color: #d9cec1;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #64734d !important;
	border-color: #64734d !important;
	color: #d9cec1;
}

.storeSearch__input--style2 {
	border-color: #64734d !important;
}

.storeIndex__sideBarList--style2 > li > a {
	color: #d9cec1;
	border-color: #5a6943 !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #d9cec1;
	background-color: #5a6943 !important;
}

.storeSearch__button--style2 {
	color: #d9cec1;
}

.banner__protocols li:before {
    color: #64734d
}

/*Custom Styles*/
/* ============================================================
   PEARL RIVER PASTURES — "Contact Us" native page restyle
   CSS ONLY. Paste into Theme > Custom CSS (raw rules, no <style>).
   The form still posts to GrazeCart and keeps its spam protection;
   this only reskins it to match the rest of the site.
   ============================================================ */
section.contactPage.pageContainer,
.contactPage.pageContainer,
.contactPage{
  background:#D9CEC1 !important;
  color:#43433E !important;
  max-width:none !important;
  width:auto !important;
  margin:0 !important;
  padding:76px 22px 88px !important;
}
.contactPage *{box-sizing:border-box}

/* Heading block */
.contactPage__header{
  text-align:center !important;
  max-width:660px;
  margin:0 auto 34px !important;
  padding:0 !important;
}
.contactPage__header::before{
  content:"We'd Love To Hear From You";
  display:block;
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  color:#64734D;
  font-weight:700;
  font-size:13px;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.contactPage__heading,
.contactPage__heading.h1{
  font-family:'PT Serif',Georgia,serif !important;
  font-weight:700 !important;
  color:#051726 !important;
  font-size:40px !important;
  line-height:1.12 !important;
  margin:0 !important;
}
.contactPage__header::after{
  content:"Questions about an order, a specific cut, or visiting the farm? Send us a message below, or give us a call or text and we'll get right back to you.";
  display:block;
  max-width:560px;
  margin:16px auto 0;
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  font-size:16.5px;
  line-height:1.65;
  color:#43433E;
}

/* Form -> centered warm-white card */
.contactPage__form{
  width:100% !important;
  max-width:620px !important;
  margin:0 auto !important;
  background:#FCF9F4 !important;
  border:1px solid rgba(5,23,38,.12) !important;
  border-radius:14px !important;
  padding:34px 32px 36px !important;
  box-shadow:0 18px 40px rgba(5,23,38,.12) !important;
}

/* Keep honeypot fields hidden */
.contactPage__form .form-grouped{display:none !important}

/* Field rows */
.contactPage__form .form-group{margin-bottom:20px !important}
.contactPage__form .control-label{
  display:block !important;
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-weight:700 !important;
  font-size:14px !important;
  letter-spacing:.2px;
  color:#051726 !important;
  margin:0 0 7px !important;
}

/* Inputs + textarea */
.contactPage__form .form-control{
  width:100% !important;
  display:block !important;
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size:16px !important;
  color:#43433E !important;
  background:#FFFFFF !important;
  border:1px solid rgba(5,23,38,.16) !important;
  border-radius:9px !important;
  padding:13px 15px !important;
  line-height:1.4 !important;
  box-shadow:none !important;
  transition:border-color .16s ease, box-shadow .16s ease !important;
}
.contactPage__form textarea.form-control{min-height:150px !important;resize:vertical !important}
.contactPage__form .form-control::placeholder{color:#a49c8d !important}
.contactPage__form .form-control:focus{
  outline:none !important;
  border-color:#64734D !important;
  background:#fff !important;
  box-shadow:0 0 0 3px rgba(100,115,77,.16) !important;
}

/* Submit button -> brand red */
.contactPage__form .btn,
.contactPage__form button[type="submit"]{
  display:inline-flex !important;
  align-items:center !important;
  gap:9px !important;
  background:#C90000 !important;
  color:#fff !important;
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-weight:700 !important;
  font-size:16px !important;
  letter-spacing:.2px !important;
  border:none !important;
  border-radius:6px !important;
  padding:15px 34px !important;
  margin-top:4px !important;
  cursor:pointer !important;
  text-transform:none !important;
  box-shadow:0 6px 16px rgba(201,0,0,.20) !important;
  transition:background .16s ease, transform .12s ease, box-shadow .16s ease !important;
}
.contactPage__form .btn:hover,
.contactPage__form button[type="submit"]:hover{
  background:#A50000 !important;
  transform:translateY(-1px) !important;
  box-shadow:0 9px 20px rgba(201,0,0,.26) !important;
}
.contactPage__form .btn .fa{color:#fff !important}

/* Divider + address block below the form */
.contactPage hr{
  max-width:620px !important;
  margin:40px auto 0 !important;
  border:0 !important;
  border-top:1px solid rgba(5,23,38,.14) !important;
}
.contactPage__address{
  text-align:center !important;
  margin:30px auto 0 !important;
  padding:0 !important;
}
.contactPage__address ul{margin:0 !important;padding:0 !important;list-style:none !important}
.contactPage__address li{
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size:16px !important;
  line-height:1.7 !important;
  color:#43433E !important;
  margin:0 !important;
}
.contactPage__address li.h4{
  font-family:'PT Serif',Georgia,serif !important;
  font-weight:700 !important;
  font-size:20px !important;
  color:#051726 !important;
  margin-bottom:4px !important;
}
.contactPage__address a{
  color:#C90000 !important;
  font-weight:700 !important;
  text-decoration:none !important;
}
.contactPage__address a:hover{text-decoration:underline !important}

@media (max-width:600px){
  .contactPage{padding:54px 16px !important}
  .contactPage__heading,.contactPage__heading.h1{font-size:31px !important}
  .contactPage__header::after{font-size:15px}
  .contactPage__form{padding:26px 20px 28px !important}
  .contactPage__form .btn,
  .contactPage__form button[type="submit"]{width:100% !important;justify-content:center !important}
}

/* ============================================================
   PEARL RIVER PASTURES — Pickup Locations (/locations) restyle
   CSS ONLY. Paste into Theme > Custom CSS (raw rules, no <style>).
   Native GrazeCart location finder — only cosmetics are changed;
   the finder logic, map, and location data are untouched.
   ============================================================ */

/* Sidebar / list column */
.locationFinder__listContainer{
  background:#EFE7D9 !important;
  padding:30px 26px 34px !important;
  border-right:1px solid rgba(5,23,38,.10) !important;
}
.locationFinder__listContainer *{box-sizing:border-box}

/* Branded eyebrow + heading above the finder (no native title) */
.locationFinder__listContainer::before{
  content:"Where To Find Us";
  display:block;
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  color:#64734D;
  font-weight:700;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin:2px 0 8px !important;
}
.locationFinder__search::before{
  content:"Pickup Locations";
  display:block;
  font-family:'PT Serif',Georgia,serif;
  font-weight:700;
  color:#051726;
  font-size:27px;
  line-height:1.15;
  margin:0 0 10px !important;
}

/* Search prompt label -> quiet subhead */
.locationFinder__search label{
  display:block !important;
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-weight:400 !important;
  font-size:14px !important;
  line-height:1.5 !important;
  color:#5f5a51 !important;
  margin:0 0 12px !important;
}

/* Zip input */
.locationFinder__search .form-control{
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size:15px !important;
  color:#43433E !important;
  background:#FFFFFF !important;
  border:1px solid rgba(5,23,38,.16) !important;
  border-radius:0 9px 9px 0 !important;
  padding:11px 14px !important;
  height:auto !important;
  box-shadow:none !important;
  transition:border-color .16s ease, box-shadow .16s ease !important;
}
.locationFinder__search .form-control::placeholder{color:#a49c8d !important}
.locationFinder__search .form-control:focus{
  outline:none !important;
  border-color:#64734D !important;
  box-shadow:0 0 0 3px rgba(100,115,77,.16) !important;
}

/* Search button (magnifier) */
.locationFinder__search .input-group-btn .btn{
  background:#64734D !important;
  border:1px solid #64734D !important;
  border-radius:9px 0 0 9px !important;
  color:#fff !important;
  padding:11px 15px !important;
  box-shadow:none !important;
  transition:background .16s ease !important;
}
.locationFinder__search .input-group-btn .btn:hover{background:#55613f !important}
.locationFinder__search .input-group-btn .btn .fa{color:#fff !important}

/* Location list spacing */
.locationsList{margin:22px 0 0 !important;padding:0 !important;list-style:none !important}
.locationsList > li{margin:0 0 14px !important;list-style:none !important}

/* Each location -> warm card */
ul.locationList{
  background:#FCF9F4 !important;
  border:1px solid rgba(5,23,38,.09) !important;
  border-radius:12px !important;
  box-shadow:0 8px 22px rgba(5,23,38,.07) !important;
  padding:16px 18px 17px !important;
  margin:0 !important;
  list-style:none !important;
}
ul.locationList > li{list-style:none !important;padding:0 !important;margin:0 !important}
ul.locationList > li + li{margin-top:9px !important}

/* Card: name */
.locationList__heading,
.locationList__heading.h6{margin:0 0 3px !important}
.locationList__heading a{
  font-family:'PT Serif',Georgia,serif !important;
  font-weight:700 !important;
  font-size:18px !important;
  color:#051726 !important;
  text-decoration:none !important;
}
.locationList__heading a:hover{color:#64734D !important}

/* Card: address */
.locationList__address{
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size:14px !important;
  line-height:1.5 !important;
}
.locationList__address a{color:#64734D !important;text-decoration:none !important;font-weight:600 !important}
.locationList__address a:hover{text-decoration:underline !important}

/* Card: Pickup / Times */
ul.locationList strong{
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important;
  color:#051726 !important;
  font-weight:700 !important;
  font-size:13.5px !important;
}
ul.locationList span,
.locationList__times{
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important;
  color:#43433E !important;
  font-size:13.5px !important;
}

/* Card: View full schedule link */
ul.locationList a[href*="#schedule"]{
  display:inline-block !important;
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:700 !important;
  letter-spacing:.02em !important;
  color:#C90000 !important;
  text-decoration:none !important;
  margin-top:2px !important;
}
ul.locationList a[href*="#schedule"]::after{content:" \2192";}
ul.locationList a[href*="#schedule"]:hover{text-decoration:underline !important}

/* Coming soon badge */
.locationList__comingSoon .label.action{
  display:inline-block !important;
  background:#C90000 !important;
  color:#fff !important;
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
  border-radius:5px !important;
  padding:3px 8px !important;
}

/* Map frame */
.locationFinder__map{
  border-radius:0 !important;
}
.locationFinder__mapContainer{position:relative !important}

/* "Host a pickup location" button */
.locationFinder__hostLocationLink.btn,
a.locationFinder__hostLocationLink{
  background:#64734D !important;
  border:1px solid #64734D !important;
  color:#fff !important;
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-weight:700 !important;
  font-size:13px !important;
  letter-spacing:.02em !important;
  border-radius:6px !important;
  padding:9px 16px !important;
  box-shadow:0 6px 16px rgba(5,23,38,.18) !important;
  text-decoration:none !important;
  transition:background .16s ease !important;
}
.locationFinder__hostLocationLink.btn:hover,
a.locationFinder__hostLocationLink:hover{background:#55613f !important;color:#fff !important}

/* Keep the location list scrolling INSIDE the finder (side-by-side layout).
   The theme hard-codes .locationsList max-height:485px, which overflowed past
   the map once the branded eyebrow/heading pushed the list-start down. Let the
   list fill the remaining column height and scroll internally instead. */
@media (min-width:769px){
  .locationFinder__listContainer{
    display:flex !important;
    flex-direction:column !important;
  }
  .locationsList{
    flex:1 1 auto !important;
    max-height:none !important;
    min-height:0 !important;
    overflow-y:auto !important;
    margin-top:18px !important;
  }
}

/* Leaflet zoom controls */
.leaflet-control-zoom a{
  color:#051726 !important;
  background:#FCF9F4 !important;
  border-color:rgba(5,23,38,.14) !important;
}
.leaflet-control-zoom a:hover{background:#EFE7D9 !important}
