/*
 * legendary.css
 */
body #ldldata-main-content[ldl-hidetitle="true"] .list-title h1 {
	display:none;
}
#ldldata-main-content .list-title h2 {
	padding:0;
}
.mythyr-poweredby {
	display:none !important;
}
.ldl-recent-articles .profile-charts-nav {
	clear:both;width:100%;text-align:center;
}
.ldl-recent-articles .profile-charts-nav a {
	font-size: 90%;
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	display:inline-block;
	margin-top:5px;
}
.ldl-recent-articles:empty {
	display:none;
}
.ldl-profile-recent-row {
	min-height:120px;clear:both;margin-top:10px;
}
.ldl-profile-recent-row + .ldl-profile-recent-row {
}
.ldl-profile-recent-row figure {
	float:left;margin-right:15px;width:120px;height:120px;background-color:rgba(177,177,177,0.5);
}
.ldl-profile-recent-row .post-description p {
	margin-bottom:2px;
}
.ldl-profile-recent-row figcaption {
	width:calc(100% - 170px);float:left;
}
.ldl-sidebar-widget {
	width:100%;
}
.ldl-sidebar-widget figure.featured-article {
	width:110px;
	height:110px;
	overflow:hidden;
	float:left;
	position:relative;
}
.ldl-sidebar-widget .ldl-post-item {
	height:110px;
	clear:both;
	position:relative;
	background-color:#fff;
}
.ldl-sidebar-widget .ldl-post-item + .ldl-post-item {
	margin-top:20px;
}
.ldl-sidebar-widget figcaption {
	max-height: 117px;
	overflow: hidden;
	vertical-align: middle;
	height: 110px;
	display: table-cell;
	padding-left: 20px;
}

.ldl-sidebar-widget figure.featured-article img {
	width:100%;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
}
@media (max-width: 900px) {
	.ldl-profile-recent-row {
		text-align:center;
	}
	.ldl-profile-recent-row figure, .ldl-profile-recent-row figcaption {
		float:none;width:auto;
	}
	.ldl-profile-recent-row figcaption {
		text-align:left;
	}
}
