.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#B4A76E;--e-global-color-120b30d:#FFFFFF;--e-global-color-b1eebc8:#908450;--e-global-color-21939cd:#EEEEEE;--e-global-typography-primary-font-family:"Open Sans Hebrew";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:40px;--e-global-typography-secondary-font-family:"Open Sans Hebrew";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans Hebrew";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Playfair";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:900;--e-global-typography-68aff45-font-family:"Playfair";--e-global-typography-68aff45-font-size:32px;--e-global-typography-68aff45-text-transform:uppercase;--e-global-typography-68aff45-line-height:40px;--e-global-typography-68aff45-letter-spacing:10px;--e-global-typography-26c29e7-font-size:20px;--e-global-typography-26c29e7-font-weight:700;--e-global-typography-26c29e7-line-height:32px;--e-global-typography-a388c42-font-family:"Playfair";--e-global-typography-a388c42-font-size:48px;--e-global-typography-a388c42-text-transform:uppercase;--e-global-typography-a388c42-line-height:48px;--e-global-typography-a388c42-letter-spacing:14.4px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Open Sans Hebrew", Sans-serif;font-size:20px;font-weight:400;color:var( --e-global-color-120b30d );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;padding:3px 23px 3px 23px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h3{font-size:20px;font-weight:700;line-height:32px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:var( --e-global-color-accent );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{padding:8px 8px 8px 8px;}.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 *//* SWAP HOVER EFFECT (like "Button Hover 2") for ALL Elementor buttons */

.elementor-button{
  position: relative;
  overflow: hidden;
}

/* שכבת ה"ווש" */
.elementor-button::before{
  content: "";
  position: absolute;
  inset: 0;
  width: 0%;
  background: #fff;
  transition: width 0.5s ease;
  z-index: 0;
}

/* הטקסט מעל הווש */
.elementor-button .elementor-button-content-wrapper,
.elementor-button .elementor-button-text,
.elementor-button span{
  position: relative;
  z-index: 1;
  transition: color 0.35s ease;
}

/* hover */
.elementor-button:hover::before,
.elementor-button:focus-visible::before{
  width: 100%;
}

.elementor-button:hover,
.elementor-button:focus-visible{
  color: #000;
}

html, body {
  overflow-x: hidden;
}/* End custom CSS */