:root {
	--brand_color: #a0880c;
	--brand_color_inverted: #FFFFFF;
	--background_color: #FFFFFF;
	--text_color: #3D3D3D;
	--link_color: #000000;
}

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: Lobster;
}

body, p, label, .paragraph {
	font-family: Montserrat;
	font-size: 16px;
}

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #a0880c;
	color: #FFFFFF;
	border-color: #a0880c;
}

.text-brand {
	color: #a0880c;
}

.text-action {
	color: #a0880c;
}

.brand-inverted {
	background-color: #FFFFFF;
	color: #a0880c;
	border-color: #FFFFFF;
}

.action {
	background-color: #a0880c;
	color: #FFFFFF;
	border-color: #a0880c;
}

.action-inverted {
	background-color: #FFFFFF;
	color: #a0880c;
	border-color: #FFFFFF;
}

/* SiteHeader */

.announcement_bar {
	background-color: #a0880c;
	color: #ffffff;
}

.announcement_bar a {
	color: #000000;
}

.siteHeader {
	background-color: transparent;
	color: #4e6524;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #98c38f;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

/*Mobile Nav*/
.mobileNav > li > a {
	color: #4e6524;
	background-color: #ffffff;
}

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

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

/* Custom Link Colors */
	.mainNavigation__list > li > a {
		color: #4e6524;
		background-color: #ffffff;
	}
	.mainNavigation__list > li > a:hover {
		color: #a0880c;
		background-color: #ffffff;
	}

	.mobileNav > li > a {
		color: #4e6524;
		background-color: #ffffff;
	}

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

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


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

.auxiliaryMenu--block, .auxiliaryMenu__container {
	background-color: transparent;
		border-bottom: none;
	}

.auxiliaryMenu {
	max-width: 1366px;
}

		.auxiliaryMenu > li > a {
				color: #;
			}

	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
				color: #;
			}
	
.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #f8f8f8;
    color: #777;
}

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

.orderStatus__container {
	color: #777;
}

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

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

.orderStatus__mobileToggle {
	color: #777;
}

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

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

/* Logo */

.logo {
	color: #4e6524;
	font-size: 17px;
	padding: 19px;
}

.logo__img {
	max-height: 96px;
}

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

.siteFooter {
	background-color: #3D3D3D;
	color: #ffffff;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #515151;
}

.backToTopLink__container a {
	color: #ffffff;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #a0880c !important;
	border-color: #8c7400 !important;
	color: #FFFFFF !important;
}

.btn-brand-inverted {
	background-color: #FFFFFF;
	color: #a0880c;
	border: solid 1px #a0880c;
}

.btn-brand-inverted:hover {
	background-color: #a0880c;
	color: #FFFFFF;
	border: solid 1px #a0880c;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #c8b034 !important;
	border-color: #c8b034 !important;
		color: #FFFFFF !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #a0880c !important;
	border-color: #8c7400 !important;
	color: #FFFFFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #c8b034 !important;
	border-color: #c8b034 !important;
	
	color: #FFFFFF !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #a0880c;
	color: #FFFFFF;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #f8f8f8 !important;
	border-color: #f8f8f8 !important;
	color: #777;
}

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

.storeIndex__sideBarList--style2 > li > a {
	color: #777;
	border-color: #eeeeee !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #777;
	background-color: #eeeeee !important;
}

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

.banner__protocols li:before {
    color: #a0880c
}

/*Custom Styles*/
.h1, .h2, .h3, .h5, .h6, h1, h2, h3, h5, h6, legend {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}
.h4, h4 {
     font-family: "Asap", sans-serif;
  font-weight: 400;
  font-style: normal;
}
    .body, p, label, .paragraph {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* Visit the store */ 

#textWidget181, #textWidget184,.textWidget--183, #pageWidgetRow--180 .pageWidget__rowInnerContainer,  #pageWidgetRow--184 .pageWidget__rowInnerContainer {
    padding:0px!important;
    margin:0px!important;
    max-width:2000px!important;
}



/*FAQs*/

.faq {
  width: 80%;
  margin: 0 auto;
}

.centerplease {
  text-align:center;
  margin: 0 auto;
  font-size: 40px;
}

.question {
  color:#000000;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  background: #EEECE6;
  margin: 0 auto;
  opacity: .9;
  padding: 10px 10px 10px 50px;
  display: block;
  cursor: pointer;
}

.answers {
  border-top: 1px solid #2a4163;
  background: #EEECE6;
  padding: 0 15px;
  margin: 0 0 7px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  z-index:2;
}

