 a:hover {
     color: #283834;
}
 .search-field:focus {
     box-shadow: 0 0 1px #0c0c21;
}
 .search-submit {
     background-color: #0c0c21;
}
 .menu ul li.dropdown-menu ul a:hover, .menu ul li.dropdown-menu ul li.current-menu-item a:hover {
     -ms-box-shadow: inset 0 -2px 0 0 #0c0c21;
     -o-box-shadow: inset 0 -2px 0 0 #0c0c21;
     box-shadow: inset 0 -2px 0 0 #0c0c21;
}
.header-top {
    background: #0c0c21;
    background: -webkit-linear-gradient(to right, #0c0c21, rgba(15,25,117,1));
    background: linear-gradient(to right, #0c0c21, rgba(15,25,117,1));
}
 .categories a {
     background-color: rgba(15,25,117,1);
}
 .a-item .a-thumb:after {
     background: #0c0c21;
}
 .widget>ul>li>a:hover {
     color: #0c0c21;
}
 .widget>ul>li:before {
     color: #0c0c21;
}
 .headline-box:after {
     background-color: #0c0c21;
}
 .entry-share a:hover {
     background-color: rgba(15,25,117,1);
}
 .breadcrumb>div>a {
     background-color: rgba(15,25,117,1);
}
 .entry-tags a:hover {
     background-color: #0c0c21;
}
 .submit-email:hover {
     background-color: #0c0c21;
}
 .subscribe_module input {
     border: 1px solid #0c0c21;
}
.headline-box:before {
    background-color: rgba(15,25,117,1);
}
.inputfile-6 + label strong {
    background-color: rgba(15,25,117,1) !important;
}
.list-group .active {
    color: #283834;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #283834;
}
.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    border: 1px solid #283834;
}