.left-menu__item {
	margin: 0;
	padding: 0;
	background: none;
	line-height: normal;
	margin-bottom: 5px;
}

.left-menu__link {
	display: block;
	font-family: 'Bender', serif;
	font-size: 18px;
	color: #2c3e52;
	padding: 4px 0;
	text-decoration: none;
	letter-spacing: .3px;
}


a.left-menu__link:hover {
	text-decoration: underline;
	transition: all 0.3s;
}

.left-sidebar .side-title a {
	color: #2c3e52;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	display: inline-block;
}

.left-sidebar .side-title a:hover {
	color: red;
	text-decoration: none;
	border-bottom: 1px solid red;
	transition: all 0.3s;
}