/*****-----------------------------------------------*/
/*	Variables
/*****-----------------------------------------------*/
/* Colors */
/* margins and padding sizes */
/*****-----------------------------------------------*/
/*	Mixins
/*****-----------------------------------------------*/
/* Example Media Queries */
.footer-social-links {
  text-align: center;
}
.footer-social-links a, .footer-social-links a:visited, .footer-social-links a[href^="tel:"] {
  color: #4a4d4a !important;
  font-size: 1.75em;
  padding: 0px 10px;
  border: 2px solid #4a4d4a;
  border-radius: 50%;
  display: inline-block;
}

footer {
  background-color: #e3e2e1;
  color: #4a4d4a;
  margin-top: 0em;
  padding: 0.5rem 0 2.5em 0;
}
footer p {
  text-align: left;
  font-family: "Poppins", helvetica, arial, sans-serif;
  font-size: 13px;
}
footer .footer-links a, footer .footer-links a:visited {
  color: #4a4d4a;
  text-decoration: none;
}
footer .footer-links .active a {
  color: #55c93d;
}
footer .footer-right {
  line-height: 1.85;
}
footer .footer-right .footer-logo {
  max-width: 160px;
  margin-bottom: 10px;
}
footer .footer-right p {
  line-height: 1.85;
}
footer .footer-right a, footer .footer-right a[href^="tel:"] {
  color: #4a4d4a;
}
@media screen and (min-width: 576px) {
  footer p {
    text-align: left;
  }
  footer .footer-right {
    width: 195px;
    white-space: nowrap;
  }
}

/*# sourceMappingURL=footer.css.map */
