.elementor-kit-7{--e-global-color-primary:#FFE336;--e-global-color-secondary:#2D2D2D;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a3882da:#80171A;--e-global-color-5c6a35a:#000001;--e-global-color-df815aa:#FFFFFF;--e-global-color-d7c25ab:#AAA79F;--e-global-color-68f62c5:#BFBDB6;--e-global-color-e9cd9f5:#D5D2CD;--e-global-color-377fe74:#EAE7E4;--e-global-color-f82c86e:#E79F37;--e-global-color-a7feba2:#FAF9F6;--e-global-color-940d3b1:#E6D030;--e-global-color-e74b356:#C47C00;--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;background-color:var( --e-global-color-df815aa );}.elementor-kit-7 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.contact-form-container
    button {
        outline: none;
    }

.contact-form-container input:focus, .contact-form-container textarea:focus {
      border: 1px solid var(--e-global-color-primary)!important;
    }
    
.contact-form-container .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: center;
}

input[type='checkbox'] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
    background-color: white;
    font: inherit;
    width: 1.45em!important;
    height: 1.45em!important;
    flex-shrink: 0;
    flex-grow: 0;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(
      -0.075em
    );
    display: inline-grid!important;
    place-content: center;
  }
  input[type='checkbox']:focus {
      border: 3px solid currentColor!important;
  }
  
  input[type='checkbox']::before {
    content: '';
    width: 0.95em!important;
    height: 0.95em!important;
    transform: scale(0); //prikaz samo kad je checked -> scale(1)
    transition: 120ms transform ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 240.608 240.608' style='enable-background:new 0 0 240.608 240.608;' xml:space='preserve'%3E%3Cpath style='fill:%23E6D030;' d='M208.789,29.972l31.819,31.82L91.763,210.637L0,118.876l31.819-31.82l59.944,59.942L208.789,29.972z' /%3E%3C/svg%3E");

  }
  input[type='checkbox']:checked::before {
    transform: scale(1);
  }/* End custom CSS */