/*-----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: 160px;
		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: 100px;
	}
	
	.pkp_site_name .is_img img {
		max-height: unset;
		min-width: 220px;
		height: 100px;
	}
	
	.pkp_site_nav_toggle {
		/*il menu su sfondo blu allineato centralmente all'intestazione*/
		background: #3586b3;
		top: calc((.357rem + .357rem + 100px) / 2 - 20px);
	}
	
	.pkp_site_nav_menu {
		background: #3586b3;
	}
}

/*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);
	font-size: 15px;
	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: 0;
  padding: 2.143rem 0 1rem;
  font-size: 12px;
  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_article_details .files .link a, .obj_article_details .files .pub_format_remote a, .obj_article_details .files .pub_format_single a, .block_make_submission a {
  box-shadow: unset;
  background: transparent;
  color: #3586b3;
  border-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_article_details .files .link a:hover, .obj_article_details .files .pub_format_remote a:hover, .obj_article_details .files .pub_format_single a:hover, 
.obj_article_details .files .link a:focus, .obj_article_details .files .pub_format_remote a:focus, .obj_article_details .files .pub_format_single a:focus, 
.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
	background: #3586b3;
	border-color: #3586b3;
}

.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
  background: transparent;
  border: 1px solid #3686b3;
  border-top-color: unset;
  box-shadow: unset;
  color: #3586b3;
}

.cmp_button:hover, .cmp_button:focus, .page_search .submit button:hover, .page_search .submit button:focus {
  background: #3586b3;
  border-color: #3586b3;
  color: #fff;
}

.page_search .submit button:after {
  background:#3586b3;
  box-shadow:none;
}
.page_search .submit button:hover::after, .page_search .submit button:focus::after {
	background: #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;
}
}


/*-----INFO RIVISTA-----*/

.has_site_logo .pkp_head_wrapper { 
  /*il menu proietta l'ombra su ciò che lo segue*/
  position: relative;
  z-index: 100;
}

.pkp_page_index .homepage_about {
  background-color: #3586b3;
  margin: 0 -20px 0 -50px;
  padding: 2.143rem 50px;
  font-size: 15px;
  color: #fff;
}

.pkp_page_index .homepage_about h2 {
  font-size: 19px;
  }


/*-----CONTENT HOME-----*/

.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 20px 50px 50px;
		width: calc(100% - 182px); /*prende tutta la larghezza meno la sidebar (180px) */
		float: right; /*sposto il main box a dx*/
		border-left: 1px solid #ddd; /*aggiungo un filetto per separare sidebar da main*/
	}
	
	.obj_issue_toc .galleys:before, .obj_issue_toc .section:before {
		top: 1em;
		left: -20px; /*il filetto orizzontale delle sezioni deve cominciare un po' prima per connettersi a quello vert*/
	}

	
	.pkp_structure_sidebar {
		width: 180px;
		float: left; /*sposto la sidebar a sx*/
		/*da qui in poi per il posizionamento sticky*/
		height: 100vh;
		overflow-y: auto;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
 }

.pkp_page_index .additional_content {
  border-top: none;
  font-size: .9em
}

 .obj_issue_toc .cover {
	width:auto;
}
 .obj_issue_toc .cover img, .obj_issue_summary .cover img {
	max-height: 250px;
    width: auto;
	margin:auto;
	border: 1px solid #ddd;
}

.pkp_structure_main .page .about_section {
    font-size: 1rem;
    font-style: unset;
}

/**//*spaziatura verticale item*/
/**/	.obj_issue_toc .sections:not(:first-child) {
/**/	  margin-top: unset;
/**/	}
/**/	
/**/	@media (min-width: 992px) {
/**/	  .obj_issue_toc .galleys, .obj_issue_toc .section {
/**/	    margin: 0 -2.143rem;
/**/	    padding: 0 2.143rem 2.143rem;
/**/	  }
/**/	  .pkp_structure_main:first-child:last-child {
/**/		margin-top: auto;
/**/	  }
/**/	}
/**/	
/**/	.obj_issue_toc .articles {
/**/	  margin-top: 1.43rem;
/**/	}
/**/	
/**/	.obj_article_summary {
/**/	  line-height: 2;
/**/	  margin-bottom: 1em;
/**/	}
/*fine*/

.obj_article_summary:hover {
	/*al passaggio del mouse si colorano gli articoli (area del colore più ampia del testo)*/
  background-color: #f6f6f6;
  margin: -1em -2em 0;
  padding: 1em 2em;
}

.obj_article_summary>.title a {
  /*i titoli degli articoli in home sono neri (per estetica)*/
  color: #333;
}

.obj_article_summary > .title a:hover, 
.obj_article_summary > .title a:active, 
.obj_article_summary > .title a:focus {
  /*i titoli degli articoli in home sono neri, ma al passaggio si colorano come sempre*/
  color: #3586b3;
}

