/* unvisited link */
a:link {
  color: #941017;
text-decoration: none;
}

/* visited link */
a:visited {
  color: #941017;
text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #E01923;
text-decoration: none;
}

/* selected link */
a:active {
  color: #941017;
text-decoration: none;
}

@media (min-width: 992px) {
    .pkp_nav_list ul a {
        color: #941017;
    }
}

@media (min-width: 992px) {
    .pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
        border-color: #941017;
        color: #941017;
    }
}

.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    color: #fff;
    background: #941017;
}

.cmp_button_wire, .obj_galley_link {
    border: 1px solid #941017;
}

.pkp_page_index .current_issue .read_more {
    color: #941017;
}

.pkp_page_index .current_issue .read_more {
    color: #941017;
}

.pkp_page_index .current_issue .read_more:hover {
    color: #E01923;
}

.pkp_page_index .current_issue .read_more:active {
    color: #E01923;
}

.pkp_nav_list a {
    color: #941017;
}

.cmp_button, .cmp_form .buttons button, .pkp_search button[type="submit"], .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    color: #941017;
}

.cmp_button, .cmp_form .buttons button, .pkp_search button[type="submit"], .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a:hover {
    color: #E01923;
}

@media (min-width: 992px) {
    .pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
        border-color: #dddddd;
        color: #941017;
    }
}
