/*
 * Template Style2 Stylesheet
 */

.biz-reviews-style2 {
    clear: both;
}
.biz-reviews-style2 .biz-row .biz-review {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.biz-reviews-style2 .biz-review-top {
    position: relative;
}
.biz-review .biz-review-content {
    position: relative;
}
/* === Product Image Section === */
.biz-review .biz-prod-image {
    max-width: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.biz-review .biz-prod-image img {
    border-radius: 100%;
}
.biz-review .biz-prod-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
/* === Product Title Section === */
.biz-review .biz-prod-title {
    font-size: 16px;
    line-height: 16px;
    color: #538bd8;
}
/* === Product Date Section === */
.biz-review .biz-prod-info .biz-date {
    display: block;
    font-size: 14px;
    line-height: 14px;
}
/* === Product Description Section === */
.biz-review .biz-col-desc {
    margin-left: 65px;
    margin-top: 0;
}
.biz-review .biz-prod-desc {
    margin-bottom: 0;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 18px;
}
.biz-review .biz-prod-desc a {
    color: #538bd8;
}
/* === Product Review Section === */
.biz-review .biz-quote {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    border-left: 2px solid #6d6d6d;
    background-color: #f2f2f2;
    padding: 10px;
}
/* === Reviewer Section === */
.biz-review .biz-quote p {
    margin-bottom: 0;
}
.biz-review .biz-author {
    text-align: right;
    padding-top: 10px;
    color: #6d6d6d;
}
.biz-review .biz-author span {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
.biz-review .biz-author span::before {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background-color: #6d6d6d;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* === Rating Section === */
.biz-review .biz-ratings {
    position: absolute;
    top: 7px;
    right: 0;
    margin: 0;
    background: url("../images/star_rating.png") 0 0 repeat-x;
    width: 75px;
    height: 15px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
    display: inline-block;
    float: right;
}
.biz-review .biz-ratings .biz-stars {
    width: 80%;
    background: url("../images/star_rating.png") 0 100% repeat-x;
    float: left;
    height: 15px;
}
.biz-review .biz-ratings .biz-stars.rating-1 {
    width: 20%;
}
.biz-review .biz-ratings .biz-stars.rating-2 {
    width: 40%;
}
.biz-review .biz-ratings .biz-stars.rating-3 {
    width: 60%;
}
.biz-review .biz-ratings .biz-stars.rating-4 {
    width: 80%;
}
.biz-review .biz-ratings .biz-stars.rating-5 {
    width: 100%;
}

/* --------------------------  @Media Queries -------------------------- */
/* @1-Col < 480px
 -------------------------------------------------------------- */
@media screen and (max-width: 480px) {
    .biz-review .biz-col-desc {
        margin-left: 0;
    }
}