/*================================================
Footer Area CSS
=================================================*/
.mf-footer-area {
  background: #F9F9F9;
}

.mf-subscribe-inner-area {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 55px;
  margin-bottom: 55px;
}

.mf-subscribe-content h3 {
  font-size: 32px;
  color: var(--optional-black-color);
  margin-bottom: 5px;
}
.mf-subscribe-content p {
  margin-bottom: 0;
}

.mf-subscribe-form .newsletter-form {
  position: relative;
}
.mf-subscribe-form .newsletter-form .input-newsletter {
  background: #E5E5E5;
  display: inline-block;
  width: 100%;
  height: 65px;
  border: none;
  outline: 0;
  color: var(--paragraph-color);
  box-shadow: unset;
  padding: 15px 225px 15px 25px;
}
.mf-subscribe-form .newsletter-form .input-newsletter::-moz-placeholder {
  color: var(--paragraph-color);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.mf-subscribe-form .newsletter-form .input-newsletter::placeholder {
  color: var(--paragraph-color);
  transition: var(--transition);
}
.mf-subscribe-form .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.mf-subscribe-form .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.mf-subscribe-form .newsletter-form .mf-default-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 65px;
  padding: 0 35px;
  border: none;
}
.mf-subscribe-form .newsletter-form .validation-danger {
  color: var(--main-color);
}

.mf-single-footer-widget {
  margin-bottom: 25px;
}
.mf-single-footer-widget .widget-logo {
  margin-bottom: 25px;
}
.mf-single-footer-widget p {
  margin-bottom: 0;
}
.mf-single-footer-widget .mf-footer-social {
  padding-left: 0;
  margin-top: 18px;
  margin-bottom: 0;
}
.mf-single-footer-widget .mf-footer-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.mf-single-footer-widget .mf-footer-social li a i {
  font-size: 20px;
  transition: var(--transition);
  color: var(--paragraph-color);
}
.mf-single-footer-widget .mf-footer-social li a i:hover {
  color: var(--black-color);
}
.mf-single-footer-widget h3 {
  font-size: 20px;
  color: var(--optional-black-color);
  margin-bottom: 20px;
}
.mf-single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
}
.mf-single-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 15px;
}
.mf-single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.mf-single-footer-widget .quick-links li a {
  color: var(--paragraph-color);
  font-weight: 500;
  font-size: 15px;
}
.mf-single-footer-widget .quick-links li a:hover {
  color: var(--black-color);
}
.mf-single-footer-widget .mf-info-list {
  padding-left: 0;
  margin-bottom: 0;
}
.mf-single-footer-widget .mf-info-list li {
  list-style-type: none;
  font-weight: 500;
  font-size: 15px;
  color: var(--paragraph-color);
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
}
.mf-single-footer-widget .mf-info-list li:last-child {
  margin-bottom: 0;
}
.mf-single-footer-widget .mf-info-list li:first-child i {
  top: 2.5px;
}
.mf-single-footer-widget .mf-info-list li i {
  color: var(--optional-black-color);
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.mf-single-footer-widget .mf-info-list li a {
  color: var(--paragraph-color);
}
.mf-single-footer-widget .mf-info-list li a:hover {
  color: var(--black-color);
}

/*================================================
MF Copyright Area CSS
=================================================*/
.mf-copyright-area {
  background: var(--white-color);
  padding-top: 30px;
  padding-bottom: 30px;
}

.mf-copyright-area-content p span {
  color: var(--optional-black-color);
  font-weight: 700;
}
.mf-copyright-area-content p a {
  color: var(--black-color);
  font-weight: 700;
}
.mf-copyright-area-content p a:hover {
  color: var(--main-color);
}

.mf-copyright-list {
  padding-left: 0;
  margin-bottom: 0;
  text-align: end;
}
.mf-copyright-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 25px;
}
.mf-copyright-list li:last-child {
  margin-right: 0;
}
.mf-copyright-list li span {
  color: var(--optional-black-color);
  font-weight: 500;
  font-size: 15px;
}

/*================================================
Go Top Area CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: var(--white-color);
  background-color: var(--black-color);
  z-index: 99;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  transition: var(--transition);
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 45%;
  transform: translateY(-45%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.go-top:hover {
  background-color: var(--optional-black-color);
  color: var(--white-color);
  transition: var(--transition);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .mf-subscribe-content {
    margin-bottom: 20px;
  }
  .mf-subscribe-content h3 {
    font-size: 22px;
  }
  .mf-subscribe-form .newsletter-form .input-newsletter {
    padding: 15px 25px;
  }
  .mf-subscribe-form .newsletter-form .mf-default-btn {
    position: relative;
    margin-top: 10px;
  }
  .mf-single-footer-widget h3 {
    font-size: 18px;
  }
  .mf-copyright-area-content {
    text-align: center;
  }
  .mf-copyright-list {
    text-align: center;
    margin-top: 15px;
  }
  .mf-copyright-list li span {
    display: block;
    margin-bottom: 12px;
  }
  .go-top {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mf-subscribe-content {
    margin-bottom: 20px;
  }
  .mf-copyright-area-content {
    text-align: center;
  }
  .mf-copyright-list {
    text-align: center;
    margin-top: 15px;
  }
  .mf-copyright-list li span {
    display: block;
    margin-bottom: 12px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mf-subscribe-content {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=footer.css.map */