
#upcoming-event form {
    background: none;
    border: 1px solid #E1E1E1;
    height: 45px;
    padding-right: 20px;
    margin-top: 70px;
    transition: all .3s ease;
}
#upcoming-event form input {
    border: none;
    background: none;
    outline: none;
    color: #929FA8;
    height: 45px;
    line-height: 40px;
    padding-left: 20px;
}
#upcoming-event form input:focus + button {
    color: #FF8625;
}
#upcoming-event form:hover {
    border-color: #036DA0;
}
#upcoming-event form:hover button {
    color: #FF8625;
}
#upcoming-event form button {
    background: none;
    border: none;
    outline: none;
    color: #CDCDCD;
    transition: all .3s ease;
}
#upcoming-event .mix {
    display: none;
}
#upcoming-event .tab-title-wrap {
    margin: 15px 5px;
    list-style: none;
}
#upcoming-event .tab-title-wrap ul{
    padding:0px;
}
#upcoming-event .tab-title-wrap ul li {
    float: left;
    list-style: none;
}
#upcoming-event .tab-title-wrap ul li.active span {
    background: #036DA0;
    color: #fff;
}
#upcoming-event .tab-title-wrap ul li span {
    display: inline-block;
    color: #374045;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    padding: 15px 34.9px;
    text-transform: uppercase;
    border-left: 1px solid #E6EDEE;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all .3s ease;
}
#upcoming-event .tab-title-wrap ul li span:hover {
    background: #036DA0;
    color: #fff;
}
#upcoming-event .tab-content-wrap {
    margin: 0px -10px;
}
#upcoming-event .tab-content-wrap .col-lg-3 {
    padding: 0 10px;
    margin-bottom: 25px;
}
#upcoming-event .tab-content-wrap .col-lg-3:hover{
    cursor: pointer;
}
#upcoming-event .tab-content-wrap .col-lg-3:hover .img-holder img {
    transform: scale(1.2);
}
#upcoming-event .tab-content-wrap .col-lg-3:hover .img-holder:before {
    bottom: 0;
}
#upcoming-event .tab-content-wrap .col-lg-3:hover .img-holder:after {
    bottom: 0;
}
#upcoming-event .tab-content-wrap .col-lg-3:hover .content-wrap {
    border: 1px solid #036DA0;
    box-shadow: 0 0 10px rgba(2, 2, 2, 0.21);
    cursor: pointer;
}
#upcoming-event .tab-content-wrap .col-lg-3 .img-holder {
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}
#upcoming-event .tab-content-wrap .col-lg-3 .img-holder img {
    transition: all .3s ease;
}
#upcoming-event .tab-content-wrap .col-lg-3 .img-holder:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    opacity: .85;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .3s ease;
    background: #1eb089;
    background: -moz-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1eb089), color-stop(100%, #7c49ab), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    background: -o-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    background: -ms-linear-gradient(left, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eb089', endColorstr='#7db9e8', GradientType=1);
}
#upcoming-event .tab-content-wrap .col-lg-3 .img-holder:after {
    content: ' ';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: transparent url(../../../asserts/images/overlay-bg.png) center center no-repeat;
    transition: all .3s ease .1s;
}
#upcoming-event .tab-content-wrap .col-lg-3 .content-wrap {
    background: #f9f9f9;
    padding:10px;
    border: 1px solid #fff;
}
/*            #upcoming-event .tab-content-wrap .col-lg-3 .content-wrap .author-img {
                margin-top: -20px;
                position: relative;
                z-index: 99999;
                 border-radius: 50%; 
                background-color: #fff;
                padding: 5px;
                margin-left: 0px;
            }*/
#upcoming-event .tab-content-wrap .col-lg-3 .content-wrap .meta {
    margin-bottom: 10px;
}
#upcoming-event .tab-content-wrap .col-lg-3 .content-wrap .meta ul {
    text-align: left;
    padding-left: 0px;
}
#upcoming-event .tab-content-wrap .col-lg-3 .content-wrap .meta ul li {
    display: inline;
}
#upcoming-event .tab-content-wrap .col-lg-3 .content-wrap .meta ul li span {
    display: inline-block;
    color: #929FA8;
    margin-right: 5px;
    font-size: 12px;
    color: #337ab7;
}
#upcoming-event .tab-content-wrap .col-lg-3 .content-wrap .meta ul li span .fa {
    color: #036DA0;
    margin-right: 5px;
}
#upcoming-event .tab-content-wrap .col-lg-3 .content-wrap h3 {
    font-size: 16px;
    color: #374045;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}
#upcoming-event .tab-content-wrap .col-lg-3 .content-wrap p {
    color: #929fa8;
}
#upcoming-event .tab-content-wrap .col-lg-3 .content-wrap a.read-more {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #036DA0;
    text-transform: uppercase;
    transition: all .3s ease;
}
#upcoming-event .tab-content-wrap .col-lg-3 .content-wrap a.read-more .fa {
    margin-left: 5px;
}
#upcoming-event .tab-content-wrap .col-lg-3 .content-wrap a.read-more:hover {
    color: #FF8625;

}


/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

