.topbar.soft-dark {
    background-color: #d04949;
    padding: 3px 0 3px 0;
    border-bottom: rgba(182, 162, 106, 0.1) 1px solid;
}
.toplist li a {
    color: #fdfdfd;
}
.section-dark.soft-dark {
    /*background-color: #4991d0;*/
	background-color: #363955;
}
.top-acilir-menu {
    background: #333333e3;
}
.top-acilir-menu ul li:hover {
    background: #686868;
}
.toplist li a:hover {
    color: #fff;
}
.header-inner .overlay {
    background-color: #070a22ab;
}
.feature-posts .post-content:hover {
    background-color: #ffffff78;
}
.feature-posts .post-item {
    height: 33.33%;
    border-bottom: 1px solid rgba(255,255,255,.35);
}
.feature-posts .entry-content {
    width: 300px;
}
.feature-posts .entry-content .more-link a {
    color: #151515;
    font-size: 16px;
    font-weight: bold;
	line-height: 20px!important;
}

@media (max-width: 360px) {
	.feature-posts .entry-content {
		width: 270px;
	}
}