.widget .side-list ul li.post-review-item {
    padding: 15px 6%;
    background: #f8f8f8;
    position: relative;
}

.widget .side-list ul li.post-review-item:first-child {
    padding: 0;
}

.widget .side-list ul li.post-review-item:last-child {
    padding-bottom: 40px;
}

.widget .side-list ul li.post-review-item .review-date {
    display: none;
}

.widget .side-list ul li.post-review-item img {
    background: none;
    margin: 0;
    width: auto;
    padding: 0;
    height: auto;
    position: relative;
    z-index: 9;
    top: 13px;
}

.widget .side-list ul li.post-review-item:hover .review-title a {
    text-decoration: none;
}

.widget .side-list ul li.post-review-item:first-child img {
    width: 100%;
    height: auto;
}

.widget .side-list ul li.post-review-item .review-content {
    background: #fff;
    left: 60px;
    top: 5px;
    bottom: 5px;
    min-height: 85px;
    padding: 11px 10px 10px 45px;
    margin-bottom: 0;
    line-height: 15px;
    margin-left: 45px;
    box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.084);
    transition: 0.78s all ease;
}

.widget .side-list ul li.post-review-item:last-child .review-content {
    bottom: auto;
}

.widget .side-list ul li.post-review-item:first-child .review-content {
    background-color: #fff;
    margin: -70px 0 15px 0;
    position: relative;
    z-index: 22;
    left: 6%;
    top: auto;
    width: auto;
    max-width: 88%;
    padding: 17px 26px 35px;
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.09);
}

.widget .side-list ul li.post-review-item h5 a {
    font-weight: 500;
    line-height: 1;
    font-size: 12px;
}

.widget .side-list .wn-review-section {
    margin-left: 0;
}

.side-list .wn-review-section .wn-average-stars {
    border: none;
    position: relative;
}

.side-list .wn-review-section .wn-average-stars .wn-stars {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.widget .side-list ul li.post-review-item:first-child p.review-date {
    font-size: 12px !important;
    color: #a1a1a1 !important;
    font-weight: 300 !important;
    display: block;
    position: relative;
    line-height: 1;
}

.widget .side-list ul li.post-review-item:first-child p.review-date:before {
    font-size: 15px;
    vertical-align: text-top;
    margin-right: 3px;
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    content: "\e66b";
}

.widget .side-list ul li.post-review-item:first-child .review-title {
    margin-bottom: 20px;
}

.widget .side-list ul li.post-review-item:first-child .review-title a {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
}

.side-list .post-review-item .review-date {
    display: none;
}

.side-list .post-review-item:hover img {
    background: none;
}

.side-list .post-review-item:hover .review-title a {
    text-decoration: none;
}

.side-list .post-review-item:first-child .review-figure {
    position: relative;
    overflow: hidden;
}

.side-list .post-review-item:first-child img {
    width: 100%;
    height: auto;
}

.side-list .post-review-item:first-child .review-content {
    background-color: #fff;
    margin: -70px 30px 15px;
    position: relative;
    max-width: 90%;
    padding: 17px 26px 60px;
}

.side-list .post-review-item:first-child .review-date {
    display: block;
}

.side-list .post-review-item:first-child p.review-date {
    font-size: 12px !important;
    color: #a1a1a1 !important;
    font-weight: 300 !important;
}

.side-list .post-review-item:first-child .review-title {
    margin-bottom: 40px;
}

.side-list .post-review-item:first-child .review-title a {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}