@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');
/*Template Design css*/
/* #ssp_testimonial_template1 *{
  font-family: 'Roboto Condensed', sans-serif;
 }*/

#ssp_testimonial_template1 {font-family: 'Poppins', sans-serif;}

#ssp_testimonial_template1 .template_design {
     display: flex;
     max-width: 100%;
     height: auto;
     background-image: none;
     background-color: #fff;
     border-radius: 0px;
     border: 2px solid #ddd;
     border-width: 2px ;
     border-style: solid ;
     border-color: #ddd;
     box-shadow: 4px 5px 30px 0 rgba(0,0,0,0.18);
     padding: 8px;
     justify-content: center;
     align-items: center;
}
#ssp_testimonial_template1 .template_icon , .preview_activity_temp #ssp_testimonial_template1 .template_icon{
     float: left;
     width: 80px;
     height: 100px;
     border-radius: 50%;
     margin: 2px 0px;
     padding: 0px;
     height:auto;
     background:transparent;
}
#ssp_testimonial_template1 .template_icon i {
  font-size: 60px;
  color: #0c90f2;
 
}

#ssp_testimonial_template1 .template_text , .preview_activity_temp #ssp_testimonial_template1 .template_text {
     float: left;
     width: calc(100% - 20px);
     height: auto;
     margin-left: 7px;
}
#ssp_testimonial_template1 .square{
  border-radius: 10px;
}
#ssp_testimonial_template1 .verify_text , .preview_activity_temp #ssp_testimonial_template1 .verify_text{
  font-weight: 500;
  color: #ccc;
  font-size: 14px;
  padding-left: 5px;  
  font-family: 'Roboto Condensed', sans-serif;
}
#ssp_testimonial_template1 .verify_text i {
   width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #05e469;
  color: #fff;
  border-radius: 50%;
  font: normal normal normal 14px/1 FontAwesome;

}
#ssp_testimonial_template1 .template_text .editable{
      float: left;
      width: 100%;
}
#ssp_testimonial_template1  .title_name , .preview_activity_temp #ssp_testimonial_template1  .title_name {
     /*display: inline;*/     
     width: auto;
     margin: 0 ;
     padding: 0;
     text-transform: none;
     font-size: 15px;
     color: #242328;
     font-weight: 500;
     line-height: normal;
     margin-bottom: 0px;
     /*background: #f0f1f7;*/
     padding: 0px 0px;
     font-family: 'Poppins', sans-serif;
}
#ssp_testimonial_template1  .high_light_text , .preview_activity_temp #ssp_testimonial_template1  .high_light_text {
  color: #3e8edd;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
}

#ssp_testimonial_template1 .products_page_link , .preview_activity_temp #ssp_testimonial_template1 .products_page_link{
    text-decoration: underline;
}
#ssp_testimonial_template1 img , .preview_activity_temp #ssp_testimonial_template1 img{
max-width: 100%;
padding: 5px;
-webkit-padding: 5px;
width: 100% !important;
height: 100% ;
object-fit: cover;
border-radius:50%;
-webkit-border-radius:50%;
box-sizing: border-box;
}
 #ssp_testimonial_template1 .generic_info_field div{
    display: inline;
}
#ssp_testimonial_template1 .template_text {word-break: break-word;}

#ssp_testimonial_template1 .template_icon {min-width: 80px;max-width: 200px;}

@media (max-width: 440px){
	#ssp_testimonial_template1 .template_design { 
		max-width: 100% !important;
		width: 100% !important;
	}
}
