/*********************************
8. Sidebar
*********************************/

.sidebar
{
	width: 100%;
	padding-left: 20px;
}

.sidebar_section:not(:last-child)
{
	margin-bottom: 60px;
}

.sidebar_section_title
{
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-weight: 700;
	color: #384158;
	line-height: 0.75;
}

.sidebar_categories
{
	margin-top: 16px;
	padding-right : 10px;
}

.sidebar_categories ul li
{
	position: relative;
	width: 100%;
}
.sidebar_categories ul li:not(:last-of-type)
{
	border-bottom: solid 1px #e5e5e5;
}
.sidebar_categories ul li a
{
	display: block;
	position: relative;
	font-size: 14px;
	color: #000;
    /* font-family: raleway_bold; */
    padding-top: 10px;
    padding-bottom: 10px;
	/* line-height: 51px; */
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.sidebar_categories ul li:hover a,
.sidebar_categories ul li:hover a::before
{
	color: #14bdee;
}
.sidebar_latest
{
	margin-top: 31px;
}
.latest:not(:last-child)
{
	margin-bottom: 20px;
}