/* Insert your waterday footer custom SASS styling. */
.footer-wrapper {
  color: #fff;
  background-color: #000;
  font-size: 0.999rem;
}

.footer-wrapper a {
  color: #fff;
}

.footer-wrapper a:hover,
.footer-wrapper a:focus {
  color: #d02b34;
}

.footer-wrapper p {
  margin-bottom: 5px;
}

.footer-wrapper .footer {
  padding-top: 75px;
  padding-bottom: 75px;
  border: 0;
}

.footer-wrapper .footer section.region-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.footer-wrapper .footer section.region-footer > .block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer section.region-footer > .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
  .footer-wrapper .footer section.region-footer > .block:nth-child(3),
  .footer-wrapper .footer section.region-footer > .block:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .footer-wrapper .footer section.region-footer > .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer-wrapper .footer section.region-footer > .block:nth-child(3) {
    margin-bottom: 30px;
  }
}

.footer-wrapper .footer section.region-footer > .block > h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 1.125rem;
}

.footer-wrapper .footer section.region-footer > .block > h2::after {
  display: none;
}

.footer-wrapper .footer section.region-footer .menu--archives .nav .nav-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.footer-wrapper .footer section.region-footer .menu--archives .nav .nav-item .nav-link {
  margin-bottom: 5px;
  padding: 0;
}

.footer-wrapper .footer section.region-footer .menu--archives .nav .nav-item .nav-link.active,
.footer-wrapper .footer section.region-footer .menu--archives .nav .nav-item .nav-link.is-active {
  color: #d02b34;
}

.menu--follow-and-share .nav .nav-item {
  margin-right: 5px;
}

.menu--follow-and-share .nav .nav-item:last-child {
  margin-right: 0;
}

.menu--follow-and-share .nav .nav-item .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  color: #fff;
  font-size: 0;
}

.menu--follow-and-share .nav .nav-item .nav-link::before {
  font-size: 0.999rem;
}

.menu--follow-and-share .nav .nav-item .nav-link.fa-facebook-f {
  background-color: #3b5998;
}

.menu--follow-and-share .nav .nav-item .nav-link.fa-instagram {
  background-color: #e1306c;
}

.menu--follow-and-share .nav .nav-item .nav-link.fa-twitter {
  background-color: #1da1f2;
}

.menu--follow-and-share .nav .nav-item .nav-link.fa-youtube {
  background-color: #a82400;
}

.menu--follow-and-share .nav .nav-item .nav-link:hover {
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #fff;
}
