#wrap .magazine-sidebar .widget .side-list .wn-popularposts {
    margin: 28px auto;
    position: relative;
    padding: 19px 0 16px;
}

#wrap .magazine-sidebar .widget .side-list ul.wn-popularposts:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 86%;
    height: 100%;
    background: #f8f8f8;
}

#wrap .magazine-sidebar .widget .side-list ul.wn-popularposts li {
    margin-bottom: 0;
    padding: 10px 0 0;
    min-height: 120px;
    position: relative;
}

#wrap .magazine-sidebar .widget .side-list ul.wn-popularposts li:hover {
    background: none !important;
}

#wrap .magazine-sidebar .widget .side-list .wn-popularposts .latest-post-right-sec {
    position: absolute;
    background: #fff;
    left: 86px;
    top: 0;
    padding: 21px 10px 20px 50px;
    margin-bottom: 0;
    line-height: 15px;
    right: 20px;
    min-height: 110px;
    box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.084);
    transition: 0.78s all ease;
}

#wrap .magazine-sidebar .widget .side-list .wn-popularposts .latest-post-right-sec:hover {
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.043);
}

#wrap .magazine-sidebar .widget .side-list .wn-popularposts .latest-post-right-sec h5 a {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    font-weight: 500;
}

#wrap .magazine-sidebar .widget .side-list ul.wn-popularposts li img {
    margin: 0;
    width: auto;
    padding: 0;
    height: auto;
    position: relative;
    z-index: 9;
}

#wrap .magazine-sidebar .side-list .wn-popularposts p {
    display: none;
}

#wrap .magazine-sidebar .side-list .wn-popularposts p.date {
    display: block;
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-left: 0;
}

#wrap .magazine-sidebar .side-list li p.date:before {
    content: "\e081";
    font-family: 'simple-line-icons';
    margin-right: 4px;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 1px;
}