/* acacia-footer-1 */
footer.footer {
  flex-flow: wrap;
}

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

.footer .footer-menu-wraper {
  display: flex;
  padding-bottom: 2.667rem;
  position: relative;
  order: 1;
  padding-top: 2.667rem;
  max-width: 1300px;
  gap: 38px;
  justify-content: center;
  align-items: self-start;
}

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

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

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

.footer-menu .footer-menu-item .menu-item-link {
  padding: 0 10px;
}

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

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

.footer .footer-social {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  order: 2;
}

.footer .footer-top-wraper {
  padding: 0;
  display: flex;
  flex-flow: wrap;
  padding: 0px 50px;

}

.footer .footer-address-wraper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3.556rem;
  padding: 2.667rem .8333rem;
  order: 1;
  position: relative;
  max-width: 1300px;
}

.footer .footer-address-wraper::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  position: absolute;
  bottom: 0px;
}

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

.footer .footer-lower {
  display: flex;
  padding: 16px 48px;
  align-items: center;
  background: #ffffff;
}

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

.footer .footer-policy-nav {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
}

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


.footer .footer-time-wrap .footer-time {
  flex-direction: column;
  text-align: center;
}

.footer-address-wraper .ficon-wrap svg {
  max-width: 18px;
  height: 18px;
}

.footer-address-wraper span.ficon-wrap {
  line-height: 1;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #656565;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
}

.footer-address-wraper .footer-contact-wrap span.ficon-wrap {
  font-size: .9rem;
}

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

.footer ul.social-links li.social-icon a {
  background-color: #656565 !important;
}

.footer ul.policy-nav li {
  text-decoration: underline;
}

@media only screen and (min-width: 1367px) {

  .footer .footer-address-wraper,
  .footer .footer-menu-wraper {
    max-width: 1440px;
  }
}

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



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

  .footer .footer-top-wraper {
    padding: 25px 20px;
  }

  .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;
    padding-left: 0;
  }

  .footer .footer-copyright,
  .footer .footer-attribution {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .footer .footer-copyright {
    padding-right: 0;
  }

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

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

  .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;
    padding-bottom: 0;
  }
}

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

  footer .cb-logo-wrap {
    padding-left: 0px;
  }

  .footer .cb-logo-wrap img:first-child {
    margin-left: 0;
  }
}

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