.footer-wrapper {
  z-index: 5;
}

.footer-top-wrapper {
  background: #312c4c;
  padding: 40px 0;
}

.footer-menu-area-wrapper {
  height: 70px;
  font-size: 14px;
  font-family: 'Quicksand', sans-serif !important;
}

footer.main-footer.fixed-footer {
  position: fixed;
  z-index: 2;
  left: 0;
  bottom: 0;
}

footer.main-footer {
  float: left;
  width: 100%;
  position: relative;
  z-index: 50;
  overflow: hidden;
}

.height-emulator {
  z-index: 1;
  width: 100%;
  position: relative;
}

ul.footer-social {
  justify-content: center;
}

li.footer-social-item {
  padding: 20px;
}

a.footer-social-item-link {
  height: 40px;
  padding: 25px 20px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.10rem;
  width: 100%;
  grid-gap: 15px 15px !important;
}

a.footer-social-item-link span {
  /* margin-left: 10px !important; */
}

a.footer-social-item-link i {
  font-size: 25px;
  transition: 1s ease;
}

a.footer-social-item-link:hover i,
a.footer-social-item-link:hover span {
  color: #fff !important;
}

.footer-social-wrapper span {
  font-size: 13px;
  transition: 1s ease;
}

a.footer-social-item-link span {
  color: #b5afd3 !important;
  transition: 1s ease;
}

a.footer-social-item-link.facebook:hover {
  background: #4064ac;
  border-color: #4064ac;
}

a.footer-social-item-link.pinterest:hover {
  background: #e60023;
  border-color: #e60023;
}

a.footer-social-item-link.twitter:hover {
  background: #1da1f2;
  border-color: #1da1f2;
}

a.footer-social-item-link.youtube:hover {
  background: #f00;
  border-color: #f00;
}

a.footer-social-item-link.instagram:hover {
  background: #9846b5;
  border-color: #9846b5;
}

a.footer-social-item-link.contact:hover {
  background: #ec2a57;
  border-color: #ec2a57;
}

.footer-sub-wrapper {
  background-color: #353150;
}

.footer-menu-item-link {
  color: #e2e2e2 !important;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif !important;
  padding-right: 20px;
  padding-bottom: 20px;
}

.footer-menu-item-link:hover {
  color: #fff !important;
  text-decoration: underline;
}

@media (max-width: 576px) {
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-menu-area-wrapper {
    display: block !important;
    padding-top: 20px;
    height: auto;
  }

  .footer-menu-copyright {
    padding-bottom: 20px;
    text-align: center;
    display: block;
  }

  .footer-menu-item-link {
    text-align: center;
    display: block;
  }
}