/* Theme Name: Barebones */
/* === Global === */
body {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
[id] {
  scroll-margin-top: var(--headerHeight, 168px);
}
html,
body {
  font-size: 15px;
}
strong {
  font-weight: 600;
}
body .gform_wrapper.gravity-theme .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
}
.btn,
body .gform_wrapper.gravity-theme .gform_footer .button {
  margin-bottom: 0;
  background-color: var(--color-1);
  color: #fff;
  font-size: 15px;
  padding: 0.7em 1.8em 0.6em;
  font-weight: 600;
  border: none;
  transition: all ease .3s;
}
.btn:hover,
body .gform_wrapper.gravity-theme .gform_footer .button:hover,
.btn:focus,
body .gform_wrapper.gravity-theme .gform_footer .button:focus {
  background-color: var(--color-2);
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
p {
  line-height: 1.6;
}
/* === Header/Nav === */
.primary-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}
.primary-header .header-row {
  font-size: 14px;
  gap: 30px;
  padding-top: 15px;
}

.primary-header .header-row .logo-col {
  flex-basis: 192px;
}
.primary-header .header-row .right {
  text-align: right;
}
.primary-header .header-row .left,
.primary-header .header-row .right {
  flex-basis: calc(50% - 126px);
}
.primary-header .main-nav .menu {
  text-transform: uppercase;
  justify-content: space-around;
  border-top: 1px solid var(--color-3);
  margin-top: 12px;
  position: relative;
  z-index: 11;
}
.main-nav .menu li a {
  padding: 12px;
  color: var(--color-text);
  font-weight: 600;
}
.main-nav .menu li a:hover,
.main-nav .menu li a:focus {
  color: var(--color-2);
}
.mega-menu {
  white-space: nowrap;
  left: 0;
  transform: none;
}
.main-nav .menu>li:nth-child(n + 5) .mega-menu {
  left: auto;
  right: 0;
}
.mega-menu:after {
  background-color: #fff;
  opacity: 1;
}
.mega-menu .mega-menu-inner {
  padding: 28px;
}
.mega-menu .images .image {
  display: none;
  width: 272px;
  height: 100%;
}
.mega-menu .images .image img {
  object-fit: cover;
  aspect-ratio: 4 / 3;
  height: 100%;
}
.mega-menu .images .image.active {
  display: block;
}
.mega-menu .links-row {
  gap: 30px;
  justify-content: space-around;
}
.main-nav .menu li .mega-menu a {
  padding: 10px;
  font-weight: 600;
}
/* === Footer === */
.primary-footer a {
  font-weight: 400;
  color: var(--color-text);
}
.primary-footer a:hover,
.primary-footer a:focus {
  color: var(--color-2);
  opacity: 0.85;
}
.primary-footer .primary-footer-inner {
  padding: 50px 15px 40px;
}
.primary-footer .footer-row {
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}
.primary-footer .footer-row>.col {
  flex: 0 1 auto;
}
.primary-footer .footer-row .logo-col {
  flex: 0 1 220px;
}
.primary-footer .footer-row .btn {
  color: #fff;
}
.primary-footer .logo {
  margin-bottom: 20px;
}

.primary-footer .logo-col .link {
  margin-top: 10px;
}
.primary-footer .heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.primary-footer .nav-col .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.primary-footer .nav-col .menu li {
  margin-bottom: 8px;
}
.primary-footer .contact-col .businessName {
  margin-bottom: 12px;
}
.primary-footer .contact-col .address {
  margin-bottom: 10px;
  line-height: 1.6;
}
.primary-footer .info-col .social {
  gap: 10px;
  flex-wrap: wrap;
}
.primary-footer .info-col .social>.col {
  flex: 0 0 auto;
}
.primary-footer .info-col .social a.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  transition: all ease 0.3s;
}
.primary-footer .copyright {
  background-color: var(--color-1);
  font-size: 13px;
  padding: 14px 0;
  text-align: center;
}
.primary-footer .copyright a {
  color: #fff;
  font-weight: 400;
}
.primary-footer .copyright a:hover,
.primary-footer .copyright a:focus {
  color: var(--color-3);
}

/* === Home Page === */

/* === Interior Pages === */

/* === Media Queries === */
@media screen and (max-width: 991px) {
  .primary-footer .footer-row>.col,
  .primary-footer .footer-row .logo-col {
    flex: 1 1 calc(50% - 15px);
  }
  body {
    margin-top: calc(50px + var(--headerHeight, 80px));
  }
  [id] {
    scroll-margin-top: calc(50px + var(--headerHeight, 80px));
  }
}
@media screen and (max-width: 767px) {
  .primary-footer {
    margin-top: 40px;
  }
  .primary-footer .primary-footer-inner {
    padding: 40px 15px 30px;
  }
  .primary-footer .footer-row {
    gap: 25px;
    text-align: center;
    justify-content: center;
  }
  .primary-footer .footer-row>.col,
  .primary-footer .footer-row .logo-col {
    flex: 1 1 100%;
  }
  .primary-footer .heading {
    margin-bottom: 12px;
  }
  .primary-footer .footer-row .logo-col img {
    margin: 0 auto;
  }
  .primary-footer .info-col .social {
    justify-content: center;
  }
}