/*
    Theme Name:   GeneratePress Child
    Theme URI:    https://www.zoo-studios.com
    Description:  A custom child theme for Chris Elliott.
    Author:       Zoo Studios
    Author URI:   https://www.zoo-studios.com
    Template:     generatepress
    Version:      0.1
*/
.footer-logos {
  background-color: var(--contrast);
}
.footer-logos__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .footer-logos__container {
    padding: 40px 20px 0 20px;
  }
}
.footer-logos__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  place-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--base-3);
}
@media (max-width: 1024px) {
  .footer-logos__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 500px) {
  .footer-logos__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-logos__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 18px;
  color: var(--base-3);
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .footer-logos__title {
    display: block;
    padding-left: 10px;
    text-align: left;
    font-size: 20px;
    border-left: 4px solid var(--base-3);
  }
}
.footer-logos__title span {
  flex: 0 0 auto;
  margin: 0 40px;
  text-align: center;
}
@media (max-width: 500px) {
  .footer-logos__title span {
    margin: 0;
  }
}
.footer-logos__title::before, .footer-logos__title::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--base-3);
}
@media (max-width: 500px) {
  .footer-logos__title::before, .footer-logos__title::after {
    content: none;
  }
}
.footer-logos__acnhor {
  display: block;
}

/*# sourceMappingURL=style.css.map */
