@charset "UTF-8";
.ttml_wrap {width:100%; margin-bottom:30px; text-align:center;}
.clearer {clear:both;}

.ttml_testimonial {
    margin-top:10px;
    height:auto;
    float: left;  
    background:white;
    margin-bottom:20px;
    border:1px solid #f3f3f3;
    border-radius:4px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.02);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.02);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.02);
}

.ttml_2_columns .ttml_testimonial {box-sizing: border-box; width: 46%; margin-right:2%; margin-left:2%;}
.ttml_3_columns .ttml_testimonial {box-sizing: border-box; width: 29%; margin-right:2%; margin-left:2%;}

.ttml_default_layout .ttml_photo_box {margin:0 auto !important;}
.ttml_testimonial .ttml_textblock {padding:0;}

.ttml_default_layout .ttml_photo_box img {border-radius:999px;}
.ttml_default_layout .ttml_author_block p {margin-bottom:0px !important;}

/* picture position */
.ttml_default_layout .ttml_picture_60 .ttml_photo_box {position:relative; left:-8px; margin-top:1px !important;}
.ttml_default_layout .ttml_picture_80 .ttml_photo_box {position:relative; left:-15px; margin-top:-9px !important;}
.ttml_default_layout .ttml_picture_100 .ttml_photo_box {position:relative; left:-10px; margin-top:-20px !important;}
.ttml_default_layout .ttml_picture_120 .ttml_photo_box {position:relative; left:-10px; margin-top:-25px !important;}
.ttml_default_layout .ttml_picture_150 .ttml_photo_box {position:relative; left:-10px; margin-top:-46px !important;}
.ttml_default_layout .ttml_author {font-weight:600; margin-top:4px !important;}
.ttml_default_layout .ttml_job {margin-top: 0px; text-transform:uppercase; }
.ttml_default_layout .ttml_text {color:#666; padding:15px;}

.ttml_list_layout .ttml_photo_box {float:left;}
.ttml_list_layout .ttml_author_block p {margin-bottom:0px !important;}
.ttml_list_layout .ttml_photo_box {margin-left:15px; margin-top:20px;}
.ttml_list_layout .ttml_author {font-weight:600; margin-top:0px !important; text-align:left;}
.ttml_list_layout .ttml_job {margin-top: 3px; text-transform:uppercase; text-align:left;}
.ttml_list_layout .ttml_text { color:#999; text-align:left; padding:15px;}

/* MOBILE  */
@media only screen and (max-width: 40em) {
	.ttml_testimonial {width: 96%; margin:0 2%; margin-top:70px !important;}
    .ttml_2_columns .ttml_testimonial, .ttml_3_columns .ttml_testimonial, .ttml_4_columns .ttml_testimonial {width: 96%; margin:0 2%; margin-top:120px;}
}

/* Force original fonts */
.ttml_ori_f .ttml_heading, .ttml_ori_f .ttml_job, .ttml_ori_f .ttml_author, .ttml_ori_f .ttml_text {line-height: 1.6em; font-family: Helvetica, Arial, sans-serif !important; }