.elementor-kit-13{--e-global-color-primary:#C59D5F;--e-global-color-secondary:#222222;--e-global-color-text:#54595F;--e-global-color-accent:#FC9F3B;--e-global-color-2412e3d:#FFFFFF;--e-global-color-f5c554c:#EFEAE2;--e-global-color-9d95378:#F4EFE3;--e-global-color-ab3c600:#3F353D;--e-global-color-9dd5e9c:#102B2A;--e-global-color-2fceed9:#50454E;--e-global-color-4b32dff:#6D5F6A;--e-global-color-3ffec16:#F4EFE3A8;--e-global-color-65521e1:#9F8B62;--e-global-typography-primary-font-family:"Cormorant";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:200;--e-global-typography-text-line-height:28px;--e-global-typography-text-letter-spacing:0.6px;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-line-height:28px;--e-global-typography-accent-letter-spacing:0.7px;--e-global-typography-6f26325-font-family:"Great Vibes";--e-global-typography-258f381-font-family:"Jost";--e-global-typography-258f381-font-size:18px;--e-global-typography-258f381-font-weight:200;--e-global-typography-258f381-line-height:29px;--e-global-typography-258f381-letter-spacing:0.5px;background-color:var( --e-global-color-ab3c600 );color:var( --e-global-color-secondary );}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a:hover{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-13 h1{color:var( --e-global-color-secondary );font-family:"Cormorant", Sans-serif;font-size:74px;font-weight:600;letter-spacing:2.5px;}.elementor-kit-13 h2{color:var( --e-global-color-secondary );font-family:"Italiana", Sans-serif;font-size:46px;font-weight:normal;}.elementor-kit-13 h3{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-13 h4{color:var( --e-global-color-secondary );font-family:"Barlow", Sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:0.9px;}.elementor-kit-13 h5{font-family:"Great Vibes", Sans-serif;font-size:26px;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-2412e3d );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-2412e3d );border-radius:0px 0px 0px 0px;}.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-kit-13 a:hover{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-13 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13 a:hover{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-13 h3{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.dashed-button {
  position: relative;
  background: transparent;
  color: #111;
  padding: 14px 28px;
  font-weight: 500;
  border: none;
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
}

.dashed-button::before,
.dashed-button::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #111;
  top: 0;
  left: 0;
  width: 30%;
  transition: all 0.4s ease;
}

.dashed-button::after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 20%;
}

.dashed-button span::before,
.dashed-button span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30%;
  background: #111;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
}

.dashed-button span::after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  height: 20%;
}

.dashed-button:hover::before,
.dashed-button:hover::after {
  width: 100%;
}

.dashed-button:hover span::before,
.dashed-button:hover span::after {
  height: 100%;
}

* { outline: 1px dashed rgba(255,0,0,.3); }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Italiana';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://savamala.latelier.rs/wp-content/uploads/Italiana-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */