@charset "UTF-8";
@font-face {
  font-family: "SimplerPro";
  src: url("./fonts/SimplerPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SimplerPro";
  src: url("./fonts/SimplerPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SimplerPro", sans-serif;
}

.simpler {
  font-family: "SimplerPro", sans-serif;
}

.bg1 {
  background: linear-gradient(180deg, var(--1F87A5, #1F87A5) 0%, var(--462C2D, #462C2D) 100%);
}

.bg2 {
  background: linear-gradient(180deg, var(--462C2D, #462C2D) 0%, var(--669B7F, #669B7F) 100%);
}

.bg3 {
  background: linear-gradient(180deg, var(--669B7F, #669B7F) 0%, var(--1F87A5, #1F87A5) 100%);
}

.bg4 {
  background: linear-gradient(180deg, var(--1F87A5, #1F87A5) 0%, var(--3E383C, #3E383C) 100%);
}

.bg5 {
  background: linear-gradient(180deg, var(--3E383C, #3E383C) 0%, var(--1F87A5, #1F87A5) 100%);
}

.bg6 {
  background: linear-gradient(180deg, var(--1F87A5, #1F87A5) 0%, #8BA86A 100%);
}

.post-carousel .carousel-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.post-carousel .carousel-item__meta {
  font-size: 0.875rem;
  opacity: 0.75;
}

.bg-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.category-events .bg-wrapper {
  background-image: url("../images/events-bg.png");
}

.category-sports .bg-wrapper {
  background-image: url("../images/sports-bg.png");
}

.category-parties .bg-wrapper {
  background-image: url("../images/parties-bg.png");
}

.category-rights .bg-wrapper {
  background-image: url("../images/rights-bg.png");
}

.category-workshops .bg-wrapper {
  background-image: url("../images/workshops-bg.png");
}

.category-tours .bg-wrapper {
  background-image: url("../images/tours-bg.png");
}

.post-carousel .carousel-item__title {
  margin: 0px 0 4px;
  font-size: 1rem;
  line-height: 1.35;
  text-align: center;
  color: white;
  padding: 24px;
  font-size: 36px;
  line-height: 100%; /* 36px */
  letter-spacing: -0.72px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .post-carousel .carousel-item__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    letter-spacing: -0.48px;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .post-carousel .carousel-item__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    letter-spacing: -0.48px;
  }
}

.post-carousel .carousel-item__date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #FFFEF9;
  font-size: 24px;
  padding: 16px 12px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 700px) {
  .post-carousel .carousel-item__date {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: -0.16px;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .post-carousel .carousel-item__date {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: -0.16px;
  }
}

.carousel-item.category-tours .external-link-btn, .carousel-item.category-rights .external-link-btn {
  color: #462C2D !important;
}

.carousel-item__tags {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #E3D249;
  color: #3E383C;
  font-size: 20px;
  padding: 16px 12px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 700px) {
  .carousel-item__tags {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: -0.16px;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .carousel-item__tags {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: -0.16px;
  }
}

.inner-overlay {
  min-height: 416px;
  border: 1px solid white;
  position: relative;
}

.my-gradient {
  background: linear-gradient(to bottom, #462C2D 16%, rgba(70, 44, 45, 0) 60%);
}

.page-id-457 .carousel-item__title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}
.page-id-457 .post-carousel-wrapper {
  font-family: "IBM Plex Sans Arabic", Sans-serif;
}

.post-carousel-wrapper {
  position: relative;
}
@media (max-width: 700px) {
  .post-carousel-wrapper {
    padding-bottom: 70px;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .post-carousel-wrapper {
    padding-bottom: 70px;
  }
}
.post-carousel-wrapper .post-carousel {
  padding: 0px 80px;
}
@media (min-width: 700px) and (max-width: 1100px) {
  .post-carousel-wrapper .post-carousel {
    padding: 0px 40px;
  }
}
@media (max-width: 700px) {
  .post-carousel-wrapper .post-carousel {
    padding: 0px 20px;
  }
}
.post-carousel-wrapper .arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 24px);
  width: 100%;
  pointer-events: none;
}
@media (min-width: 700px) and (max-width: 1100px) {
  .post-carousel-wrapper .arrows {
    top: auto;
    bottom: 0;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
  }
}
@media (max-width: 700px) {
  .post-carousel-wrapper .arrows {
    top: auto;
    bottom: 0;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
  }
}
.post-carousel-wrapper .arrow {
  pointer-events: all;
  cursor: pointer;
  width: 48px;
  height: 48px;
}

.post-carousel .description {
  margin: 32px 0px;
  color: #FFF;
  text-align: right;
  /* טקסט רץ */
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}
@media (max-width: 700px) {
  .post-carousel .description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.36px;
    margin: 24px 0px;
  }
}
@media (min-width: 700px) and (max-width: 1100px) {
  .post-carousel .description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.36px;
    margin: 24px 0px;
  }
}
.post-carousel .external-link-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #E3D249;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}

/* Show desktop list on wide screens, hide mobile select */
.titles-loop-desktop {
  display: flex;
}

.titles-loop-mobile {
  display: none;
  /* Hidden accessible label */
  /* The styled container */
  /* The <select> */
  /* Custom dropdown arrow */
  /* RTL (Hebrew) support */
}
.titles-loop-mobile .sr-only {
  display: none;
}
.titles-loop-mobile .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.titles-loop-mobile .select-shell {
  width: 100%;
  position: relative;
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 0 0 2px #3b2a2a, 0 4px 14px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.titles-loop-mobile .org-program-select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  width: 100%;
  border-radius: 8px;
  padding: 14px 24px;
  color: #3b2a2a;
  background: transparent;
  font-size: 24px; /* prevents iOS zoom on focus */
}
.titles-loop-mobile .org-program-select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(175, 133, 204, 0.35);
}
.titles-loop-mobile .org-program-select:invalid {
  color: #8a7f7f;
}
.titles-loop-mobile .select-shell::after {
  content: "";
  position: absolute;
  inset-inline-end: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'><path d='M0.736 1.61831L1.936 0.394313L7.744 6.17831L13.528 0.370313L14.776 1.61831L7.768 8.62631L0.736 1.61831Z' fill='%23462C2D'/></svg>") no-repeat center/contain;
}
.titles-loop-mobile [dir=rtl] .org-program-select {
  padding: 14px 16px 14px 52px;
}
.titles-loop-mobile [dir=rtl] .select-shell::after {
  inset-inline-start: 16px;
  inset-inline-end: auto;
}

@media (max-width: 768px) {
  .titles-loop-desktop {
    display: none;
  }
  .titles-loop-mobile {
    display: flex;
  }
}
.org-by-program {
  display: flex;
  flex-direction: row;
  padding: 30px;
  border-radius: 16px 16px 0px 0px;
  background-color: #462C2D;
  gap: 30px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 700px) {
  .org-by-program {
    flex-direction: column;
  }
}
.org-by-program .titles-loop-desktop {
  background-color: #FFFEF9;
  border-radius: 16px;
  padding: 20px;
  width: 415px;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  direction: ltr;
}
@media (max-width: 700px) {
  .org-by-program .titles-loop-desktop {
    width: 100%;
  }
}
.org-by-program .titles-loop-desktop .rtlagain {
  direction: ltr;
  height: 550px;
  overflow: auto;
  padding: 0px 10px;
}
.org-by-program .descriptions-loop {
  background-color: #FFFEF9;
  border-radius: 16px;
  padding: 20px;
  width: calc(100% - 415px);
}
@media (max-width: 700px) {
  .org-by-program .descriptions-loop {
    width: 100%;
  }
}
.org-by-program .single-organization-button.active {
  background-color: #EA8F44;
}
.org-by-program .single-organization-button:hover {
  background-color: #EA8F44;
  cursor: pointer;
}
.org-by-program .single-organization-button {
  border: 2px solid #462C2D;
  padding: 10px 24px 10px 16px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
  margin-bottom: 16px;
}
.org-by-program .single-organization-button span {
  display: inline-flex;
}
.org-by-program .organization-description.active {
  display: block;
}
.org-by-program .organization-description {
  display: none;
  height: 550px;
  overflow: auto;
  direction: ltr;
  padding-inline-end: 10px;
}
.org-by-program .organization-description .the-title {
  color: #1F87A5;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .org-by-program .organization-description .the-title {
    font-size: 24px;
    text-align: center;
  }
}
.org-by-program .organization-description p {
  font-size: 24px;
}
@media (max-width: 700px) {
  .org-by-program .organization-description p {
    font-size: 18px;
  }
}
.org-by-program .organization-description::-webkit-scrollbar {
  width: 12px;
}
.org-by-program .organization-description::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}
.org-by-program .organization-description::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}
.org-by-program .organization-description::-webkit-scrollbar-thumb:hover {
  background: #cdcbcb;
}
.org-by-program .rtlagain {
  direction: rtl;
}
.org-by-program .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 700px) {
  .org-by-program .title-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.org-by-program .data-cell {
  display: flex;
  gap: 20px;
}
.org-by-program .data-cell .the_number, .org-by-program .data-cell .the_email {
  font-size: 24px;
}
@media (max-width: 700px) {
  .org-by-program .data-cell .the_number, .org-by-program .data-cell .the_email {
    font-size: 18px;
  }
}
.org-by-program .expertease-area {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 700px) {
  .org-by-program .expertease-area {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.org-by-program .emailandphone {
  margin: 20px 0px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 20px 0px 10px 0px;
}
.org-by-program .status-button {
  padding: 2px 10px;
  border-radius: 15px;
  color: white;
  font-weight: 700;
}
.org-by-program .closed-button {
  background-color: #EA8F44;
}
.org-by-program .open-button {
  background-color: #669B7F;
}

/* width */
.scroll_bar::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.scroll_bar::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}

/* Handle */
.scroll_bar::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}

/* Handle on hover */
.scroll_bar::-webkit-scrollbar-thumb:hover {
  background: #cdcbcb;
}

.map-container {
  display: flex;
  height: 800px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  flex-direction: row;
  background-color: #462C2D;
  padding: 24px;
  gap: 22px;
}
@media (max-width: 700px) {
  .map-container {
    flex-direction: column;
    gap: 32px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.map-container .rtlagain {
  direction: rtl;
}
.map-container .sidebar {
  width: 38%;
  padding: 15px;
  background-color: #FFFEF9;
  border-radius: 16px;
  direction: ltr;
  overflow: hidden;
  /* Track */
  /* Handle */
}
@media (max-width: 700px) {
  .map-container .sidebar {
    width: 100%;
  }
}
.map-container .sidebar .padding-div {
  padding: 0px 15px;
  height: 710px;
  overflow: auto;
}
.map-container .sidebar .padding-div::-webkit-scrollbar {
  width: 12px;
}
.map-container .sidebar .rtlagain {
  direction: rtl;
}
.map-container .sidebar .padding-div::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}
.map-container .sidebar .padding-div::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}
.map-container .sidebar .info-item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.map-container .sidebar #location-name {
  font-size: 36px;
  font-weight: 700;
  color: #EA8F44;
  border-bottom: 1px solid black;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
@media (max-width: 700px) {
  .map-container .sidebar #location-name {
    font-size: 32px;
    padding-bottom: 20px;
  }
}
.map-container .sidebar .initial-info-wrapper {
  padding: 30px 0px;
  border-bottom: 1px solid black;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 20px;
}
@media (max-width: 700px) {
  .map-container .sidebar .initial-info-wrapper {
    padding: 20px 0px;
    font-size: 18px;
    gap: 12px;
  }
}
.map-container .sidebar #location-email {
  white-space: normal;
  word-break: break-all;
}
.map-container .sidebar #location-email a {
  white-space: normal;
  word-break: break-all;
}
.map-container .sidebar .social-links {
  gap: 20px;
  display: flex;
}
.map-container .sidebar a {
  color: #462C2D;
}
.map-container .sidebar .hours {
  font-size: 24px;
  color: #EA8F44;
  font-weight: 700;
  padding-top: 30px;
}
.map-container .sidebar #location-hours, .map-container .sidebar #location-description, .map-container .sidebar .info-label {
  font-size: 24px;
}
@media (max-width: 700px) {
  .map-container .sidebar #location-hours, .map-container .sidebar #location-description, .map-container .sidebar .info-label {
    font-size: 18px;
  }
}
.map-container .sidebar .info-label {
  margin-bottom: 32px;
}
@media (max-width: 700px) {
  .map-container .sidebar .info-label {
    margin-bottom: 15px;
  }
}
.map-container .sidebar .info-boxes {
  border-top: 1px solid black;
  margin-top: 30px;
  padding-top: 30px;
}
.map-container .map-wrapper {
  width: 62%;
  height: 100%;
  position: relative;
}
@media (max-width: 700px) {
  .map-container .map-wrapper {
    width: 100%;
    height: 550px;
  }
}
.map-container .map-wrapper .text-above-map {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #EA8F44;
  padding: 5px 32px;
  border-radius: 32px;
  z-index: 1;
  font-size: 24px;
  color: #462C2D;
  border: 2px solid #462C2D;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 700px) {
  .map-container .map-wrapper .text-above-map {
    top: auto;
    bottom: -20px;
    font-size: 18px;
    padding: 2px 10px;
  }
}
.map-container #map {
  height: 100%;
  border-radius: 16px;
}

.location-services-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.location-services-list .location-service-item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #E3D249;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
  gap: 5px;
  text-align: center;
}
.location-services-list .location-service-item img {
  max-width: 20px;
  max-height: 20px;
}/*# sourceMappingURL=custom.css.map */