.elementor-19512 .elementor-element.elementor-element-762321f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-8541a1d */.mlux-footer {
  background: #ffffff;
  color: #000;
  padding: 30px 0 15px;
  font-family: Arial, sans-serif;
  border-top: 2px solid #C29A63;
}

.mlux-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 20px;
  padding: 0 20px;
}

.mlux-logo img {
  height: 35px;
}

.mlux-socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #000;
  font-size: 16px;
  transition: 0.3s;
}

.mlux-socials a:hover {
  background: #C29A63;
  color: #fff;
}

.mlux-footer-bottom {
  border-top: 1px solid #eee;
  padding-top: 15px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.mlux-footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* ADRESA - isti stil kao tekst */
.mlux-address {
  margin-left: 20px;
  font-size: 14px;
  color: #555;
}

.mlux-links a {
  margin-left: 20px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}

.mlux-links a:hover {
  color: #C29A63;
}

@media (max-width: 767px) {

  .mlux-footer-bottom {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }

  /* LINKOVI GORE */
  .mlux-links {
    order: -1;
    margin: 0;
    padding: 0;
  }

  /* LINIJA */
  .mlux-footer-bottom::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 0;
  }

  /* TEKST ISPOD */
  .mlux-footer-bottom p {
    margin: 0;
    padding: 0;
  }

}/* End custom CSS */