/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-med {
  width: 100%;
  width: calc(100% - var(--gridSpacing));
}

.col-2-med, .contentImgRow .item, .cartThumb.category, .cartThumb.item {
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

.col-3-med, .blog-widget .blog-widget-article {
  width: 33.333%;
  width: calc(33.333% - var(--gridSpacing));
}


  .siteTop {
  padding-top: 157px;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 7em 0;
}

.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 7em;
}

.textSection + .photoSection .siteContent {
  padding-bottom:7em;
}

.buttonWrap .photoSection .siteContent,
.blogWrap .textSection .siteContent{
  padding:7em 7vw;
}


.buttonWrap:before {
  width: 35px;
  height: 150px;
}

.buttonWrap:after {
  height: 35px;
  width: 150px;
}


.siteContent.blogArticle, .categorySection.blog .siteContent {
  padding-top: 6em;
    width: calc(100% - 100px);
}

.categorySection.blog .siteContent {
  padding-top: 7em;
}