/*Tupleo Footer 7*/
footer.footer {
  flex-flow: wrap;
}

.footer-top-wraper,
.footer-lower {
  width: 100%;
}

.footer .fmenu-social-wrap {
  float: left;
  width: 100%;
  padding: 4.375rem 3.125rem;
  justify-self: center;
  display: flex;
  flex-flow: wrap;
}

.footer-address-wraper {
  float: right;
  flex-grow: 1;
  background-color: #EEEEEE;
}

.footer .footer-menu-wraper {
  padding-bottom: 3.125rem;
  position: relative;
  gap: 2.375rem;
  justify-content: center;
  align-items: self-start;
  display: flex;
}

.footer-menu .footer-menu-item {
  text-align: center;
}

.submenu-wrap {
  border-right: 1px solid;
  padding-right: 2.25rem;
}

.footer .footer-menu.no-submenu-wrap {
  display: grid !important;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 1.25rem;
}

.footer-menu .footer-menu-item .menu-item-link {
  font-size: 1.25rem;
  padding: 0 10px;
}

.footer .footer-menu {
  justify-content: center;
  gap: 2.25rem;
  flex-flow: wrap;
}

.footer .footer-menu-wraper::after {
  content: "";
  width: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.footer .footer-social {
  margin-top: 2.5rem;
  width: 100%;
}

.footer .footer-top-wraper {
  display: flex;
  padding: 0;
  border-bottom: 2px solid #000000;
}

.footer ul.social-links li.social-icon {
  border-radius: 15px;
  border: .83px solid #E2E2E2;
}

.footer .footer-address-wraper {
  width: 100%;
  max-width: 24.875rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  border-top: 1px solid rgb(255 255 255 / 20%);
  padding: 25px;
}

.footer .footer-time {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer .footer-lower {
  display: flex;
  padding: 1rem 3rem;
  align-items: center;
  background: #fff;
}

.footer .footer-copyright {
  margin-left: auto;
  padding-right: 20px;
}

.footer .footer-policy-nav {
  padding-left: 10px;
  border-left: 1px solid #ACACAC;
  padding-right: 10px;
  border-right: 1px solid #ACACAC;
}

.footer .footer-property-icons {
  margin-right: auto;
}

.footer ul.policy-nav li a {
  border-bottom: 1px solid;
}

.footer .footer-email-wrap a,
.footer .footer-contact-wrap a,
.footer .footer-address-wrap a,
.footer .footer-time-wrap {
  gap: 6px;
}

.ficon-wrap .swi {
  font-size: 1.4rem;
}

.footer-contact-wrap .ficon-wrap .swi {
  font-size: 1.1rem;
}

/* single page footer css style */
.single-page-website .footer .footer-top-wraper {
  height: 100%;
  display: flex;
  align-items: center;
}

.single-page-website .footer .footer-social {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .footer {
    flex-direction: column;
  }

  .footer .footer-right {
    width: 100%;
  }

  .footer .footer-top-wraper {
    flex-flow: wrap;
  }

  .footer .footer-lower {
    padding: 16px 20px;
    flex-flow: wrap;
  }

  .footer .footer-policy-nav {
    order: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }

  .footer .footer-property-icons {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }

  .footer .footer-copyright,
  .footer .footer-attribution {
    order: 1;
  }

  .footer-attribution {
    margin-left: auto;
  }

  /* 
  .footer-menu .footer-menu-item {
    width: 50%;
    padding-left: 0;
    padding-bottom: 20px;
    text-align: center;
  } */

  .footer-menu .footer-submenu .footer-menu-item {
    padding-bottom: 0;
    width: 100%;
  }

  .footer-submenu {
    text-align: left;
  }

  .footer .footer-address-wraper,
  .footer .footer-email-wrap a,
  .footer .footer-contact-wrap a,
  .footer .footer-address-wrap a,
  .footer .footer-time-wrap,
  .footer .footer-time-wrap .footer-time {
    flex-direction: column;
    text-align: center;
  }

  .footer .footer-social {
    padding-top: 25px;
    margin-top: 0;
  }

  .footer .footer-policy-nav {
    border: none;
  }

  .footer .fmenu-social-wrap {
    width: 100%;
    padding: 25px 20px;
  }

  .footer .footer-address-wraper {
    width: 100%;
    max-width: 100%;
  }

  .footer .footer-copyright {
    margin-left: inherit;
  }

  .footer .footer-menu-wraper::after {
    width: 100%;
    left: 0;
    transform: none;
  }

  .single-page-website .footer .footer-social {
    padding-top: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer ul.policy-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* .footer-menu .footer-menu-item {
    width: 100%;
  } */
}

@media only screen and (max-width: 480px) {
  .footer .footer-menu.no-submenu-wrap {
    grid-auto-flow: row;
  }
}