/*
 * Moran Members System Public Styles
 * Styling for the front-end of the website 
 */

/*members login form and elements*/
.members_form{
	background: #eee;
	border: solid 1px #ccc;
	padding: 20px;
	margin-bottom: 25px;
	width: 47%;
	margin: 0% 1.5% 3% 1.5%;
	float: left;
}
.members_form:nth-of-type(odd){
	width: 48.5%;
	margin: 0% 1.5% 3.0% 0%;
}
.members_form:nth-of-type(even){
	width: 48.5%;
	margin: 0% 0% 3.0% 1.5%;
}
.members_form .field-container{
	margin-bottom: 10px;
	width: 100%;
}
.members_form .field-container label{
	display: block;
	margin-bottom: 7px;
}
.members_form .field-container input{
	display: block;
	width: 100%;
}


/*members galleries*/
.gallery-grid{
	
}
.gallery-grid .image-container{
}
.gallery-grid .image-container .image{
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.gallery-grid.responsive-grid .image-container:last-of-type{
	padding-right: 25px;
}






