.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-3b0e800 *//* =========================================================
   MOBILE FOOTER LINKS
   FINAL POINT POSITION + SPACING FIX
   ========================================================= */

@media (max-width: 767px) {

  /* Keep each link compact and centered */
  html body .smsFooter .smsFooter__links a,
  html body .smsFooter .smsFooter__links a:link,
  html body .smsFooter .smsFooter__links a:visited,
  html body .smsFooter .smsFooter__links a:hover,
  html body .smsFooter .smsFooter__links a:focus,
  html body .smsFooter .smsFooter__links a:active {
    position: relative !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 9px !important;

    width: auto !important;
    max-width: 100% !important;

    margin: 0 auto !important;
    padding: 0 !important;

    text-align: left !important;
    white-space: normal !important;
  }

  /* Place the gold point beside the text, never over it */
  html body .smsFooter .smsFooter__links a::before,
  html body .smsFooter .smsFooter__links a:link::before,
  html body .smsFooter .smsFooter__links a:visited::before,
  html body .smsFooter .smsFooter__links a:hover::before,
  html body .smsFooter .smsFooter__links a:focus::before,
  html body .smsFooter .smsFooter__links a:active::before {
    content: "" !important;

    position: static !important;
    display: inline-block !important;

    width: 6px !important;
    height: 6px !important;
    flex: 0 0 6px !important;

    margin: 0 !important;

    background: #d6aa4c !important;
    background-color: #d6aa4c !important;

    border: 0 !important;
    border-radius: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;

    transform: rotate(45deg) !important;
  }

  /* Slightly improve spacing between links */
  html body .smsFooter .smsFooter__links {
    gap: 13px !important;
  }
}

/* Very small mobile */
@media (max-width: 400px) {

  html body .smsFooter .smsFooter__links a {
    gap: 8px !important;
    font-size: 10px !important;
  }

  html body .smsFooter .smsFooter__links a::before {
    width: 5px !important;
    height: 5px !important;
    flex-basis: 5px !important;
  }
}/* End custom CSS */