/* Custom CSS */

.trending-menu-class {
    display: inline-block;
}
.trending-menu-class ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.trending-menu-class ul li {
    display: inline-block;
}
.trending-menu-class ul li a:after {
    display: inline-block;
    background: #6d6d6d !important;
    width: 1px;
    height: 16px;
    margin-top: -4px;
    margin-left: 18px;
    content: " ";
    vertical-align: middle;
}
.trending-menu-class ul li:last-child a:after {
	background: none !important;
}
#single-wrapper .entry-header-single .wrap {
    background: #222;
    width: 50%;
}
.single-feature {
    float: left;
    width: 50%;
    height: 400px;
    background: 50% 0 no-repeat;
}
@media screen and (min-width: 768px) {
	.top-sidebar-area {
		max-height: 560px;
		overflow: hidden;
	}
}
@media screen and (max-width: 980px) {
    .single-feature {
     height: 414px;
    }
}

