
/* ==========================================================================
   Footer — Ananke-style minimal centered footer
   Reference: wordpress-theme/ananke/ananke/style.css (#footer section)
   ========================================================================== */

.main-footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 5px;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  line-height: 22px;
}

/* Back-to-top button — centered at top of footer */
.main-footer .back-top {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  background: #f2f2f2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 100;
  cursor: pointer;
  -webkit-box-shadow: 0 -5px 15px -5px #000;
  -moz-box-shadow: 0 -5px 15px -5px #000;
  box-shadow: 0 -5px 15px -5px #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #404040;
}

.main-footer .back-top:hover {
  background: #fff;
  -webkit-box-shadow: 0 -5px 5px -5px #000;
  -moz-box-shadow: 0 -5px 5px -5px #000;
  box-shadow: 0 -5px 5px -5px #000;
  color: var(--theme-color);
}

/* Footer content */
.main-footer .footer-inner {
  position: relative;
}

.main-footer .footer-inner p {
  font-size: 12px;
  line-height: 22px;
  color: #404040;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.main-footer .footer-inner p a {
  color: #404040;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-footer .footer-inner p a:hover {
  color: var(--theme-color);
}

.main-footer .footer-inner i {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  z-index: 6;
  padding-left: 5px;
  padding-right: 5px;
}

.main-footer .footer-inner small {
  display: block;
  padding-top: 10px;
  font-size: 11px;
  color: #999;
}
