.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-0bd570f */.site-footer {
  width: 100%;
  padding: 55px 8% 25px;
  background: #fff;
  border-top: 1px solid #000;
  box-sizing: border-box;
  font-family: var(--mono-font, monospace);
  color: #000;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-logo {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-brand p {
  margin: 5px 0 0;
  color: #666;
  font-size: 12px;
}

.footer-brand a:not(.footer-logo) {
  color: #666;
  text-decoration: none;
  font-size: 12px;
}

.footer-brand a:not(.footer-logo):hover {
  color: #000;
}

.footer-top-link {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  transition: opacity .2s ease;
}

.footer-top-link:hover {
  opacity: .5;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 18px;
  border-top: 1px solid #e5e5e5;
  color: #777;
  font-size: 11px;
}


/* Mobile */
@media (max-width: 600px) {

  .site-footer {
    padding: 45px 6% 20px;
  }

  .footer-top {
    flex-direction: column;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    margin-top: 40px;
  }

}/* End custom CSS */