
 .flat-row {
	clear: both;
    display: block;
    position: relative;
    padding: 50px 0;    
}
 .flat-events .grid-item {
    display: inline-block;
    float: left;
    width: 25%;
    padding-left:5px; padding-top:5px;
}
 .flat-row.padding-v3 {
    padding: 40px 0 60px;
}

.grid-item-inner {
    position:relative;
}



.flat-events .grid-item.color-full {
    background-color: #179bd7;
    overflow: hidden;
    padding-bottom: 70px;
}

.flat-events .grid-item .grid-item-content {
    padding: 30px;
}

.flat-events .grid-item .grid-item-content .title {
    font-family: "Bitter", sans-serif;
    font-size: 48px;
    margin-bottom: 13px;
    color: #fff;
}

.flat-events .grid-item .grid-item-content p {
    color: rgba(255,255,255,.75);
    margin-bottom: 26px;
}

.flat-events .grid-item .grid-item-content .flat-button {
    color: #fff;
    border-color: #fff;
    padding: 9px 20px;
    transition: all .2s;
    border-radius: 3px;
    border: solid 2px #fff;
}

.flat-events .grid-item .grid-item-content .flat-button:hover {
    color: #343434;
    background-color: #fff;
    border-color: #fff;
}

.flat-events .grid-item .grid-item-content .flat-button i {
    margin-left: 5px;
}

.event-thumbnail img {
    width: 100%;
    height: auto;
    transition: all .4s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.grid-item .event-item {
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.event-item:hover .event-thumbnail img,
.event-item.hover_effect .event-thumbnail img {
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -ms-filter: brightness(80%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

body.mobile .event-item:hover .event-thumbnail img {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -webkit-transform: none;
    transform: none;
}

.date-block {
    position:absolute;
    top:15px;
    right:15px;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 18px;
    min-width: 66px
}

.date-block:not(.main-color-2-bg) {
    background:rgba(0,0,0,.5);
    color: rgba(255,255,255,.75);
}

.date-block .day {
    font-size:20px;
    text-align:center;
}

.date-block .month {
    text-transform:uppercase;
    text-align:center;
}

.date-block .year {
    font-size:13px;
    line-height:23px;
    text-align:center;
}

.date-block.year-top {
    padding-top:30px;
    padding-bottom:8px;
}

.date-block.year-top .year {
    position:absolute;
    top:0;
    left:0;
    right:0;
    border-bottom: solid 1px rgba(255,255,255,.15);
}

.event-item .event-overlay {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    /*z-index: 10;*/
    background: rgba(0,0,0,.5);
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

.event-item:hover .event-overlay {
    background: rgba(0,0,0,.5);
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

.event-item .event-overlay
.overlay-footer {
    margin-bottom: -70px;
    opacity: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.event-item:hover .overlay-footer {
    margin-bottom: 0;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;            
}

.overlay-top {
    display: block;
    padding: 15px 28px 13px 20px;
    border-bottom: solid 1px rgba(255,255,255,.2);
    position: relative;
}

.overlay-top:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    font-size: 22px;
    color: #fff;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.event-overlay .overlay-top h4 {
    font-size: 18px;
    color: #fff;
    line-height: 1.25;
    font-weight: 400;
}

.event-overlay .overlay-top .price {
    color: #fcff00;
    font-size: 18px;
}

.event-overlay .overlay-footer {
    color: rgba(255,255,255,.75);
    height: 66px;
    padding: 10px 20px 19px;
    transition: all .25s ease-out;
}
