/*
Theme Name: MOVILIM
Version: 1.0
Description: A child theme of Hello Elementor
Author: WebDigital.co.il
Template: hello-elementor
*/

@import url("../hello-elementor/style.css");

/* HOME PAGE */
.program .elementor-widget-image-box .elementor-widget-container {
    min-height: 180px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*CALENDAR CSS*/
.calendar {
    display: flex;
    flex-flow: column;
}
.calendar .header .month-year {
    font-size: 20px;
    font-weight: bold;
    color: #636e73;
    padding: 5px 0;
    text-align: center;
}
.calendar .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
}
.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid #2c7aca;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #2DA8DF;
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 100px;
}
.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}
.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}
.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.blue a,
.calendar .days .day_num .event.darkblue a {
   color: #FFF!important;
}
.calendar .days .day_num .event.darkblue {
    background-color: #163250;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
.calendar .days .day_num.selected {
    background-color: #f1f2f3;
    cursor: inherit;
}
.event.main{
    background-color: #163250;
}
.calendar_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.cal_prev, button.cal_next {
    color: #163250;
    border: 1px solid #163250;
    padding: 5px 15px;
    border-radius: 5px;
}
button.cal_prev:hover, button.cal_next:hover {
    color: #FFF;
    background: #163250;
    border: 1px solid #163250;
    padding: 5px 15px;
    border-radius: 5px;
}
span.month-year {
    color: #163250;
    font-size: 25px;
    font-weight: 700;
}
/*END CALENDAR CSS*/
.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc!important;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: #000!important;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
.timing_info {
    margin-bottom: 10px;
}