/* ===== 14. Footer Area CSS ===== */
.azela-footer {
  position: relative;
  background: var(--title-text-color);
}
.azela-footer a {
  transition: 0.5s;
}

.azela-footer:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.azela-footer .footer-middle {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 65px 0 80px;
}

.azela-footer .footer-middle .widget ul li,
.azela-footer .footer-middle .widget ul li a,
.azela-footer .footer-middle .widget ul li::before,
.azela-footer .footer-widget.address,
.azela-footer .footer-widget.address p,
.azela-footer .azela-description-area p,
.azela-footer .azela-description-area .phone a,
.azela-footer .azela-description-area .social-icons a,
.azela-footer .footer-middle .azela-description-area p {
  color: var(--bg-color);
}
.azela-footer .footer-middle .azela-description-area p {
  line-height: 1.6;
  margin-bottom: 1rem;
}
.azela-footer .footer-middle .azela-description-area a img {
  max-height: 105px;
}
.azela-footer .footer-middle .widget h2 {
  margin-bottom: 26px;
  margin-top: 28px;
  position: relative;
  font-size: 22px;
  color: var(--bg-color);
}

.azela-footer .azela-description-area a img {
  margin: 26px 0;
}

.azela-footer .footer-middle .recent-post-text h4 a {
  font-weight: 500;
  font-size: 16px;
}

.azela-footer .footer-middle .recent-post-text > h4 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 0.7;
  margin-top: 10px;
}

.azela-footer .footer-sociala-icon {
  clear: both;
  float: left;
  font-size: 17px;
}

.azela-footer .footer-sociala-icon i {
  font-size: 18px;
  font-weight: 700;
}

.azela-footer .footer-sociala-info {
  margin-left: 25px;
}

.azela-footer .footer-middle .recent-post-text > h4 a:hover {
  color: var(--color-primary);
}

.azela-footer .footer-middle .recent-post-text .rcomment {
  font-size: 14px;
  font-weight: 400;
}

.azela-footer .footer-middle .widget ul li {
  margin-bottom: 10px;
}

.azela-footer .footer-widget.address p {
  margin-bottom: 10px;
  word-break: break-word;
}

.azela-footer .footer-middle .widget ul li a:hover,
.azela-footer .footer-middle .widget ul li:hover:before {
  color: var(--color-primary);
}

.azela-footer .azela-description-area .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: var(--button-radius);
  margin-right: 10px;
  margin-bottom: 5px;
}

.azela-footer .azela-description-area .social-icons a:hover {
  background: var(--color-primary);
}

.azela-footer .azela-description-area .social-icons a {
  background: #6827fd75;
}

/* footer bottom area css */
.azela-footer .footer-bottom {
  padding: 23px 0 22px;
  position: relative;
}

.azela-footer .footer-bottom:before {
  background: var(--bg-color);
}

.azela-footer .footer-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 61%;
  left: 0;
  right: 0;
  margin: auto;
}

.azela-footer .copy-right-text p {
  margin: 0;
  padding: 0;
}

.azela-footer .copy-right-text p,
.azela-footer .footer-menu ul li a {
  color: var(--bg-color);
  text-align: left;
}

.azela-footer .footer-menu ul li {
  display: inline-block;
}

.azela-footer .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.azela-footer .footer-menu ul li a {
  padding: 0 10px;
  display: block;
}

.azela-footer .copy-right-text a,
.azela-footer .footer-menu ul li a:hover {
  color: var(--color-primary);
}

/* ------------------------------------------------- Old Desktop :992 ---------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  /* footer area css */
  .azela-footer .azela-description-area .social-icons a {
    margin-right: 5px;
  }
  .azela-footer .footer-middle .recent-post-text h4 a {
    font-size: 14px;
  }
  .azela-footer .footer-bottom::before {
    width: 100%;
  }
}

/* ------------------------------------------------- Tablet Screen : 768 ---------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .azela-footer .footer-bottom:before {
    width: 100%;
  }
}

/* ------------------------------------------------- Small Mobile : 320 ---------------------------------------------------*/
@media (max-width: 767px) {
  .azela-footer .footer-menu ul {
    margin: 10px 0 0;
    text-align: center !important;
  }
  .azela-footer .footer-menu ul li a {
    font-size: 14px;
  }
  .azela-footer .copy-right-text p {
    text-align: center;
  }
  .azela-footer .footer-bottom:before {
    width: 100%;
  }
  .azela-footer .copy-right-text p {
    font-size: 15px;
  }
  .azela-footer .footer-middle {
    text-align: center;
  }
  .azela-footer .footer-sociala-icon {
    float: none;
  }
  .azela-footer .footer-sociala-info {
    margin-left: 0;
  }
  .azela-footer .footer-sociala-info p {
    text-align: center;
  }
  .azela-footer .footer-social-icon a i {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
}
