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

.circle-img img {
    border-radius: 30px;
    border: 1px solid #e1e1e1;
}
.section_our_team{ max-width:650px; margin:0 auto 20px;}
.one_half{ width:38%; float:left; margin-right:24%;}
.one_half.last{ margin-right:0;}
.section_our_team h4 {
    margin: 15px 0 0;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.section_our_team h4 a{  color:#86898C; text-decoration:none !important;}
.section_our_team h5 {
    color: #C4BEBD;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px;
    font-size: 14px;
    position: relative;
    padding-bottom: 12px;
}
.section_our_team h5:after{ content:""; background-color:#808080; height:3px; width:40px; left:50%; margin-left:-20px; bottom:0; position:absolute; }
.section_our_team a img{ border-radius:30px; border:1px solid #e1e1e1;}
.section_our_team p {
    font-size: 16px !important;
    line-height: 1.3em !important;
    color: #000;
    margin-bottom: 20px !important;
	font-style:italic;
	font-weight:bold;
	font-family:'Roboto', sans-serif;
	text-align:center;
}
.section_our_team h6 {
    margin: 0 auto 5px;
    font-weight: bold;
    font-size: 15px;
	border-bottom:1px solid #000;
	display:table;
	padding:0 5px;
	font-style:italic;
}
.cat_name_link{ color:#dd4949; font-size:10px; line-height:1.2em;}
.section_category_post .td-module-title{ font-size:14px; line-height:1.3em; font-weight:bold; margin:3px 0 7px;}
.post_excerpt{ line-height:1.4em !important; font-size:13px !important;}
.section_category_post article {
    float: left;
    width: 19%;
    margin-right: 1.2%;
}
.section_category_post article:last-child { margin-right: 0;}
.td_block_text_with_title .section_category_post img{ margin-bottom:0;}

@media screen and (max-width:500px){
	.post_excerpt{ display:block;}
	.section_category_post article{ margin:0 0 25px; width:100%; float:none;}
	.td_block_image_box .td-small-image .td-custom-image a{ height:210px;}
}




