/*
// Plugin Name : Google Reviews
// Created On : 3/13/2022
// Author : Joe Kustek
// Version : 1.0
// Description : Add google reviews to any page with this easy to use plugin
*/

.g-review-inner {
  border: 1px solid #bfbfbf;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 15px;
}

.g-review-inner .fa {
  margin-left: 5px;
  margin-right: 5px;
  color: #f8b807;
  font-size: 23px;
}
.greview-stars {
  margin-bottom: 10px;
}
.greview-review {
  margin-bottom: 10px;
  font-size: 20px;
}
.greview-name {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (min-width: 1200px) {
  .rd-flex-md1 {
    flex: 2!Important;
    max-width: none!important;
  }
}

@media only screen and (max-width: 1200px) {
  .rd-flex-md1 {
    flex: none!Important;
    max-width: 100%!Important;
    width: 100%!Important;
  }
}
