/* ---------------------------------- */
/* ------------- 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));
}

.logo {
  width:140px;
}

#banner .contact.contactContainer .phone {
  font-size:0.8em;

}

section.M_right_img .backgroundImage {
  height:90%;
  padding-bottom:300px;
  top:unset;
  bottom:0!important;
  border-top-left-radius:2em;
  border-bottom-right-radius:2em;
}

.link0 section.M_right_img:after {
  content:"";
  width:100%;
}



#menu nav li a {
  font-size:0.7em;
  padding:10px 10px;
}

 @media all and (max-width: 800px) and (min-width:700px){
  
  #menu nav li a {
    font-size:0.6em;
  }
}


.sliderText h2 {
  font-size:3em;
}

.sliderText {
  font-size:0.75em;
}



#banner .contactContainer .phone, #banner .contactContainer .email  {
  font-size:0.8rem;
}



