
.eventsGridTable ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.eventsGridTable li {
    list-style-type: none;
    margin: 0;
}
.eventsGridTable .eventThumbs {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 25px;
    clear: both;
}
.eventsGridTable .thumbBlock wow fadeIn {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    transition: all .5s ease-in-out;
}
.eventsGridTable .thumbnail {
    background: #fff;
    margin-bottom: 3px;
    border: 0;
    position: relative;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: none !important;
    padding: 0 0 3px;
}
.eventsGridTable .eventThumbs .category {
    color: #6a6a6a;
    border-bottom: #ccc 1px solid;
    margin: 0;
    padding: 0 0 5px;
}

.eventsGridTable .thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out .4s;
    -moz-transition: all .2s ease-in-out .4s;
    -o-transition: all .2s ease-in-out .4s;
    transition: all .2s ease-in-out .4s;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}
.eventsGridTable .eventImg {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 170px;
}
.eventsGridTable .eventImg img {
    width: 100%;
    height: 100%;
    line-height: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
/*            .eventImg:hover img {
                transform: scale(1.1);
            }*/
.eventsGridTable .thumbnail h2 {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    margin: 5px 0 0;
}
.eventsGridTable .thumbnail .eveHeadWrap {
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 0;
    width: 90%;
    line-height: normal;
    font-size: 15px;
}
.eventsGridTable .eventThumbs li .info {
    color: #5b5b5b;
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0;
}

.eventsGridTable .event_overlay_top {
    background: rgba(0,0,0,.5);
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,.25) 30%);
    background: -moz-linear-gradient(to bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,.25) 30%);
    background: -o-linear-gradient(to bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,.25) 30%);
    background: linear-gradient(to bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,.25) 30%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.eventsGridTable .event_overlay_bottom {
    background: rgba(0,0,0,.5);
    background: -webkit-linear-gradient(to top,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(to top,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(to top,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    transition: all .5s ease;
}
.eventsGridTable a.thumbnail.active, 
.eventsGridTable a.thumbnail:focus, 
.eventsGridTable a.thumbnail:hover {
    border: 1px solid #ddd;
}

.eventsGridTable .event_overlay_bottom .date {
    transition: all .5s ease;
    left: 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0px 10px;
    font-size: 12px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    position: absolute;
    bottom: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.eventsGridTable .event_overlay_bottom .date .__date {
    font-weight: 700;
    font-size: 14px;
    display: block;
}

.eventsGridTable .event_overlay_bottom .date .__month-year {
    font-size: 12px;
}

.eventsGridTable tbody tr {
  cursor: default;
}

.eventsGridTable>tbody>tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.eventsGridTable>tbody>tr>td, 
.eventsGridTable>tbody>tr>th, 
.eventsGridTable>tfoot>tr>td, 
.eventsGridTable>tfoot>tr>th, 
.eventsGridTable>thead>tr>td, 
.eventsGridTable>thead>tr>th {
  border-top: none;
}