/*
	Members CSS
*/ 

.member_wrap {position:relative;}
img.member-img-preview {width:130px;height:166px;margin-right:30px;border:1px solid #C0C0C0}
.rtl img.member-img-preview {margin-right:0px;}
.member_details {position:absolute;bottom:0;left:160px;}
.rtl .member_details {right:150px;left:0;direction:rtl !important;}
.member_details h3 {margin:0;margin-top:-5px;margin-bottom:-5px;}
.member_title{margin-bottom:20px;}
.member_about {margin-top:5px;}
.mem_attribute {font-weight:900}
.separator {border-bottom:1px dashed #091F3F;margin-bottom:20px}

@media screen and (max-width: 405px) {
	
.member_details {position:relative;top:10px;left:0;clear:both}
.rtl .member_details {right:0px !important;}
.member_about {margin-top:15px;}
}

/* Hide post nav in tg_members*/
.single-tg_members .nav-single, 
footer.entry-meta, 
.continue {
	display:none;
	}
