/* CSS Document */
.site-footer {
  background: var(--blue_dark);
  color: var(--text_opposite);
}

.footer-wave-outside {
  margin-bottom: -1px;
}

.site.overlay-footer
  .container-container:last-child
  > .container
  > .spacer:last-child,
.site.overlay-footer
  .container-container:last-child
  > .container-fluid
  > .spacer:last-child {
  height: 350px;
}
.site.overlay-footer .footer-wave-outside {
  margin-top: -410px !important;
}

.site-footer .logo img {
  max-width: 280px;
  width: 100%;
}

@media (max-width: 7600px) {
  .site.overlay-footer .footer-wave-outside {
    margin-top: -300px !important;
  }
}

.site-footer .tagline {
  color: var(--cyan);
  text-align: center;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.site-footer .demo {
  text-align: center;
}
.site-footer .demo .btn {
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .site-footer .demo .btn {
    margin-bottom: 5rem;
  }
}
.site-footer a {
  color: var(--text_opposite);
}
.site-footer a:hover {
  color: var(--cyan);
}
.site-footer .logo {
  padding: 5px;
}
.site-footer h3 {
  font-size: 1.1rem;
  color: var(--cyan);
  font-weight: bold;
}

.site-info ul.footer-nav {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.site-info ul.footer-nav li {
  padding: 0;
  margin: 0;
  display: block;
}
.site-info ul.footer-nav li a {
  padding: 1px;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
.site-info .item {
  margin-bottom: 0.5rem;
}
.site-info .item .icon {
  color: var(--orange);
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.site-info .item .info {
  font-size: 0.9rem;
  width: 86%;
  display: inline-block;
}

.social-footer a {
  color: var(--blue_dark);
  background: #fff;
  width: 25px;
  height: 24px;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
}
.social-footer a:hover {
  background: var(--cyan);
  color: #fff;
}
.social-footer .icon svg {
  margin: -4px 0 0 0;
  padding: 0;
}

.social-footer .spacer {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  /*
    .social-column h3,
    .social-column .social-media-listing,
    .social-column .demo {
        margin-right: 40%;
    }
*/
}
.copyright {
  background: #000;
}

@media (max-width: 768px) {
  footer .site-info {
    text-align: center;
  }

  footer .site-info .contact-info {
    text-align: left;
  }
}

@media (max-width: 600px) {
  footer .site-info .item {
    width: 60%;
    margin: 0 auto 10px auto;
  }

  footer .site-info .contact-info h3 {
    text-align: center;
  }

  footer .site-info .contact-info {
    margin-bottom: 15px;
  }
}

/*2 LOCATIONS*/

footer.locations-2 .row {
  align-items: flex-start;
}
footer.locations-2 h3.underline {
  border-bottom: solid 1px var(--cyan);
  text-align: center;
}
footer.locations-2 h4 {
  font-size: 1rem;
  margin-left: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
}

footer.locations-2 .social-column {
  text-align: right;
}

footer.locations-2 .social-column h3,
footer.locations-2 .social-column .social-media-listing {
  display: inline-block;
  margin-right: 1rem;
}
footer.locations-2 .social-info.row {
  text-align: left;
}

footer.locations-2 .social-info.row .btn {
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  footer.locations-2 .social-info.row,
  footer.locations-2 .social-column {
    text-align: center;
    margin-bottom: 2rem;
  }
  footer.locations-2 .social-info.row {
    margin-bottom: 5rem;
  }
  .site-info ul.footer-nav li {
    display: block;
    text-align: center;
  }
}
/*END 2 LOCATIONS*/
