/*-----BODY-----*/

body {
	font-family: 'Open Sans',sans-serif;
    font-size: 15px;
}

p, li, blockquote, cite, dd {
    font-family: 'Open Sans',sans-serif;
    line-height: 1.5;
}

input {
	font-family: monospace;
}

/*-----HEADER-----*/

@media (min-width: 992px) {		/*header visualizzazione desktop*/
	.pkp_site_name .is_img img {
		max-height: 4.5em;
		margin: auto;
	}
}

.pkp_site_name {
    text-align: center;
}

.pkp_structure_head {
  background-color: #fff;
  border-bottom: none;
}

.has_site_logo .pkp_head_wrapper {
	width: auto;
}

@media (max-width: 991px) {
	.pkp_site_name_wrapper {
		height: 8vh;
		min-height: 65px;
	}
	
	.pkp_site_name .is_img img {
		max-height: 8vh;
		min-height: 65px;
	}
	
	.pkp_site_nav_toggle {
		background: #3586b3;
		top: 18px;
		left: 18px;
	}

	.pkp_site_nav_menu {
		background: #3586b3;
	}
	
	.has_site_logo .pkp_site_name {
		height: 20vh;
		min-height: 76px;
	}
	
	.has_site_logo .pkp_navigation_primary_wrapper {
		height: auto;
	}
}

/*queste istruzioni per ridimensionare il main menu dopo aver espanso l'header*/
@media (min-width: 768px) {.has_site_logo .pkp_navigation_primary_wrapper {width: 728px;}}
@media (min-width: 992px) {.has_site_logo .pkp_navigation_primary_wrapper {width: 952px;}}
@media (min-width: 1200px) {.has_site_logo .pkp_navigation_primary_wrapper {width: 1160px;}}

/*-----TOP MENU-----*/

.pkp_site_nav_menu .profile a {
	color: #212529;
}

.pkp_navigation_user .task_count, .task_count, .task_count:active, .task_count:focus, .task_count:hover {
    background: #c7c7c7;
    padding: 0 0.5ex;
    border-radius: 4px;
	color: #000;
	top: unset;
}

.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: #007ab2;
}

@media (min-width: 992px) {
  .pkp_navigation_user > li > a:focus {
    border-bottom: 2px transparent;
  }
}

/*-----MAIN MENU-----*/

@media (min-width: 992px) {	
	.pkp_navigation_primary_row {
	background: #3586B3;
	box-shadow: 0 6px 5px rgba(0,0,0,0.1);
	border-top: 1px solid #3586b3;
	font-size: 14px;
	height: 50px;
	padding: 3px 0 0;
	}
}

.pkp_site_nav_menu {
  background: transparent;
}

.pkp_navigation_search_wrapper {
	display: inherit;
}

.pkp_search .cmp_button:hover, .pkp_search .cmp_button:focus, .pkp_search .cmp_button:active {
	/*per il bottone della pagina di ricerca titoli*/
	background: #3586b3;
}

@media (min-width: 992px) {
.pkp_navigation_primary > li > a:focus {
	border-color: transparent;
}

.pkp_navigation_primary > li:hover ul {
left: 7px;
}

.pkp_navigation_user > li:hover ul {
    left: 0;
}
}

/*per la mappa locale delle pagine*/
.cmp_breadcrumbs ol {
  margin-bottom: 2.5vh;
  font-size: 12px;
  margin-top: 3.5vh;
  opacity: 0.5;
}

.cmp_breadcrumbs ol:hover, .cmp_breadcrumbs ol:focus, .cmp_breadcrumbs ol:active {
	opacity: 1;
}

/*-----BOTTONI-----*/

.cmp_button, .cmp_download_link, .cmp_form .buttons button, .pkp_search button[type="submit"], .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 {
  box-shadow: unset;
  background: #fff;
  color: #3586b3;
}

.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 {
	background: #3586b3;
	border-color: #3586b3;
}

/*stile di bottone con colori inversi allo standard (blu-bianco anziché bianco-blu)*/
.cmp_download_link-blu {
  display: inline-block;
  box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
  background-color: #3586b3;
  border: 1px solid #3586b3;
  color: #fff;
  padding: 0 1.0715rem;
  border-radius: 3px;
  line-height: calc(2.143rem - 2px);
  text-decoration: none;
}

.cmp_download_link-blu:hover, .cmp_download_link-blu:focus {
  display: inline-block;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #aaa;
  border-top-color: #bbb;
  color: #3586b3;
  padding: 0 1.0715rem;
  border-radius: 3px;
  line-height: calc(2.143rem - 2px);
  text-decoration: none;
}


/*-----MOBILE MENU & CONTENT-----*/

