
.side-bar .widget {
	margin-bottom: 30px
}

.widget {
	margin-bottom: 30px
}

.widget-title {
	margin: 0 0 25px
}

.widget-title {
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 30px
}

.widget-title:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	height: 3px;
	margin: 0 0 0;
	width: 50px;
	margin: 10px 0
}

.widget .post-title,
.widget .widget-title {
	text-transform: uppercase
}

.category-entry ul,
.recent-posts-entry ul {
	margin: 0;
	list-style: none;
	padding: 0
}

.widget_archive ul,
.widget_categories ul,
.widget_getintuch ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_services ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_services ul li {
	padding-bottom: 18px;
	margin-bottom: 13px;
	border-bottom: 1px solid rgba(102, 102, 102, .11);
	position: relative;
	padding: 10px 10px 10px 15px;
	margin-bottom: 0;
	line-height: 20px
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_nav_menu li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
	color: #444
}

.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_meta ul li:before,
.widget_nav_menu ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_services ul li:before {
	content: "\f105";
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	font-family: FontAwesome
}

.widget_archive ul li li,
.widget_categories ul li li,
.widget_meta ul li li,
.widget_nav_menu li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_services li li {
	border-bottom: none;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 28px
}

.widget_archive ul li li:before,
.widget_categories ul li li:before,
.widget_meta ul li li:before,
.widget_nav_menu li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_services li li:before {
	top: 0;
	left: -8px
}

.side-bar li:hover {
    color: #ec2327;
    margin: 0 0 0 10px;
    transition: margin 0.5s;
}

.side-bar li:hover a{
    color: #ec2327;
}

