.elementor-kit-297{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-297 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.logo-f{
    width:  180px;
    height: auto;
}

@media (max-width: 768px) {

  /* wrapper -> stack columns */
  #Footer .widgets_wrapper .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* svaka kolona */
  #Footer .widgets_wrapper .column {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  /* sadržaj unutar svake kolone */
  #Footer .mcb-column-inner {
    text-align: center;
  }

  /* lista linkova */
  #Footer ul {
    padding: 0;
    list-style: none;
    text-align: center;
  }

  #Footer ul li {
    text-align: center;
  }

  /* logo centriranje */
  #Footer .logo-f {
    margin: 0 auto;
    display: block;
  }

  /* social icons */
  #Footer .social {
    justify-content: center;
    display: flex;
  }

  /* copyright centriranje */
  #Footer .copyright {
    text-align: center;
  }
}
.price {
  font-size: 1.2em;
  color: #C3A342;
  font-weight: 700;
}

.sold {
  position: relative;
}

.sold::after {
  content: "PRODATO";
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #cc0000;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 6px 12px;
  border-radius: 4px;
  z-index: 10;
  pointer-events: none;
}
.white-text{
    color:#fff;
}
.get_in_touch ul li .icon{
    color: #C3A342;
}/* End custom CSS */