a,
a:focus,
a:active,
.timeline__number,
.icon-box__number,
.section__pretitle,
.pricing__value,
.post-box:hover .post-box__title,
.post-box .article-title a:hover,
.post-box__figure__list li i,
.portfolio-box__icon,
.postbar:hover .postbar__title,
.icon-list--inline li a:hover,
.calendar_wrap .today,
.input-icon .btn:hover,
.pagination span,
.text-404__title {
    color: #000;
}

a:hover {
	color: #999;
}

.section__pretitle {
    opacity: .4;
}

.menuitems li:hover > a:hover,
.menuitems li.active > a,
.tag-list a,
.tag-list a:hover,
.btn--border-primary,
.btn--border-primary:focus,
.list-count a:hover,
.widget li a:hover,
.posts .post-box.sticky {
    border-color: #000;
}

.tag-list a:hover,
.btn--border-primary:before,
input[type="submit"].btn--border-primary:hover {
    background: #000;
}

@media screen and (min-width: 1200px) {

    .mainmenu ul {
        background: #000;
    }

    .mainmenu > li:before {
        border-right-color: #000;
    }

}
