/* Left Main Menu */

#menu{
	background-color: rgb(250, 110, 17);
	width: 175px;
}
#menu.sidebar-brand-primary #sidebar-social-wrapper #brandWrapper {
    background: none repeat scroll 0 0 #fff;
}
#menu>div ul{
	background-color: rgb(250, 110, 17);
	width: 175px;
}
#menu>div ul>li.category {
	padding-left: 10px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	height: 48px;
	line-height: 48px;
}
#menu.sidebar-brand-primary #sidebar-social-wrapper #brandWrapper {
	width: 175px;
}
#menu.sidebar-brand-primary #sidebar-social-wrapper>ul>li.active>a {
	background: #000000;
}
#menu>div ul>li>a {
	padding: 0 0 0 20px;
	display: block;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	height: 47px;
	line-height: 47px;
	position: relative;
	font-size: 14px;
}
#menu>div ul>li>a>i:before {
	position: relative;
	text-align: left;
	top: -2px;
	left: auto;
	width: 40px;
	height: 48px;
	color: #000;
	font-size: 1.4em;
	line-height: 53px;
}
#menu img {
	border-color: #4a4a4a;
	margin-left: -5px;
}
.sidebar.sidebar-social #content {
	margin-left: 175px;
}
#sidebar-social-wrapper{
	background-color: rgb(250, 110, 17);
}

/* Responsive */

#right-now-post-element{
	width: 100%;
}
.timeline-activity li .block.block-inline {
    display: inline-block;
    padding: 0 20px 0 36px;
    width: 100%;
}