body {
    font-family: "Roboto", "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    text-align:justify;
}

h1 {
    color: #4D6995;
}

h2 {
    color: #4D6995;
}

img {
    max-width: inherit;
    float: left;
    margin-right: 20px;
}

.pkp_site_name .is_img img {
  max-height: 120px;
}

/*
.pkp_structure_content {
    width: 1300px;
}
*/

.has_site_logo .pkp_head_wrapper {
    width: 95%;
}

.pkp_site_name_wrapper,
.pkp_navigation_primary_wrapper, 
.pkp_navigation_user, 
.pkp_search_mobile, 
.pkp_structure_content, 
.pkp_structure_footer {
    width: 100%;
}

.page_homepage {
  margin-top: 40px;
}

.page_homepage img {
    margin-left: -35px;
    margin-top: -170px;
}

.pkp_structure_main {
    width: 80%;
    margin-left: 30px;
    float: left;
    padding: 0;
}

.pkp_structure_main p {
    font-size: 16px;
    margin-left: 35px;
}

.pkp_structure_main .page .about_section {
  margin-top: 30px;
}

.pkp_structure_main .page .about_section .cover {
  float: left;
  width: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.pkp_structure_main .page .about_section .cover img {
  margin-top: 40px;
}

.pkp_structure_head {
    background-color: #4D6995;
    border-bottom: 20px solid #5e5e5e;
    margin-bottom: -33px;
    background-image: url("https://press.uniurb.it/public/site/images/elanfrancotti/banner-urbinoir.png");
    background-repeat: no-repeat;
    background-size: 100% 220px; 
    background-color: black
}

.pkp_site_nav_menu {
    /* background: none; */
    font-size: 17px;
    background-color: black;
}

.obj_monograph_full .title {
    font-family: 'Roboto', 'Open Sans',Helvetica, "Noto Serif",serif;
    color: #4D6995;
}

.pkp_block {
    padding: 2rem;
}

.pkp_block a {
    text-decoration: none;
    color: #7d755e;
}

.pkp_block .title {
    font-family: Roboto, "Open Sans", Helvetica, "Noto Serif",serif;
    font-size: 1.6rem;
    color: #4D6995;
    font-weight: normal;
    text-align: right;
}

.pkp_block .content ul li {
    line-height: 1.43rem;
    padding: .357rem 0;
    color: darkkhaki;
    font-size: 16px;
    text-align: right;
  }

.block_information a {
    font-size: 16px;
}

.obj_monograph_full .main_entry .label {
    font-size: 1.3rem;
    color: #4D6995;
}

.cmp_monographs_list .obj_monograph_summary + .obj_monograph_summary {
    border-left: none;
  }

.cmp_monographs_list {
    border: 1px solid #5e5e5e;
    border-radius: 10px;
    margin: 20px 0 20px 0;
    width: 98%;
}

.cmp_monographs_list .obj_monograph_summary {
    position: relative;
    float: left;
    width: 100%;
}

.cmp_monographs_list .obj_monograph_summary:first-child {
    padding-right: 2.143rem;
    border-top: none;
    border-right: none;
    /* background: #f7f6f5; */
}

.cmp_monographs_list .row {
    /* border-bottom: 1px solid #F2C75C; */
    border-bottom: none;
}

.cmp_monographs_list .title {
    color: #4D6995;
    z-index: 999;
    font-size: 18px;
}

.obj_monograph_summary .author {
    font-size: 1.1rem;
    color: #7d755e;
    margin-top: 7px;
}

.obj_monograph_summary .title {
    font-weight: normal;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 25px;
}

.obj_monograph_summary .seriesPosition {
    padding-bottom: 0px;
  }

.obj_monograph_summary .cover {
    width: 15.5rem;
}

.obj_monograph_summary .cover img {
    display: block;
    margin: 0 0 .714rem;
    width: 14em;
    height: auto;
    max-width: none;
    max-height: none;
    border: 1px solid #d9d9d9;
    padding: 7px;
    box-shadow: 5px 5px 5px #dedede;
}

.pkp_structure_main::before,
.pkp_structure_main::after {
    background: none;
}

.pkp_structure_content {
    padding-top: 0rem;
    margin-top: 30px;
}

.obj_monograph_full 
.main_entry {
    width: 69%;
}

.pkp_navigation_user_wrapper {
    width: 100%;
    position: absolute;
    top: 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    z-index: 1000;
    right: 0%;
  }

  .pkp_navigation_user li {
    text-align: right;
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .page_contact {
    font-size: 16px;
    line-height: 30px;
  }

  .page_contact h3 {
    font-size: 18px;
    color: #668B9C;
  }

  .page_contact .email a {
    font-size: 16px;
    color: #668B9C;
  }

  .page_contact .contact.primary {
    padding-right: 1.43rem;
    margin-left: 35px;
  }

  .page_contact .contact {
    float: left;
    width: 45%;
}

  /* CONTATORE IN ALTO A DX */
  .pkp_navigation_user .task_count {
    width: 2rem;
    height: 1.6rem;
    margin-left: 0.5em;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    line-height: 1.43rem;
    text-align: center;
    font-size: 18px;
    position: relative;
    top: 0px;
  }

  /* SIDEBAR DX */
  .pkp_structure_sidebar {
    display: contents;
    float: right;
    width: 17%;
    margin-top: 180px;
    border: 1px solid #5e5e5e;
    border-radius: 10px;
    margin-right: 25px;
    margin-bottom: 33px;
  }

  .obj_monograph_full .files .pub_format_single a {
    width: 350px;
    text-align: center;
    color: #5e5e5e;
  }

  .obj_monograph_full .files .pub_format_remote a {
    width: 350px;
    text-align: center;
    color: #5e5e5e;
}

  /* AREA ARTICOLI */
  .obj_monograph_full .title {
    font-weight: normal;
    padding: 40px 0 0 25px;
    font-size: 2em;
    color: #5e5e5e;
  }

  .obj_monograph_full .chapters .title {
    padding: inherit;
    font-weight: 500;
    line-height: 27px;
    font-size: 1.6em;
    color: #858585;
  }

  .obj_monograph_full .row {
    margin-left: 2.143rem;
    margin-right: 2.143rem;
    border-bottom: none;
    border-top: 1px solid #dedede;
  }

  .obj_monograph_full .main_entry .label {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .obj_monograph_full .cover img {
    display: block;
    margin: 40px 0px 20px 0px;
    width: 350px;
    border: 1px solid #d9d9d9;
    padding: 7px;
    box-shadow: 10px 10px 5px #dedede;
  }

  .obj_monograph_full .entry_details {
    width: 30%;
  }

  /* AREA DEGLI ANNUNCI */
  .pkp_page_index .cmp_announcements {
    border: 1px solid #F2C75C;
    border-radius: 10px;
    width: 98%;
  }

  .cmp_announcements {
    margin-left: 0px;
    margin-right: 2.143rem;
  }

  .pkp_page_index .cmp_announcements > .obj_announcement_summary {
    float: left;
    width: 50%;
  }

  .obj_announcement_summary h2 a, .obj_announcement_summary h3 a, .obj_announcement_summary h4 a {
    text-decoration: none;
    font-size: 18px;
  }

  .pkp_page_index .cmp_announcements .more {
    float: right;
    width: 50%;
    padding-top: 1.43rem;
    padding-bottom: 1.43rem;
  }

  .pkp_page_index .additional_content {
    padding-left: 2.143rem;
    padding-right: 2.143rem;
    margin-left: 0px;
    margin-bottom: 60px;
    font-size: 18px;
    color: #757575;
    border-top:none;
  }

  .cmp_breadcrumbs {
    padding: 10px 0 0 35px;
  }

  /* SEZIONE AVVISI ARTICOLI */
  .obj_announcement_full h1 {
    margin-left: 35px;
  }

  .obj_announcement_full .date {
    margin: 16px 0 0 35px;
    color: rgba(0,0,0,0.54);
  }

  .obj_announcement_full .description {
    margin: 35px;
  }

  .pkp_structure_main h1 {
    padding-left: 35px;
  }

  .pkp_structure_main .page .about_section {
    font-style: normal;
  }

  .description {
      margin-left: 35px;
  }

  /* sub categorie */
  .page_catalog_category .subcategories {
    position: relative;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 30px;
    border: 1px solid #5e5e5e;
    border-radius: 10px;
    width: 98%;
  }

  .subcategories h2 {
      margin-top: 0px;
  }

  .onlineISSN {
    margin-left:35px;
  }

  .pkp_structure_main .page .monograph_count {
    font-size: 1.2rem;
    /* float:left;
    margin-left: 35px;
    */
    display: contents;
  }

  /* PARAMETRI MENU A ESPANSIONE */
  summary {
    color: #4D6995;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .testo_details {
    font-size: 16px;
    line-height: 1.785rem;
    margin: 1.43rem 0 1.43rem 1.2rem;
  }



  /* === responsive === */ 

  /*SFONDO DEL MENU' A PANINO QUANDO E' APERTO*/
.pkp_site_nav_menu--isOpen {
    background: #black;
    padding: 20px;
}

/* /////////////////////////////////////// */
/* ///////////      1510      //////////// */
/* /////////////////////////////////////// */

@media (max-width: 1510px) {
  .pkp_site_name .is_img img {
    height: 100px;
  }
  .pkp_structure_head {
    background-size: 100%; 
  }
}

/* /////////////////////////////////////// */
/* ///////////      1380      //////////// */
/* /////////////////////////////////////// */

@media(max-width: 1380px) { 
  .pkp_structure_main {
    width: 77%; /* Lasciamo spazio al menù di destra riducendo il main (lingua, Collane, Browse) */
  }
}

/* /////////////////////////////////////// */
/* ///////////      1300      //////////// */
/* /////////////////////////////////////// */

@media(max-width: 1300px) { 
  
  .pkp_structure_main {
    width: 85%; 
  }
  .obj_monograph_full.obj_monograph_full .cover {
    width: 100%;
  }
  .obj_monograph_full.obj_monograph_full img {
    width: 100%;
  }
  
  .item.license img {
    width: auto;
  }
}


/* /////////////////////////////////////// */
/* ///////////      1210      //////////// */
/* /////////////////////////////////////// */

@media(max-width: 1210px) {  
  /* EVITA CHE LE ETICHETTE DI MONOGRAFIE "IN EVIDENZA" e "NUOVE PUBBLICAZIONJI SI SOVRAPPONGONO */
  .cmp_monographs_list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pkp_site_name .is_img img {
    height: 90px;
  }
  
  .pkp_structure_main {
    width: 82%; 
  }
}


/* /////////////////////////////////////// */
/* ///////////     1100       //////////// */
/* /////////////////////////////////////// */
@media (max-width: 1100px) {
  .pkp_site_name .is_img img {
    height: 70px;
  }
    
  .pkp_structure_head {
    background-size: 90%; 
  }
  
   .pkp_structure_main {
    width: 80%; 
  }
}


/* /////////////////////////////////////// */
/* ///////////     1062       //////////// */
/* /////////////////////////////////////// */
  
  @media (max-width: 1062px) { /* necessario perchè quando la pagina si ristringe, il menù va a capo e se non c'è questo comando rimangono scoperti 40 pixel */
    .pkp_structure_head {
      background-size: 100% 240px;
    }
  .pkp_structure_main {
    width: 78%; 
  }
  }


/* /////////////////////////////////////// */
/* ///////////      992       //////////// */
/* /////////////////////////////////////// */

@media (max-width: 992px) {
  .pkp_site_name .is_img img {
    height: 40px;
  }
  
    .page_contact .contact { /*allineare i contatti in una colonna*/
    float: left;
    width: 45%;
    padding-right: 1.43rem;
    margin-left: 35px;
}

  .pkp_structure_head {
    background-image: none;
  }
    
  .pkp_navigation_user_wrapper {
    position: relative;
    }

  
  /* COMANDI DI USER SOTTO IL MENU' DI NAVIGAZIONE PER EVITARE CHE SI SOVRAPPONGONO */
    .pkp_navigation_user_wrapper {
      position: relative;
      margin-bottom: 15px;
    }    
  
  .pkp_structure_main {
    width: 75%; /* Lasciamo spazio al menù di destra riducendo il main (lingua, Collane, Browse) */
  }
  
}


/* /////////////////////////////////////// */
/* ///////////      768       //////////// */
/* /////////////////////////////////////// */

/* Distanziamento dall'immagine nel catalogo dal testo di destra*/
@media  (max-width: 768px) {
  .obj_monograph_summary .cover {
    float: left;
  } 
  
  .pkp_structure_main {
    width: 65%; /* Lasciamo spazio al menù di destra riducendo il main (lingua, Collane, Browse) */
  }
  
  
  .obj_monograph_full /* Adatta il testo della scheda al 100% */
  .main_entry {
      width: 100%;
  }
  
 .obj_monograph_full .entry_details { /* estende il bottone "vai alla pubblicazione" */
    width: 100%;
    max-width: 400px;
  }
  
  /*MODIFICA  AREA ARTICOLI */
  .obj_monograph_full .title {
    padding: 40px 25px 0 25px; /* definisce i margini del titolo */
  }
  
  .obj_monograph_full .cover img {
    display: block;
    /* margin: 0 auto; */
    margin: 40px 0px 20px 0px;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 7px;
  }
}




/* /////////////////////////////////////// */
/* ///////////      630       //////////// */
/* /////////////////////////////////////// */

@media (max-width: 630px) {
  
   .pkp_structure_main {
    width: 70%;
    margin-left: 0px;
  }
  
}

/* /////////////////////////////////////// */
/* ///////////      600       //////////// */
/* /////////////////////////////////////// */

@media (max-width: 600px) {
/* allarga il testo e fa andare a capo il menù laterale*/  
   .pkp_structure_main {
    width: 100%;
  }
  
  .page_about,
  .page_submission{
    margin: 10px;
  }    
}
  
/* /////////////////////////////////////// */
/* ///////////      480      //////////// */
/* /////////////////////////////////////// */
  
  @media (max-width: 480px){
  .obj_monograph_summary,         /* CENTRA GLI ELEMENTI SOTTO IMMAGINE */
  .obj_monograph_summary .title{    /* CENTRA IL TITOLO */
    flex-direction: column;
    text-align: center;
  }
     
    
   .pkp_structure_main {
      width:100%;
      height: auto;
  }
  
.obj_monograph_summary {
    align-items: center;    /* centra tutto */
    text-align: center;
}
  
.obj_monograph_summary .cover {
    width: 100%;
    text-align: center; /* Centra il contenuto interno */
}
    
.obj_monograph_summary .cover img {
    display: inline-block;  /* Serve con text-align center */
    width: auto;            /* O mantieni 14em, ma non 100% */
    max-width: 100%;
    height: auto;
    }
}




 /* === Utility === */


  /* per fare scomparire la sezione download che in realtà sono i download delle statistiche 
  ma essendo vuoti è forviante*/
  .item.downloads_chart {
    display: none;
  }

























