/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-med {
  width: 100%;
  width: calc(100% - 10px);
}

.col-2-med, .contentImgRow .item, .cartThumb {
  width: 50%;
  width: calc(50% - 10px);
}

.col-3-med {
  width: 33.333%;
  width: calc(33.333% - 10px);
}

/* ---------------------------------- */
/* ------------- OTHER -------------- */
/* ---------------------------------- */


#menu nav li a {
  padding: 7px 10px;
}

#menu nav {
  font-size: 0.7em;
}

.homesection .table-button:first-child {
  width:100%;
  
}


.logostyle1 {
  width:20%;
  margin: 1px 2%;
}

.logostyle2 {
  width:10%;
  margin: 2px 1%;
}


.homesection .table-button:nth-child(2) {
  width:50%;
}

.M_right_imgC .wrapper .textSection, .M_right_imgC .wrapper .photoSection,
.M_left_imgC .wrapper .textSection, .M_left_imgC .wrapper .photoSection{
  width:100%;
}

.foot-top .wrapper .logostyle1 {
  width:130px;
}

.foot-top .wrapper .logostyle2 {
  width:65px;
}



/*-----------------------------------------------*/
/*------------- IPAD PORTRAIT FIX ---------------*/
/*-----------------------------------------------*/

@media all and (max-width: 800px) and (min-width: 701px){
  
  #menu nav {
    font-size: 0.6em;
  }
  

}