.obj_article_summary > .galleys_links .obj_galley_link {
  /*i file degli articoli in home sono neri (per estetica)*/
  color: #333;
  border-color: #333;
}

.obj_article_summary > .galleys_links .obj_galley_link:hover, .obj_article_summary > .galleys_links .obj_galley_link:active, .obj_article_summary > .galleys_links .obj_galley_link:focus {
  /*i file degli articoli in home sono neri, ma al passaggio si colorano come sempre*/
  color: #fff;
  border-color: #3586b3;
}


/**//*gestione grandezze font*/
/**/	.obj_issue_toc {
/**/	  font-size: 15px;
/**/	}
/**/	
/**/	.current_issue_title {
/**/	  font-size: 18px;
/**/	  line-height: 1.3em;
/**/	}
/**/	
/**/	.obj_issue_toc .galleys > h2, .obj_issue_toc .section > h2, .obj_issue_toc .galleys > h3, .obj_issue_toc .section > h3 {
/**/	    font-size: 17px;
/**/	}
/**/	
/**/	.obj_article_summary .meta {
/**/	  font-size: 15px;
/**/	}
/**/	
/**/	.obj_article_summary > .title {
/**/	  font-size: 18px;
/**/	  line-height: 1.3em;
/**/	}
/**/	
/**/	.pkp_page_index .current_issue .read_more {
/**/	  font-size: 15px;
/**/	}
/*fine*/


/*-----CALL FOR PAPER-----*/

  .cmp_announcements {
    background-color: #eeeeff;
  }

.obj_announcement_summary .date {
  font-size: .8rem;
  line-height: .8rem;
  color: rgba(0,0,0,0.4);
  padding-top: .3em;
}

.obj_announcement_summary .date::before {
  font-size: .8rem;
  color: rgba(0,0,0,0.4);
}


/*-----SIDEBAR-----*/

.pkp_block, .col-md-3 p, .col-md-3 a {
	font-size: 13px;
}

.pkp_block .title, .pkp_block .has_submenu, .pkp_block .content h2 {
 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: 33.5rem;
	overflow-y: auto;
	scrollbar-color: #ccc #f6f6f6;
	scrollbar-width: thin;
}

.pkp_block.block_custom.col-md-3 h2 {
  font-size: 14px;
  color: rgba(0, 0, 0,0.7);
  letter-spacing: -0.025em;
  font-family: 'Lora',serif;
}


/*-----ARTICLE OA PAGE-----*/

.obj_article_details .main_entry .label {
	font-size: 16px;
	line-height: normal;
}

.obj_article_details .author_bios .sub_item .label {
	margin: 0 0 0.3em;
	font-family: 'Open sans',sans-serif;
	font-variant: all-small-caps;
	font-size: 1em;
}

.obj_article_details .author_bios .sub_item .label .affiliation {
  font-weight: normal;
}

.item.author_bios .sub_item .value, .item.references .value {
    font-size: .9em;
	margin-bottom: 2em;
}

.obj_article_details .entry_details {
    font-size: 13px;
}

.obj_article_details .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;
}

.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;
}

.entry_details .cover_image img {
	max-height: 250px;
	width: auto;
	border: 1px solid #ddd;
}

/**//*filetti e spaziatura della pagina dell'articolo*/
/**/	@media (min-width: 768px) {
/**/	  .obj_article_details .entry_details {
/**/		border-left: none;
/**/		float: right;
/**/	  }
/**/	  .obj_article_details .main_entry {
/**/		border-right: none;
/**/		width: calc(100% - 302px);
/**/	  }
/**/	  .obj_article_details .entry_details .item {
/**/		border-bottom: none;
/**/	  }
/**/	  .obj_article_details .row {
/**/		border-bottom: none;
/**/	  }
/**/	  .page_issue_archive .issues_archive > li {
/**/	    border-bottom: none;
/**/	  }
/**/	}
/**/	
/**/	.obj_article_details .entry_details .item {
/**/		border-bottom: none;
/**/	}
/**//*fine*/

.obj_article_details .authors {
	line-height: 1;
	font-family: 'Open sans',sans-serif;
}

.obj_article_details .authors li {
	display: inline-flex;
}

.obj_article_details .authors .affiliation {
	display: none;
}

.obj_article_details .authors li::after {
	content: ", ";
	font-weight: bold;
}

.obj_article_details .authors li:last-child::after {
	content: "";
}


/*-----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 #c9c9c9;
  margin-top: 2em;
}

.pkp_structure_footer_wrapper {
  background: #fff;
}

@media (min-width: 768px) {
  .pkp_structure_main::before, .pkp_structure_main::after {
        background: transparent;
  }
}
