/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
  border-top: 1px solid #eee;
  position: relative;
  z-index: 1;
  padding: 47px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-wrap .copyright-text {
  margin: 0;
}
.footer-wrap .copyright-text i {
  position: relative;
  top: 1px;
}
.footer-wrap .copyright-text span, .footer-wrap .copyright-text a {
  color: var(--secondaryColor);
  font-family: var(--secondaryFont);
  font-weight: 700;
}
.footer-wrap .social-profile li a {
  width: 45px;
  height: 45px;
  border: 1px solid #EEEEEE;
  background-color: var(--whiteColor);
}
.footer-wrap .social-profile li a:hover {
  background-color: var(--secondaryColor);
  border-color: transparent;
}
.footer-wrap .social-profile li a:hover i {
  color: var(--whiteColor);
  position: relative;
  top: 2px;
}
.footer-wrap .subscribe-btn {
  color: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
  border-radius: 5px;
  font-weight: 500;
  background-color: var(--whiteColor);
  padding: 10.5px 31px;
  font-family: var(--secondaryFont);
  margin-bottom: 15px;
  transition: var(--transition);
  transition: var(--transition);
}
.footer-wrap .subscribe-btn i {
  position: relative;
  top: 5px;
  font-size: 20px;
  margin-left: 10px;
  font-weight: 600;
  transition: var(--transition);
}
.footer-wrap .subscribe-btn:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.footer-wrap p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: var(--optionalColor);
}

@media only screen and (max-width: 991px) {
  .footer-wrap {
    text-align: center;
    padding: 40px 0;
  }
  .footer-wrap .social-profile {
    margin: 20px 0;
  }
  .footer-wrap .subscribe-btn {
    font-size: 14px;
  }
  .footer-wrap p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-wrap .footer-right {
    padding-left: 75px;
  }
  .footer-wrap .footer-bg {
    top: -10px;
  }
}
@media only screen and (min-width: 1600px) {
  .container-fluid .footer-wrap .footer-right {
    padding-left: 132px;
  }
  .container .footer-wrap .footer-right {
    padding-left: 57px;
  }
}/*# sourceMappingURL=footer.css.map */