.event-wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 2px 7px 0px rgb( 0 0 0 /15%);
    border-radius: .25rem;
    text-decoration: none!Important;
    margin: 15px 0;
}
.event-image img{
    width: 100%;
    height: auto;
}
.event-info{
    padding: 5px 0;
}
.event-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event-title span{
    color: #DC143C;
    font-size: 13px;
    position: relative;
    line-height: 25px;
    margin: 8px 4px;
}
.event-date{
    position: relative;
    display: flex;
    padding: 5px;
    color: black;
    float: right;
}
.event-date i{
    font-size: 12px;
    padding-right: 5px;
}
.event-date h5{
    font-size: 12px;
}
.event-view{
    color: black;
    font-size: 15px;
    padding: 0 10px;
    background-color: #fafafa;
}

.sub-title-style {
    background: #012E41;
    color: #fff !important;
    position: relative;
    border-radius: 10px 0 10px 0;
    padding: 12px 15px;
    font-size: 20px;
}

.content_widget {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
    padding: 0 10px;
}

.media {
    padding: 10px 0px;
    clear: both;
}

.media-left {
    margin-right: 15px;
    width: 100px;
    height: auto;
    float: left;
}

.media-right {
    padding-left: 15px;
    line-height: 20px;
}

.bg_all {
    background-color: white !important;
}

.border_top {
    border-top: #012E41 solid 2px;
}
.breadcrumb li{
    color:white;
}
.event-image img {
    max-height: 200px;
}