.plus {
  position: absolute;
  margin-left: 10px;
  margin-top:5px;
  z-index: 5;
  font-size: 1.8em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
#product-faqs .plus {
    margin-top:13px;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.questions {
  display:none ;
}
/* Rounded photo gallery */

.photoGalleryWidget__photo {
    border-radius: 25px;
}
/*Our Practice */
.shaded_rectangle {
    align-items: center !important;
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 75%;
    background-color: white;
    border-radius:8px !important;
    box-shadow: 0 0 20px 0 #b6b1a6;
    margin-bottom: 50px !important;
    margin: auto;
    height: 500px;
}
.rectangle_text_half, .rectangle_photo_half {
 flex-basis: 50%;
 min-width: 50%;
  }
.rectangle_text_half {
    align-items: center !important;
    justify-content: center !important;
    padding: 5% !important;
}
.rectangle_text_half h3, .rectangle_text_half ul {
    max-width: 400px !important;
    margin: auto !important;
}

.rectangle_text_half h3 {
    padding-bottom: 10px !important;
}

.rectangle_photo_half {
   position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0px 8px 8px 0px;
}

    .rectangle_photo_half figure {
     position: absolute;
    bottom: 0;
}

@media (max-width: 768px) {
   .image-fit-cover {
        height: 100%;
        max-width: none;
    }
     .shaded_rectangle {
        height: 700px !important;
        max-width: 90% !important;
    }
    
    .rectangle_photo_half {
        flex-basis: 75%;
        min-width: 55%;
        border-radius: 8px 8px 0px 0px;
    }
    .rectangle_text_half {
        flex-basis: 45%;
        min-width: 45%;
        padding: 5px !important;
        padding-top: 30px !important;
        margin: auto 10%;
    }
    .image-fit-cover {
        object-fit: cover !important;
        height: 100% !important;
        width: 100% !important;
    }
    .shaded_rectangle-photo_right {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
  
    .rectangle_text_half h3, .rectangle_text_half ul {
        max-width: 300px !important;
        margin: auto !important;
    }
}
.container {
    display: flex;
    width: 100%;
    height: 100vh; /* Full height of the viewport */
}

.image-column, .content-column {
    flex: 1; /* Each column takes up half the space */
}

.image-column img {
    width: 100%;
    height: auto; /* Keep the aspect ratio */
}

.content-column {
    flex: 1;
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    padding: 150px 100px 50px 0px;
}

.button-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #A0880C;
    color: white;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 5px;
}
.right-aligned-graphic {
    float: right;
    margin-top: 50px; /* Adjust the space above the graphic as needed */
    /* Optional: set a specific width or height if you want to resize your graphic */
    width: 100px; /* Example width, adjust as necessary */
    height: auto; /* Maintains the aspect ratio */
}
/*Hours Farm Store*/
.store-hours {
        background-color: #EFECE6;
    width: 100%;
    margin: auto;
    padding: 200px;
    display: flex; /* Use flexbox layout */
    align-items: center; /* Center items vertically */
    justify-content: space-between; /* Space between text and image */
    text-align: left;
}
.hours-container {
    flex: 1; /* Allows the text container to grow and take up available space */
    background-color: white; /* Background color for the text */
    padding: 20px; /* Padding around the text */
    margin-right: 20px; /* Ensures some space between */
    border-radius: 10px;

}
.store-hours img {
    flex: 1; /* Allows the image to grow and fill the available space */
    height: auto; /* Maintain aspect ratio */
    max-width: 30%; /* Maximum width of the image to ensure it doesn't take more than half of the container */
    margin: -30px; /* Counteract the div's padding */
    margin-left: -75px;

}
/* youtube photo/link */
 .youtube-photo-container {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 300px;
            height: 100vh;
            margin: 0;
        }
        .youtube-photo-container img {
            max-width: 100%; /* Make sure the image is responsive */
            height: auto;
            border: 2px solid #ccc; /* Optional: add a border around the image */
        }
@media (min-width: 992px) {
    .logo img {
        display: none;
    }
}
@media (max-width:768px) {
    .store-hours {
        background-color: #EFECE6;
        width: 100%;
        margin: auto;
        padding: 20px;
        display: flex; /* Use flexbox layout */
        flex-direction: column;
        align-items: center; /* Center items vertically */
        justify-content: space-between; /* Space between text and image */
        text-align: left;
    }
    .hours-container {
        width: 100%; /* Take up full width inside the parent */
        max-width: 600px; /* Maximum width to maintain readability */
        text-align: center;
        margin: auto; /* Center in the available vertical space */
        padding: 20px; /* Padding for internal spacing */
        box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Subtle shadow for some depth */
    }

    .store-hours img {
        display: none;
    }
    .logo {
        background-color: #EFECE6;
        visibility: visible;
    }
    .storeSearch__container {
        display:inline;
    }
}
@media (min-width: 769px) {
    #store-search-mobile{
        display:none!important;
    }
}
/* Editing break points for What we offer widget so text doesn't overflow image */
@media (max-width: 550px) {
    .photoGridWidget__listItem {
        display: block!important;
        width: 100%!important;
        max-width: 500px!important;
    }
    
}

@media (max-width: 1160px) {
    .storeIndex__pageContainer--style1 .photoGridWidget__listItem {
        min-width: 50%;
    }
}

/* Subscribe and Save block on shop page */
#pageWidget--224 {
    padding-right: 20px;
    padding-left:20px;}
    
#bannerWidget224, #bannerWidget224:after {
    border-radius: 4px;
}
