/* ---------------------------------- */
/* ------------- 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));
}

.flick-inner, .flickerplate {
  height:50vh;
}

.sliderText {
  width:50%;
}

#banner .container {
  padding:30px 30px 20px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.logo {
  width:300px;
}

#bannerRight {
  align-items: center;
  margin-top:30px;
}

#menu nav li a {
  font-size:1em;
}