/*
 * Template Style3 Stylesheet
 */

.biz-reviews-style2 {
    clear: both;
}
.biz-reviews-style2 .biz-row {
    margin: 0 -10px;
}
.biz-reviews-style2 .biz-row .biz-inner-row {
    float: left;
    width: 100%;
}
.biz-reviews-style2 .biz-row .biz-review {
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
}
.biz-review .biz-review-content {
    position: relative;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 0 10px;
    padding-bottom: 70px;
}
.biz-review .biz-review-top {
    padding: 10px;
    padding-bottom: 0;
}
/* === Product Image Section === */
.biz-review .biz-prod-image {
    max-width: 150px;
    display: block;
    text-align: center;
    margin: auto;
}
.biz-review .biz-prod-info {
    display: block;
    margin-top: 5px;
}
/* === 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;
    margin-top: 3px;
}
/* === Product Description Section === */
.biz-review .biz-col-desc {
    margin-top: 5px;
}
.biz-review .biz-prod-desc {
    margin-bottom: 0;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    display: inline-block;
    word-break: break-all;
}
.biz-review .biz-prod-desc a {
    color: #538bd8;
}
/* === Product Review Section === */
.biz-review .biz-quote {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    background-color: #f1f1f1;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.biz-review .biz-quote p {
    margin-bottom: 0;
    position: relative;
    padding-top: 5px;
}
/* === Reviewer Section === */
.biz-review .biz-author {
    text-align: center;
    color: #6d6d6d;
}
.biz-review .biz-author .biz-author-image {
    max-width: 40px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}
.biz-review .biz-author span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    position: relative;
}
/* === Rating Section === */
.biz-review .biz-ratings {
    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;
}
.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%;
}
.wc_sar ul.page-numbers {
    margin-left: 10px;
}

/* --------------------------  @Media Queries -------------------------- */
/* @1-Col < 1068px
 -------------------------------------------------------------- */
@media screen and (max-width: 1068px) {
    .biz-reviews-style2 .biz-row .biz-review {
        width: 50%;
    }
}
/* @1-Col < 767px
 -------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .biz-reviews-style2 .biz-row .biz-review {
        width: 100%;
    }
}