/*
wpresso Lab Member V3 



*/
	body.wpressomember .edit-link{ position:absolute; left:0px; right:inherit }

	ul.member {justify-content: center;}
	.member img{
		float:left;
		width:100px;
		height:inherit;
		margin:2px 20px 0px 0px;
		overflow:hidden;
		border-radius: 3px;
		/* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
	}
	.member .col-12.col-sm-auto img{ width:80% ; max-width:150px;
	}

	.membertext li{ margin-bottom:20px;}
	.membertext .member img{
		width:100px;
		/* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
	}	


	.member span{ display:inline; float:left; }	
	.member span.memtxt{ width:10%;}
	.member span.memtxt{ width:80%;	}

		
	.ie .member span.memtxt{
		clear:left;
		float:none;
		width:100%;
	}
	.member .memtxt h4{
		display: inherit;
		float: inherit;
		width: inherit !important;
		border:0px solid red;
		position:relative;
	}
	.membertext ul li span.memtxt h4{
		border:0px solid red;
		width: inherit !important;
		font-size:1em;
		padding:inherit;
		padding-right:20px;
		font-family: inherit !important;
		display: inline !important;
		float:left !important;
	}	



	.ie ul.member{
		margin-bottom:30px;
	}



@media screen and (min-width: 768px) {

}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 960px) {
	ul.member{
		margin-bottom:30px;
	}




	.member span.memtxt h4{
		display: block !important;
		border:0px solid red;
		position:relative;
		width:100% !important;
	}
	.member  img{
		border:0px solid red !important;
		float:left;
		width:150px;
		margin:0px 20px 0px 0px;
		overflow:hidden;
		border-radius: 3px;
		/* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
	}

	

	
}