.calendar-page{
    width: 100vw;

    padding: 10vh 0;
    position: relative;
}

#tabs-2 {
    height: auto;
}
.slick-events .slick-next{
    position: absolute;
    right: 0;
    z-index: 999;
    width: 33px;
    height: 46px;
    color: #fff;
    border: none;
    cursor: pointer;
    top: 0%;
    outline: 0;
    background: transparent;
    border: none;
}
.slick-events .slick-prev{
    position: absolute;
    left: 0;
    z-index: 999;
    width: 33px;
    height: 46px;
    color: #fff;
    border: none;
    cursor: pointer;
    top: 0%;
    outline: 0;
    background: transparent;
    border: none;
}
.slick-events  .slick-arrow.slick-disabled{
    display: none!important;
}
.event_cat_list_wrapper{
    padding:10px;
    background-color:#efefef;
    width:100%;
    margin:0 0 10px;
    overflow:hidden;
    box-sizing: border-box;
}
.event_cat_list_wrapper label{
    margin:3px 0 0 10px;
    font-weight:700;
    float:left;
    line-height:25px
}
.event_cat_list_wrapper select{
    border:none;
    padding:4px 5px;
    float:right;
    width:60%;
    height: auto;
    margin: 0;
}
.event_view_links{
    background-color:#efefef;
    width:100%;
    margin:0 0 10px!important;
    padding:0;
    overflow:hidden
}
.ui-widget-content{
    padding: 0!important;
}
.event_view_links a{
    float:right;
    margin-left:10px;
    width:200px;
    color:#333;
    height:27px;
    line-height:27px;
    padding:10px 10px 10px 20px;
    border-left:1px solid #D3D3D3;
    font-weight:700;
    margin-block-end:0;
}
.event_view_links li{
    float: right!important;
    color: #6C1F6A;
}
.event_view_links .ui-state-default .fa-check{
    display: none;
}
.event_view_links .ui-tabs-active .fa-check{
    display: block;
}
.event_view_links a .title{
    float:left
}
.event_view_links a .tickbox{
    float:right
}
.event_view_links a .tickbox .fa-square,#event_view_links a .tickbox.fa-square{
    color:#FFF
}
.event_view_links a .fa-layers .fa-check{
    left: 4px;
    top: 2px;
}
#event_ajax_load{
    display: flex;
    flex-wrap: wrap;
}
#event_left_col{
    margin:0 0 20px;
    flex:0 0 33%;
    width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
