/* Enter Your Custom CSS Here */
.testimonial_rotator .testimonial_rotator_slide_title {
  color: #83b5b1;
  font-weight: 600;
}

/* Radio button fix for Gravity Forms */
.gform_wrapper .gfield input[type=radio] {
-webkit-appearance: radio !important;
}
.gform_wrapper .gfield input[type=checkbox] {
-webkit-appearance: checkbox !important;
}

h3 {
    color: #83b5b1;
    font-size: 24px;
    font-size: 2.4rem;
}

/*reduce space under testimonial*/
blockquote.easy_testimonial {
  padding: 10px 10px 0 10px !important;
}

.ion-ios-arrow-thin-right:before {
  content: "previous \f3d6";
  font-size: 20px;
}

.ion-ios-arrow-thin-left:before {
  content: "next \f3d5";
  font-size: 20px;
}
