/*  Upcoming Events  */
.oview-upc-events .item{
    border-radius: 13px;
    background: #060606;
    color: #fff;
    margin-bottom: 15px;
    padding: 20px 30px;
    max-width: 415px;
    display: block;
    position: relative;
} 
.oview-upc-events .heading{
    color: #f8e645;
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 10px;
}
.oview-upc-events .s2,
#event-all .s1{
    display: flex;
    justify-content: space-between
}
.oview-upc-events .date,
.oview-upc-events .time,
#event-all .date,
#event-all .time{
    padding-left:40px;
    position: relative;   
}
.oview-upc-events .date:before,
.oview-upc-events .time:before,
#event-all .date:before,
#event-all .time:before{
    content: '\e935';
    font-family: 'icomoon';
    font-size: 20px;
    color: #f8e645;
    position: absolute;
    left: 0;
}
.oview-upc-events .time:before,
#event-all .time:before{
    content: '\e934';
}
.oview-upc-events .s2 .l,
#event-all .s1 .l{
    display: block;
    font-size: 12px;
    line-height: 1.3;
}
.oview-upc-events .s2 .v,
#event-all .s1 .v{
    display: block;
    font-weight: 700;
    line-height: 2;
}


/*  All Events  */
#event-all .item{
    border: 1px solid #000000;
    border-radius: 13px;
    overflow: hidden;
}
#event-all .item .s1{
    background: #060606;
    color: #fff;
    padding: 17px 25px;
    justify-content: start;    
}
#event-all .time{
    margin-left: 35px;
}
#event-all .s2{
    display: flex;
    padding: 35px;   
}
#event-all .c1{
    width: 100%;
    max-width: 425px;
    height: 215px;
    flex-grow: 0;
    overflow: hidden;
    border-radius: 16px;
/*     background: #000; */
}
#event-all .c1 img{  
    transition: 1s ease;
}
/* #event-all .item:hover .c1 img{
	transform: scale(1.1);
} */
#event-all .c2{
    width: 100%;
    /* max-width: 400px; */
    margin-left: 35px;
}
#event-all .heading{
    font-size: 18px;
    margin-bottom: 10px;
}
#event-all .custom-scrollbar{
    height: 100px;
    margin-bottom: 10px;
}
#event-all .more-link{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 0.9;
    margin-top: 20px;
    padding: 12.5px 30px;
}


@media(max-width:1023px){
    /*  Upcoming Events  */
    .oview-upc-events .item{
        max-width: 100%;;
    }

}

@media(max-width:767px){
     /*  Upcoming Events  */
    .oview-upc-events .item,
    #event-all .item .s1 {
        padding: 20px 15px;
    }
    
    
    /*  All Events  */
    #event-all .item .s1{
        justify-content: space-between;    
    }
    #event-all .time{
        margin-left: 0;
    }
    #event-all .s2{
        padding: 20px 15px;
        display: block;
    }
    #event-all .c2{
        margin: 15px 0 0;
    }
}

@media(max-width:420px){

    .oview-upc-events .s2,
    #event-all .s1{
        display: block;
    }
    .oview-upc-events .s2 .time,
    #event-all .time{
        margin-top: 10px;
    }

    #event-all .c1{
        height: 150px;
    }
}