#event_right_col{
    flex:0 0 66%;
    width: 66.6666666667%;
    box-sizing: border-box;
}
#event_left_month_bar{
    background-color:#4e2583;
    padding:10px;
    width:100%;
    margin:0 0 10px;
    height:45px;
    overflow:hidden
}
.event_month_prev,span.event_month_prev{
    float:left;
    margin-right:-25px
}
.event_left_month_title{
    display:block;
    float:left;
    color:#fff;
    font-size:18px;
    line-height:27px;
    width:100%;
    text-align:center;
    position:relative;
    z-index:10
}
.event_month_next,.event_month_prev{
    display:block;
    line-height:25px;
    height:25px;
    width:25px;
    text-align:center;
    color:#FFF;
    overflow:hidden;
    position:relative;
    z-index:20
}
.event_month_next span,.event_month_prev span{
    display:none
}
span.event_month_prev{
    text-indent:-999px
}
.event_month_next{
    float:right;
    margin-left:-25px
}
.event_left_month_title:hover,.event_month_next:hover,.event_month_prev:hover{
    color:#fff
}
#event_right_col #category_key{
    margin:20px 0 0
}
#event_right_col #category_key li{
    margin:0 20px 20px 0;
    list-style:none;
    font-size:10px;
    line-height:12px;
    float:left
}
#event_right_col #category_key li span{
    width:12px;
    height:12px;
    margin:0 5px 0 0;
    float:left;
    background-color:#898989
}
#subscribe_full_calendar{
    width:100%;
    border-bottom:5px solid #efefef;
    padding:10px 0
}
#subscribe_full_calendar a{
    float:left;
    font-weight:700;
    margin:0 0 10px;
    padding:0;
    font-size:12px;
    line-height:27px;
    color:#333;
    width:100%
}
#subscribe_full_calendar a:hover,#subscribe_full_calendar a:hover .svg-inline--fa{
  opacity: 0.7;
}
#subscribe_full_calendar a span{
    float:left;
    margin-left:15px
}
#subscribe_full_calendar a .svg-inline--fa{
    font-size:26px;
    line-height:26px;
    float:left;
    margin-left:5px;
    color:#BC1E21
}
h2.date_title{
  
    height:45px;
    margin:30px 0 0;
    padding:10px;
    width:100%;
    color:var(--secondary);

    text-align:center
}
h2.date_title.title_1{
    margin:0
}
table.calendar{
    margin:0 0 5px;
    padding:0;
    width:100%
}
table.calendar caption{
    margin:0;
    padding:0
}
table.calendar thead tr th{
    padding:0;
    text-align:center;
    font-weight:700;
    font-size:10px;
    height:15px
}
table.calendar tbody{
    border-top:1px solid #f2f2f2;
    border-left:1px solid #f2f2f2
}
table.calendar td{
    height:45px;
    line-height:45px!important;
    width:14.2%;
    padding:0;
    text-align:center;
    cursor:pointer;
    border-right:1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
    font-size:14px
}
table.calendar td a.day_select:hover,table.calendar td:hover{
    background-color:#96855b
}
table.calendar td a.day_select:hover .date,table.calendar td:hover .date{
    color:#FFF
}
table.calendar td.passed{
    color:#d6d6d6
}
table.calendar td.passed:hover{
    background-color:#f2f2f2;
    cursor:default
}
table.calendar td.pad:hover{
    background-color:#FFF;
    cursor:default
}
table.calendar td a{
    margin:0;
    display:block;
    position:relative
}
table.calendar td a.day_select{
    background-color:#efefef
}
table.calendar td a .icon{
    position:absolute;
    bottom:1px;
    left:1px;
    background:url(../inc/modules/event/images/day_icon.png) right top no-repeat;
    height:8px;
    width:8px
}
table.calendar a{
    color:#696969;
    text-decoration:none
}
table.calendar td.today{
    font-weight:700
}
table.calendar td.selected{
    background:#DADDE1
}
table.calendar td.highlighted a{
    color:#333
}
table.calendar td.highlighted a:hover{
    color:#fff
}
.event_list_item{
    border-bottom:8px solid #EFEFEF;
    padding:20px 10px
}
.event_list_item .event_list_date{
    width:130px;
    height:60px;
    float:left;
    color:#FFF;
    line-height:60px;
    text-align:center;
    background-color:#898989;
    margin-right:-130px
}
.event_list_item .event_list_date .date_span{
    display:block;
    width:100%;
    height:100%;
    background:url(../../../assets/images/event_span_date.png) center no-repeat
}
.event_list_item .event_list_date .date_from,.event_list_item .event_list_date .date_single,.event_list_item .event_list_date .date_to{
    line-height:22px;
    padding:10px 0 0;
    width:40px;
    margin:0 10px
}
.event_list_item .event_list_date .date_single{
    margin:0 auto;
    display:block;
    width: 100%;
    height: 100%;
}
.fa-layers .fa-check {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.event_list_item .event_list_date .date_from{
    float:left
}
.event_list_item .event_list_date .date_to{
    float:right
}
.event_list_item .event_list_date .day{
    font-size:25px;
    display:block
}
.event_list_item .event_list_date .month{
    font-size:12px;
    text-transform:uppercase;
    display:block
}
.event_list_item .event_list_details{
    float:left;
    padding-left:145px;
    padding-right:40px
}
.event_list_item .event_list_details span,
.event_list_item .event_list_details a{
    font-size:17px;
    line-height:25px;
    color:#333
}
.event_list_item .event_list_details a:hover{
    color:#96855b
}
.event_list_item .event_list_details p{
    margin:0;
    padding:5px 0;
    font-size:12px
}
.event_list_item .event_list_share{
    float:right;
    width:27px;
    margin-left:-27px
}
.event_list_item .event_list_share a{
    line-height:20px;
    margin-bottom:5px;
    float:right;
    clear:both;
    position:relative
}
.event_list_item .event_list_share a span{
    margin-right:35px;
    font-size:10px;
    display:none;
    position:absolute;
    background:#efefef;
    color:#333;
    white-space:nowrap;
    top:-1px;
    right:0;
    padding:2px 8px;
    border-radius:5px
}
.event_list_item .event_list_share a .svg-inline--fa{
    color:#333;
    line-height:20px;
    float:right
}
.event_list_item .event_list_share a:hover,.event_list_item .event_list_share a:hover .svg-inline--fa{
    color:#BC1E21;
}
.event_list_item .event_list_share a:hover span{
    display:inline
}
#category_key{
    margin:20px 0 50px;
    border-bottom:1px solid #D3D3D3;
    border-top:1px solid #D3D3D3;
    padding-top:20px
}
#category_key li{
    margin:0 20px 20px 0;
    list-style:none;
    font-size:10px;
    line-height:12px;
    float:left
}
#category_key li span{
    width:12px;
    height:12px;
    margin:0 5px 0 0;
    float:left;
    background-color:#898989
}
p.no_events{
    margin:20px 0;
    border-bottom:8px solid #EFEFEF;
    padding:0 0 20px
}
#event_detail_wrapper{
    padding:20px;
    text-align:left;
    background-color:#fff;
    max-width:700px
}
#event_detail_wrapper h1{
    font-size:25px;
    margin:0 0 20px
}
#event_detail_times{
    margin:0 0 20px!important;
    padding:7px 15px;
    background:#efefef
}
#event_detail_times li{
    margin:0;
    padding:0 15px 0 0;
    list-style:none;
    float:left;
    width:auto;
    line-height:20px;
    font-size:14px
}
#event_detail_times li span{
    padding-right:5px;
    font-weight:700
}
#event_detail_times li.time-first{
    padding-right:7px
}
#event_detail_times li.first{
    margin-left:0
}
#event_detail_times li.last{
    padding-right:0;
    border-right:none
}
.fullqyery.hide{
    display: none
}
.calendar-page h1{
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    padding-left: 15px;
    margin-bottom: 30px;
}
.messagecal{
    display: none;
    float: right;
    clear: both;
}
.messagecal.show{
    display: block;
}
.button-cal{
    border: none;
    background: none;
    float: right;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.button-cal:hover{

    color: var(--secondary);
}
#event_right_col #tabs.fixed,
#event_left_col.fixed {
    position: fixed;
    top: 0px;
    z-index: 1;
}
#event_left_col.fixed {
    width: calc(1140px * 0.333333333333);
}
#event_right_col #tabs.fixed {
    width: calc(1140px * 0.666666666667);
    top: 1px;
}
#event_right_col.fixedcontainer{
    margin-left: 33.3333333333%;
}
#event_right_col.fixedcontainer .ui-tabs .ui-tabs-panel{
    padding-top: 60px !important;
}
.calendar-slide .date-inside.date-ev-home{
    font-weight: bold;
    font-size: 16px;
}
.ui-tabs .ui-tabs-nav li{
    background: none;
}
#event_right_col .news-prev {
    background:var(--secondary);
}
#filtercal{
    display: flex;
}
#addevents{
    background: #BC1E21;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border: none;
    margin-bottom: 20px;
}
.lang-ar #event_right_col.fixedcontainer {
    margin-right: 33.3333333333%;
    margin-left: 0;
}
.events-page .slide {
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .calendar-page{
        margin-left: 0;
    }
    .calendar-page .wrapper{
        padding: 0;
    }
    #event_left_col{
        flex: 0 0 23%;
        width: 23.3333333333%;
    }
}
@media only screen and (max-width: 1024px) {
    #event_left_col {
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .calendar-page {
        width: 100%;
    }
    #event_right_col {
        flex: 0 0 100%;
        width: 100%;
    }
    #event_left_col.fixed {
        width: 100%;
        position: relative;
    }
    #event_right_col.fixedcontainer {
        margin-left: 0%;
    }
    h2.date_title.title_1{
        font-size: 20px;
    }
}