/* FOOTER */
#app-footer {
  background: #383C41;
  padding: 70px 0 80px 0;
  z-index: 2;
  position: relative;
}
#app-footer p,
#app-footer li {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}
#app-footer a:link,
#app-footer a:visited {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
#app-footer a:hover,
#app-footer a:active {
  color: #fff;
  text-decoration: underline;
}
#app-footer a.logo {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  margin-bottom: 25px;
}
#app-footer a.logo:hover,
#app-footer a.logo:active {
  text-decoration: none;
}
#app-footer .brand .mesicon-logo-horiz {
  padding-right: 20px;
  font-size: 60px;
  color: #fff;
}
#app-footer .brand .mesicon-logo-horiz span {
  display: none;
}
#app-footer .brand p {
  max-width: 85%;
}
#app-footer .company ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#app-footer .company ul li:first-child {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px !important;
}
#app-footer .company ul li {
  display: list-item;
  line-height: var(--bs-body-line-height);
  list-style: none;
  margin-bottom: 5px !important;
}
#app-footer .subscribe {
  padding-top: 20px;
}
#app-footer .subscribe ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 0 5px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.75);
}
#app-footer .subscribe ul li:first-child {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
#app-footer .subscribe ul li {
  list-style: none;
  margin-bottom: 5px;
}
#app-footer .subscribe ul li a:link,
#app-footer .subscribe ul li a:visited {
  display: inline-block;
  background: rgba(255, 255, 255, 0.75);
  color: #444;
  border-radius: 6px;
  padding: 12px 24px;
  margin: 20px 0;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
#app-footer .subscribe ul li a:hover,
#app-footer .subscribe ul li a:active {
  background: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  #app-footer {
    padding: 0.5rem;
    padding-top: 1rem;
  }
  #app-footer .brand {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  #app-footer .brand .mesicon-logo-horiz {
    font-size: 2.5rem;
  }
  #app-footer .brand .logo {
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #app-footer .brand p {
    margin-bottom: 0;
  }
  #app-footer .brand p:first-of-type {
    margin-left: 0.5rem;
  }
  #app-footer .brand p:last-of-type {
    margin-top: 1rem;
  }
  #app-footer .company {
    margin-bottom: 1rem;
  }
  #app-footer .company ul {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #app-footer .company ul li {
    margin-right: 0.5rem;
  }
  #app-footer .company ul li:first-of-type {
    margin-right: 0;
    margin-bottom: 0.75rem !important;
    width: 100%;
  }
  #app-footer .social {
    display: none;
  }
  #app-footer .subscribe {
    padding-top: 0;
  }
  #app-footer .subscribe ul {
    padding: 0;
    border-left: none;
  }
  #app-footer .subscribe ul li:first-child {
    margin-bottom: 0.5rem;
  }
  #app-footer .subscribe ul li:last-child a {
    margin: 0;
  }
}

