/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-med {
  width: 100%;
  width: calc(100% - var(--gridSpacing));
}

.col-2-med, .contentImgRow .item, .cartThumb.category, .cartThumb.item, .blog-widget .blog-widget-article {
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

.col-3-med {
  width: 33.333%;
  width: calc(33.333% - var(--gridSpacing));
}

.col-5x3-med {
  width: 66.666%;
  width: calc(66.666% - var(--gridSpacing));
}


#subBanner h1 {
  color:var(--lightHeadingColor);
  text-align:center;
  font-size:3em;
}


#subBanner .container {
 padding: 200px 0% 5% 0%;
 background-size: cover !important;
 background-position: center center !important;
}


.flickerplate, .flick-inner, #subBannerHome .container[style*=".gif"] {
  /*Adjust This To Suit % Images*/
  /*This can be a pixel height */
  padding-bottom: 80vh;
  height: 0;
}


#banner  {
  font-size:0.8em;
}

.M_right_img .siteContent {

  padding:5em 0em;
}




.sliderText {
  font-size:0.7em;

}

