/* ---------------------------------- */
/* ------------- 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,
.table-to-div .col-2 {
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

.col-3-med {
  width: 33.333%;
  width: calc(33.333% - var(--gridSpacing));
}



.logo {
  width: 200px;
}

  #menu {
  top: 102px;
    font-size: .95em;
}
#menu nav {
  padding: 0 220px 0 183px;
}

.siteTop {
  padding-top: 148px;
}

  #menu nav li {
       margin: 0 8px;
  }

.topBar {
  padding: 12px 30px;
  font-size: .9em;
}

 .scrollStart .topBar {
 margin-top: -51px;
 }

.scrollStart #menu {
  top: 52px
}


.doubleImg > .growToFrame{
    height: 80%;
}
.doubleImg > .growToFrame:last-child {
  transform: translateY(80px);
}

.doubleImg > .growToFrame:first-child {
  transform: translateY(10px);
}