/**
 * Copyright (c) 2018 webnucleo+ilc
*/


body {
    background: #DBE6EC;
}

a {
    color: #00668c;
}


.pkp_site_name {
text-align: left;
}


.pkp_site_name_wrapper {
	width: 100%;
	height: 280px;
	background: url(https://ilclivrosdigitais.com/public/presses/1/ilcivrosdigi.jpg) no-repeat;
	background-size: cover;
}

.pkp_site_name .is_img img {
    margin-top: 50px;
    margin-left: 25px;
    max-height: 100px;
    max-width: 100%;
    width: auto;
    height: auto;
}


.pkp_structure_head {
    background-color: transparent;
}

.pkp_structure_main .page h1 {
    margin-top: 40px;
}

#navigationPrimary a {
    color: #2A2A2A;
}

.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;
}

.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: #2A2A2A;
    box-shadow: none;
}

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


.pkp_structure_main .page .about_section {
    font-size: 14px;
    font-style: normal;
    color: rgba(0,0,0,0.87);
}

.pkp_structure_main .page .monograph_count {
    display: none;
}

.obj_monograph_full .title {
    margin-top: 20px;
    color: #017294;
    font-weight: 500;
}

.obj_monograph_summary .title {
    display: block;
    font-family: "Montserrat", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500;    
}

.obj_monograph_full .chapters .title {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(0,0,0,0.87);
}


.cmp_button, .cmp_download_link {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0);
    font-size: 11px;
    line-height: 26px;
    font-weight: 500;
    color: rgba(0,0,0,0.87);
    text-decoration: none;
    text-shadow: 0px 1px #fff;
}

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



@media (min-width: 768px) {
  .obj_monograph_summary .cover {
    /* width: 5.712rem; */
    width: 180px;
  }
}
