#google-reviews {
  display: flex;
  flex-wrap: wrap;
  /*display: grid;*/
  /*grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
}

.review-item {
  border: solid 1px rgba(190, 190, 190, .35);
  margin: 0 auto;
  padding: 1em;
  flex: 1 1 50%;
}
.google-r-photo {
	position: absolute;
}


.review-item-long {
  border: solid 1px rgba(190, 190, 190, .35);
  margin: 0 auto;
  padding: 1em;
  flex: 1 1 90%;
  width: 60%;
  background: white;
}
.r-img{
	text-align: center;
	margin-top:-25px !important;
}

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

.review-author {
  text-transform: capitalize;
  font-weight: bold;
}

.review-date {
  opacity: .6;
  display: block;
}

.review-text {
	line-height: 1.55;
	text-align: left;
	max-width: 40em;
	margin: auto;
	margin-left: 20%;
}

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

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

.review-stars ul li i {
  color: #eb6e00;
  /* Google's Star Orange in Nov 2017 */
  font-size: 1.4em;
  font-style: normal;
}

.review-stars ul li i.inactive {
  color: #c6c6c6;
}

.star:after {
  content: "\2605";
}


.buttons {
  margin: 20px 0 0 0; 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.more-reviews {
  text-align: center;
}

.write-review {
  text-align: center;
}

.more-reviews a, .write-review a {
    margin: 5px;
    border: 1px #eb6e00 solid;
    border-radius: 40px;
    padding: 10px;
    background-color: #eb6e00;
    color: #FFF;
    text-decoration: none;
}

@media screen and ( max-width:1080px) {
	.review-item-long {
		width:100%;
		
	}
	.review-text{
		max-width:100%;
		margin-top: 10px;
	}
	.review-meta, .review-stars {
		font-size: 225%;
	}
}

@media only screen and (max-width: 1024px) {
	.review-text {
		max-width: 100%;
		margin-top: 38px;
	}
	

}

@media only screen and (max-width: 760px) {
	.google-r-photo {
		width: 100%;
		left: 0;
	}
	.r-img {
		margin-top:0 !important;
	}
	.r-img img {
		width:100%;
		
	}
	.more-reviews a,
	.write-review a {
	  border-radius: 50px;
	  padding: 25px;
	}

}
