.height_225 { height: 250px !important; }
.height_275 { height: 250px !important; }
.height_100p { height: 100% !important; }

/* LIST */
#fancy-user-list .fancy-user-container-link {
	display: block;
	padding: 10px;

	border-bottom: 1px solid #e5e5e5;

	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;

	outline: 0;

	text-decoration: none;
}

#fancy-user-list .fancy-user-container-link:hover {
	background: #F2F2F2;
}
#fancy-user-list .fancy-user-container-link:active {
    transform: rotate3d(1,0,0,30deg);
	-webkit-box-shadow: 0 8px 6px -6px #333;
	-moz-box-shadow: 0 8px 6px -6px #333;
	box-shadow: 0 8px 6px -6px #333;
}

#fancy-user-list .fancy-user-container-link img,
#fancy-user-grid .fancy-user-container-link img {
	display: inline-block;
}

#fancy-user-list .fancy-user-container-link h2,
#fancy-user-grid .fancy-user-container-link h2 {
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 2rem;
}

#fancy-user-grid .fancy-user-container-link h2 { display: block !important; }

#fancy-user-list .fancy-user-container-link span,
#fancy-user-grid .fancy-user-container-link span {
	display: inline-block;
	font-size: 1.75rem;
}

/* GRID */
#fancy-user-grid .fancy-user-container-link {
	display: inline-block;
	padding: 10px;

	width: 48%;
	margin: 5px 5px;

	vertical-align: top;

	text-align: center;

	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;

	outline: 0;

	text-decoration: none;

	border-bottom: none;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
#fancy-user-grid .fancy-user-container-link:hover {
	background: #F2F2F2;
}
#fancy-user-grid .fancy-user-container-link:active {
	transform: scale(0.9);
}

/* POPUP */
.fancy-user-list-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background: rgba(0, 0, 0, 0.85);
}

.fancy-user-list-popup .close-button {
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 270px;
    margin-top: -270px;

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

	cursor: pointer;
}
.fancy-user-list-popup .close-button:hover {
	transform: scale(0.9);
}

.fancy-user-list-popup .content {
	display: none;
	position: relative;
	top: 50%;
	left: 50%;

	width: 400px;
	height: 500px;

	margin-left: -150px;
	margin-top: -250px;

	background: #fff;
	border-radius: 5px;
}

.fancy-user-list-popup .loader {
	display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -24px;
    margin-top: -24px;
}

.fancy-user-list-popup .fancy-author-bio,
.fancy-user-list-popup .fancy-author-full-bio {
	display: block;
	font-size: 14px;
    text-align: justify;
    padding: 0 5px;
}

.fancy-user-list-popup .fancy-author-full-bio { 
	display: none; 
	overflow: auto;
    height: calc(100% - 115px);
    border-top: 1px solid #e5e5e5;
}

.fancy-user-list-popup #read-full-bio {
 	display: block;
    text-align: center;
    margin: 5px auto 0;
    padding: 2.5px;
    outline: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.fancy-user-list-popup #read-full-bio:hover {
	text-decoration: none;
}

.fancy-user-list-popup #close-full-bio {
    display: block;
    text-align: center;
    margin: 5px;
    padding: 5px;
    outline: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.ful-meta-container {
	display: block;
	height: 100%;
	overflow: hidden;
}

.ful-meta-container .fancy-author,
.ful-meta-container .fancy-posts {
	display: block;

	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.ful-meta-container .normalize-location-y {
	transform: translateY(0) !important;
}

.ful-meta-container .fancy-author {
	height: 170px;
	border-bottom: 1px solid #e5e5e5;
	transform: translateY(-170px);
}
.ful-meta-container .fancy-posts {
	height: calc(100% - 170px);
	overflow-y: auto;
	transform: translateY(100%);
}

.ful-meta-container .author_link { outline: 0; }

.ful-meta-container .fancy-author img {
	display: inline-block;
	border-radius: 100%;
	margin: 10px 10px;
	vertical-align: middle;
}
.ful-meta-container .fancy-author-name {
	display: inline-block;
	font-size: 2.5rem;
	margin: 5px 0px;
}
.ful-meta-container .fancy-author-posts {
	font-size: 1.75rem;
}

.ful-meta-container .fancy-latest-post-label {
	display: block;
	font-size: 3.2rem;
	padding: 0 5px;
}

.ful-meta-container .fancy-post-link {
	display: block;
	outline: 0;
}
.ful-meta-container .fancy-post-link:hover { color: #333; }

.ful-meta-container .fancy-post-container {
	display: block;
	padding: 5px 5px;
	border-bottom: 1px solid #e5e5e5;

	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.ful-meta-container .fancy-post-container:hover {
	background: #F2F2F2;
}

.ful-meta-container .fancy-post-title {
	font-size: 2.5rem;
}

.ful-meta-container .fancy-post-excerpt {
	font-size: 1.75rem;
}

.ful-meta-container .no-posts-container img {
	width: 256px;
	display: block;
	margin: 0 auto;
}

.ful-meta-container .no-posts-container h2 {
	display: block;
	font-size: 2.75rem;
	margin: 0 auto;
	text-align: center;
	color: #999;
}

/* MOBILE */
@media only screen and (max-width: 736px) {
	.height_225 { height: 275px !important; }
	.height_275 { height: calc(100% - 275px) !important; }

	#fancy-user-grid .fancy-user-container-link {
		display: block;
		width: 100%;
		margin: 20px auto;
	}

	.fancy-user-list-popup .content {
		width: 98%;
		height: 88%;

		left: 1%;
		top: 1%;

		margin: 0;
	}

	.fancy-user-list-popup .close-button {
		top: initial;
		left: 0;
		bottom: 0;

		width: 100%;
		height: 10%;

		background-size: 42px;
		background-position: center;

		margin: 0;
	}

	.fancy-user-list-popup .fancy-author-bio,
	.fancy-user-list-popup .fancy-author-full-bio {
		font-size: 16px;
	}

	.fancy-user-list-popup #read-full-bio {
		display: block;
		margin: 0px auto;
		text-align: center;
	}
}

/* TABLET */
@media only screen and (max-width: 1024px) {
	.height_225 { height: 275px !important; }
	.height_275 { height: calc(100% - 275px) !important; }

	#fancy-user-grid .fancy-user-container-link {
		display: block;
		width: 100%;
		margin: 20px auto;
	}

	.fancy-user-list-popup .content {
		width: 98%;
		height: 89%;

		left: 1%;
		top: 1%;

		margin: 0;
	}

	.fancy-user-list-popup .close-button {
		top: initial;
		left: 0;
		bottom: 0;

		width: 100%;
		height: 10%;

		background-size: 42px;
		background-position: center;

		margin: 0;
	}

	.fancy-user-list-popup .fancy-author-bio,
	.fancy-user-list-popup .fancy-author-full-bio {
		font-size: 16px;
	}

	.fancy-user-list-popup #read-full-bio {
		display: block;
		margin: 0px auto;
		text-align: center;
	}
}