/* Sass variables for media queries */
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Footer */
#footer {
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  padding: 30px 15px;
  background-size: cover;
}
html[data-theme=light] #footer {
  background-color: #e1e1e1;
}
html[data-theme=dark] #footer {
  background-color: #0398C9;
}
html[data-theme=light] #footer {
  color: #1d1d1d;
}
html[data-theme=dark] #footer {
  color: #fefefe;
}
html[data-theme=light] #footer {
  border-bottom: 10px solid #00475f;
}
html[data-theme=dark] #footer {
  border-bottom: 10px solid;
}
#footer .row {
  grid-gap: 10px;
}
@media (min-width: 1280px) {
  #footer footer {
    /*background: url(/sites/medialiftingsolutions/files/2025-02/MLS%20logo%20footer%20white%20fade%20icon.svg) center left no-repeat;     
    background-size: contain;*/
  }
  #footer #footer-wrapper {
    /*
    background: url(/sites/medialiftingsolutions/files/2025-02/MLS%20logo%20footer%20white%20fade%20icon.svg) center right no-repeat;     
    background-size: contain;*/
  }
}
#footer #footer-wrapper {
  text-align: center;
}
#footer ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer p {
  margin: 0;
}
#footer p,
#footer li {
  font-size: 14px;
}
#footer a {
  font-weight: normal;
  text-decoration: underline;
  font-size: inherit;
}
html[data-theme=light] #footer a {
  color: #1d1d1d;
}
html[data-theme=dark] #footer a {
  color: #fefefe;
}
#footer a:hover {
  font-weight: normal;
  text-decoration: underline;
}
html[data-theme=light] #footer a:hover {
  color: #0398C9;
}
html[data-theme=dark] #footer a:hover {
  color: #fefefe;
}
#footer img {
  max-width: 200px;
}
@media (min-width: 1280px) {
  #footer footer .social-media-links ul {
    text-align: center;
    float: none;
  }
}
#footer #to-top {
  box-shadow: 0px 2px 20px black;
  opacity: 0.8;
  position: fixed;
  height: 45px;
  width: 45px;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  line-height: 45px;
  text-align: center;
  display: none;
  border-radius: 50%;
}
html[data-theme=light] #footer #to-top {
  color: #fefefe;
}
html[data-theme=dark] #footer #to-top {
  color: #fefefe;
}
html[data-theme=light] #footer #to-top {
  background-color: #1d1d1d;
}
html[data-theme=dark] #footer #to-top {
  background-color: #00475f;
}
#footer #to-top:hover {
  text-decoration: none;
}
#footer #to-top span {
  font-size: 22px;
  position: relative;
  top: 1px;
}

/* End footer */

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