a {

    color: #a8966d;

}


a:hover, a:focus {

    color: #7a6b49;

}

.cmp_button_wire, .obj_galley_link {

    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #a8966d;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #a8966d;
    text-decoration: none;

}

.cmp_button_wire:hover,.cmp_button_wire:focus,.obj_galley_link:hover,.obj_galley_link:focus {
 background: #7a6b49;
 color: #fff
}

.pkp_navigation_primary .dropdown-menu a:focus,.pkp_navigation_primary .dropdown-menu a:hover {
 border-color: #a8966d
}

.pkp_navigation_primary ul a {

    padding-top: 10px;
    padding-bottom: 10px;
    color: #a8966d;

}

.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {

    color: #7a6b49;

}

.pkp_page_index .current_issue .read_more {

    color: #a8966d;    

}

.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {

    color: #a8966d;

}