@media (max-width: 991px) {

.pkp_site_nav_menu .profile a {
  color: rgba(240,240,240,0.7);
}

.pkp_site_nav_menu ul ul {
  padding-left: 1.5rem;
}

.pkp_site_nav_menu {
  padding: 10px;
  box-shadow: 0 6px 5px rgba(0,0,0,0.3);
  background: #3586b3;
}

#navigationUser a:hover, #navigationUser a:focus, #navigationUser a:active {
	color: rgba(240,240,240,0.7);
}

.obj_monograph_summary .cover img {
	margin: 0 auto 1em;
}

.pkp_page_index .additional_content {
  margin-top: 2em;
}
}

/*-----CONTENT-----*/

.pkp_structure_content {
	padding-top: 0;
}

.pkp_structure_main, .pkp_structure_main p {
	line-height: 1.5;
}

@media (min-width:992px) {
	.pkp_structure_main {
		padding:0 30px 50px;
	}
 
	.pkp_structure_main:first-child:last-child {
		margin-top: auto;
}}

.cmp_monographs_list {
  margin: 60px -10px 2em;
}

.pkp_page_index .additional_content {
  border-top: none;
  font-size: .9em
}

.obj_monograph_summary .seriesPosition {
	display: none;
}

@media (min-width:768px) {
 .obj_monograph_summary .cover {
	width:auto;
}
 .obj_monograph_summary .cover img {
	margin:auto;
}}

.pkp_structure_main .page .about_section {
    font-size: 1rem;
    font-style: unset;
}

/*-----VERSION-----*/

/*serve per nascondere le versioni e permettere il caricamento di pagine intermedie tra bottone e pdf (CFMT)*/
.sub_item.versions {
display: none;
}
.viewable_file_frame .viewable_file_frame_notice {
display: none;
}
.viewable_file_frame.viewable_file_frame_with_notice iframe {
padding-top: 2.143rem;
}


/*-----SIDEBAR-----*/

.pkp_block {
	font-size: 13px;
}

.pkp_block .title, .pkp_block .has_submenu {
 font-size:14px;
 color:rgba(0, 0, 0,0.7);
 letter-spacing: -0.025em;
 font-family: 'Lora',serif;
}

.pkp_block li.has_submenu ul {
	max-height: 35.5rem;
	overflow-y: auto;
	scrollbar-color: #ccc #f6f6f6;
	scrollbar-width: thin;
}

.pkp_block.block_information {
margin-top: -2.8rem;
}

.block_information a {
font-size: 14px;
}

/*-----BOOK OA PAGE-----*/

.page.page_book {
  padding-top: 3em;
}

.obj_monograph_full .main_entry .label {
	font-size: 16px;
	line-height: normal;
}


h2.subtitle {
  font-weight: 500;
  margin-top: -1.5em;
  margin-bottom: 2.857rem;
}


.authors {
	line-height: 1;
	font-family: 'Open sans',sans-serif;
	text-align: right;
}

.obj_monograph_full .author_bios .sub_item .label {
	margin: 0 0 0.3em;
	font-family: 'Open sans',sans-serif;
	font-variant: all-small-caps;
}

.item.author_bios .sub_item .value {
    margin-bottom: 2em;
}

.obj_monograph_full .entry_details {
    font-size: 13px;
}

.obj_monograph_full .entry_details .label {
	font-weight: 700;
	color: rgba(0,0,0,0.7);
}

.item.doi .label {
  font-size: inherit;
}

.item.doi {
  margin: 0 0 -2em;
}

.chapters .doi {
  font-size: .8em;
}

.chapters .authors {
  text-align: left;
  margin: .6rem 0 .4rem;
  line-height: 1.5;
  font-size: .9em;
}

.obj_monograph_full .chapters li {
  padding: 1rem 0;
}

.header_viewable_file .return:hover, .header_viewable_file .return:focus,
.header_viewable_file .download:hover, .header_viewable_file .download:focus,
.header_viewable_file  {
  background: #3586b3;
}

.item.downloads_chart {
	display: none;
}

@media (min-width: 768px) {
  .obj_monograph_full .row {
    border-bottom: none;
  }
}

/*-----CONTACT PAGE-----*/

@media (min-width: 992px) {
  .page_contact .contact.primary {
    padding-right: 8%;
  }
  .page_contact .contact {
    width: 45%;
}}

/*-----FOOTER-----*/

.pkp_brand_footer a img {
  min-width: 50px;
  width: 4.5vw;
}

.pkp_structure_footer {
  border-top: 3px dotted rgba(0,0,0,0.4);
  margin-top: 2em;
}

.pkp_structure_footer_wrapper {
  background: #fff;
}

@media (min-width: 768px) {
  .pkp_structure_main::before, .pkp_structure_main::after {
        background: transparent;
  }
}
