button.flat-button.bg-orange.submit {
    width: 100%;
    padding-bottom: 42px;
	text-transform: capitalize;
}

.sidebar .widget ul li span {
    color: #b1b1b1;
    float: right;
} 
.col-md-8.bus-hr {
    margin-top: 40px;
}
p.post-date {
    margin-top: 8px;
}
/*left sidebar*/
.leftsidebar {
    float: left;
    padding-right: 32px;
    width: 24.4%;
}
.leftsidebar .widget:before {
	position: absolute;
	top: 0;
	right: -25px; 
	width: 1px;
	height: 100%;
	content: "";
	background-color: #e5e5e5;
}
.leftsidebar .widget:after {
	position: absolute;
	top: 0;
	right: -25px;
	width: 3px;
	height: 50px;
	content: "";
	z-index: 999;
	background-color: #9d0020;
} 
.leftsidebar .widget {
    position: relative;
}
.leftsidebar .widget {
    margin-bottom: 46px;
}
/*left sidebar*/