.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* Reset */
.footer * {
  box-sizing: border-box;
}

/* Footer background */
.footer {
  background: #5f5f5f;
  padding: 40px 0;
  color: #fff;
}

/* Keep footer from going too wide */
.footer-wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

/* Footer columns */
.footer-box {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  margin-right: 1%;
  font-size: 14px;
}

/* Remove margin on last column */
.footer-box:last-child {
  margin-right: 0;
}

/* Headings */
.footer-box h4 {
  margin-bottom: 12px;
  font-size: 15px;
}

/* Links */
.footer-box a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}

.footer-box a:hover {
  color: #ffb703;
}

/* Text spacing */
.footer-box p {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .footer-box {
    width: 100%;
    margin-bottom: 25px;
  }
}/* End custom CSS */