/*
 * Template Style1 Stylesheet
 */

.biz-reviews-style1 {
    clear: both;
}
.biz-reviews-style1 .biz-row {
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: relative;
    margin-bottom: 20px;
}
.biz-review .biz-col-content::after {
    clear: both;
    display: table;
    content: '';
}
/* === Product Image Section === */
.biz-review .biz-prod-image {
    float: left;
    width: 20%;
}
.biz-review .biz-prod-image img {
    border-radius: 0;
}
/* === Product Info Section === */
.biz-review .biz-prod-info {
    float: left;
    padding: 0 0 0 15px;
    width: 80%;
}
/* === Product Title Section === */
.biz-review .biz-prod-title {
    font-size: 25px;
    line-height: 22px;
    color: #538bd8;
    padding-right: 90px;
}
/* === Rating Date Section === */
.biz-review .biz-date {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 5px 10px;
    background-color: #538bd8;
    color: #FFF;
    font-size: 13px;
}
/* === Product Description Section === */
.biz-review .biz-prod-desc {
    margin-bottom: 0;
    color: #6d6d6d;
    font-size: 14px;
}
.biz-review .biz-prod-desc a {
    color: #538bd8;
}
/* === Product Review Section === */
.biz-review .biz-quote {
    margin-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.biz-review .biz-quote .quote {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
    padding-top: 5px;
    color: #6d6d6d;
    position: relative;
    padding-left: 20px;
}
.biz-review .biz-quote .quote:before {
    position: absolute;
    content: '❝';
    left: 0;
    font-size: 30px;
    top: 8px;
}
/* === Reviewer Section === */
.biz-review .biz-author {
    text-align: right;
    padding-top: 10px;
    color: #6d6d6d;
}
.biz-review .biz-author .biz-author-image {
    max-width: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 5px;
}
.biz-review .biz-author span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
/* === Rating Section === */
.biz-review .biz-ratings {
    margin: 6px 0 0 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;
}
.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 < 991px
 -------------------------------------------------------------- */
@media screen and (max-width: 991px) {
    .biz-review {
        text-align: center;
    }
    .biz-review .biz-prod-image {
        float: none;
        width: 120px;
        display: block;
    }
    .biz-review .biz-prod-image {
        display: inline-block;
    }
    .biz-review .biz-prod-info {
        float: none;
        width: 100%;
        padding: 20px 0 0 0;
    }
    .biz-review .biz-prod-title {
        padding-right: 0;
    }
    .biz-review .biz-author {
        text-align: center;
    }
    .biz-review .biz-quote p {
        display: inline-block;
    }
}