.ax-footer-info h5,
.ax-footer-contact h5 {
  color: #767676 !important;
  font-size: 13px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.ax-footer-info p,
.ax-footer-contact p {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  margin-bottom: 25px;
}

.ax-footer-contact p {
  font-size: 16px;
}

.ax-footer-info:last-child p,
.ax-footer-contact:last-child p {
  margin-bottom: 0;
}

.ax-footer-section .row:last-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 25px;
  margin-top: 30px;
}

.ax-footer-bottom p {
  color: #b4b4b4;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
}

.ax-footer-bottom br {
  display: none;
}

.ax-footer-bottom a {
  color: #b4b4b4;
  display: inline-block;
  margin-right: 35px;
  transition: color 0.3s ease;
}

.ax-footer-bottom a:hover {
  color: #ffffff;
}

.ax-footer-section .row:last-of-type .col:last-child .ax-footer-bottom {
  text-align: right;
}

.social-icons.ax-follow-icons .button.icon,
.social-icons.ax-follow-icons .button.icon:not(.is-outline),
.social-icons.ax-follow-icons .button.icon:hover {
  background-color: #b4b4b4 !important;
  border-color: #b4b4b4 !important;
  color: #000000 !important;
  margin: 0 7px;
}

.social-icons.ax-follow-icons .button.icon>i,
.social-icons.ax-follow-icons .button.icon:not(.is-outline)>i,
.social-icons.ax-follow-icons .button.icon:hover>i {
  color: #000000 !important;
}

@media (max-width: 849px) {

  .ax-footer-section .row:last-of-type .col:last-child .ax-footer-bottom,
  .ax-footer-bottom {
    text-align: center;
  }

  .ax-footer-bottom a {
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .ax-footer-section {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }

  .ax-footer-logo {
    height: 100% !important;
  }
}

.absolute-footer {
  display: none;
}