@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i&display=swap');

@media (min-width: 992px){
	.navbar-logo img {
    	max-height: 150px;
	}
	.navbar-logo {
		padding: 0;
	}
	.navbar-logo a:hover {
		background:none;
	}
	#primaryNav .dropdown-item:hover, #primaryNav .dropdown-item:focus {
        border-color: #fff;
	}
}
.navbar-collapse {
    margin-top: 1.3em;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .announcement-summary-date, .page-announcement .announcement-date, .btn, .article-details-issue-identifier, .issue-toc-section-title, .article-summary-title, .card-title {
	font-family: 'Merriweather', serif;
}
.navbar-brand img {
    max-height: 2.5em;
}

.navbar-logo > a,
.navbar-brand {
       pointer-events: none;
       cursor: default;
}

/*corsivo Audition 
#primaryNav > li.nav-item.nmi_type_custom {
	font-style: italic;
}
*/

/*gabbia pagine col-md-8 al 100% */
@media (min-width: 768px){
.col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
/* fine controllo gabbia */

/* pagina board responsive */
@media (min-width: 768px){
#board-two {
    display: none;
	}
}
@media (max-width: 768px){
#board-one {
    display: none;
	}
}
/* fine controllo board responsive */

.main-header{
  background: #ffffff;
  /*background: -webkit-linear-gradient(top, #ffffff, #E6E6E6);
  background: -moz-linear-gradient(top, #ffffff, #E6E6E6);
  background: linear-gradient(to bottom, #ffffff, #E6E6E6);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/
}
/*.pkp_brand_footer {
    display: none;
} */



@media (min-width: 992px) {
    #primaryNav .dropdown-item:focus, #primaryNav .dropdown-item:hover, #primaryNav .dropdown-menu.show {
    background: #055E7F;
	border-color: #d07254;
}
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .dropdown-item:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .dropdown-item:focus {
    background: #055E7F;
	}

.navbar-nav .nav-link, .navbar-nav .dropdown-item {
    font-size: 17px;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-item {
    color: #055E7F;
}
@media (min-width: 992px) {
#primaryNav .nav-link:hover, #primaryNav .nav-link:focus {
    color: #d07254;
    border-color: #d07254;
}
}
.alert-primary {
    color: #ffffff;
    background: #055E7F;
    border-color: #055E7F;
	text-align: center;
}
.alert-secondary {
    color: #055E7F;
    background: #ffffff;
    border-color: #d07254;
	text-align: center;
}
    
.alert-secondary a {
	color: #055E7F;
}
.alert-secondary a:hover, a:focus {
	color: #d07254;
    text-decoration: none;
}
	
.btn:hover, .btn:focus {
	color: #ffffff;
    background: #055E7F;
}

body > footer > div.container.site-footer-content > div > div.col-md.col-md-2.align-self-center.text-right {
    display: none;
}

/*body > footer > div.container.site-footer-sidebar {
    display: none;
}*/

/* controllo sidebar */
#usageStatsOptout {
	display: none;
}
@media (min-width: 992px){
.pkp_block {
    flex: 0 0 100%;
	}
}
@media (max-width: 991px) and (min-width: 768px){
.pkp_block {
    flex: 0 0 100%;
    /*margin-bottom: 20px;*/
}
}
/* fine controllo sidebar */

/*spazio tra l'issue e contenuto aggiuntivo [sotto la pellicola]*/
.container-homepage-issue, .homepage-additional-content {
    	margin-top:0rem;
}

.site-footer {
    background: #055E7F;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    } 


@media (min-width: 992px){
body > footer > div.container.site-footer-content > div > div.col-md.site-footer-content.align-self-center > div > div:nth-child(1) > p
	{
    font-size: smaller;
    margin-bottom: 0rem;
    margin-right:1.5rem;
}
body > footer > div.container.site-footer-content > div > div.col-md.site-footer-content.align-self-center > div.col-12.col-lg-12.pb-xs-30.align-self-center.text-center > p
	{
    font-size: smaller;
	margin-top: 1rem;
	}
}

@media (max-width: 992px){
body > footer > div.container.site-footer-content > div > div.col-md.site-footer-content.align-self-center > div > div:nth-child(1) > p	
	{
    font-size: smaller;
    margin-bottom: 3rem;
    margin-right:0rem;
}
body > footer > div.container.site-footer-content > div > div.col-md.site-footer-content.align-self-center > div.col-12.col-lg-12.pb-xs-30.align-self-center.text-center > p	
	{
    font-size: smaller;
	margin-top: 1rem;
	margin-bottom: 3rem;
	}
}

@media (max-width: 992px){
body > footer > div.container.site-footer-content > div > div.col-md.site-footer-content.align-self-center > div > div.col-12.col-lg-4.pb-xs-30.align-self-center.text-center > img {
    margin-bottom: 3rem;
    }
}

@media (max-width: 992px){
body > footer > div.container.site-footer-content > div > div.col-md.site-footer-content.align-self-center > div > div.col-12.col-lg-4.pb-xs-30.align-self-center.text-right {
    text-align: center!important;
    }
}


a.is_img:hover {
    background: none;
}


.pkp_footer_content img {
    max-width: 35%;
}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* controllo cards multimedia */

.card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	margin-bottom: 35px;
}

.card-body {
    padding: 1.15rem;
}

.card-title {
    text-align: center;
}

.issue-summary-date {
    text-align: center;
}

/* card label */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #004666;
}
#mio-ribbon {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 15px 15px 0px;
  background-color: #055e7f;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left #mio-ribbon {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/*classi per articoli */
.sottotitolo {
    font-size: 1.35rem !important;
    margin-top: 1.5rem !important;
    margin-bottom:0.3rem!important;}

.sottotitolo-biblio {
    margin-bottom:0.5rem!important;}

.ultimo-par {margin-bottom:0rem;}
.primo-par {margin-top:0rem !important;}

.citazione {
    padding-left:3em; 
    padding-right:3em; 
    font-size: 15px !important; 
    line-height:25px;
    border-left: 2px solid #055E7F;}
a {
    color: #055e7f}
a:hover, a:focus {
    color: #d07254;
}

html{
  scroll-behavior: smooth;
}

.gotopbtn{
  position: fixed;
  width: 50px;
  height: 50px;
  background:#055E7F;
  bottom: 40px;
  right: 50px;

  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 22px;
}

.indexbtn{
  position: fixed;
  width: 50px;
  height: 50px;
  background:#055E7F;
  bottom: 40px;
  left: 50px;

  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 22px;
}

.sidenav {
  display: none;
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 40px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
}

.sidenav p {
  padding-left: 15px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  margin-top:0rem;
margin-bottom:5px;
}

.sidenav a:hover {
  color: #f1f1f1;
}



.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 30px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  
}

.doi-text{
    font-size: 14px !important;
    margin-bottom: 5rem;
    margin-top:2.5rem !important;
}
.dida{
    font-size:14px !important;
}
.sezioni{
	font-weight: bolder;
	color:#055E7F;
	margin-bottom:30px;
}

/*pagina issue */
.issue-toc-section-title {
    color: #055e7f; 
}

div.homepage-issue-galleys > div.h3{
	font-size: 1.23rem;
}

.article-summary-doi {
	display:none;
}
@media (min-width: 1200px){
.issue-image-cover {
    margin-top: 0px;
}
	}
.section_policy {display:none;}