
/* =====================================================
   FINAL FRONTIER FOOTER ? CLEAN PROFESSIONAL VERSION
   ===================================================== */

.footer-wrapper,
.footer-widget-wrapper,
.footer-layout1,
footer {
  position: relative !important;
  overflow: hidden !important;
}

.footer-widget-wrapper {
  position: relative !important;
  padding-top: 68px !important;
  padding-bottom: 42px !important;
  min-height: auto !important;
  background:
    linear-gradient(rgba(0,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 20% 45%, rgba(122,0,255,.10), transparent 34%),
    radial-gradient(circle at 75% 40%, rgba(0,255,255,.08), transparent 34%),
    #151820 !important;
  background-size:
    90px 90px,
    90px 90px,
    auto,
    auto,
    auto !important;
}

/* Remove fake map oval entirely */
.footer-widget-wrapper::before,
.footer-widget-wrapper::after {
  display: none !important;
  content: none !important;
}

.footer-widget-wrapper .container,
.footer-widget-wrapper .row,
.footer-widget-wrapper .widget,
.footer-widget-wrapper .footer-widget {
  position: relative !important;
  z-index: 2 !important;
}

.footer-widget-wrapper .widget,
.footer-widget-wrapper .footer-widget {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 10px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.footer-widget-wrapper h3,
.footer-widget-wrapper h4,
.footer-widget-wrapper .widget_title {
  font-family: "Cinzel", serif !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  margin-bottom: 28px !important;
}

.footer-widget-wrapper p {
  color: rgba(255,255,255,.78) !important;
  line-height: 1.85 !important;
}

/* Remove all broken icon glyphs */
.footer-widget-wrapper li::before,
.footer-widget-wrapper li::after,
.footer-widget-wrapper li a::before,
.footer-widget-wrapper li a::after,
.footer-widget-wrapper .menu-item::before,
.footer-widget-wrapper .footer-menu li::before,
.footer-widget-wrapper .widget_nav_menu li::before,
.footer-copyright::before {
  content: none !important;
  display: none !important;
}

.footer-widget-wrapper ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.footer-widget-wrapper li {
  list-style: none !important;
  margin-bottom: 16px !important;
  padding-left: 0 !important;
}

.footer-widget-wrapper li a {
  color: rgba(255,255,255,.9) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.footer-widget-wrapper li a:hover {
  color: #00ffff !important;
  text-shadow: 0 0 12px rgba(0,255,255,.42);
}

.footer-copyright {
  border-top: 1px solid rgba(0,255,255,.14) !important;
  background: #000 !important;
}

.footer-copyright p {
  color: rgba(255,255,255,.82) !important;
  font-weight: 700 !important;
  letter-spacing: .03em !important;
}


/* =====================================
   FOOTER HEIGHT FIX
   ===================================== */

.footer-widget-wrapper{
    padding-top:50px !important;
    padding-bottom:25px !important;
    min-height:auto !important;
}

.footer-widget-wrapper .row{
    margin-bottom:0 !important;
}

.footer-layout1,
.footer-area,
.footer-widget-area{
    min-height:auto !important;
}

.footer-copyright{
    margin-top:0 !important;
    padding-top:18px !important;
    padding-bottom:18px !important;
}

