.testimonials-content {
  border: 3px solid #ebebeb;
  background-color: white;
  border-radius: 10px;
  padding: 20px 30px 10px;
  margin-bottom: 25px;
  position: relative; }
  .testimonials-content p {
    margin-bottom: 10px; }

.testimonials-content:before {
  content: "";
  display: block;
  position: absolute;
  border-width: 20px;
  border-color: #ebebeb transparent transparent;
  border-style: solid;
  bottom: -40px;
  margin-left: 0px; }

.testimonials-content:after {
  content: "";
  display: block;
  position: absolute;
  border-width: 15px;
  border-color: white transparent transparent;
  border-style: solid;
  bottom: -30px;
  margin-left: 5px; }

.has-post-thumbnail .testimonials-content:before {
  margin-left: 100px; }
.has-post-thumbnail .testimonials-content:after {
  margin-left: 105px; }

.testimonials-author {
  font-size: 22px;
  margin-left: 40px;
  display: block;
  font-style: normal;
  line-height: 1em; }

.testimonials-name {
  display: block;
  font-weight: bold;
  line-height: 1.2em; }

.testimonials-title {
  font-size: 15px;
  text-transform: uppercase; }

.testimonials-url {
  display: block;
  font-size: 14px; }

.type-testimonials.entry {
  display: block;
  margin-bottom: 50px; }

.attachment-rbt_testimonials_image_square.wp-post-image {
  float: left;
  margin: -40px 25px 25px -45px;
  width: 160px;
  border-radius: 180px;
  box-shadow: 0 0 0 7px #ebebeb;
  border: 4px solid white; }

/*# sourceMappingURL=testimonials-style.css.map */
