:root {
	--display-font-family: Lalezar;
	--body-font-family: Hind;

	--font-size: 16px

	--logo-padding: 20px;
	--logo-height: 160px;

	--header-width: 1366px;
	--header-border-position: bottom;
	--header-border-size: 0;
	--header-bg-color: 251 238 225;
	--header-border-color: 0 0 0;

	--brand-color: 61 61 61;
	--brand-color-inverted: 255 15 ;

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

	--action-color: 118 89 73;
	--action-color-inverted: 255 15 ;

	--announcement-bar-bg-color: 245 220 220;
	--announcement-bar-text-color: 201 0 0;
	--announcement-bar-link-color: 61 61 61;

	--main-navigation-bg-color: transparent;
	--main-navigation-link-color: 109 79 63;
	--main-navigation-link-color-hover: 109 79 63;
	--main-navigation-link-bg-color: 44 81 112;
	--main-navigation-link-font-size: 18px;
	--main-navigation-link-alignment: center;

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

	--order-status-bg-color: 245 245 245;
	--order-status-color: 162 162 162;

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

	--footer-bg-color: 103 78 65;
	--footer-color: 255 15 ;
	--footer-link-color: 255 15 ;
}

/*Custom Styles*/
/* Header BG */
.siteHeader{
background-image: none;
}
@media only screen and (min-device-width: 630px){
  .siteHeader{
background-image: url("https://s3.amazonaws.com/grazecart/hamptonmushrooms/images/1738260451_679bbfe30e103.webp");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-origin: border-box;
}
}

/* Fix product grid */
.photoGridWidget__listItem{
    padding: 0 40px 20px 0;
    width: 20%;
}

@media (max-width: 767px) {
    .photoGridWidget__listItem {
        max-width: 375px;
        width: 50%;
        padding:0 10px 10px;
        display:inline-block;
    }
}

/* Fix Blogs grid */
.featuredPostsWidget__postContainer {
    width: 33%;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .featuredPostsWidget__postContainer {
        width: 80%;
        padding: 10px 5px;
    }
}

/* A Mushroom is Full... Section BG */
#pageWidget--42{
background-image: none;
}

@media only screen and (min-device-width: 1010px){
#pageWidget--42{
  background-image: url("https://s3.amazonaws.com/grazecart/hamptonmushrooms/images/1739158996_67a975d4d3f51.png");
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
background-origin: border-box;
}
}

#footerWidget--75{
    width:25%;
}
@media (max-width: 767px) {
#footerWidget--75{
    width:100%;
}
#contactDetailsWidget13{
    text-align: center !important;
}
.linkListWidget h2 {
    text-align: center;
}
.linkListWidget__list{
    text-align: center;
}
}
#textWidget75{
    padding: 20px 20px;
}
@media (max-width: 450px) {
.bannerWidget--1 .bannerWidget__innerContainer {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    min-height: 250px !important;
}
.bannerWidget--1 .bannerWidget__heading {
    font-size: 30px !important;
}
.bannerWidget--1 .bannerWidget__subheading {
        font-size: 18px !important;  
}
.logo__img {
    max-height: 70px !important ;
}
.logo{
    padding:0px ;
}
.photoGridWidget--52{
padding-top: 25px !important;
}
}

#pageWidget--99{
    display:grid;
    justify-content:center;
}
