{# copy of /Allthings_September2021/css/components/_footer.css #}
footer.footer {
  margin-top: 50px;
}

.footer .footer__container {
  font-size: 13px;
  padding-bottom: 6rem;
}

.footer .footer-wrap {
  border-top: 1px solid #dedbde;
  padding: 56px 60px 0px 60px;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
}

.footer .footer__copyright {
  font-size: 13px;
  color: #000;
  line-height: normal;
  margin: 13px 0 40px 0;
  font-weight: 300;
}

.footer .footer-copright-section {
  width: 25%;
}

.footer .footer-menu {
  width: 51%;
}

.footer .footer-menu .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer .footer-menu .hs-menu-wrapper>ul>li {
  width: 33.3333%;
  margin-left: 40px;
  margin-bottom: 20px;

}

.footer .footer-menu .hs-menu-wrapper>ul>li>a {
  font-weight: bold;
  font-size: 16px;
  font-family: Open Sans;
  text-rendering: optimizeLegibility;
  margin: 18px 0 30px;
  display: inline-block;
  color:#000000;
}

.footer .footer-menu .hs-menu-wrapper>ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-menu .hs-menu-wrapper>ul>li ul li a {
  color: #000;
  padding: 0px;
  vertical-align: baseline;
  width: auto;
  line-height: 19px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer .footer-menu .hs-menu-wrapper>ul>li ul li {
  margin-bottom: 5px;
}

.footer .footer-menu .hs-menu-wrapper>ul>li ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1139px){
  .footer .footer-menu .hs-menu-wrapper>ul>li{
    margin-left: 20px;
  }
}

@media (max-width: 767px){
  
  .footer .footer-menu{
    width:100%;
  }
  
  .footer .footer-copright-section{
    width:100%;
  }
  .footer .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }
  .footer .footer__copyright{
    padding: 0;
  }

  .footer .footer-wrap{
    padding-left: 0px ;
    margin: 0 20px;
  }
  .footer-wrap {
    flex-direction: column;
  }

  .footer .footer__container ul {
    flex-direction: column;
  }
  .footer .footer-menu .hs-menu-wrapper>ul>li:nth-child(1),
  .footer .footer-menu .hs-menu-wrapper>ul>li {
    margin-left: 0px;
  }
  
}


{# style overrides #}
footer.footer {
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0;
  border-top: 0;
}

footer.footer .footer-menu .hs-menu-depth-1 > a {
    padding: 0;
}

footer.footer .footer-menu .hs-menu-children-wrapper {
    position: static !important;
}

footer.footer .footer-menu .hs-menu-depth-2 > a {
    font-size: 13px;
    width: auto !important;
    max-width: none;
}

footer.footer .footer-menu .hs-menu-depth-2 > a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}

{# tmp styles #}
.widget-type-global_group.footer {
  padding: 0 !important;
  border-top: 0 !important;
}

footer.footer { /* needed on pages with Marketplace Innbound styles */
  line-height: initial;
}
