@import url("https://use.typekit.net/nbt4cpu.css");
body {
  font-family: acumin-pro, sans-serif !important;
}
/**** The Sunset Grove Store Front ****/
/*HTML GENERAL*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: acumin-pro, sans-serif !important;
  line-height: initial;
  font-weight: initial;
  background: #FFFFFF url("https://thesunsetgrove.com/wp-content/uploads/2023/10/bkgFull.svg");
  font-size: 16px;
}
h1, h2, h3, h4, h5 {
  font-family: Agbalumo, display, serif;
  margin-bottom: 1%;
  font-weight: 100 !important;
}
h2 {
  font-size: 260%;
}
h3 {
  font-size: 220%;
  font-weight: 400;
}
h4 {
  font-family: acumin-pro, sans-serif !important;
  font-size: 130%;
  margin-top: 4% !important;
  margin-bottom: 4% !important;
  color: #444444 !important;
}
p {
  margin-bottom: 2% !important;
  line-height: 150% !important;
}
p + h3, p + h2, blockquote + h2, blockquote + h3, ul + h3, ul + h2, h3 + h3, h2 + h2 {
  margin-top: 4%;
  margin-bottom: 4%;
}
h1 {
  font-size: 360%;
  margin-bottom: 0%;
}
button {
  background-color: transparent;
  border: solid 2px;
  border-radius: 16px !important;
  padding: 8px !important;
  margin-top: 2% !important;
  margin-bottom: 2% !important;
  font-weight: bold !important;
}
button:hover {
  color: #FFFFFF !important;
}
button::after {
  content: " +";
  display: inline !important;
}
form {
  margin-bottom: 2% !important;
}
blockquote {
  color: #444444 !important;
  border-left: none !important;
  font-size: 130%;
  font-weight: 400;
}
blockquote::before {
  font-family: Agbalumo, display, serif;
  content: "\201c";
  font-size: 500%;
  color: rgba(0, 0, 0, 0.25) !important;
  position: relative;
  top: 80px;
}
blockquote::after {
  font-family: Agbalumo, display, serif;
  content: "\201d";
  font-size: 500%;
  color: rgba(0, 0, 0, 0.25) !important;
  position: relative;
}
input::placeholder, textarea::placeholder {
  color: #999999 !important;
}
input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
  border-radius: 8px;
}
input[type=email] {
  background-color: #f2f2f2 !important;
}
/*HTML GENERAL*/
.col-full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: content-box;
  padding-top: 0;
}
.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignfull, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignfull {
  clear: both !important;
}
.hentry {}
/*General Layout*/
.w100 {
  width: calc(100%/1);
  clear: both;
  float: left;
}
.w50 {
  width: calc(100%/2);
  float: left;
}
.w33 {
  width: calc(100%/3);
  float: left;
}
.p4 {
  padding: 4%;
}
.p2 {
  padding: 2%;
}
.noBorder {
  border-bottom: none !important;
}
.clear {
  clear: both !important;
}
.imgfLeft {
  float: left;
  margin-right: 4%;
  position: relative;
  top: 4px;
}
.imgfRight {
  margin-left: 4%;
  position: relative;
  top: 4px;
  display: initial;
}
.fBot h3 {
  padding-top: 40%;
  text-align: right;
}
.footer {
  clear: both;
  font-size: 70%;
  text-align: center;
  margin-top: 24px;
  position: relative;
  top: 36px;
}
.footer a {
  padding: 6px !important;
}
/*General Layout*/
/*Sections*/
.sText {
  width: 50% !important;
  margin-left: 10% !important;
  margin-right: 40% !important;
  display: block;
}
.nText {
  width: 80% !important;
  margin-left: 10% !important;
  margin-right: 10% !important;
  display: block;
}
.nText h1 {
  text-align: center !important;
}
.sWho, .sCoffee, .sAvocado, .sNews, .sProducts, .sLetter, .sBottom {
  clear: both;
  width: 100%;
  /*float: left;*/
  padding: 2%;
}
.sLetter {
  float: left;
}
.sWho {
  background-color: rgba(43, 83, 120, 0.2);
  background-image: url("https://thesunsetgrove.com/wp-content/uploads/2022/03/who_we_are.png");
  background-repeat: no-repeat;
  background-size: 480px;
  background-position-x: 108%;
  background-position-y: 12px;
  color: rgba(43, 83, 120, 1.0);
}
.sWho h1 {
  color: rgba(43, 83, 120, 1.0) !important;
}
.sWho button:hover {
  background-color: rgba(43, 83, 120, 1.0);
  border: solid 2px rgba(43, 83, 120, 1.0);
  color: #FFFFFF;
}
.sAvocado, .sProducts {
  background-color: rgba(49, 127, 73, 0.2);
  background-image: url("https://thesunsetgrove.com/wp-content/uploads/2022/03/avocado_bkg.png");
  background-repeat: no-repeat;
  background-size: 490px;
  background-position-x: 100%;
  background-position-y: 20%;
  color: rgba(49, 127, 73, 1.0);
}
.sAvocado h1 {
  color: rgba(49, 127, 73, 1.0) !important;
}
.sProducts h1 {
  color: rgba(49, 127, 73, 1.0) !important;
}
.sAvocado button:hover, .sProducts button:hover {
  background-color: rgba(49, 127, 73, 1.0);
  border: solid 2px rgba(49, 127, 73, 1.0);
  color: #FFFFFF;
}
.sCoffee {
  background-color: rgba(90, 47, 25, 0.2);
  background-image: url("https://thesunsetgrove.com/wp-content/uploads/2022/03/coffee_bkg.png");
  background-repeat: no-repeat;
  background-size: 320px;
  background-position-x: 100%;
  background-position-y: 20%;
  color: rgba(90, 47, 25, 1.0);
}
.sCoffee h1 {
  color: rgba(90, 47, 25, 1.0) !important;
}
.sCoffee button:hover {
  background-color: rgba(90, 47, 25, 1.0);
  border: solid 2px rgba(90, 47, 25, 1.0);
  color: #FFFFFF;
}
.sNews {
  background-color: rgba(146, 35, 50, 0.11);
  color: rgba(146, 35, 50, 1.0);
}
.sNews h1 {
  color: rgba(146, 35, 50, 1.0) !important;
  width: 100%;
}
.sNews h3 {
  font-weight: 500;
  font-family: acumin-pro, sans-serif !important;
  line-height: 100% !important;
}
.sNews a {
  color: rgba(146, 35, 50, 1.0) !important;
  text-decoration: none !important;
  position: relative;
}
.sNews a:hover {
  text-decoration: underline !important;
}
.sNews p {
  color: #333333 !important;
}
.sNews img {
  width: 100%;
  text-align: center;
  min-width: 220px;
}
.sNews button:hover {
  background-color: rgba(146, 35, 50, 1.0) !important;
  border: solid 2px rgba(146, 35, 50, 1.0) !important;
  color: #FFFFFF;
}
.sNews time {
  font-size: 75% !important;
  margin-bottom: 3% !important;
  display: block;
  color: #000000;
  font-weight: 600;
}
.sProducts {
  background-color: rgba(49, 127, 73, 0.2);
  background-image: url("https://thesunsetgrove.com/wp-content/uploads/2022/03/Leaf.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 540px;
}
.sProducts h1 {
  text-align: center !important;
  width: 100%;
}
.sLetter {
  background-color: rgba(220, 133, 47, 1.0);
  background-image: url("https://thesunsetgrove.com/wp-content/uploads/2022/03/logo_monochrome_25.png");
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 1.0);
  background-position-x: 96%;
  background-position-y: 50%;
  background-size: 200px;
  width: 100% !important;
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.sLetter h1 {
  color: #FFFFFF !important;
  text-align: center !important;
  width: 100%;
}
.sLetter h2, .sLetter h4 {
  font-family: acumin-pro, sans-serif !important;
  color: #FFFFFF !important;
}
.sLetter h4 {
  margin-bottom: 0 !important;
  line-height: 100% !important;
  color: #FFFFFF !important;
}
.sLetter h2 {
  line-height: 100% !important;
  font-weight: 600 !important;
  font-size: 200% !important;
  margin-top: 0 !important;
  margin-bottom: 4% !important;
}
.sLetter a {
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
.sLetter a:hover {
  text-decoration: underline;
  font-weight: 600;
}
.sLetterpan {
  /*margin-left: calc(2% + 24px);*/
  margin-left: 0;
}
.sBottom {
  background-color: #000000;
  color: rgba(255, 255, 255, 1.0);
  background-image: url("https://thesunsetgrove.com/wp-content/uploads/2022/03/logo_monochrome_25.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px;
}
.sBottom h2 {
  font-family: acumin-pro, sans-serif !important;
  line-height: 200% !important;
  font-weight: 500 !important;
  font-size: 130% !important;
  margin-top: 0 !important;
  margin-bottom: 4% !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF !important;
}
.sBottom h3 {
  font-family: acumin-pro, sans-serif !important;
  line-height: 115% !important;
  font-weight: 500 !important;
  font-size: 115%;
  margin-top: 0 !important;
  margin-bottom: 4%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF !important;
}
.sBottom a {
  color: #FFFFFF;
  text-decoration: none !important;
  padding: 2%;
}
.sBottom a:hover {
  border-radius: 9px;
  background-color: #FFFFFF;
  color: #000000;
}
.bShop {
  border: 2px solid #ffffff !important;
  border-radius: 18px !important;
  display: block !important;
  width: 200px !important;
}
.bShop:hover {
  color: #FFFFFF !important;
  background-color: rgba(220, 133, 47, 1.0) !important;
  border: 2px solid #FFFFFF !important;
}
/*Sections*/
/* Colors*/
.sgBlue {
  color: rgba(43, 83, 120, 1.0) !important;
}
.sgGreen {
  color: rgba(49, 127, 73, 1.0) !important;
}
.sgBrown {
  color: rgba(90, 47, 25, 1.0) !important;
}
.sgRed {
  color: rgba(146, 35, 50, 1.0) !important;
}
.sgOrange {
  color: rgba(220, 133, 47, 1.0) !important;
}
/*Colors*/
/* MAILCHIMP*/
#mc_embed_signup form {
  padding: 0 !important;
}
#mc_embed_signup input.email {
  float: left !important;
  width: 59% !important;
  margin-right: 5% !important;
  margin-left: 0% !important;
  clear: none !important;
  height: 40px !important;
  border: solid 1px rgba(232, 173, 48, 1) !important;
  padding-left: 2% !important;
  color: rgba(220, 133, 47, 1.0) !important;
}
#mc_embed_signup .button {
  color: #FFFFFF !important;
  background-color: #000000 !important;
  height: 40px !important;
  border-radius: 16px !important;
  border: none !important;
  outline: none !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-family: acumin-pro, sans-serif !important;
  width: 35% !important;
  float: left !important;
  clear: none !important;
  cursor: pointer;
}
#mc_embed_signup .button:hover {
  color: #000000 !important;
  background-color: #FFFFFF !important;
}
#mc_embed_signup {
  margin-top: 3% !important;
  font-size: 14px !important;
  font-family: acumin-pro, sans-serif !important;
  background-color: rgba(255, 255, 255, 0.0) !important;
}
.mailchimp p {
  clear: both;
  font-size: 80% !important;
  ;
}
#mc_embed_signup .brandingLogo {
  display: none;
}
#mc_embed_signup input::place-holder.email {
  color: rgba(220, 133, 47, 1.0) !important;
}
#mc_embed_signup input::focus.eamil {
  outline: 2px color #000000 !important;
}
input[type=email] {
  background-color: #FFFFFF;
}
input[type=email]::place-holder {
  color: rgba(220, 133, 47, 1.0) !important;
}
/****Woocommerce****/
.site-content {
  background-repeat: repeat;
  padding-top: 260px !important;
}
.site-header {
  border: none !important;
  position: absolute;
  width: 100%;
  background-color: transparent;
  min-height: 200px;
  background-size: cover;
  background-repeat: none;
  background: none !important;
}
.site-main {
  margin-bottom: 0 !important;
}
.woocommerce-active .site-header .site-branding {
  width: 18%;
  float: left;
  margin-right: 2%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.site-header .site-branding img {
  max-width: 224px;
  /*filter: drop-shadow(0px 4px 16px rgba(49, 127, 73,0.8))!important;*/
}
.entry-header h1, .woocommerce-products-header h1 {
  text-align: center !important
}
.storefront-primary-navigation {
  width: 60%;
  float: right;
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 99999;
  border-radius: 12px;
  margin-right: 20%;
}
.main-navigation ul li a, ul.menu li a {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 100%;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);*/
}
.main-navigation ul li {
  width: calc(97%/5);
  text-align: center;
}
ul.menu li.current-menu-item > a {
  color: #FFFFFF !important;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 4%;
}
.woocommerce-active .site-header .main-navigation {
  top: 22px;
  position: relative;
}
.main-navigation a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF !important;
  border-radius: 12px;
  padding: 0.25%;
}
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
  padding: 6%;
  font-weight: 600;
}
.woocommerce-active .site-header .site-search {
  top: 55px;
  position: absolute;
  right: 2%;
  width: 15%;
  z-index: 999999;
}
.search-field {
  border-radius: 12px;
  background-color: rgba(186, 186, 186, 0.5) !important;
  top: 4px;
  position: relative;
}
.search-field:focus {
  background-color: rgba(255, 255, 255, 0.6) !important;
  outline: none;
  color: #000000 !important;
}
::placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}
.widget_search form:not(.wp-block-search)::before, .widget_product_search form:not(.wp-block-search)::before {
  color: rgba(255, 255, 255, 0.8) !important;
}
a.cart-contents:hover, .site-header-cart .widget_shopping_cart a:hover, .site-header-cart:hover > li > a {
  color: orange;
}
.storefront-breadcrumb {
  display: none;
}
.content-area, .widget-area, .hentry {
  margin-bottom: 0 !important;
}
.wp-block-media-text__media img {
  border-radius: 2.5%;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
}
footer {
  display: none;
}
body:not(.amp) .coblocks-animate.slideInRight {
  animation-duration: 0.75s;
}
body:not(.amp) .coblocks-animate.slideInLeft {
  animation-duration: 0.75s;
}
.right-sidebar .content-area {
  width: 100%;
  float: left;
  margin-right: 0;
}
.content-area {
  padding: 4%;
}
.single-product div.product {
  padding: 4%;
}
.wc-block-grid {
  width: 100%;
}
.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 300% !important;
  font-family: Agbalumo, display, serif;
  font-weight: 100 !important;
  color: rgba(49, 127, 73, 1.0) !important;
}
.hentry .entry-content .wp-block-button .wp-block-button__link {
  background-color: transparent;
  border: rgba(49, 127, 73, 1.0) solid 2px;
  border-radius: 16px !important;
  padding: 8px !important;
  margin-top: 2% !important;
  margin-bottom: 2% !important;
  font-weight: bold !important;
  color: rgba(49, 127, 73, 1.0) !important;
}
.hentry .entry-content .wp-block-button .wp-block-button__link:hover {
  background-color: rgba(49, 127, 73, 1.0) !important;
  color: #FFFFFF !important;
}
.hentry .entry-content .wp-block-button .wp-block-button__link::after {
  content: " +" !important;
  display: inline !important;
}
.wc-block-grid__products .wc-block-grid__product .price {
  color: rgba(220, 133, 47, 1.0) !important;
  font-size: 200% !important;
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
  width: calc(85% / 3);
  margin-right: 1.5%;
  margin-left: 1.5%;
}
.wp-block-post-excerpt__more-link::after {
  content: " +";
}
.category-news a {
  color: #000000 !important;
}
ul.products li.product .woocommerce-loop-product__title {
  color: #317F49 !important;
  font-size: 300% !important;
}
.single-product div.product .woocommerce-product-gallery {
  width: 45%;
  margin-right: 2%;
}
ul.products li.product img, ul.products .wc-block-grid__product img, .wc-block-grid__products li.product img, .wc-block-grid__products .wc-block-grid__product img {
  width: 100%;
}
.woocommerce-product-gallery img {
  border-radius: 0;
  width: 100%;
}
.woocommerce-product-gallery__image {
  min-height: 480px;
}
/*News from the grove*/
body:not(.page-template-template-fullwidth-php):not(.storefront-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-3 li, body:not(.page-template-template-fullwidth-php):not(.storefront-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-3 li {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  font-family: acumin-pro, sans-serif !important;
}
.wp-block-latest-posts__post-title {
  font-family: Agbalumo, display, serif;
  font-size: 220%;
  color: #000000;
}
.hentry .entry-content a {
  text-decoration: none;
}
.hentry .entry-content a:hover {
  text-decoration: underline;
}
.post {
  width: 50%;
  margin-left: 25%;
  padding: 2%;
}
.post img {
  max-width: 80%;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.25);
  margin-bottom: 6% !important;
}
.wc-block-grid__products .wc-block-grid__product-image img {
  height: auto;
  max-width: 680px !important;
  width: 80% !important;
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.25);
  margin-bottom: 6% !important;
}
.tCenter {
  display: block;
  width: 100%;
  margin: auto !important;
  max-width: 360px;
  text-align: center;
}
.wp-block-post-excerpt__more-text {
  color: #000000 !important;
}
/*News from the grove*/
button.menu-toggle:after, button.menu-toggle:before, button.menu-toggle span:before {
  background-color: transparent;
}
button.menu-toggle:hover {
  background-color: #000000;
}
.slideH1, .slideH2 {
  display: none;
}
.seal img {
  margin: auto;
  width: 98%;
  max-width: 200px
}
.seal a:hover{
	background-color:transparent!important;
}
.vSpace {
  clear: both;
  min-height: 60px;
  display: none;
}
/*****Mobile*********/
@media (max-width : 1366px) {}
@media (max-width : 1280px) {
  .woocommerce-active .site-header .site-header-cart {
    left: 0px !important;
  }
}
@media (max-width : 1112px) {
  .rContact {
    width: 100%;
    padding-left: 6%;
  }
  .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: 0.25%;
  }
  .main-navigation ul li a, ul.menu li a {
    font-size: 80%;
  }
  .woocommerce-active .site-header .main-navigation {
    top: 0;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 100%;
  }
  .storefront-primary-navigation {
    width: 74%;
    margin-right: 10%;
    margin-left: 16%;
    height: 28px;
  }
  .main-navigation ul li {
    width: calc(97%/6);
  }
  .woocommerce-active .site-header .site-header-cart {
    width: 20%;
    top: -40px;
    left: 20px;
  }
  .woocommerce-active .site-header .site-search {
    top: 85px;
  }
  .post {
    width: 75%;
    margin-left: 12.5%;
    padding: 2%;
  }
}
@media (max-width : 1024px) {
  #mc_embed_signup input.email {
    width: 100% !important;
  }
  #mc_embed_signup .button {
    width: 40% !important;
    margin-top: 4%;
  }
  .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: 0.25%;
  }
  .main-navigation ul li a, ul.menu li a {
    font-size: 80%;
  }
  .woocommerce-active .site-header .main-navigation {
    top: 0;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 100%;
  }
  .storefront-primary-navigation {
    width: 74%;
    margin-right: 10%;
    margin-left: 16%;
    height: 28px;
  }
  .main-navigation ul li {
    width: calc(97%/6);
  }
  .woocommerce-active .site-header .site-header-cart {
    width: 20%;
    top: -40px;
    left: 20px;
  }
  .woocommerce-active .site-header .site-search {
    top: 40%;
  }
  .post {
    width: 75%;
    margin-left: 12.5%;
    padding: 2%;
  }
}
@media (max-width : 960px) {
	.vSpace{
		min-height:40px;
}
}
@media (min-width: 768px) {}
@media (max-width : 768px) {
  .storefront-primary-navigation {
    background-color: transparent !important;
  }
  .woocommerce-active .site-header .site-branding {
    width: 33%;
  }
  .main-navigation {
    background-color: transparent;
  }
  .main-navigation ul li {
    width: calc(97%/1);
  }
  .storefront-primary-navigation {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 100% !important;
    z-index: 99999999999 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
  .main-navigation.toggled .handheld-navigation, .main-navigation.toggled .menu > ul:not(.nav-menu), .main-navigation.toggled ul[aria-expanded=true] {
    height: 100%;
    min-height: 736px;
    background-color: rgba(0, 0, 0, 0.8) !important;
    position: absolute;
    top: -72px;
    width: 100%;
    padding: 12%;
  }
  .handheld-navigation ul.menu li {
    padding: 5%;
    font-size: 125%;
  }
  .woocommerce-active .site-header .site-header-cart {
    top: 12px;
    left: -120px;
  }
	.sWho{
		background-position-x: 150%;
		background-position-y: 150px;
	}
}
@media (max-width : 736px) {
  .nText {
    width: 95% !important;
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
  }
	.sWho{
		background-position-x: 150%;
		background-position-y: 150px;
		background-size: 400px;
	}
}

@media (max-width : 576px) {
  .woocommerce-active .site-header .site-branding {
    width: 45%;
    top: 1%;
    left: 1%;
    z-index: 99999;
  }
  button {
    padding: 2%;
  }
  .sText {
    width: 70% !important;
    margin-left: 2% !important;
    margin-right: 28% !important;
    padding-bottom: 60px;
    padding: 2%;
  }
  .sWho, .sCoffee, .sAvocado, .sNews, .sLetter, .sBottom {
    background-size: 200px !important;
    background-position: bottom right !important;
  }
  .sProducts {
    background-position: left;
  }
  .sCoffee {
    background-size: 160px !important;
  }
  .w50 {
    width: calc(100%/1);
    border-bottom: dotted 1px rgba(255, 255, 255, 0.25);
  }
  .w50:lastchild {
    border-bottom: none !important;
  }
  .w33 {
    width: 50% !important;
  }
  .sLetter {
    background-position: bottom right !important;
    min-height: 680px;
  }
  .hide {
    display: none;
  }
  .sBottom {
    min-height: 420px !important;
  }
  .storefront-primary-navigation {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    top: -44px;
    min-height: min-content;
  }
  .main-navigation ul li {
    width: calc(97%/1);
  }
  .woocommerce-active .site-header .main-navigation {
    width: 100% !important;
    z-index: 99999999999 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
  .main-navigation.toggled .handheld-navigation, .main-navigation.toggled .menu > ul:not(.nav-menu), .main-navigation.toggled ul[aria-expanded=true] {
    top: 0;
  }
  .menu-toggle button::after {
    content: "";
  }
  button.menu-toggle, button.menu-toggle:hover {
    border: solid 1px #000000;
    content: " ";
    top: 50px;
    right: 2%;
    z-index: 999999;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(97% / 1);
    margin-right: 1.5%;
    margin-left: 1.5%;
  }
  .post {
    width: 90%;
    margin-left: 5%;
    padding: 2%;
  }
  .site-content {
    padding-top: 160px !important;
  }
  .sWho button, .sAvocado button, .sCoffee button, .sNews button {
    background-color: rgba(255, 255, 255, 0.75) !important;
  }
  .hentry .entry-content .wp-block-button .wp-block-button__link {
    background-color: rgba(255, 255, 255, 0.75) !important;
  }
  .sWho button:hover {
    background-color: rgba(43, 83, 120, 1.0) !important;
  }
  .sAvocado button:hover {
    background-color: rgba(49, 127, 73, 1.0) !important;
  }
  .sCoffee button:hover {
    background-color: rgba(90, 47, 25, 1.0) !important;
    color: #FFFFFF;
  }
  .sNews button:hover {
    background-color: rgba(146, 35, 50, 1.0) !important;
  }
  .sBottom h2 {
    margin-bottom: 8% !important;
  }
  .wp-block-media-text__media img {
    margin-bottom: 10% !important;
  }
  .footer {
    font-size: 60%;
    top: 42px;
  }
  .vSpace{
	min-height:33px;
		display:block;
}
	.seal{
		position:relative;
		top:-72px;
	}
	
	body:not(.page-template-template-fullwidth-php):not(.storefront-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-3 li, body:not(.page-template-template-fullwidth-php):not(.storefront-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-3 li{
		width:98%;
		margin-left:auto;
		margin-right:auto;
	}
	.handheld-navigation a{
		color:#FFFFFF!important;
	}
	button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before{
		transition: all,ease,.1s;
	}
	
	.handheld-navigation, .nav-menu, .main-navigation div.menu > ul:not(.nav-menu) {
    transition:all, ease, .1s
}

.handheld-navigation ul.menu li button::after {
    transition:all, ease, .1s
}

.handheld-navigation ul.menu .sub-menu {
    transition:all, ease, .1s
}	
}
@media (max-width : 414px) {
  .sText {
    width: 80% !important;
    margin-left: 2% !important;
    margin-right: 18% !important;
    margin-bottom: 30% !important;
    padding: 2%;
  }
  .sWho, .sCoffee, .sAvocado, .sNews, .sLetter, .sBottom {
    background-size: 200px !important;
    background-position: bottom right !important;
  }
  .sProducts {
    background-position: left;
  }
  .sCoffee {
    background-size: 140px !important;
  }
  .sLetter, .sBottom {
    background-size: 140px !important;
  }
}