/* ---------------------------------- */
/* ------------- 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));
}

.sliderText {
  font-size:0.8em;
}

#menu nav {
  font-size:0.9em;
}

.sliderText h2 {
  font-size:3em;
}


  .flickerplate, .flick-inner {
  /*Adjust This To Suit % Images*/
  /*This can be a pixel height */
  padding-bottom:65%;
  height: 0;
}


#subBanner .container {
 padding-bottom:320px;
 background-size: cover !important;
 background-position: center center !important;
}