@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
/*Template Design css*/
 #ssp_visits_template1 *{
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-family: 'Poppins', sans-serif;
 }

#ssp_visits_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_visits_template1 .template_icon , .preview_activity_temp #ssp_visits_template1 .template_icon{
     float: left;
     width: 80px;
     height: 100px;
     border-radius: 50%;
     margin: 2px 0px;
     padding: 0px;
     height:auto;
     background:transparent;
}
#ssp_visits_template1 .template_icon i {
  font-size: 60px;
  color: #0c90f2;
 
}

#ssp_visits_template1 .template_text , .preview_activity_temp #ssp_visits_template1 .template_text{
	 float: left;
     width: calc(100% - 20px);
     height: auto;
     margin-left: 7px;
}
#ssp_visits_template1 .square{
  border-radius: 10px;
}
#ssp_visits_template1 .verify_text , .preview_activity_temp #ssp_visits_template1 .verify_text{
  font-weight: 500;
  color: #ccc;
  font-size: 14px;
  padding-left: 5px;  
  font-family: 'Roboto Condensed', sans-serif;
}
#ssp_visits_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_visits_template1 .template_text .editable{
	float: left;
	width: 100%;
}
#ssp_visits_template1  .title_name , .preview_activity_temp #ssp_visits_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;
  
}
#ssp_visits_template1  .high_light_text , .preview_activity_temp #ssp_visits_template1  .high_light_text {
  color: #3e8edd;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
}

#ssp_visits_template1 .products_page_link, .preview_activity_temp #ssp_visits_template1 .products_page_link{
    text-decoration: underline;
}
#ssp_visits_template1 img{
     max-width: 100%;
     padding: 5px;
     -webkit-padding: 5px;
     width: auto !important;
     border-radius:50%;
     -webkit-border-radius:50%;
}

#ssp_visits_template1 .title_name div, .preview_activity_temp #ssp_visits_template1 .title_name div{
    display: inline;
}


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