/* ---------------------------------- */
/* ------------- 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));
}


.topBar {
  font-size: 85%;
}

.logo {
  width: 330px;
}

#navToggleWrap {
top: 78px;
 }

 .siteTop {
   padding-top: 140px;
 }

 .textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 5em 0;
}
.contentWrap section:last-of-type > div:last-of-type .siteContent .contentImgRow:not(.button-section) {
  padding-bottom: 5em;
}

.textSection + .photoSection .siteContent {
  padding-bottom:5em;
}

section .photoSection:only-child .button-section {
  padding: 4em calc(7vw - .5rem);
}

.contentWrap section[class*="M_full"]:last-of-type {
  margin-bottom: 5em;
}


#footerTop .col-4:nth-child(2),
#footerTop .col-4:nth-child(4) {
  order: 2;
}


.footerImg img {
  padding-left: 0px;
  max-width: 350px;
  display: block;
  margin-left: auto;
}

#footerTop .col-4:nth-child(3) {
  display: flex;
  align-items: center;
  text-align: right;
}

#footerTop .col-4:nth-child(2) {
  padding-top: 15px;
}

.butFrame .butTextWrap {
  padding: 1em 0em;
}

.table-to-div.staffTable {
  padding: 3.5vw;
}
