.stdpadtop {
  padding-top: 10px; }
  @media print, screen and (min-width: 40em) {
    .stdpadtop {
      padding-top: 25px; } }
  @media print, screen and (min-width: 64em) {
    .stdpadtop {
      padding-top: 50px; } }
#featured .attachment-woocommerce_thumbnail, .stdpadbot {
  padding-bottom: 10px; }
  @media print, screen and (min-width: 40em) {
    #featured .attachment-woocommerce_thumbnail, .stdpadbot {
      padding-bottom: 25px; } }
  @media print, screen and (min-width: 64em) {
    #featured .attachment-woocommerce_thumbnail, .stdpadbot {
      padding-bottom: 20px; } }
.stdhalfpadtop {
  padding-top: 5px; }
  @media print, screen and (min-width: 40em) {
    .stdhalfpadtop {
      padding-top: 10px; } }
  @media print, screen and (min-width: 64em) {
    .stdhalfpadtop {
      padding-top: 25px; } }
.stdhalfpadbot {
  padding-bottom: 5px; }
  @media print, screen and (min-width: 40em) {
    .stdhalfpadbot {
      padding-bottom: 10px; } }
  @media print, screen and (min-width: 64em) {
    .stdhalfpadbot {
      padding-bottom: 25px; } }
.stdmartop {
  margin-top: 10px; }
  @media print, screen and (min-width: 40em) {
    .stdmartop {
      margin-top: 25px; } }
  @media print, screen and (min-width: 64em) {
    .stdmartop {
      margin-top: 50px; } }
/*$panelTall: 1110px;
$panelMedium: 730px;
$panelSmall: 350px;*/
.button:focus {
  background-color: #323234; }

.sectionMargin {
  margin-top: 0.7rem; }

.section {
  margin-top: 0.7rem;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media print, screen and (min-width: 40em) {
    .section {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media print, screen and (min-width: 64em) {
    .section {
      padding-top: 50px;
      padding-bottom: 50px; } }
.header {
  padding-bottom: 20px; }
  @media print, screen and (min-width: 40em) {
    .header {
      padding-bottom: 20px; } }
  @media print, screen and (min-width: 64em) {
    .header {
      padding-bottom: 20px; } }
.tint {
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: multiply; }

.tintdark {
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: multiply; }

.tintvdark {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply; }

.bgdimg {
  background-size: cover;
  background-position: center center; }

#hero {
  color: #ffffff;
  margin-bottom: 0; }
  #hero .hero {
    /* this was originally just under #hero not #hero.hero */
    padding-top: 50px;
    padding-bottom: 50px;
    height: 400px; }
    @media print, screen and (min-width: 40em) {
      #hero .hero {
        padding-top: 50px;
        padding-bottom: 50px;
        height: 600px; } }
    @media print, screen and (min-width: 64em) {
      #hero .hero {
            padding-top: 50px;
    padding-bottom: 50px;
    height: 750px; } }
  #hero h1 {
    text-transform: uppercase; }
  #hero h2 {
    line-height: 1.1;
    font-size:3rem; }
    @media print, screen and (min-width: 40em) {
      #hero h2 {
        line-height: 1.4;
        font-size:3rem; } }
  #hero h4 {
    text-transform: capitalize; }
  #hero .outer {
    display: flex;
    justify-content: center;
    height: 200px; }
    @media print, screen and (min-width: 40em) {
      #hero .outer {
        height: 500px; } }
    @media print, screen and (min-width: 64em) {
      #hero .outer {
        height: 700px; } }
  #hero .slick-dots {
    margin-left: 0; }
  @media print, screen and (min-width: 40em) {
    #hero .heroTxt {
      align-self: center; } }
  #hero.tintdark {
    background-color: rgba(0, 0, 0, 0.1); }
  #hero .tintdark.as-banner-slide {
    background-color: rgba(0, 0, 0, 0.1) !important; }

@media print, screen and (min-width: 64em) {
  #best {
    min-height: 550px; } }

#best span {
  color: #1b003f; }

#best h2 {
  color: #ffffff;
  padding-bottom: 0; }

#best h5 {
  color: #b0d39b; }

#best p {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.25; }

@media screen and (max-width: 39.9375em) {
  #best.bgdimg {
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
    background-position: center right 10%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #best.bgdimg {
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
    background-position: center right; } }

#works {
  color: #323234; }
  #works p {
        font-size: 1.2rem;
    line-height: 1.5em;
  margin-bottom: .5em;
     }
  #works a {
    color: #323234; }
  #works .mybox {
    width: 225px; }

