﻿


/*********** FOOTER ***********/

footer, footer h2, footer p {
  color: var(--secondary-color);
}

footer h2 {
    font-size: 17px;
    font-weight: 700;
}

  footer a {
    color: var(--secondary-color);
    white-space:nowrap;
  }

.footer-logo {
    text-align: left;
}

.footer-logo__img {
  max-width: 12.375rem;
  margin-bottom: 2.5rem;
}

.footer-menu a, .footer-block--social li a {
  font-weight: 600;
}

.footer-menu__item, li {
  margin-bottom: 0.8rem;
}

.footer-menu__item:last-child,
li:last-child {
  margin-bottom: 0;
}

.footer-upper {
  background-color: var(--secondary-bg);
  color: var(--secondary-color);
  padding: 50px 0 50px 0;
}

.footer-block {
  text-align: left;
  font-size: 14px;
  margin-bottom: 3.125rem;
}

.footer-block--social {
  margin-bottom: 0;
}

.footer-block--social ul {
  margin-bottom: 0;
}


.footer-block__title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}

.footer-block p:last-child {
  margin-bottom: 0;
}

      .footer-block .list a:hover {
        color: #000;
      }

.follow-us .title {
  margin: 0 0 10px;
  background: none;
  cursor: auto;
}

.follow-us .social ul {
  margin: 0 0 30px;
}

.follow-us .social li {
  display: inline-block;
  margin: 0 5px;
}

.follow-us .social a {
  display: block;
  width: 25px;
  height: 25px;
}

  .follow-us .social a i {
    font-size: 1.5rem;
    color: #444;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }

  .follow-us .social a:hover i {
    color: #000;
  }


.footer-lower {
  background-color: var(--tertiary-bg);
  color: var(--secondary-color);
  text-align: center;
  padding: 30px 0 30px 0;
}


.footer-legal {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.footer-disclaimer {
  font-size: 0.625rem;
  opacity: 0.5;
  margin-bottom: 0.75rem;
}


.footer-powered-by {
  margin: 0;
  font-size: 0.625rem;
  opacity: 0.5;
}

    .footer-powered-by a:hover {
      text-decoration: underline;
    }

.theme-selector {
  margin: 10px 0 0;
}

  .theme-selector select {
    width: 170px;
  }


