h3.reviews-title{
    text-align: center;
    color: #E1262B;
    padding: 0;
    margin:40px 0px 0px 0px;
    font-size: 24px;
    font-weight: bold;
}
a.reviews-go-to-btn{
    text-align: center;
    margin: 0px auto 50px auto;
    font-size: 12px;
    color: #fff;
    font-weight:bold;
    text-transform: uppercase;
    background:#D72130;
    border-radius:3px;
    padding:7px 14px;
    text-align:center;
}
.g-review-wrapper{
    display:block;
    text-align:center;
    margin-bottom: 50px;
}

#map-plug {display:none;}

.google-reviews{

}

.google-reviews .review-item {
    margin:0 auto;
    padding:1em;
    flex: 1 1 20%;
}

@media ( max-width:1200px) {
    .google-reviews .review-item { flex: 1 1 40%; }
}

@media ( max-width:450px) {
    .google-reviews .review-item { flex: 1 1 90%; }
}

.google-reviews .review-meta,
.google-reviews .review-stars {
    text-align:center;
    font-size:115%;
}

.google-reviews .review-author {
    text-transform: capitalize;
    font-weight:bold;
    color:#2B2C2D;
}
.google-reviews .review-date {
    opacity:.6;
    display:block;
    text-transform: uppercase;
    font-size: 11px;
}
.google-reviews .review-text {
    line-height:1.55;
    text-align: center;
    max-width:50em;
    margin:auto;
    height:100px;
}

.google-reviews .review-stars ul {
    display: inline-block;
    list-style: none !important;
    margin:10px 0 0 0 !important;
    padding:0;
}

.google-reviews .review-stars ul li {
    float: left;
    list-style: none !important;
    margin:10px 1px 0 0 !important;
    line-height:1;
}

.google-reviews .review-stars ul li i {
    color: #D72130;
    font-size: 2em;
    font-style:normal;
    list-style: none !important;
    margin-right:10px;
}
.google-reviews .review-stars ul li i.inactive {
    color: #c6c6c6;
}

.google-reviews .star:after {
    content: "\2605";
}
.show-block{
    margin:20px 0;
    display: block;
}


.show-block .review-item {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin:0 auto;
    padding: 3% 1%;
    width: 22.8%;
    float: left;
    height: 300px;
    overflow: auto;
}


.show-block .review-stars ul li i {
    color: #E4B248;
    font-size: 1.4em;
    font-style:normal;
    list-style: none !important;
}

@media ( max-width:1200px) {
    .show-block .review-item {
        width: 47.7%;
    }
}

@media ( max-width:768px) {
    .show-block .review-item {
        width: 98%;
        margin:1%;
        padding: 3% 0;
        height: auto;
        overflow: auto;
    }
}



.show-all_btn{
    clear: both;
    text-align: center;
    margin: 20px auto;
    text-decoration: none;
    color: #000;
    width: 150px;
    background: #ebebeb;
    border-radius: 5px;
    padding: 10px;
    display: block;
    font-weight: bold;
}
