/* ------------------------------------------- */
/* FOOTER */
/* ------------------------------------------ */

footer {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

footer p,
footer span {
  font-size: 16px;
  line-height: 30px !important;
}

footer .border-bottom {
  border-bottom: 1px solid #989898 !important;
}

footer .border-top {
  border-top: 1px solid #989898 !important;
}

footer .column-title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
}

footer .social-icons a {
  font-size: 35px;
  margin-right: 10px;
  color: var(--dark);
  transition: 0.1s ease-in-out;
}

footer .social-icons a:hover {
  opacity: 0.8;
}

footer .social-icons a:last-child {
  margin-right: 0;
}

footer .contacts {
  display: block;
  text-decoration: none;
  transition: 0.1s ease-in-out;
  color: var(--dark);
}
footer .contacts:hover {
  opacity: 0.8;
}

footer .bg-red {
  background-color: #682525;
}

footer .copyright,
.copyright a {
  text-decoration: none;
  font-size: 14px !important;
  color: #9d9d9d;
  transition: 0.1s ease-in-out;
}

footer .copyright a:hover {
  opacity: 0.8;
}
