/* ---------------------------------- */
/* ------------- 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, .col-2 {
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

.col-3-med {
  width: 33.333%;
  width: calc(33.333% - var(--gridSpacing));
}


h1 {
  font-size: 2.8em;
  margin: .3em 0;
  font-weight: 700;
}

h2 {
  font-size: 2.6em;
  margin: .3em 0;
}

h2.style-two {
  font-size: 1.6em;
}

.siteBottom .container {
  padding: 0 30px;
}

section[class*="M_"] {
width: calc(var(--containerWidth) - 60px);
   max-width: calc(100% - 60px);
}

section:has(.photoSection:last-child) + section:has(.photoSection:first-child) .button-section,
section:has(.photoSection:first-child) + section:has(.photoSection:first-child) .button-section{
  margin-top: 0;
}

.table-to-div.white .item {
  padding: 10px 25px;
}

#banner .contactContainer :is(.phone, .email){
  display: none;
}

#menu nav li a {
  padding: 2px 10px;
}

.button.xl {
  font-size: 1.4em;
  padding: 1.1em 1.5em;
}