
.button {
  transition-duration: 0.4s;
}

.cmp_button:hover, .cmp_button:focus, .cmp_download_link:hover, .cmp_download_link:focus, .page_login .buttons button:hover, .page_login .buttons button:focus, .page_lost_password .buttons button:hover, .page_lost_password .buttons button:focus, .page_search .cmp_search button:hover, .page_search .cmp_search button:focus, .obj_monograph_full .files .link a:hover, .obj_monograph_full .files .pub_format_remote a:hover, .obj_monograph_full .files .pub_format_single a:hover, .obj_monograph_full .files .link a:focus, .obj_monograph_full .files .pub_format_remote a:focus, .obj_monograph_full .files .pub_format_single a:focus {
    box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
    background: #ffa400;
    border-color: #ffa400;
    color: #ffffff;
    text-shadow: none;
}

.pkp_block .title {
    display: block !important;
    padding: 3% !important;
    color: white;
    font-weight: normal;
    font-size: 14px;
    background-color: #202c54;
    border-color: #202c54;
    margin: -6px -6px 2px -6px;
}


@media (max-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 60px;
    }
}

@media (min-width: 993px) {
    .pkp_site_name .is_img img {
        max-height: 90px;
    }
}

.block_custom img:hover, .cover_image img:hover, .cmp_monographs_list img:hover{
    opacity: 0.5;
}

.pkp_navigation_user_wrapper{
    background-color: #ffffff;
}

.pkp_site_nav_menu a:hover{
    color: #D50C3D;
}

.pkp_navigation_search_wrapper a:hover{
    border-bottom: 2px solid #d50c3d;   
}

.pkp_block.block_language a:hover, .pkp_block.block_browse a:hover{
    color:#d50c3d;
    border-bottom: 2px solid #d50c3d;
}

.pkp_block{
    text-align: center;
}

a{
    color: #202c54;
}

.pkp_nav_list ul a{
    color:#202c54;
    border-left: 0rem solid #64da43;
}

.pkp_nav_list ul a:hover{
    color:#d50c3d;
}

.pkp_navigation_primary>li>a:hover {
    border-bottom: 2px solid #d50c3d;
    color: #d50c3d;
    
}

.pkp_navigation_primary>li>a:focus {
    background: #d50c3d;
    color:white;
}

.pkp_navigation_primary_row{
    background-color: #e3e3e3;
    color:#ffffff
}

.pkp_site_nav_menu .pkp_site_nav_menu--isOpen{
    width: 80%;
}

.pkp_site_nav_menu a:hover {
  text-decoration: none;
  color: #D50C3D;
}

.pkp_structure_footer_wrapper{
    background: #c7c7d4;
}

.pkp_footer_content table{
    width: 355px;
}

@media (max-width: 384px) {
    .pkp_footer_content table{
        width: 250px;
    }
}

@media (max-width: 282px) {
    .pkp_footer_content table{
        width: 200px;
    }
}

.obj_monograph_full .title{
    color: #D50C3D;
}

.obj_monograph_full .label{
    color:#202c54;
}