:root {
	--display-font-family: Lobster;
	--body-font-family: Montserrat;

	--font-size: 16px

	--logo-padding: 19px;
	--logo-height: 96px;

	--header-width: 1366px;
	--header-border-position: bottom;
	--header-border-size: 2px;
	--header-bg-color: transparent;
	--header-border-color: 152 195 143;

	--brand-color: 160 136 12;
	--brand-color-inverted: 255 255 255;

	--background-color: 255 255 255;
	--text-color: 61 61 61;
	--link-color: 0 0 0;

	--action-color: 160 136 12;
	--action-color-inverted: 255 255 255;

	--announcement-bar-bg-color: 160 136 12;
	--announcement-bar-text-color: 255 255 255;
	--announcement-bar-link-color: 0 0 0;

	--main-navigation-bg-color: 255 255 255;
	--main-navigation-link-color: 78 101 36;
	--main-navigation-link-color-hover: 160 136 12;
	--main-navigation-link-bg-color: 255 255 255;
	--main-navigation-link-font-size: 17px;
	--main-navigation-link-alignment: center;

	--auxiliary-bg-color: transparent;
	--auxiliary-border-color: transparent;
	--auxiliary-link-color: inherit;

	--order-status-bg-color: 248 248 248;
	--order-status-color: 119 7 ;

	--store-menu-bg_color: 248 248 248;
	--store-menu-color: 119 7 ;

	--footer-bg-color: 61 61 61;
	--footer-color: 255 255 255;
	--footer-link-color: 255 255 255;
}

/*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;
}
