/*
 * MyBB: Community Like Header Theme 
 *
 * File: memberlist.css
 * 
 * Authors: mmadhankumar & vintagedaddyo
 *
 * MyBB Version: 1.8
 *
 * Theme Version: 1.0
 * 
 */


.memberlistprofile {
	display: inline-table;
	box-sizing: border-box;
	width: 15rem;
	margin: 0.3rem;
	border: 1px solid #F5F5F5;
	text-align: center;
	color: #444;
    border-radius: .5rem;
	height: 6rem;
	background: #F5F5F5;
	padding-top: 10px;
}

.memberlistname {
    font-family: source-sans-pro, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	text-align: center;
	margin-top: -15px;
	cursor: pointer;
}

.memberlistbio {
	margin-bottom: 1rem;
	font-size: 1rem;
	font-family: Georgia, serif;
	background: #f5f5f5;
	margin-top: -10px;
}

.memberlistbioicon {
	background: #f5f5f5;
}

.userstar {
	padding-top: 10px;
}

.memberlist_avatar {
	height: 115px;
	width: 115px;
	overflow: hidden;
	padding: 4px;
	background-color: #F0F0F0;
	border: 3px solid #ACACAC;
	margin-top: -15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.memberlist_avatar img {
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1), 0 2px 10px 0 rgba(0,0,0,0.1);
	width: 130px;
	height: 130px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

h4 {
	font-family: source-sans-pro, sans-serif;
	color: #6EE6E8;
	font-weight: 100;
	font: 2rem/4.5rem "Kite One";
	padding: 0 1.5rem;
	opacity: .5;
}

.infothead {
	background: #0f0f0f url(../../../themes/devel/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 6px;
	font-size: 12px;	
}

.infothead-date {
	padding: 6px;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	color: #ACACAC;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

 @media only screen and (max-width:728px) {
.memberlistprofile {
	float: left;
	width: 100%;
	text-align: center;
}
}

		
		
		
		
		