/*------------------------------------------------------------
  Footer
------------------------------------------------------------*/

.footer-sign-up {
    background: linear-gradient(180deg, #904a27 0%, #faa66a 50%, #904a27 100%);
  color: #fff;
  padding: 4rem 0 1.5rem;
}

.footer-sign-up .container {
  max-width: 50.625rem;
}

.footer-sign-up p {
  margin-bottom: 0.875rem;
}

.footer-sign-up h2 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
}

.footer-bottom {
  background: #000000;
  color: #fff;
  font-size: 0.875rem;
  padding: 2rem 0 0;
}

.footer-bottom [class*="col-"]:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.footer-bottom [class*="col-"]:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.footer-bottom [class*="col-"]:nth-child(3) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.footer-bottom [class*="col-"]:nth-child(4) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.footer-bottom [class*="col-"]:nth-child(5) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.footer-bottom [class*="col-"]:nth-child(6) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.footer-bottom [class*="col-"]:nth-child(7) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.footer-bottom [class*="col-"]:nth-child(8) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.footer-bottom [class*="col-"]:nth-child(9) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.footer-bottom [class*="col-"]:nth-child(10) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.footer-bottom [class*="col-"]:nth-child(11) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.footer-bottom [class*="col-"]:nth-child(12) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.footer-bottom [class*="col-"]:nth-child(13) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.footer-bottom [class*="col-"]:nth-child(14) {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}

.footer-bottom [class*="col-"]:nth-child(15) {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.footer-bottom [class*="col-"]:nth-child(16) {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}

.footer-bottom [class*="col-"]:nth-child(17) {
  -webkit-transition-delay: 5.1s;
  transition-delay: 5.1s;
}

.footer-bottom [class*="col-"]:nth-child(18) {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s;
}

.footer-bottom [class*="col-"]:nth-child(19) {
  -webkit-transition-delay: 5.7s;
  transition-delay: 5.7s;
}

.footer-bottom [class*="col-"]:nth-child(20) {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}

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

.footer-bottom a:hover {
  /* color: #0100cc; */
  color: #ff6a2b;
}

.extra-nav {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

.extra-nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.25rem;
  margin-bottom: 0.625rem;
}

.extra-nav li:first-child {
  padding-left: 0;
}

.copyright {
  margin-bottom: 3.625rem;
}

.copyright ul:not([class]):not([id]) li:first-child {
  padding-left: 0;
}

.copyright ul:not([class]):not([id]) li {
  padding-left: 5px;
}

.copyright ul:not([class]):not([id]) li:before {
  content: none;
}

/*------------------------------------------------------------
  min-width: 768px
------------------------------------------------------------*/

@media (min-width: 768px) {
  .footer-sign-up {
    padding: 4rem 0 4.375rem;
  }

  .footer-sign-up h2 {
    max-width: 15.625rem;
    margin: 0 auto 36px;
  }
}

/*------------------------------------------------------------
  min-width: 992px  
------------------------------------------------------------*/

@media (min-width: 992px) {
  .footer-sign-up {
    padding: 6.5rem 0 5.5rem;
  }

  .footer-sign-up h2 {
    font-size: 2.5rem;
    max-width: none;
    margin-bottom: 1.125rem;
  }

  .footer-bottom {
    padding: 3rem 0 2.1875rem;
  }

  .copyright {
    margin-bottom: 0;
  }

  .copyright li {
    display: inline-block;
    vertical-align: middle;
  }
}
