.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f141375:#F54B29;--e-global-color-f87f6d6:#1D1D1F;--e-global-color-555245f:#6E6E73;--e-global-color-b0d9a21:#F54B29;--e-global-color-01212c5:#6E6E73;--e-global-color-0ccba1b:#FFFFFF;--e-global-color-f41e471:#F77055;--e-global-color-c0a95b0:#E02E0B;--e-global-color-4193d7f:#C1C7CD;--e-global-color-982cddb:#EAEAEA;--e-global-color-3c93966:#F9F9F9;--e-global-typography-primary-font-family:"Source Serif Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-weight:500;--e-global-typography-a1b2411-font-family:"Source Sans 3";--e-global-typography-a1b2411-font-size:16px;--e-global-typography-a1b2411-font-weight:600;--e-global-typography-c2c0391-font-family:"Source Sans 3";--e-global-typography-c2c0391-font-size:18px;--e-global-typography-c2c0391-font-weight:400;--e-global-typography-f4333c1-font-family:"Source Sans 3";--e-global-typography-f4333c1-font-size:17px;--e-global-typography-f4333c1-font-weight:700;--e-global-typography-f4333c1-text-transform:uppercase;--e-global-typography-715a865-font-family:"Source Serif Pro";--e-global-typography-715a865-font-size:18px;--e-global-typography-715a865-font-weight:500;--e-global-typography-64d1302-font-family:"Source Sans 3";--e-global-typography-64d1302-font-size:18px;--e-global-typography-64d1302-font-weight:700;--e-global-typography-64d1302-text-transform:uppercase;--e-global-typography-257b3a9-font-family:"Source Serif Pro";--e-global-typography-257b3a9-font-size:36px;--e-global-typography-257b3a9-font-weight:600;--e-global-typography-2eec111-font-family:"Source Sans Pro";--e-global-typography-2eec111-font-size:20px;--e-global-typography-2eec111-font-weight:500;--e-global-typography-2eec111-line-height:26px;--e-global-typography-7cb0b06-font-family:"Source Serif Pro";--e-global-typography-7cb0b06-font-size:26px;--e-global-typography-7cb0b06-font-weight:600;--e-global-typography-c0bb71c-font-family:"Source Serif Pro";--e-global-typography-c0bb71c-font-size:21px;--e-global-typography-c0bb71c-font-weight:600;--e-global-typography-f8c6d79-font-family:"Source Sans Pro";--e-global-typography-f8c6d79-font-size:18px;--e-global-typography-f8c6d79-font-weight:600;--e-global-typography-f8c6d79-text-transform:uppercase;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#F54B29;}.elementor-kit-6 a:hover{color:#1D1D1F;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-6{--e-global-typography-257b3a9-font-size:26px;--e-global-typography-2eec111-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --primary-btn-color: #F54B29;
  --primary-btn-color-hover:#F77055F7;
  --primary-btn-color-clicked: #EA300B;
  --font-primary: 'Source Serif 4', serif;
  --font-secondary: 'Source Sans Pro', sans-serif;
  --font-btn: 'Source Sans 3', sans-serif;
}

.section-heading {
      font-family: 'Source Serif 4', serif;
  font-weight: 700;
  font-size: 41px;
  color: #1D1D1F;
}


.full-width-button {
  width: 100%;
  height: 50px;
  background-color: var(--primary-btn-color);
  color: white;
  border: none;
  border-radius: 16px;
  font-family: var( --font-btn);
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
}

.full-width-button:hover {
  background-color: var(--primary-btn-color-hover); 
}

.full-width-button:focus {
  background-color: var(--primary-btn-color-clicked); 
}


.post-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
}

.card-wrapper {
  position: relative;
  display: inline-block;
}

.arrow-button {
  position: absolute;
  top: 150px;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.arrow-button.left {
  left: -50px;
  transform: translateY(-100%);
}

.arrow-button.right {
  right: -50px;
  transform: translateY(-100%);
}

.arrow-button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* Card styling */
.card {
  width: 100%;
  max-width: 380px;
  font-family: var(--font-secondary);
  padding: 16px;
  gap: 12px;
  border-radius: 16px;
  box-sizing: border-box;
  background: #FFFFFF;
  display: flex;
  flex-direction: row;
  height: auto;
}

.left-column {
  width: 155px;
  height: 168px;
  flex-shrink: 0;
}

.image-wrapper {
  position: relative;
  width: 155px;
  height: 168px;
  border-radius: 16px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.overlay-text {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #F43F1A;
  font-weight: 700;
  color: white;
  padding: 4px 8px;
  font-size: 16px;
  border-radius: 4px;
  font-family: var(--font-secondary);
}

.right-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  overflow: hidden;
}

.card-top-text {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 16px;
  color: #F43F1A;
}

.card-header {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 24px;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.card-info {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 18px;
  color: #6E6E73;
}

.right-column p,
.right-column h3 {
  margin: 0;
  margin-bottom: 4px;
}

.right-column p:last-child {
  margin-bottom: 0;
}

/* Spinner */
#loading-spinner {
  display: none;
  text-align: center;
  margin: 20px;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Source Sans 3';
	font-display: auto;
	src: url('https://ohrisrael.org/wp-content/uploads/2025/12/SourceSans3-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */