﻿/*========================================
    STYLES FOR REVIEWS ON HOMEPAGE
             NOT FROM MA
========================================*/
/*General*/
.reviewsHome {
    color: #282626;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.45em;
}   

.reviewsHomeContainer {   
    margin: 0;
    padding: 0 2em;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.reviewsHomeContent {
    background-color: white;
    width: 100%;
    padding: 2.5em;
    margin: 1em;
}

/*Author*/
.reviewsHomeName {
    color: #282626;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.45em;
}

/*Source*/
.reviewsHomeSource {
    float: right;
}

/*Icons*/
.fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; 
}
.fa-calendar {
    margin-right: 2px;
}
.fa-google:before {
    content: "\f1a0";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-calendar-o:before {
    content: "\f133";
}

/*Body Content*/
.reviewsHomeBody {
    padding: 0;
    font: inherit;
    margin: 0 0 15px;
    line-height: 1.572;
}

/*Stars*/
 .reviewsHomeStars {
    margin: 10px 0;
    font-size: 17px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
}
 .reviewsHomeStars .fa {
    color: #8e161f;
    margin: 0 3px;
 }

/*Review Date*/
.reviewsHomeDate {
    color: #A4ADBB;
}
 
.section4 .outsideReviews {
    display: none;
}




/*========================================
   STYLES FOR REVIEWS ON REVIEWS PAGE
             NOT FROM MA
========================================*/
/*General*/
.averageRatingbox {
    box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.47);
}
.averageRatingH2 {
    font-size: 2em;
    text-transform: capitalize !important;
}
.averageRatingNumber {
    float: right;
    font-size: 5.3em;
    padding-top: 5px;
}
.reviewPage .reviewsHome {
    color: #282626;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.45em;
    margin-top: 1.2em;
}   
.reviewPage .reviewsHomeContainer {
    width:100%;
    height: 100%;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
/* make scrollbar transparent */
::-webkit-scrollbar {
    width: 0px;
    background: transparent; 
}
.reviewPage .reviewsHomeContent {
    background-color: white;
    padding: 2.5em;
    position: relative;
    flex: 1 1 375px;
    margin: 1em !important;
}

/*Author*/
.reviewPage .reviewsHomeName {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/*Source*/
.reviewPage .reviewsHomeSource {
    float: right;
}

/*Icons*/
.fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; 
}
.fa-calendar {
    margin-right: 2px;
}
.fa-google:before {
    content: "\f1a0";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-calendar-o:before {
    content: "\f133";
}

/*Body Content*/
.reviewPage .reviewsHomeBody {
    padding: 0;
    font: inherit;
    margin: 0 0 15px;
    line-height: 1.572;
}

/*Stars*/
 .reviewPage .reviewsHomeStars {
    margin: 10px 0;
    font-size: 17px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
}
 .reviewPage .reviewsHomeStars .fa {
    color: #8e161f;
    margin: 0 3px;
 }

/*Review Date*/
.reviewPage .reviewsHomeDate {
    color: #A4ADBB;
}
 

/*Outside Reviews Section*/
.outsideReviewsinner{
    padding: 0 !important;
}

/*OUTSIDE REVIEWS BUTTON*/
.outsideReviewsButton {
    width: 8.2em !important;
    padding: .5em 0 !important;
    text-align: center !important;
    background: transparent;
    color: #282626 !important;
    border-color: #c1bcbc !important;
    margin: 1.5em;
}

.grid {
    padding: 0 1em !important;
}

.reviewPage .greyRectangle {
    margin-top: 0;
}