#suppliers {
  color: #ffffff; }
  #suppliers .bgdimg {
    background-position: center center;
    height: 370px;
    line-height: 370px; }
    @media print, screen and (min-width: 40em) {
      #suppliers .bgdimg {
        height: 500px;
        line-height: 500px; } }
    @media print, screen and (min-width: 64em) {
      #suppliers .bgdimg {
        height: 630px;
        line-height: 630px; } }
  #suppliers a {
    color: white; }
  #suppliers h2 {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    text-transform: uppercase; }
  @media screen and (max-width: 39.9375em) {
    #suppliers .cell:first-child {
      margin-bottom: 0.5rem; }
      #hero h2 {
        line-height: 1.1;
        font-size: 1.5em !important; }#hero p {
    line-height: 1.1;
}}
  @media print, screen and (min-width: 40em) {
    #suppliers .cell:first-child {
      margin-left: 0rem;
      margin-right: 0.25rem; } }
  @media print, screen and (min-width: 40em) {
    #suppliers .cell:last-child {
      margin-left: 0.25rem;
      margin-right: 0rem; } }
  @media print, screen and (min-width: 40em) {
    #suppliers .medium-6 {
      width: calc(50% - 0.25rem); } }
  @media screen and (max-width: 39.9375em) {
    #suppliers .grid-margin-x > .small-12 {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
#featured {
  color: #323234; }
  #featured .header {
    color: #000; }
  #featured ul {
    list-style-type: none;
    margin-left: 0;
    width: 100%; }
  #featured .grid-padding-x > .cell {
    padding-right: 0rem;
    padding-left: 0rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      #featured .grid-padding-x > .cell {
        margin-bottom: 0rem; } }
  #featured li {
    /*as above for live template*/
    list-style-type: none;
    width: calc(50% - 0.25rem);
    padding-right: 0rem;
    padding-left: 0rem;
    float: left;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      #featured li {
        width: calc(25% - 0.5rem); } }
    #featured li:nth-child(odd) {
      margin-right: 0.5rem; }
    #featured li:nth-child(even) {
          margin-right: 0.5em; }
    @media print, screen and (min-width: 40em) {
      #featured li:nth-child(-n+3) {
        margin-right: 0.5rem; }
      #featured li:nth-child(4) {
        margin-right: 0; } }
    @media print, screen and (min-width: 40em) {
      #featured li {
        margin-bottom: 0rem; } }
  #featured .wrap-product-info h2 {
    color: #b0d39b; }
  #featured .wrap-product-info .price {
    color: #323234; }
  #featured .info {
    /*as above for live template*/
    padding: 0 1rem; }
    @media print, screen and (min-width: 64em) {
      #featured .info {
        padding: 0 2rem; } }
    #featured .info h2 {
      color: #b0d39b;
      font-size: 1.5rem; }
      @media print, screen and (min-width: 64em) {
        #featured .info h2 {
          font-size: 1.25rem; } }
    #featured .info .woocommerce-Price-amount {
      color: #323234; }
    #featured .info .add_to_cart_button {
      display: none; }
  #featured p {
    font-size: 1.5rem; }

.hovImg {
  background-size: cover;
  transition: all 1s ease;
  background-repeat: no-repeat;
  transition: all .8s;
  overflow: hidden;
  position: relative; }
  .hovImg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    transition: inherit;
    transform: scale(1.1); }
  .hovImg:hover::before {
    transform: scale(1); }
  .hovImg a.grid-x {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    height: 100%;
    position: absolute; }
  .hovImg:hover a.grid-x {
    opacity: 1; }
  .hovImg .tint {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: relative; }
  .hovImg .hovText {
    vertical-align: middle;
    display: inline-block;
    margin: 0 50px; }

#suppliers .hovText h2 {
  display: block;
  vertical-align: middle;
  line-height: 1.5;
  text-transform: uppercase; }

#suppliers .hovText .button {
  display: block;
  width: max-content;
  margin: 50px auto 0; }

#suppliers .initalText h2 {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

#suppliers .hovImg h2.initalText {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 1s ease; }

#suppliers .hovImg:hover h2.initalText {
  opacity: 0; }

#holistic .bgdimg {
  height: 275px;
  line-height: 275px; }

#holistic h4 {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  text-transform: uppercase;
  color: white; }

.page-template-home-2020 #footer-photo {
  height: 500px;
  line-height: 500px; }

  /******** AUG 2021 - Linux Overwrites ******/
  h1.header span {
      color: #b0d39a;
      padding: 0 15px;
  }
  h1.header {
      font-size: 1.8rem;
  }
  .header--notice-bar .header--notice-bar__inner p {
      font-size: 18px;
    }
  div#home-cta {
        background: #1c003f;
        color: #fff;
        padding: 2em 0;
  }
  div#home-cta p {
          text-align: left;
          padding-left: 20px;
          margin-bottom: 0;
          line-height: 1.3;
          font-size: 1.6em;
  }

  div#home-cta  a.button.large {
          margin-top: 7px;
          margin-bottom: 7px;
  }
  .new-h-grid {
      border: 2px solid #b0d39a;
      margin: 14px 0;
      padding: 5px 0;
  }
  .new-h-grid img {
      height: 110px;
      padding: 4px 0px;
  }
  .new-h-grid span.shopnow {
      color: #b0d39a;
      text-transform: uppercase;
      margin-bottom: 12px;
      display: block;
      font-size: .9em;
      font-weight: bold;
  }
  #works {
      color: #323234;
      padding: 3em 0 1em;
  }
  p.hitText {
    margin-bottom: 10px !important;
}
.home span.from {
    font-size: .6em;
}
.tabcontent {
  display: none;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
@media print, screen and (min-width: 64em){
h2 {
    font-size: 2rem;
}
}
