/* Insert your wpp_bootstrap footer custom SASS styling. */
.footer-wrapper {
  background-color: #f2f2f2;
}

.footer-wrapper .footer {
  margin-top: 5rem;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

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

@media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer {
    -webkit-flex-flow: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.footer-wrapper .footer section.region-footer div[id$="-copyright"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 1rem 1rem 0 1rem;
  font-size: 0.75rem;
}

.footer-wrapper .footer section.region-footer .menu--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 1rem 0;
  font-size: 0.75rem;
}

.footer-wrapper .footer section.region-footer .menu--footer ul.nav {
  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;
  padding: 1rem 1rem 0 1rem;
}

.footer-wrapper .footer section.region-footer .menu--footer ul.nav li {
  padding: 0 1rem;
}
