/**
 * Copyright (c) 2022 webnucleo+elyra
*/



a {
    color: #00668c;
}

.pkp_site_name {
text-align: left;
}


.pkp_site_name_wrapper {
	width: 100%;
	height: 190px;
	background: url(https://elyra.org/public/journals/1/header.jpg) no-repeat;
	background-size: cover;
	background-color: #fff;
}

.pkp_site_name .is_img img {
    margin-top: 70px;
    margin-left: 20px;
    max-height: 67px;
}

.pkp_site_name .is_img:focus {

    outline: 0px solid rgba(0,0,0,0.84);

}

.pkp_structure_head {
    background-color: transparent;
}


.pkp_navigation_primary > li > a:focus {

    background: #f1f1f1;
}

#navigationPrimary a {
    color: #111;
}

.pkp_navigation_user > li > a, .pkp_navigation_user > li.in_focus > a, .pkp_navigation_user > li > a:hover, .pkp_navigation_user > li > a:focus {
    color: #00668C;
    font-size: 11px;
}


#navigationPrimary a:hover,
#navigationPrimary a:focus {
    color: #292929;
}

.pkp_structure_main h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.cmp_button, .cmp_download_link, .cmp_form .buttons button, .pkp_head_wrapper .cmp_search button, .page_lost_password .buttons button, .page_search .cmp_search button, .obj_galley_link, .obj_monograph_full .files .link a, .obj_monograph_full .files .pub_format_remote a, .obj_monograph_full .files .pub_format_single a, .block_make_submission a {

    color: #111;
    box-shadow: none;
    background: #e3e3e3;

}


.pkp_head_wrapper .cmp_search .search_controls a {
  color:#111;
  text-decoration:none;
}

.obj_monograph_full .title {
	
    margin-top: 20px;
}


cmp_announcements {

    margin-top: -40px;
}


.pkp_page_index .additional_content {
    padding: 20px 10px 20px 10px;
    padding-left: 10px;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #ddd;
}


.pkp_page_index .cmp_announcements {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.pkp_page_index .cmp_announcements h2 + .obj_announcement_summary, .pkp_page_index .cmp_announcements .more {
    padding-bottom: 40px;
    padding-top: 40px;
}

.page-header {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.page-header h1 {
    font-size: 1.5rem;
}



.issue-summary-series {
    margin-bottom: 0;
    font-size: 12px;
}


.issue-summary {
    margin-bottom: 1.5rem;
    text-align: center;
}


.obj_article_summary > .title {
    font-weight: 500;
}

.obj_issue_toc .cover {
    float: left !important;
    width: 25%;
    height: auto;
    max-height: none;
    margin-right: 40px;
}