.elementor-kit-6{--e-global-color-primary:#294B9B;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#28375D;--e-global-color-accent:#000000;--e-global-color-0fd1f5b:#02010100;--e-global-color-bbd5b59:#3E85C6;--e-global-typography-primary-font-family:"מוגרבי";--e-global-typography-primary-font-size:7vw;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"מוגרבי";--e-global-typography-secondary-font-size:5vw;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Noto Sans Hebrew";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"מוגרבי";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2em;}.elementor-kit-6 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-kit-6{--e-global-typography-primary-font-size:55px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:45px;--e-global-typography-text-font-size:22px;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-size:25px;--e-global-typography-accent-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-size:22px;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-size:22px;--e-global-typography-accent-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*קו אנימציה לכותרות*/
.title {
    position: relative;
}
.title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 40%;
    border-bottom: 2px solid #294B9B;
    transform-origin: left center;
    animation: breathing-line 4s ease-in-out infinite;
}
@keyframes breathing-line {
    0% {
        transform: scaleX(0.3);
        opacity: 0.7;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
    100% {
        transform: scaleX(0.3);
        opacity: 0.7;
    }
}


/* צבע דינמי לתפריט ההדר - מותאם אוטומטית לפי הרקע שמאחוריו (בהיר/כהה), בכל עמודי האתר */
/* ברירת מחדל לפני שה-JS רץ */
.tis-nav-header .elementor-nav-menu .elementor-item,
.tis-nav-header .elementor-menu-toggle {
    color: #1B3A6B;
    transition: color 0.25s ease;
}
/* כשמאחורי התפריט רקע כהה */
.tis-nav-header.tis-on-dark .elementor-nav-menu .elementor-item,
.tis-nav-header.tis-on-dark .elementor-menu-toggle {
    color: #ffffff !important;
}
/* כשמאחורי התפריט רקע בהיר */
.tis-nav-header.tis-on-light .elementor-nav-menu .elementor-item,
.tis-nav-header.tis-on-light .elementor-menu-toggle {
    color: #1B3A6B !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'מוגרבי';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://tiferetisraelsynagogue.org.il/wp-content/uploads/2026/07/mugrabi-text-bold-aaa.woff2') format('woff2'),
		url('https://tiferetisraelsynagogue.org.il/wp-content/uploads/2026/07/mugrabi-text-bold-aaa.woff') format('woff');
}
/* End Custom Fonts CSS */