/* ---------------------------------- */
/* ------------- 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));
}


#banner .container {
  padding: 15px 30px 3px;
}

#banner .logo {
  width: 160px;
}

.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;
}

h1, h2 {
  font-size: 3.6em;
  margin: .2em 0;
  line-height: 1.15em;
  letter-spacing: -.02em;
}

h2.style-two {
  font-size: 2.6em;
  margin: .2em 0 .3em;
}

h3 {
  font-size: 1.7em;
  margin: .7em 0;
  font-weight: 500;
}

.butFrame .butHeading {
 font-size: 1.25em;
}

.butFrame .bigArrow {
  width: 38px;
  height: 38px;
}

.butFrame .butTextWrap {
  padding: 20px 16px 20px 20px;
}

p.spacer {
    height: 1.5em;
}

.table-to-div .item {
  padding: 20px 25px 15px;
}

  #footerTop .col-4:nth-child(3) {
width: calc(24% - var(--gridSpacing));
}


footer .map  iframe{
    height: 340px;
  margin-top: 3em;
}