/* rounded */
.strong-view.rounded .testimonial {
  background: #ECF5F8;
  border-radius: 20px;
  border-color: #388196;
}
.strong-view.rounded .testimonial-inner {
  border: 0;
}
/* shadowed */
.strong-view.shadowed .testimonial {
  box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}

.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
visibility: hidden;
}

.grecaptcha-badge:hover {
width: 256px !important;
}