/* # Tactis Footer

Styles for the footer built in includes/footer.php. Compiled on its own to
footer.css and enqueued after the main stylesheet, so style.css stays exactly
as shipped by the theme author and this footer can be reverted by removing two
files.

Every rule is scoped under `.site-footer.footer-tactis` to outrank the default
`.site-footer` rules in style.css regardless of how the CSS is concatenated by
Autoptimize.

- Palette
- Site Footer
- Brand Column
- Menu Columns
- Bottom Bar
*/
/* ## Palette
--------------------------------------------- */
/* ## Site Footer
--------------------------------------------- */
.site-footer.footer-tactis {
  border-top: 0;
  background-color: #04104f;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
}
.site-footer.footer-tactis a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer.footer-tactis a:hover, .site-footer.footer-tactis a:focus {
  color: #fff;
}
.site-footer.footer-tactis .wrap:before, .site-footer.footer-tactis .wrap:after {
  display: none;
}
.site-footer.footer-tactis .menu {
  display: block;
  width: auto;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: 400;
  list-style: none;
}
.site-footer.footer-tactis .menu:before, .site-footer.footer-tactis .menu:after {
  display: none;
}
.site-footer.footer-tactis .menu-item {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  order: 0;
}
.site-footer.footer-tactis .menu-item a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer-tactis .menu-item a:hover, .site-footer.footer-tactis .menu-item a:focus {
  color: #fff;
}
.site-footer.footer-tactis .sub-menu {
  display: block;
  position: static;
  z-index: auto;
  top: auto;
  left: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.site-footer.footer-tactis .sub-menu:before, .site-footer.footer-tactis .sub-menu:after {
  display: none;
}
.site-footer.footer-tactis .sub-menu:before {
  display: none;
}
.site-footer.footer-tactis .sub-menu .menu-item {
  padding: 0;
}
.site-footer.footer-tactis .sub-menu .menu-item:first-of-type {
  margin-top: 0;
}
.site-footer.footer-tactis .sub-menu a {
  position: static;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer-tactis .sub-menu a:hover, .site-footer.footer-tactis .sub-menu a:focus {
  color: #fff;
}

/* ## Brand Column
--------------------------------------------- */
.footer-tactis__main > .wrap {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .footer-tactis__main > .wrap {
    max-width: 144rem;
  }
}
@media (min-width: 896px) {
  .footer-tactis__main > .wrap {
    display: grid;
    grid-template-columns: minmax(0, 28%) minmax(0, 1fr);
    grid-gap: 5rem;
    padding-top: 9rem;
    padding-bottom: 6rem;
  }
}

.footer-tactis__brand {
  margin-bottom: 5rem;
}
@media (min-width: 896px) {
  .footer-tactis__brand {
    margin-bottom: 0;
  }
}

.footer-tactis__logo {
  display: inline-block;
  max-width: 22rem;
  margin-bottom: 3.5rem;
}
.footer-tactis__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-tactis__logo--text {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer.footer-tactis .footer-tactis__brand-menu .menu-item {
  display: block;
  margin-bottom: 2.4rem;
}
.site-footer.footer-tactis .footer-tactis__brand-menu .menu-item:last-of-type {
  margin-bottom: 0;
}
.site-footer.footer-tactis .footer-tactis__brand-menu .menu-item a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.site-footer.footer-tactis .footer-tactis__brand-menu .menu-item a:hover, .site-footer.footer-tactis .footer-tactis__brand-menu .menu-item a:focus {
  color: rgba(255, 255, 255, 0.8);
}

/* ## Menu Columns
--------------------------------------------- */
.site-footer.footer-tactis .footer-tactis__columns-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 4rem 3rem;
  align-items: start;
}
.site-footer.footer-tactis .footer-tactis__columns-menu > .menu-item {
  display: block;
  min-width: 0;
}
.site-footer.footer-tactis .footer-tactis__columns-menu > .menu-item > a {
  display: block;
  margin-bottom: 2.4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: uppercase;
}
.site-footer.footer-tactis .footer-tactis__columns-menu > .menu-item > a:hover, .site-footer.footer-tactis .footer-tactis__columns-menu > .menu-item > a:focus {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer-tactis .footer-tactis__columns-menu .sub-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer.footer-tactis .footer-tactis__columns-menu .sub-menu .menu-item {
  display: block;
  margin-bottom: 1.3rem;
}
.site-footer.footer-tactis .footer-tactis__columns-menu .sub-menu .menu-item:last-of-type {
  margin-bottom: 0;
}
.site-footer.footer-tactis .footer-tactis__columns-menu .sub-menu a {
  line-height: 1.4;
  text-wrap: pretty;
}

/* ## Bottom Bar
--------------------------------------------- */
.footer-tactis__bottom > .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-tactis__bottom > .wrap {
    max-width: 144rem;
  }
}
@media (min-width: 896px) {
  .footer-tactis__bottom > .wrap {
    justify-content: space-between;
    padding-bottom: 6rem;
    text-align: left;
  }
}
.footer-tactis__bottom > .wrap > * {
  margin: 1rem 1.5rem;
}
@media (min-width: 896px) {
  .footer-tactis__bottom > .wrap > * {
    margin: 0;
  }
}

.site-footer.footer-tactis .footer-tactis__social-link {
  display: flex;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #04104f;
  align-items: center;
  justify-content: center;
}
.site-footer.footer-tactis .footer-tactis__social-link:hover, .site-footer.footer-tactis .footer-tactis__social-link:focus {
  background-color: #fff;
  color: #04104f;
}

.footer-tactis__social-icon {
  display: block;
  width: 2rem;
  height: 2rem;
}

.footer-tactis__legal {
  display: block;
  max-width: 46rem;
  line-height: 1.6;
  text-align: center;
}

.site-footer.footer-tactis .footer-tactis__legal-menu {
  display: inline;
  width: auto;
}
.site-footer.footer-tactis .footer-tactis__legal-menu .menu-item {
  display: inline;
}
.site-footer.footer-tactis .footer-tactis__legal-menu .menu-item + .menu-item::before {
  content: " & ";
  white-space: pre;
}
.site-footer.footer-tactis .footer-tactis__legal-menu .menu-item:first-of-type::before {
  content: " - ";
  white-space: pre;
}

.footer-tactis__credit-link {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
}

.footer-tactis__credit-text {
  text-decoration: underline;
}

.footer-tactis__credit-name {
  margin-left: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.footer-tactis__credit-logo {
  display: block;
  width: auto;
  height: 2.2rem;
  margin-left: 1rem;
}

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