.footer {
  padding: 50px 0 0;
  background-color: #fff;
}
.footer .col-md-3 {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer .col-md-3 {
    width: 100%;
    margin-bottom: 25px;
  }
}
.footer .first-column h3 {
  margin-bottom: 0 !important;
}
.footer h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 15px;
  color: black;
}
.footer .logo-wrapper {
  display: block;
  width: 240px;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: 15px;
}
.footer .logo-wrapper img {
  max-width: 100%;
  height: auto;
}
.footer ul.footer-links {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.footer ul.footer-links li {
  padding: 0;
  margin-bottom: 8px;
}
.footer ul.footer-links li p, .footer ul.footer-links li a {
  color: #717171;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
  text-decoration: none;
}
.footer ul.footer-links li a {
  text-decoration: none;
  list-style: none !important;
}
.footer ul.footer-links li a:hover {
  color: #B27A3A;
}
.footer .contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .contact-info p, .footer .contact-info a {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
}
.footer .contact-info li {
  margin-bottom: 8px;
  font-size: 15px;
}
.footer .contact-info a {
  color: #717171;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .contact-info a:hover {
  color: #B27A3A;
}
.footer .orari-info p, .footer .orari-info a {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
}
.footer .orari-info li {
  margin-bottom: 8px;
  font-size: 15px;
}
.footer .orari-info li:nth-child(odd) {
  font-weight: 500;
}
.footer .orari-info li:nth-child(even) {
  margin-bottom: 15px;
  color: rgb(151.25, 151.25, 151.25);
}
.footer .copyright-bar {
  margin-top: 20px;
  padding: 15px 0;
  background-color: #B27A3A;
}
.footer .copyright-bar p {
  color: #fff !important;
  margin: 0;
  font-size: 14px;
}
.footer .copyright-bar .separator {
  display: inline-block;
  margin: 0 5px;
}
.footer .copyright-bar a {
  color: #fff !important;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer .copyright-bar a:hover {
  opacity: 0.8;
}