/* ---------------------------------- */
/* ------------- 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%;

}

.siteContent ol li {

  width: 30%; 
    
  }

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100% !important; 
  height: 100% !important; 
}


#menu nav li a {
  font-size:0.8em;
}

.logo {
  max-width:140px;
}


#footerBottom .container > * {
  font-size:0.9em;
}



@media all and (max-width: 850px) and (min-width: 700px) {
  #banner .container {
    display:flex;
    flex-direction:column;
  }
  
  #menu nav {
    justify-content:center;
  }
  
}
