@charset "utf-8";
/* CSS Document */

.uc_rounded_review *{ 
 margin:0px;
  padding:0px;
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
		  
.clear{ clear:both;}		  
.uc_rounded_review{ max-width:790px; margin:0 auto; padding:0px;
-webkit-border-top-left-radius: 100px;
-webkit-border-bottom-left-radius: 100px;
-moz-border-radius-topleft: 100px;
-moz-border-radius-bottomleft: 100px;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;}

.uc_rounded_review .uc_rounded_review_innner .fa{ font-size:35px; text-align:center; margin:0 0 50px;}
/*.uc_rounded_review .uc_rounded_review_innner p{font-family: 'Open Sans', sans-serif; font-size:14px; padding:0px; line-height:25px;}*/
.uc_rounded_review .uc_rounded_review_image .date{ float:left;margin: 0 20px 0 0; padding:0 20px 0 0;height: 125px; border-right:1px solid #ccc;}
.uc_rounded_review .uc_rounded_review_image .date h2{font-family: 'Righteous', cursive; font-size:38px; font-weight:600;line-height: 28px; margin:23px 0 10px;}
.uc_rounded_review .uc_rounded_review_image .date span{ display:block; font-size:23px;}
.uc_rounded_review .uc_rounded_review_image{ width:100%;  padding:0px; overflow:hidden;}
.uc_rounded_review .uc_rounded_review_image .testimonial_pic{ float:left; width:175px; height:125px; margin: 0 18px 0 0;
-webkit-border-top-left-radius: 100px;
-webkit-border-bottom-left-radius: 100px;
-moz-border-radius-topleft: 100px;
-moz-border-radius-bottomleft: 100px;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;}
.uc_rounded_review .uc_rounded_review_image .uc_rounded_review_innner h2{ font-size:26px;font-family: 'Righteous', cursive; font-weight:normal;  margin:15px 0;}
.uc_rounded_review .uc_rounded_review_image .fa{ color:#feb913; font-size:14px;}font-family: 'Amiri', serif;
.uc_rounded_review .uc_rounded_review_image .uc_rounded_review_innner p{font-family: 'Amiri', serif; font-size:18px;}
.uc_rounded_review .uc_rounded_review_image .uc_rounded_review_innner{padding:0 20px;}


@media only screen and (max-width:640px){
.uc_rounded_review .uc_rounded_review_image .testimonial_pic{ width:50%; margin:0px;}
.uc_rounded_review .uc_rounded_review_image .date{ width:50%; margin:0px; text-align:center; padding:0px;}
.uc_rounded_review .uc_rounded_review_image .uc_rounded_review_innner h2{margin: 5px 0;}
.uc_rounded_review .uc_rounded_review_image .uc_rounded_review_innner{ float:left;}
}
@media only screen and (max-width:320px){
.uc_rounded_review .uc_rounded_review_image .testimonial_pic{ width:100%; margin:0px;}
.uc_rounded_review .uc_rounded_review_image .date{ width:100%; margin:0px; text-align:center; padding:0px; border-right:none; border-bottom:1px solid #ccc;}
.uc_rounded_review .uc_rounded_review_image .uc_rounded_review_innner h2{margin: 5px 0;}
.uc_rounded_review .uc_rounded_review_image .uc_rounded_review_innner{ float:left; text-align:center; padding:0px;}
}