/* ---------------------------------- */
/* ------------- 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));
}

.bannerWrap, #banner .container {
  display:flex;
  flex-direction:column;
  align-items:center;
}

.homeSlider .slick-slide {
  right: 0;
  padding-bottom: 350px;

}


#subBannerHome .slick-slide {
  height:60vh;
}

.logo {
  max-width:200px;
}
.siteTop {
  padding-top:200px;
}

.bannerWrap {
  flex-direction:column-reverse;
}

#menu nav li a {
  font-size:0.7em;
}


#banner .contactContainer .email {
  border-radius:2em!Important;

  
}

.sliderText h2 {
  font-size:3em;
}

.sliderText {
  font-size:0.75em;
}

.ourValues div {
  padding:1em;
}

#banner .contactContainer .phone {
  min-width:150px;
  text-align:center;
}

#banner .contactContainer .phone, #banner .contactContainer .email  {
  font-size:0.8rem;
}


section.M_full_img-light1:before {
border-width: 80px 80px 0 0;
}
