.box {
    margin: 20px 0;
}
.container {
    background-color: #fff;
    position: relative;
    float: left;
    width: 100%;
}
.barLeft {
    height: 140px;
    width: 40px;
    text-align: center;
    background-color: #f9f9f9;
    position: relative;
}
.iconTop {
    height: 40px;
    background-color: rgba(0, 0, 0, 0.05);
    color: #EE4459;
    padding: 10px;
}
.textV {
    width: 100px;
    text-align: left;
    font-size: 12px;
    color: #EE4459;
    font-weight: bold;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: absolute;
    left: -100%;
    margin-left: 10px;
    bottom: 80px;
}
.actionIcon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #9b9797;
}
.content {
    float: left;
    position: absolute;
    left: 60px;
    top: 10px;
    padding: 5.5% 0 0px 0;
}
.content .date {
    text-align: right;
    width: 60px;
    float: left;
}
.content .title {
    padding-left: 20px;
    padding-right: 30px;
    width: 75%;
    float: left;
}
.content .location .city {
    margin-left: 5px;
}
.notification{
    float: right;
    margin-top:5%;
    margin-right:2%;
}
.notification > i {
    font-size: 20px;
    color: #C1C1C1;
}

@media screen and (max-width: 768px) {
    .content .title {
        padding-left: 0px;
        padding-right: 0px;
        width: 65%;
    }
    .title > font {
        font-size: 16px!important;
    }
    .content .notification {
        display: none;
    }
    .content .date{
        margin-right: 10px;
    }
    .content {
        left: 50px;
        padding: 7% 0 0px 0;
    }
}