.elementor-490 .elementor-element.elementor-element-fee145b{--display:flex;}.elementor-490 .elementor-element.elementor-element-670c08b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), heebo;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS for shortcode, class: .elementor-element-43999d5 */.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    margin-bottom: 40px;
    direction: rtl;
    flex-wrap: wrap;
}

.calendar-title {
    font-size: 18px;
    font-weight: bold;
    color: #003366;
    text-align: center;
    flex: 1;
}

@media (min-width: 768px) {
  a.calendar-nav-btn {
    background-color: #fff;
    border: 1px solid #003366;
    border-radius: 60em;
    width: 5vw;
    height: 5vw;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
  }
}


.calendar-nav-btn:hover {
    background-color: #fff;
    border-color: #002149;
    color: #002244;
}


  a.calendar-nav-btn:first-of-type {
    right: 0; /* "הקודם" */
  }

  a.calendar-nav-btn:last-of-type {
    left: 0; /* "הבא" */
  }
}



.event-item {
    padding-top: 550px !important;
}/* End custom CSS */