@charset "UTF-8";
/* CSS Document */

/**************************CORPO DEL SITO*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Voltaire&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root{
	--main-color:#4d8743;
	--hover-color:#233820;
	--second-color:#f4f5f7;
	--third-color:#d0d5be;
	--main-color-alfa:#4d874390;
	--white-color:#fefefe;
	--white-color-alfa:rgba(255, 255, 255, .9);
	--black-color:#252525;
	--grey-color:#d5d5d5;
	--main-font:"Titillium Web", sans-serif;
    --second-font:"Figtree", sans-serif;
	--cond-font:"Voltaire", sans-serif;
}
a{
	color:var(--main-color);
	text-decoration:none;
}
a:hover{
	color:var(--hover-color);
	text-decoration:underline;
}
html,body{
	font-family:var(--main-font);
	font-weight:300;
	font-size:16px;
	background:transparent;
}
figure{margin:0 !important;}
.pkp_structure_page{
	max-width:100%;
	margin-top:0;
	margin-bottom:0;
	background:transparent;
	box-shadow:none;
}
.button{
    display:flex;
    justify-content:flex-start;
    margin-top:1em;
}
.button a{
    border-radius:3px;
    height:50px;
	text-align:center;
	text-transform:uppercase;
	color:var(--white-color);
	background:var(--main-color);
	padding:10px 20px;
	border:1px solid var(--main-color);
	cursor:pointer;
	-webkit-transition-duration:0.4s; /* Safari */
    transition-duration:0.4s;
}
.button a:hover{
	background-color:var(--white-color);
	color:var(--main-color);
	text-decoration:none;
	border:1px solid var(--main-color);
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px){}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.button a{padding:5px 9px;}
}

/**************************PULSANTE MAKE SUBMISSION****************************************/

/* --- MAKE SUB BUTTON (full CSS) --- */

.make_sub{
    width:100%;
    height:50px;
    margin-bottom:1.5em;
    font-family:var(--main-font);
    text-transform:uppercase;
    font-weight:700;
    cursor:pointer;
    background-color:var(--main-color);
    color:var(--white-color);
    border:none;
    border-radius:3px;
    overflow:hidden;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 1.25rem;
    -webkit-transition:transform .2s;
    transition:transform .2s;
}
/* text (starts centered) */
.make_sub span{
    display:block;
    margin-left:0;
    -webkit-transition:-webkit-transform .35s ease-in-out, opacity .25s ease-in-out;
    transition:transform .35s ease-in-out, opacity .25s ease-in-out;
}
/* icon wrapper (moves from left to center responsively) */
.make_sub .svg-wrapper-1{
    position:absolute;
    top:50%;
    left:1.25rem;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
    -webkit-transition:left .35s ease-in-out, -webkit-transform .35s ease-in-out;
    transition:left .35s ease-in-out, transform .35s ease-in-out;
}
/* inner wrapper only for "fly" so it doesn't fight positioning */
.make_sub .svg-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
}
.make_sub svg{
    display:block;
    -webkit-transform-origin:center center;
    -ms-transform-origin:center center;
    transform-origin:center center;
    -webkit-transition:-webkit-transform .35s ease-in-out;
    transition:transform .35s ease-in-out;
}
/* hover: icon goes to the center and stays centered */
.make_sub:hover .svg-wrapper-1{
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
/* hover: fly animation */
.make_sub:hover .svg-wrapper{
    -webkit-animation:fly-1 .6s ease-in-out infinite alternate;
    animation:fly-1 .6s ease-in-out infinite alternate;
}
/* hover: rotate/scale icon (no fixed translateX) */
.make_sub:hover svg{
    -webkit-transform:rotate(45deg) scale(1.1);
    -ms-transform:rotate(45deg) scale(1.1);
    transform:rotate(45deg) scale(1.1);
}
/* hover: text flies from center to right and disappears */
.make_sub:hover span{
    -webkit-transform:translateX(140%);
    -ms-transform:translateX(140%);
    transform:translateX(140%);
    opacity:0;
}
/* active */
.make_sub:active{
    -webkit-transform:scale(0.95);
    -ms-transform:scale(0.95);
    transform:scale(0.95);
}
/* fly animation */
@-webkit-keyframes fly-1{
  from { -webkit-transform:translateY(0.1em); transform:translateY(0.1em); }
  to   { -webkit-transform:translateY(-0.1em); transform:translateY(-0.1em); }
}
@keyframes fly-1{
  from { -webkit-transform:translateY(0.1em); transform:translateY(0.1em); }
  to   { -webkit-transform:translateY(-0.1em); transform:translateY(-0.1em); }
}


/**************************LOGO PAGEPRESS HEADER*******************************************/

.container_logo_login{
    display:flex;
    align-items:center;
    height:53px;
	background-color:var(--hover-color);
	/*border-bottom:1px solid var(--grey-color);*/
}
.content_logo_login{
	width:30%;
	display:flex;
	align-items:center;
}
.logo_PP{
	width:100px;
	margin:0 2em;
	position:relative;
}
.logo_PP > a > img{width:80%;margin-top:5px;}
.logo_PP::after{
	content:"";
	position:absolute;
	right:-13px; /* Distanza dal div */
	top:28%;
	height:40%; /* Occupa tutta l'altezza del genitore */
	width:1px; /* Spessore della linea */
	background-color:var(--white-color);
}
.content_social{margin-bottom:0.3em;}
.content_social a{
	display:inline-block;
	width:40px;
	margin:0 5px;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	transition:all 0.7s ease;
    color:var(--third-color);
}
.content_social a:hover, .content_social a:active, .content_social a:focus{color:var(--white-color);}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px){
	.content_logo_login{width:100%;justify-content:space-between;}
	.logo_PP{margin:1.1em 1em;}
	.logo_PP::after{display:none;}
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.content_logo_login{width:100%;justify-content:space-between;}
	.logo_PP{margin:1.1em 1em;}
	.logo_PP::after{display:none;}
}


/**************************HEADER**********************************************************/

.pkp_structure_head{
	position:relative;
	z-index:9999;
	/*background-image:url(images/bg_header.png);
	background-size:cover;
	background-repeat:no-repeat;*/
	background-color:transparent;
	margin-bottom:0em;
	border-bottom:0;
	box-shadow: 0 1px 2px rgba(40,40,40,.12),0 2px 1px rgba(40,40,40,.08),0 1px 3px rgba(40,40,40,.04);
}
.has_site_logo .pkp_head_wrapper{width:100%;}
.pkp_site_name_wrapper{
	display:flex;
	align-items:center;
	width:100%;
	height:100px;
	background-color:var(--main-color);
	/*background:none;*/
	/*background:linear-gradient(to right, var(--white-color), rgb(0 0 0 / 0));*/
}
.pkp_site_name{width:35%;padding:0;margin-top:-2px;display:flex;align-items:center;}
.pkp_site_name > a{padding:0;margin-top:3px;}
.is_text_mobile{display:none;}
.pkp_site_name .is_text{
	font-family:var(--main-font);
	font-weight:400;
	font-size:1.8rem;
	color:var(--third-color);
    line-height:1em;
}
/* Remove active visual state */
.pkp_site_name .is_text:active,
.pkp_site_name .is_text:focus,
.pkp_site_name .is_text:focus-visible{
    color:var(--third-color);
    background-color:transparent;
    outline:none;
    box-shadow:none;
    text-decoration:none;
}
.content_claim{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:30px;
	background-color:var(--hover-color);
}
.content_claim > p{
	color:var(--white-color);
	font-size:13.5px;
	padding:0 2.5em;
	/*padding:0.35em 0em 0em 2.5em;
	font-family:var(--main-font);
	margin:0;*/
}
.content_info_header{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	position:absolute;
	top:97px;
	bottom:0px;
	left:0px;
	right:33px;
}
.loghi_header{}
.loghi_header a{display:flex;justify-content:flex-end;}
.content_info_header img{width:30%;}
.issn_num{
	color:var(--black-color);
	margin-left:1em;
}
.swiper-slide figure img{height:100% !important;}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px){
	.pkp_site_name{padding-top:0rem;width:85%;margin-left:1em;}
	.pkp_site_name .is_img{display:none;}
	.pkp_site_name .is_text{display:block;font-size:0.85rem;color:var(--white-color);}
	.pkp_site_name_wrapper{height:46px;}
	.pkp_site_name_wrapper{background:linear-gradient(to right, var(--main-color), var(--hover-color));}
	.content_claim > p{font-size:11px;color:var(--white-color);}
	.content_info_header{
		display:flex;
		flex-flow:column;
		align-items:flex-start;
		position:inherit;
		margin-top:3em;
	}
	.loghi_header{margin-left:1em;}
	.issn_num{color:var(--white-color);}
	.has_site_logo .pkp_head_wrapper{padding-right:0rem;}
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.pkp_site_name{padding-top:0rem;width:85%;margin-left:1em;}
	.pkp_site_name .is_img{display:none;}
	.pkp_site_name .is_text{display:block;font-size:0.85rem;color:var(--white-color);}
	.pkp_site_name_wrapper{height:46px;}
	.pkp_site_name_wrapper{background:linear-gradient(to right, var(--main-color), var(--hover-color));}
	.content_claim > p{font-size:11px;color:var(--white-color);line-height:12px;padding:9px;margin:0;}
	.content_info_header{
		display:flex;
		flex-flow:column;
		align-items:flex-start;
		position:inherit;
		margin-top:3em;
	}
	.loghi_header{margin-left:1em;}
	.issn_num{color:var(--white-color);}
	.has_site_logo .pkp_head_wrapper{padding-right:0rem;}
}


/**************************MENU USER / UTILITY HEADER**************************************/

.pkp_navigation_user_wrapper{
	top:8.5px;
	right:0;
	left:auto;
	width:50%;
	transform:none;
	padding-right:2.143rem;
}
.pkp_navigation_user.pkp_navigation_user{border-top:0;}
.content_user_menu{
	float:right;
	padding:0 0 0 0.95em;
	position:relative;
}
.content_user_menu::before{
	content:"";
	position:absolute;
	left:0px; /* Distanza dal div */
	top:32%;
	height:40%; /* Occupa tutta l'altezza del genitore */
	width:1px; /* Spessore della linea */
	background-color:var(--third-color);
}
.content_utility_menu{
	float:right;
	padding:0 1em;
	position:relative;
}
.pkp_navigation_user > li > a,.pkp_navigation_utility > li > a{
	font-family:var(--main-font);
	font-size:15px;
	font-weight:500;
	color:var(--third-color);
}
.pkp_navigation_utility > li > a{font-weight:400;}
.pkp_navigation_user > li > a:hover,.pkp_navigation_utility > li > a:hover{
	color:var(--white-color);
	text-decoration:none;
	background:var(--hover-color);
}
.pkp_navigation_user > li > a .task_count{
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:0.5em;
	border-radius:50%;
	background:rgba(204, 204, 204, 0.3);
	line-height:20px;
	text-align:center;
	font-size:12px;
	top:0rem;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px){
	.pkp_navigation_user{width:auto;}
	.pkp_navigation_user_wrapper{width:100%;padding:0;}
	.pkp_navigation_user > li > a,.pkp_navigation_utility > li > a{color:var(--white-color);}
	.pkp_navigation_user > li > a:hover,.pkp_navigation_utility > li > a:hover{color:var(--white-color);}
	.pkp_nav_list ul a{padding:0.3em 1.5em;}
	.pkp_nav_list ul a{color:var(--white-color);}
	.content_utility_menu,.content_user_menu,.content_info_header{float:none;padding:0;}
	.content_user_menu{margin:1em 0;}
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.pkp_navigation_user_wrapper{width:100%;padding:0;}
	.pkp_navigation_user > li > a,.pkp_navigation_utility > li > a{color:var(--white-color);}
	.pkp_navigation_user > li > a:hover,.pkp_navigation_utility > li > a:hover{color:var(--white-color);}
	.pkp_nav_list ul a{padding:0.3em 1.5em;}
	.pkp_nav_list ul a{color:var(--white-color);}
	.content_utility_menu,.content_user_menu,.content_info_header{float:none;padding:0;}
	.content_user_menu{margin:1em 0;}
}


/**************************MENU SITE*******************************************************/

.pkp_navigation_primary_wrapper{
    width:auto;
    position:absolute;
    top:69px;
    right:30px;
}
.pkp_site_nav_menu{background:var(--main-color);}
.pkp_navigation_primary{
	display:inline-block;
	max-width:100%;
	text-align:left;
}
.pkp_navigation_primary > li:first-child a {margin:0;}
.pkp_navigation_primary > li > a {
	margin:0em;
	height:60px;
}
.pkp_navigation_primary > li > a:hover{
	/*background:var(--hover-color);*/
	text-decoration:none;
}
#navigationPrimary a {
	font-family:var(--main-font);
    font-size:1em;
	font-weight:500;
    text-transform:none;
	color:var(--white-color);
	padding:1.4em 1.5em;
	border:0;
	position:relative;
	transition:background-color 0.3s ease, color 0.3s ease;
}
#navigationPrimary a:hover{color:var(--main-color);}
#navigationPrimary > li > a:active{color:none;}
#navigationPrimary > li > a:hover{color:var(--hover-color);}
/* Mantieni hover sul padre mentre sei nel submenu (hover su li / focus within) */
#navigationPrimary > li:hover > a,
#navigationPrimary > li:focus-within > a{
    color:var(--hover-color);
    text-decoration:none;
}
#navigationPrimary ul{
    background:var(--white-color);
    border-top:3px solid var(--hover-color);
    margin-left:-3em;
	margin-top:1em;
    border-radius:0 0 10px 10px;
	box-shadow:0 12px 24px rgba(0,0,0,0.15);
}
#navigationPrimary ul a{
    font-size:0.9em;
    color:var(--black-color);
    padding:1em 1.3em;
    border-radius:0 0 10px 10px;
}
/* Remove active visual state */
#navigationPrimary > li > a:active,
#navigationPrimary > li > a:focus,
#navigationPrimary > li > a:focus-visible{
    color:var(--white-color);
    background-color:transparent;
    outline:none;
    box-shadow:none;
}
.pkp_nav_list [aria-haspopup]::after{
    position:relative;
    display:inline-block;
    content:"";
    width:0;
    height:0;
    margin-left:0.25em;
    border-top:4px solid;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
    vertical-align:middle;
    overflow:hidden;
}
.pkp_nav_list ul a {
	display:block;
	font-weight:400;
	padding-left:1em;
	border-left:0;
	color:var(--black-color);
}
.pkp_nav_list ul a::after{content:none;} /* niente riga animata dentro il dropdown */
.pkp_nav_list ul a:hover{
	color:var(--black-color);
	background:var(--white-color);
}
.pkp_nav_list ul{
    position:absolute;
    top:100%;
    left:-9999px;
    z-index:1000;
    width:11em;
    margin:0;
    margin-top:0px;
    margin-left:0px;
    padding:0;
    padding-left:0px;
    background:var(--hover-color);
    border-radius:0px;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.pkp_nav_list ul li:first-child a{
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.pkp_nav_list ul li:last-child a{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	margin-right:0em;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px){
	.pkp_navigation_primary > li > a {padding:1em 0.9em;height:auto;}
	.pkp_navigation_primary > li > a::after{display:none;} /* su mobile basta il colore */
	#navigationPrimary a{color:var(--white-color);}
	.content_user_menu, .content_utility_menu{float:none;padding:0 0.5em;}
    .pkp_navigation_primary_wrapper{
        position:inherit;
        top:0px;
        right:0px;
    }
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.pkp_navigation_primary > li > a {padding:1em 0.9em;height:auto;}
	.pkp_navigation_primary > li > a::after{display:none;}
	#navigationPrimary a{color:var(--white-color);}
	.content_user_menu, .content_utility_menu{padding:0 1em;}
    .pkp_navigation_primary_wrapper{
        position:inherit;
        top:0px;
        right:0px;
    }
}

/**************************BREADCRUMBS*****************************************************/

.cmp_breadcrumbs {
	padding:1em 1.5em;
	margin:1.4em 0;
	font-family:var(--main-font);
	font-weight:300;
	font-size:12px;
	color:rgba(0, 0, 0, 0.54);
	text-transform:uppercase;
	background:var(--second-color);
	width:100%;
}

@media only screen and (min-width:667px) and (max-width:926px){
	.cmp_breadcrumbs {width:100%;}
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.cmp_breadcrumbs {width:100%;}
}


/**************************MAIN SITE*******************************************************/

.page_index_journal{margin:0;}
.pkp_structure_content{width:100%;}
.pkp_structure_main_full{width:100%;}
.pkp_structure_main{
	width:75%;
	padding:0 2.5rem 6.429rem;
}
.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4{
	font-family:var(--main-font);
	margin:1em 0 1em;
}
.pkp_page_index .homepage_image, .pkp_page_index .additional_content{
	margin:0rem;
	border-top:0;
	display:flex;
	justify-content:center;
    align-items:center;
	flex-direction:column;
	/*overflow:hidden;*/
	gap:2em;
	min-height:500px;
}
.pkp_page_index .additional_content{
	height:auto;
	text-align:left;
	padding:1em 0;
}
.homepage_image{
	position:relative;
	display:inline-block;
	padding-bottom:0;
	/*height:270px;*/
	overflow:hidden;
}
.pkp_page_index .homepage_image img{
	height:500px;
	object-fit:cover;
}
.blur-layer{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	backdrop-filter:blur(20px);
	/* Maschera per rendere visibile la parte destra e sfocata la sinistra */
	-webkit-mask-image:linear-gradient(to right, white 20%, transparent 100%);
	mask-image:linear-gradient(to right, white 20%, transparent 100%);
	pointer-events:none;
}
.content_current_issue{
	min-width:500px;
	display:flex;
	align-items:center;
	position:absolute;
	top:30px;
	left:0px;
	line-height:0px;
    padding:1em 1em 1em 3em;
    background:rgba(255,255,255,.1);
    backdrop-filter:blur(10px);
}
.content_current_issue_white{color:var(--white-color);}
.content_current_issue_color{color:var(--hover-color);}
.content_current_issue h3{
	text-transform:uppercase;
	font-weight:300;
	margin-bottom:3em;
	background:rgba(0, 0, 0, 0.5); /* Sfondo semi-trasparente per leggibilità */
	/*text-shadow:0px 0px 10px var(--black-color);*/
    margin-left:0.5em;
}
.content_indentity{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width:auto;
    color:var(--white-color);
}
/*.content_indentity_video{
	padding:10px 10px 15px 10px;
	backdrop-filter:blur(15px);
	color:var(--white-color);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
    border:1px solid #ffffff20;
}*/
.content_cover_indentity{max-width:140px;margin-right:2em;}
.content_cover_indentity .cover img{height:inherit;object-position:0px 0px;}
.content_indentity_title{font-size:1rem;text-transform:uppercase;margin-left:0em;margin-top:1em;}
.indentity_issue{
	font-size:2.55rem;
	font-weight:400;
	text-transform:uppercase;
	font-family:var(--cond-font);
	background:rgba(0, 0, 0, 0.5); /* Sfondo semi-trasparente per leggibilità */
	/*text-shadow:0px 0px 10px var(--black-color);*/
    margin-left:0em;
}
.indentity_issue_date{/*text-shadow:0px 0px 10px var(--black-color);*/margin-left:0.3em;margin-top:0em;}
.content_view_issue{
	width:100px;
	height:30px;
	background-color:var(--main-color);
	cursor:pointer;
	font-weight:400;
	text-align:center;
	text-decoration:none;
	color:var(--white-color);
	transition:all .25s ease-in-out;
}
.content_view_issue a:hover, .content_view_issue a:active, .content_view_issue a:focus{text-decoration:none;}
.content_view_issue:hover{background-color:var(--hover-color);}
.button_view{
	display:flex;
	justify-content:flex-start;
	margin-top:1em;
    margin-left:0em;
}
.button_view a{
    font-weight:600;
    border-radius:20px;
	text-align:center;
	text-transform:uppercase;
	color:var(--white-color);
	background:var(--main-color);
	padding:15px 15px;
	border:1px solid var(--main-color);
	cursor:pointer;
	-webkit-transition-duration:0.4s; /* Safari */
    transition-duration:0.4s;
}
.button_view a:hover{
	background-color:var(--third-color);
	color:var(--main-color);
	text-decoration:none;
	border:1px solid var(--main-color);
}
.video_container{
    position:relative;
    width:100%;
    height:clamp(300px, 70vh, 500px); /* min 300, scala con viewport, max 700 */
    overflow:hidden;
    z-index:-1;
}
.video_container video{
    position:absolute;
    inset:0; /* top/right/bottom/left: 0 */
    width:100%;
    height:100%;
    object-fit:cover;   /* riempie il box, tagliando se serve */
    object-position:top;
}
.content_indexing{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:80px;
	display:flex;
	justify-content:flex-end;
}
.content_value_indexing{
	width:200px;
    height:80px;
	cursor:pointer;
	backdrop-filter:blur(50px);
	-webkit-backdrop-filter:blur(50px);
	background:rgba(40,40,40,.1);
}
.content_value_indexing:nth-child(1){
	background:rgba(40,40,40,.2);
}
/*.content_value_indexing:last-child{
	background-color:var(--main-color);
	transition:background-color 0.3s ease, color 0.3s ease;
	text-transform:uppercase;
}*/
.content_value_indexing a:hover,.content_value_indexing a:active,.content_value_indexing a:focus{text-decoration:none;}
/*.content_value_indexing:last-child:hover{background-color:var(--hover-color);}*/
.if_text{color:var(--white-color);padding:1.15em 0 1em 1.8em;}
.if_value{font-size:20px;font-weight:700;margin-bottom:2px;}
.if_title{font-size:12px;font-weight:300;}
.container_element_journal,.container_element_journal_ediPick{width:100%;margin:4em 0;}
.container_element_journal_ediPick{
	margin:0;
	background-color:var(--second-color);
	padding-bottom:2.5em;
}
.content_elements,.content_elements_items{
	display:flex;
    flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    justify-content:space-around;
    gap:10px;
    max-width:75%;
    margin:5.5em auto;
	/*background-color:var(--second-color);*/
}
.content_elements_items{background-color:var(--white-color);margin-bottom:4em;}
.content_elements_items a{text-decoration:none;}
.content_elements_items a:hover{text-decoration:none;}
.description_journals{padding:2em;}
.content_elements_info{
    display:flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    justify-content:space-around;
    gap:10px;
    max-width:85%;
    margin:-3.1em auto;
}
.content_elements_info a,
.content_elements_info a:hover,
.content_elements_info a:focus,
.content_elements_info a:visited{
    text-decoration: none;
}
.content_elements_info a:hover .items_elements .text h1,
.content_elements_info a:hover .items_elements .text p,
.items_elements:hover .text h1,
.items_elements:hover .text p{
    color: var(--main-color);
}
.items_elements{
	flex:1 1 calc(30% - 10px);
	background-color:var(--main-color);
	border-radius:100px;
    border: 1px solid var(--third-color);
	box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);
	display:flex;
	flex-direction:row;
	align-items:stretch;
	text-align:left;
	/*transition:box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;*/
    -webkit-transition:all .35s ease;
    transition:all .35s ease;
	min-width:350px;
    height:90px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
}
.items_elements:hover{
    background-color:var(--third-color);
    color:var(--main-color);
    border: 1px solid var(--main-color);
	box-shadow:0 8px 16px rgba(0, 0, 0, 0.2);
	transform:translateY(-5px);
}
.items_elements .image{
	width:50%;
	aspect-ratio:4/3;
	background-size:cover;
	background-position:center;
	flex-shrink:0;
}
.image.board{background:url('images/board.jpg') center/cover no-repeat;/*opacity:0.5*/;filter:contrast(110%);}
.image.ethics{background:url('images/ethics.jpg') center/cover no-repeat;/*opacity:0.5*/;filter:contrast(110%);}
.image.archive{background:url('images/arch.jpg') center/cover no-repeat;/*opacity:0.5*/;filter:contrast(110%);}
.items_elements .text{
	width:100%;
	padding:20px;
	display:flex;
	/*flex-direction:column;*/
	justify-content:center;
    align-items:center;
}
.items_elements span{
    color:var(--third-color);
    font-size:2em;
	padding:0 20px 0 0;
}
.items_elements .text h1{
	font-size:1.7rem;
    font-weight:500;
	font-family:var(--second-font);
	color:var(--third-color);
	text-transform:uppercase;
    -webkit-transition:all .35s ease;
    transition:all .35s ease;
}
.items_elements:hover{color:var(--main-color);}
.items_elements:hover span{color:var(--main-color);}
.items_elements .text p{
	margin:0;
	font-size:16px;
	color:var(--second-color);
    -webkit-transition:all .35s ease;
    transition:all .35s ease;
}
.homepage_about{display:flex;flex-direction:column;}
.pkp_page_index .homepage_about h2{font-family:var(--main-font);font-weight:300;}
.pkp_page_index .homepage_about{width:100%;padding:0;}
.pkp_page_index .homepage_about p{font-size:1.1em;line-height:1.55em;}
.about_journal{}
/*.img_journal{
	width:100%;
	display:flex;
}
.img_journal img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:left center;
}*/
.cover_journal{
	width:20%;
	margin:0 2em 0 0;
	text-align:center;
}
.cover_journal img{
	box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);
	transition:box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.cover_journal img:hover{box-shadow:0 8px 16px rgba(0, 0, 0, 0.2);transform:translateY(-5px);}
.add_custom_container{
    line-height:1.5em;
    font-size:12px;
    margin:0 0 -1.1em 0.7em;
}
.cmp_notification {
	display:block;
	width:100%;
	padding:1.43rem;
	margin-bottom:0;
	border-left:.357rem solid var(--main-color);
	font-size:1rem;
	line-height:1.43rem;
    color:var(--main-color);
}
.section_policy{
	background:var(--second-color);
	padding:0.1em 1.3em 1.3em;
	margin:1em 0;
	border-radius:15px;
	border:1px solid var(--main-color-alfa);
}

@media only screen and (min-width:667px) and (max-width:926px){
	.pkp_structure_main{width:100%;padding:0;}
	.page_index_journal{}
	.content_elements{flex-direction:column;}
    .content_elements_info{
        margin:1em auto;
        flex-flow:column-reverse;
        gap:10px;
        max-width:auto;
    }
	.content_elements_items{margin-top:2em;align-items:flex-start;max-width:100%;}
	.content_elements_items a{flex:1;}
	.img_journal,.cover_journal{width:auto;margin:1em;flex-direction:column;}
	.cover_journal img{width:100%;}
	.pkp_page_index .homepage_about{width:100%;padding:1em;}
    .pkp_page_index .additional_content{width:30%;}
	.items_elements{margin:1.5em auto;flex:1 1 calc(100% - 10px);}
	.content_indexing{bottom:0px;}
	.container_element_journal{margin:0;}
	.content_current_issue{top:10px;left:0px;height:200px;}
    .content_indentity_title{margin-top:0em;}
    .content_cover_indentity{max-width:110px;}
    .indentity_issue{font-size:1.9rem;}
    .button_view{margin-top:0.4em;}
    .add_custom_container{font-size:10px;margin:-0.3em 0.3em;}
	.pkp_page_index .homepage_image{align-items:baseline;min-height:0;}
	.pkp_page_index .homepage_image img{}
	.video_container video{top:0%;transform:translateY(0%);}
    .content_indexing_header{top: 25px;}
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.pkp_structure_main{width:100%;padding:0;}
	.page_index_journal{}
	.container_element_journal{margin:1em 0 3em;}
    .content_elements_info{
        margin:1em auto;
        flex-flow:column-reverse;
        gap:0;
        max-width:100%;
    }
	.content_elements{flex-direction:column;}
	.content_elements_items{margin-top:5em;flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-direction:column-reverse;}
	.content_elements_items:nth-child(2), .content_elements_items:nth-child(3){margin:0 auto;}
	.img_journal,.cover_journal{width:auto;flex-direction:column;}
	.cover_journal{margin:0;order:2;}
	.cover_journal img{width:100%;}
	.content_cover_indentity{display:none;}
	.pkp_page_index .homepage_about{width:auto;order:1;}
	.content_indexing{top:150px;}
	.content_value_indexing{height:60px;}
	.if_text{padding:0.7em 0 0 1em;}
	.if_text_sub{padding:0.75em 0 0 0.4em;}
	.content_current_issue{top:15px;left:15px;width:auto;padding:1em 1em 1em 1em;min-width:auto;}
    .add_custom_container{display:none;}
	.content_indentity_video{
		padding:5px 10px 15px 10px;
		border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
	}
    .content_indentity_title{font-size:0.5rem;margin-left:0em;}
	.content_current_issue h3{margin-bottom:1em;}
	.indentity_issue{font-size:1.3rem;margin-left:0px;}
    .indentity_issue_date{font-size:1rem;margin-left:0px;}
	.button_view{margin-top:0.5em;margin-left:-3px;}
	.items_elements{margin:0.7em auto;}
    .items_elements .image{width:100%;height:75px;}
    .items_elements .text{width:100%;text-align:center;}
	.blur-layer{width:100%;}
	.pkp_page_index .homepage_image{align-items:baseline;min-height:0;}
	.pkp_page_index .homepage_image img{height:210px;}
	.video_container video{top:-1%;transform:translateY(0%);}
    .video_container{height:clamp(180px, 30vh, 212px);} /* ancora più contenuto */
    .content_indexing_header{top:25px;}
}


/**************************PAGINA NEWSLETTER*********************************************/

.container_element_newsletter{
	display:flex;
	flex-direction:column;
}
.content_elements_newsletter{
	flex:1;
	padding-bottom:3em; /* Facoltativo, per spaziatura interna */
}
.content_desc_newsletter{padding-bottom:1em;}
.content_elements_newsletter img{
	width:100%;
	height:300px;
	object-fit:cover;
}

/**************************EDITORIAL PICK**************************************************/

#editorial_pick{margin:1em 0px;}
.noble-editorial-pick {
	display:flex;
	flex-wrap:wrap;
	margin:6em 6em 0;
}
.container_edp{flex-grow:1;}
.container-item{
	display:flex;
	flex-flow:column;
	justify-content:space-between;
	height:100%;
	margin-top:1.5em;
}
.title_section_edp{
	font-size:2.5em;
	font-weight:400;
	text-align:center;
	position:relative;
	top:1.05em;
}
.title_edp{
	position:relative;
	/*margin-top:3em;*/
	font-weight:400;
}
.gallery-wrapper{display: flex;}
.gallery-item{
	/*position:relative;
	isolation:isolate;*/
	display:flex;
	flex:1;
	height:300px;
	width:300px;
	padding:20px;
	margin:0.7em;
	background-color:var(--white-color);
	/*transition: flex 0.5s, opacity 0.25s;
	opacity:1;
	overflow:hidden;*/
	flex-direction:column;
	justify-content:space-between;
	box-shadow:0 0 1px 0 rgba(227,229,232,.7);
	border-radius:25px;
	border:1px solid #d6d8dc;
}
.gallery-item:hover {/*opacity: 1;flex: 2;*/}
.gallery-item:not(:hover) {/*opacity: 0.75;*/}
.item-image {
	/*position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	object-fit:cover;
	right:15px;
	z-index:-1;*/
	width:100%;
	height:150px;
	overflow:hidden;
	margin-top:-30px;
	margin-bottom:1em;
	border-radius:15px;
	box-shadow:0 0 7px -2px var(--black-color);
}
.item-image img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.item-description{
	align-self:flex-end;
	text-transform:uppercase;
	color:var(--white-color);
}
.name_edp{
	font-size:15px;
	/*background:var(--main-color);
	background:var(--black-color);
	background:linear-gradient(90deg, #f32d5b, #ff009b);
	transform:translateY(-10px);
	padding-inline:14px;*/
	padding:0 5px;
	line-height:21px;
}
.name_edp a{text-decoration:none;color:var(--black-color);}
.name_edp a:hover{text-decoration: none;}
.info_edp{
	display:flex;
	flex-flow:column;
	padding:0 5px;
}
.data_edp{font-size:13px;}
.role_edp{font-weight:500;}
.issue_edp{
	/*position:absolute;
	top:101px;
	left:30px;*/
	width:fit-content;
	font-size:12px;
	color:var(--white-color);
	background:var(--main-color);
	padding:3px 10px;
	border-radius:7px;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:667px) and (max-width:926px){
	.noble-editorial-pick{margin:6em 1em 0;}
}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.noble-editorial-pick{margin:6em 1em 0;}
}


/**************************ANNUNCI************************************************/

.cmp_announcements{
	margin:0 auto;
	background:var(--second-color);
	display:flex;
}
.cmp_announcements.cmp_announcements{margin:0 auto;}
.news_img{
	width:30%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
}
.page_announcement{margin-top:0rem;}
.pkp_page_index .cmp_announcements h2 + .obj_announcement_summary, .pkp_page_index .cmp_announcements .more{
	padding-top:20px;
	padding-bottom:20px;
}
.pkp_page_index .cmp_announcements{
	width:100%;
	margin:2em 0;
	border-bottom:0px solid #ddd;
}
.pkp_page_index .cmp_announcements > .obj_announcement_summary::before{border-left:0px solid #ddd;}
.pkp_page_index .cmp_announcements>.obj_announcement_summary{width:100%;}
.pkp_page_index .cmp_announcements .more::before{border-left:0px solid #ddd;}
.cmp_announcements .date{
	margin-top:1em;
	font-family:var(--main-font);
	font-weight:300;
	font-size:15px;
	text-align:left;
}
.obj_announcement_summary .summary p:first-child{
	margin-top:0;
	font-size:15px;
}
.obj_announcement_summary h2 a, .obj_announcement_summary h3 a, .obj_announcement_summary h4 a{
	font-family:var(--main-font);
	font-size: 1.7em;
	font-weight: 400;
	text-decoration:none;
}
.obj_announcement_summary .summary{
	font-size: 1rem;
	line-height: 1.6rem;
	margin-top: 1.6em;
}

@media only screen and (min-width:667px) and (max-width:926px){
	.cmp_announcements{width:100%;padding:20px;margin:0;}
	.cont_info_art{width: 97%;}
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.cmp_announcements{width:100%;padding:20px;margin:0;flex-direction:column;}
	.pkp_page_index .cmp_announcements{margin-top:3em;}
}

/**************************ISSUES ARCHIVE*****************************************/

.issues_archive{width: 100%;}
.banda_issue_archive{}
.years_issues{}
.number_issue{display:inline-flex;}
.obj_issue_summary{
	display:flex;
	flex-direction:column;
	text-align:center;
	width:190px;
}
.obj_issue_summary .title{
	font-size:1em;
	margin-bottom:0.5em;
	width:90%;
}
.obj_issue_summary .published_data{
	width:90%;
	font-size:13px;
	margin-top:0.7em;
}
.obj_issue_summary .cover{
	width:90%;
	margin:0;
	filter:grayscale(1);
	transition:.4s;
}
.obj_issue_summary .cover:hover{
	width:90%;
	margin:0;
	filter:none;
	transition:.4s;
}
.obj_issue_summary .cover img{
	display:block;
	height:225px;
	width:250px;
}
.page_issue_archive .issues_archive {margin:0;}
#issue_content{
	display:flex;
	width:100%;
}
.issue_cov{
	display:flex;
	flex-flow:column;
	align-items:center;
	width:25%;
	margin-right:1em;
}
.issue_cov h2{text-align:center;margin:0 0 1em;}
.issue_art{width:75%;}
.sections_issues_full{display:flex;}
.section_articles_full{
	height:200px;
	width:200px;
	padding:5px;
	margin:1em;
}
.sections_articles{
	font-size:12px;
	color:var(--white-color);
	background:var(--hover-color);
	padding:5px 10px;
	border-radius:3px;
}
.title_full{margin-bottom:15px;}
.meta_full{font-size:0.85rem;}
.stats_views_down_galleys{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.issue_content_home,.no_issue_content_home{
	display:flex;
	width:100%;
	margin:0;
	align-items:flex-start;
}
.no_issue_content_home{align-items:center;}
.issue_tit_home{
    display:flex;
    flex-flow:column;
    align-items:center;
	width:20%;
	font-weight:400;
	font-size:1.3em;
	line-height:1.3em;
	margin:0 1em;
}
.issue_description{
	font-size:1em;
	line-height:1.5em;
    width:75%;text-align:center;
	/*margin:0 0.5em 0em 1.7em;*/
}
.issue_description_full{width:70%;font-size:0.7em;text-align:center;}
.issue_tit_home .published{font-size:0.7em;}
.issue_desc_home{width:30%;}
.cmp_article_list_full{
	width:fit-content;
	display:flex;
	flex-flow:wrap;
}
.obj_issue_toc_full{
	padding:1em 1.5em;
	background-color:var(--second-color);
	width:100%;
}
.section_full{
	padding:3px 0 3px 7px;
	margin-bottom:15px;
	background:var(--second-color);
	font-size:0.9em;
	font-weight:400;
}
.image_container{
	position:relative;
	width:220px;
	cursor:pointer;
}
/*.image_container::before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: var(--main-color-alfa);
}*/
.image_container span{
	position:absolute;
	color:var(--white-color);
}
.tit{
	position:absolute;
	background:var(--white-color-alfa);
	width:91%;
	padding:5px 10px;
	left:0;
	bottom:5%;
	right:5%;
}
.desc{left:5%;bottom:5%;}
.articles_summary_data_info{
	display:flex;
	flex-flow:column;
}
.articles_summary_data_info_full{
	position:relative;
	isolation:isolate;
	display:flex;
	justify-content:space-between;
	flex:1;
	height:380px;
	width:270px;
	padding:17px;
	margin:1em;
	background-color:var(--white-color);
	flex-direction:column;
	box-shadow:0 0 1px 0 rgba(227,229,232,.7);
	border-radius:16.45px;
	border:1px solid #d6d8dc;
}
/*.articles_summary_data_info_full::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.9);
	z-index:1;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}*/
/* Per aggiungere del contenuto sopra l'overlay */
.articles_summary_data_info_full > .content {z-index:2;}
.content_article_full{
	z-index:9;
	height:60%;
	display:flex;
	flex-direction:column;
}
.image_card,.no_image_card{
	/*overflow:hidden;
	position:relative;
	height:15%;
	margin-top:-30px;
	margin-right:0;
	margin-left:0;
	border-radius:15px;*/
	overflow:hidden;
	width:100%;
	height:110px;
	margin-top:-30px;
	margin-right:0;
	margin-left:0;
	border-radius:10px;
	z-index:9;
	display:flex;
	justify-content:center; /* Centra l'immagine orizzontalmente */
	align-items:center;     /* Centra l'immagine verticalmente */
	box-shadow:0 0 7px -2px var(--black-color);
	background-color:var(--white-color);
}
.image_card img{
	width:100%; /* Si adatta alla larghezza del div */
	height:auto; /* Mantiene il rapporto d'aspetto */
	object-fit:cover; /* Si comporta come background-size: cover */
	border-radius:15px; /* Mantiene il bordo arrotondato */
}
.no_image_card{
	background-color:var(--main-color-alfa);
	width:100%; /* Si adatta alla larghezza del div */
	height:110px;
	border-radius:15px; /* Mantiene il bordo arrotondato */
}
ul.galleys_links{list-style:none;padding:0;}
.obj_galley_link.restricted{font-size:12px;}
.obj_article_summary_full{flex-grow:1;}
.obj_article_summary_full_wrapper{display:flex;}
.obj_issue_toc .galleys, .obj_issue_toc .section{margin:0;padding:0;}
.obj_issue_toc .galleys::before, .obj_issue_toc .section::before{border-top:0;}
.obj_issue_toc .cover{width:187px;margin:0;}
.obj_issue_toc .cover img{
	margin:0;
	box-shadow:0px 0px 0px 0px var(--black-color);
	transition:all .5s;
}
.obj_issue_toc .cover img:hover{box-shadow:0px 0px 12px -2px var(--black-color);}
.obj_issue_toc .published{margin:1em 0;}


@media only screen and (min-width:667px) and (max-width:926px){
	.obj_issue_summary{margin:1em 0em;}
	.issue_content_home{flex-wrap:wrap;}
	.obj_issue_toc_full{padding:1em 2.5em;width:100%;}
	.cmp_article_list{justify-content:center;}
	.issue_tit_home{width:30%;font-size:1.3em;margin:0;margin-bottom:2em;}
	.issue_desc_home{width:100%;}
	.issue_content_home,.no_issue_content_home{flex-flow:column;align-items:center;}
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.obj_issue_summary{margin:1em 0em;}
	#issue_content{flex-direction:column;}
	.issue_cov{width:100%;align-items:center;}
	.issue_art {width:100%;}
	.issue_content_home{flex-wrap:wrap;}
	.obj_issue_toc_full{padding:0;width:100%;}
	.cmp_article_list{justify-content:center;}
	.issue_tit_home{width:100%;}
	.issue_desc_home{width:100%;}
	.issue_content_home,.no_issue_content_home{flex-flow:column;align-items:center;}
	.number_issue{width:100%;justify-content:center;}
	.cmp_article_list_full{width:90%;}
	.articles_summary_data_info_full{margin:3em 0;}
}


/**************************ARTICLES SUMMARY***************************************/

.container_stats_views_down_home{
	display:flex;
	align-items:center;
	justify-content:space-between;
    font-size:0.75em;
}
.stats_views_down, .stats_views_down_home{
	display:flex;
	align-items:center;
	flex-flow:wrap;
}
.stats_views_down_home{justify-content:flex-end;}
.stats_item{
	font-size:0.9em;
	color:#515151;
	margin:0.5em 1em 0.3em 0em;
}
.stats_item_full{padding:0 0.5em;}
.stats_item > i{margin-right:0.5em;}
.stats_item_full > i{margin-right:0.3em;}
#scite_doi_article_summary{
	display:flex;
	justify-content:space-between;
	width:100%;
	flex-wrap:wrap;
}
.scite_summ{display:flex;align-items:center;}
.doi_summ, .doi_full{/*font-size:0.8em;*/display:inline;}
.doi_full{font-size:0.75em;}
.item_full{}
.type_full{vertical-align:sub;}
.type{vertical-align:none;}
.type img{position:relative;top:1px;margin-right:3px;}
.obj_issue_toc .sections:not(:first-child){margin-top:0em;}
.obj_issue_toc .section > h2{
	border-bottom:0px;
	border-left:0px;
	
	font-family:var(--main-font);
	font-weight:300;
	text-transform:uppercase;
	color:var(--main-color);
	padding:0.15em 1em;
	background-color:var(--second-color);
	width:100%;
	
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.articles_summary_data_info{
	display:flex;
	flex-flow:column;
}
ul.galleys_links{list-style:none;}
.obj_article_summary{padding:0em 0.5em;}
.obj_article_summary .cover{
	max-width:80px;
	margin-right:15px;
}
.obj_article_summary .title{
	font-family:var(--main-font);
	font-weight:300;
	margin: 0em;
}
.doi_summary{
	/*width:66%;
	
	background-color:#fafbfb;
	border-radius:4px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
	
	padding:0.4em 0.7em;
	margin-top:0.3em;
}
.doi_summary a{text-decoration:none !important;}
.doi_summary a:hover{text-decoration:underline !important;}
.obj_article_summary .meta {
	margin:0.5em 0em 1em;
	padding:0;
	font-size: 0.97rem;
}
.obj_article_summary .item.doi{}
.obj_article_summary .galleys_links{}
.obj_article_summary .galleys_links a {
	color:var(--white-color);
	background-color:var(--main-color);
    border: 1px solid var(--main-color);
}
.obj_article_summary .galleys_links a:hover{
    color:var(--main-color);
	background-color:var(--third-color);
    border: 1px solid var(--main-color);
	text-decoration:none;
}


@media only screen and (min-width:667px) and (max-width:926px){
	.obj_article_summary{min-width:100%;}
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.obj_article_summary{min-width:100%;}
	.obj_article_summary .cover{max-width:200px;margin:0 auto;margin-bottom:1em;}
}


/**************************ARTICLES DETAILS***************************************/

section .content{padding:1em;}
section .item{margin:1em 0;}
.content_author{
	display:flex;
	flex-flow:column;
	margin:1em 0em;
}
.content_nome_mail{
	display:flex;
	flex-flow:column;
}
.mail{padding-left:25px;}
.orcid{padding-left:23px;}
.content_affiliazione{padding-left:24px;}
.content_affiliazione span i{padding-right:2.5px;}
.obj_article_details .authors, .obj_article_details .doi{font-family:var(--main-font);}
.obj_article_details > .page_title{
	margin:0 0.4em;;
	margin-top:0px;
	font-weight:400;
	font-size:2em;
	line-height:2.5rem;
}
.obj_article_details > .subtitle{
	font-family:var(--main-font);
	margin:0em 0.9em;
	font-size:1rem;
	line-height:2.143rem;
	font-weight:400;
}
.obj_article_details .row{margin:-2em 0em 0em 0em;}
.obj_article_details .item{padding:0.5em;}
.obj_article_details .item .authors{margin:3em 0.3em;}
.obj_article_details .authors .nome{
	font-weight:400;
	font-size:1.1em;
}
.obj_article_details .authors .orcid_icon{
	width:1rem;
	height:1rem;
}
.affiliation{}
.obj_article_details .main_entry{width:100%;}
/*.obj_article_details .main_entry{width:70%;}*/
.obj_article_details .entry_details{
	width:25%;
	margin-left:30px;
}
.obj_article_details .item.doi, .obj_article_details .item.keywords .item.disciplines{padding:0.5em;margin-left:12px;}
.obj_article_details .doi a{color:var(--main-color);}
.obj_article_details .doi a:hover{color:var(--hover-color);}
.cover_image img{
	width:100%;
	border-radius:10px;
}	
.obj_article_details .entry_details .cover_image img{width:200px;}
.obj_article_details .copyright{
	padding:1em;
	font-size:15px;
}
#container_galleys_flex{
	display:flex;
	flex-flow:column;
	align-items:center;
	width:100%;
}
.obj_galley_link{
	width:100%;
	margin:0.5em 0em 0em 0em;
	background-color:var(--main-color);
	text-align:center;
	color:var(--white-color);
    border: 1px solid var(--main-color);
}
.obj_galley_link:hover{border: 1px solid var(--main-color);color:var(--main-color);text-decoration:none;}
.obj_article_details .entry_details .item.galleys .galleys_links{
	 padding:0;
	 background-color:var(--white-color);
}
.obj_article_details .entry_details .item.galleys .galleys_links a{
	color:var(--white-color);
	background-color:var(--main-color);
}
.obj_article_details .entry_details .item.galleys .galleys_links a:hover{background-color:var(--third-color);}
.obj_article_details .main_entry .item .label{margin:0;}
.obj_article_details .entry_details .sub_item:not(:first-child) .label{
	 display:inline-block;
	 padding:.5em 0;
	 margin:0 20px;
	 width:83%;
	 border-bottom:1px solid var(--main-color);
}
.obj_article_details .entry_details .item > .value ul{
	list-style:none;
	padding:0;
	margin:0;
}
.obj_article_details .entry_details .item > .value ul li{padding:5px 0;}
/*.numero {
	width:38px;
	height:38px;
	margin-left:0.5em;
	border-radius:50%;
	background:#ddd;
	line-height:37px;
	text-align:center;
	font-size:0.8em;
	float:right;
	margin-top:-0.6em;
}*/
.container_stats{
	display:flex;
	flex-flow:column;
	border-top:1px solid var(--grey-color);
	border-bottom:1px solid var(--grey-color);
	padding:1em 1em;
}
.content_stats{
	display:flex;
	align-items:flex-start;
	justify-content:space-around;
	width:100%;
}
.item_metrics{
	color:#282828;
	display:inline-block;
	/*padding-right:24px;
	width:100%;*/
}
.item_metrics_number{
	font-size:1.2rem;
	font-weight:700;
	line-height:1.8rem;
	margin-right:16px;
}
.item_metrics_text{
	display:block;
	font-size:.875rem;
	font-weight:300;
	line-height:1.25rem;
	white-space:nowrap;
}
.galley_items{
	float:left;
	width:50%;
}
.obj_article_details .main_entry .label{
	border-bottom:0px;
	border-left:0px;
	
	font-family:var(--main-font);
	font-weight:300;
	text-transform:uppercase;
	color:var(--main-color);
	padding:0.5em 0.7em;
	background-color:var(--second-color);
	width:100%;
	
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.obj_article_details .main_entry .item .label{
	font-family:var(--main-font);
	font-size:16px;
}
.obj_article_details .galleys_links a:hover{
	background-color:var(--main-color);
	text-decoration:none;
}
.obj_article_details .entry_details .cover_image img{/*border-radius:20px;*/}
/*.obj_article_details .authors li{margin-bottom: 0.7rem;}*/
.item .citations-container {margin:0em !important;}
.PlumX-Summary {background-color:var(--white-color);}
.PlumX-Summary .pps-container{
	position:relative;
	width:100%;
}
.content_badges{
	display: flex;
	flex-flow: wrap;
	justify-content:space-around;
	align-items:flex-start;
	width: 100%;
}
.items_badges{
	width:33%;
	padding:0 0.5em;
}
.container_other_info{
	display:flex;
	width:100%;
	flex-flow:column;
}
.grafico_downloads{flex:1 1 85%;}
/*.how_to_cite{
	padding:2em;
	width:40%;
}*/
.section_article{
	font-size:1.125rem;
	font-weight:500;
	line-height:1.75rem;
	padding-bottom:8px;
	text-transform:uppercase;
	padding:0 0.8em 0em;
}
.date_article{
	font-size:.875rem;
	font-weight:500;
	line-height:0.5rem;
	padding:0 1.05em 0em;
}
.badge_scite{
	/*padding:1em;
	flex:1 1 15%;
	text-align:center;*/
}
.cross_scopus_badge{flex:1 1 100%;}
.content_doi_crossmar{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-flow:wrap;
	margin-bottom:1em;
	padding:0 0.9em;
}
.issue_article{position:relative;}
.issue_article::after{
	content:"";
	position:absolute;
	top:25%;
	right:-10px;
	width:1px;
	height:50%;
	background-color:var(--main-color);
}
.doi_content{
	display:flex;
	align-items:center;
	width:80%;
	font-size:0.85rem;
}
.crossmark_content{}
.discl_content{
	border:solid 1px var(--second-color);
	padding:1em;
	margin-bottom:1em;
	font-size:12px;
	color:#515151;
}
.discl_content_col_dx{
	border:solid 1px #ababab;
	background-color:var(--second-color);
	padding:1em;
	font-size:12px;
	color:#515151;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#articlesBySimilarityList{margin-top:1em;}

@media only screen and (min-width:667px) and (max-width:926px){}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.obj_article_details .item.doi{padding:0.5em 0em;margin-left:0;}
	.issue_article::after{display:none;}
}


/**************************CSS PER TABS ARTICLES DETAILS - ACCORDION**************************/

.accordion{
	background-color:#eee;
	color:#444;
	cursor:pointer;
	padding:18px 18px 18px 45px;
	width:100%;
	border:none;
	text-align:left;
	outline:none;
	font-size:1em;
	font-weight:600; 
	transition:0.4s;
	font-family:var(--main-font);
	position:relative;
	overflow:hidden;
}
.act, .accordion:hover{background-color:var(--second-color);}
.accordion:after{
	content:'\002B';
	color:#777;
	font-weight:400;
	float:right;
	margin-left:5px;
}
.act:after{content:"\2212";}
.acc_panel, .acc_panel_text{
	padding:0 18px;
	max-height:0;
	overflow:auto;
	transition:max-height 0.2s ease-out;
	margin:1em;
}
.acc_panel_text{font-size:17px;line-height: 25px;}
.acc_panel p, .acc_panel_text p{
	margin:0;
	padding:0;
}
.accordion::before{
	content:"";
	width:55px;
	height:100%;
	background-color:var(--main-color-alfa);
	position:absolute;
	top:0;
	left:-30px;
	transform:skewX(-25deg);
	transition:.5s;
}
.references{margin:0.5em 0;}

@media only screen and (min-width:667px) and (max-width:926px){}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.doi_content{
		align-items:flex-start;
		flex-direction:column;
		padding:0.3em 0;
	}
}


/**************************SIDER BAR**********************************************/

.pkp_structure_sidebar {
	float:right;
	margin-top:1.2em;
	width:23%;
	margin-right: 1.2em;
}
.pkp_structure_sidebar_none{display: none;}
.pkp_structure_sidebar:before {border-left:0;}
.pkp_block {
	padding:0px 0px 25px 0px;
	font-size:14px;
	line-height:20px;
}
.pkp_block .title {
	width:100%;
	background-color:var(--main-color);
	height:35px;
	font-size:13px;
	color:var(--white-color);
	padding-top:0.5em;
	margin-bottom:0px;
	border:0px;
	text-align:center;
	font-family:var(--main-font);
}
.pkp_block .content {background-color:var(--second-color);}
.pkp_block .content p:last-child{padding:1em;margin:0px;}
.pkp_block .content ul li {
	padding:0px 0;
	background-color:var(--second-color);
}
.pkp_block li {
	border-radius:0;
	position:relative;
	background-color:var(--white-color);
	display:block;
}
.pkp_block ul>li {border-bottom:1px solid rgba(0,0,0,.125);}
.pkp_block ul>li a {
	color:var(--black-color);
	padding:.75rem 1rem;
	display:flex;
}
.pkp_block ul>li a:hover {
	text-decoration:none;
	background-color:var(--second-color);
	color:dimgrey;
}
.block_browse .has_submenu{margin:0;}
.block_browse .has_submenu ul{margin:0;padding:0;}
.block_browse .current a{border-left:4px solid var(--hover-color);}
.block_browse .is_sub{margin-left:0;}
.block_browse .is_sub a{position:relative;margin-left:15px;display:inline-flex;align-items:center;}
.block_browse .is_sub a::before{
    content:"•";
    margin-right:6px;
    color:inherit;
}
.block_browse .is_sub:last-child{border-bottom:0px;}


/**** CUSTOM BLOCK SIDEBAR ****/

.pkp_block.block_custom .button {
	display: flex;
	justify-content: center;
}
.pkp_block.block_custom .button a{
	width:100%;
	text-align:center;
	color:var(--white-color);
	background:var(--main-color);
	padding:14px;
	border:1px solid var(--main-color);
	cursor:pointer;
	-webkit-transition-duration:0.4s; /* Safari */
    transition-duration:0.4s;
}
.pkp_block.block_custom .button a:hover{
	background-color:var(--second-color);
	color:var(--main-color);
	text-decoration: none;
	border: 1px solid var(--main-color);
}
.pkp_block.block_custom .title {
	width:100%;
	background-color:var(--main-color);
	height:35px;
	font-size:13px;
	color:var(--white-color);
	padding-top:0.5em;
	border:0px;
	text-align:center;
	
	font-family:var(--main-font);
}
.pkp_block.block_custom .content {background-color:var(--second-color);}
.pkp_block.block_custom a {
	color:var(--black-color);
	padding:.75rem 1rem;
}
.pkp_block.block_custom a:hover {
	text-decoration:none;
	background-color:#f9f9f9;
	color:dimgrey;
}
.pkp_block.block_custom ul>li {border-bottom:1px solid rgba(0,0,0,.125);}
.pkp_block.block_custom li {
	border-radius:0;
	position:relative;
	background-color:var(--white-color);
	display:block;
}
.most_read_article_journal {padding:0em 1em 1em;}


@media only screen and (min-width:667px) and (max-width:926px){
	.pkp_structure_sidebar{width:95%;float:none;margin:1em 1.3em;}
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.pkp_structure_sidebar{width:90%;margin:1em 1.3em;}
}

/**************************FOOTER*************************************************/

.pkp_structure_footer_wrapper{border-bottom:0;}
.pkp_footer_info{font-size:15px;}
.nome_rivista_footer{font-size:20px;}
.container{
	max-width:90%;
	margin:auto;
}
.row{
	display:flex;
	flex-wrap:wrap;
}
.footer{
	background-color:var(--main-color);
    padding:70px 0px 50px;
	border-bottom:10px solid var(--third-color);
}
.pkp_footer_info{padding:24px 15px;}
.pkp_footer_info a{
	color:var(--white-color);
	text-decoration:none;
}
.pkp_footer_info a:hover{
	color:var(--third-color);
	text-decoration:underline;
}
.footer-col ul{
	list-style:none;
	padding:0;
}
.footer-col:first-child{
	width:40%;
	padding:0px 40px 0px 0px;
}
.footer-col{
   width:25%;
   padding:0 10px;
   color:var(--white-color);
}
.footer-col:last-child{
	width:25%;
}
.footer-col h4{
	font-size:1.3em;
	color:var(--third-color);
	text-transform:uppercase;
	margin-bottom:35px;
	font-weight:500;
	position:relative;
}
.footer-col h4::before{
	content:'';
	position:absolute;
	left:0;
	bottom:-10px;
	background-color:var(--third-color);
	height:1px;
	box-sizing:border-box;
	width:75%;
}
.footer-col ul li:not(:last-child){margin-bottom:10px;}
.footer-col ul li a{
	font-size:16px;
	text-transform:capitalize;
	color:var(--white-color);
	text-decoration:none;
	font-weight:300;
	color:var(--second-color);
	display:block;
	transition:all 0.3s ease;
}
.footer-col ul li a:hover{
	color:var(--white-color);
	padding-left:8px;
}
.footer-col .social-links a{
	display:inline-block;
	height:40px;
	width:40px;
	background-color:rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	color:var(--white-color);
	transition:all 0.5s ease;
}
.footer-col .social-links a:hover{
	/*color:#24262b;
	background-color:var(--white-color);*/
	background-color:var(--hover-color);
}
.footer-col .social-links img{
	height:23px;
	width:23px;
	background-image:url(images/huawei-white.png);
	background-size:contain;
	background-repeat:no-repeat;
	top:6px;
	position:relative;
}
.pkp_brand_footer{padding:0 6em;}
/* Contenitore logo */
.logo-pgp{}
/* Trasforma il link in “icona colorabile” */
.logo-pgp a{
    display:inline-block;
    width:150px;/* regola a piacere */
    height:29px;/* altezza del logo */
    /* tono su tono: un po' più scuro dello sfondo */
    background-color:color-mix(in srgb, var(--main-color) 50%, black 50%);
    opacity:.85;
    transition:opacity .2s ease, background-color .2s ease;
    -webkit-mask:url("../images/pagepress_logo_menu_bianco.png") center / contain no-repeat;
    mask:url("../images/pagepress_logo_menu_bianco.png") center / contain no-repeat;
}
/* Nascondo l'img perché la maschera la “disegna” già */
.logo-pgp img{display:none;}
.logo-pgp a:hover{opacity:1;background-color:color-mix(in srgb, var(--main-color) 100%, white 100%);}
.credits_pgp {
	width:100%;
	margin:0 auto;
	font-size:11px;
	text-align:center;
	color:var(--black-color);
	padding:1em;
	background-color:transparent;
}
.credits_pgp a {
	color:var(--black-color);
	text-decoration:none;
}
.credits_pgp a:hover {
	color:var(--black-color);
	text-decoration:underline;
}

@media only screen and (min-width:667px) and (max-width:926px){
	.footer-col:first-child{width:100%;text-align:left;padding:0;}
	.footer-col{width:100%;text-align:left;padding:0;}
	.footer-col h4::before{width:100%;}
    .logo-pgp{top:25px;}
    .logo-pgp img{height: auto;}
    .pkp_brand_footer{padding:0 1.5em;}
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width:375px) and (max-width:666px){
	.footer-col:first-child{width:100%;text-align:left;padding:0;}
	.footer-col{width:100%;text-align:left;padding:0;}
	.footer-col h4::before{width:100%;}
    .logo-pgp{top:25px;}
    .logo-pgp img{height: auto;}
    .pkp_brand_footer{padding:0 0.3em;}
}

/* =========================================================================
   HOMEPAGE MAGAZINE REDESIGN — ispirato a soihs.it/italushortus/default.aspx
   Aggiunto per Italus Hortus (hortus.pagepress.net) - luglio 2026
   Non tocca nessuna classe usata fuori dalla index (vedi PATCHES.md)
   ========================================================================= */

/* --- Barra di ricerca sotto l'hero --- */
.homepage_search_bar{
	width:100%;
	display:flex;
	justify-content:center;
	margin:2.3em auto 0;
	padding:0 1em;
}
.homepage_search_form{
	display:flex;
	align-items:center;
	width:100%;
	max-width:640px;
	background:var(--white-color);
	border:1px solid var(--third-color);
	border-radius:50px;
	box-shadow:0 4px 10px rgba(0,0,0,0.08);
	overflow:hidden;
}
.homepage_search_form input[type="text"]{
	flex:1;
	border:none;
	outline:none;
	padding:0.9em 1.3em;
	font-family:var(--main-font);
	font-size:1em;
	background:transparent;
	color:var(--black-color);
}
.homepage_search_form button{
	border:none;
	cursor:pointer;
	background:var(--main-color);
	color:var(--white-color);
	padding:1.4em 1.5em;
	font-family:var(--main-font);
	font-weight:600;
	text-transform:uppercase;
	font-size:0.85em;
	letter-spacing:0.03em;
	transition:background-color .3s ease;
	white-space:nowrap;
}
.homepage_search_form button:hover{background:var(--hover-color);}
.homepage_search_form button i{margin-right:0.4em;}

/* --- CTA cards (Invia manoscritto / Archivio / Comitato editoriale) --- */
.cta_card_row{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:1.5em;
	max-width:1100px;
	margin:2.5em auto 0 !important;
}
.cta_card{
	flex:1 1 calc(33.333% - 1.5em);
	min-width:260px;
	background:var(--white-color);
	border:1px solid var(--third-color);
	border-radius:16px;
	padding:1.8em 1.6em;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	text-align:left;
	box-shadow:0 4px 8px rgba(0,0,0,0.06);
	transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
	height:auto;
	cursor:pointer;
}
.cta_card:hover{
	transform:translateY(-6px);
	box-shadow:0 10px 20px rgba(0,0,0,0.12);
	border-color:var(--main-color);
}
.cta_card_icon{
	width:56px;
	height:56px;
	border-radius:50%;
	background:var(--main-color-alfa);
	color:var(--main-color);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.4em;
	margin-bottom:1em;
	transition:background-color .3s ease, color .3s ease;
}
.cta_card:hover .cta_card_icon{background:var(--main-color);color:var(--white-color);}
.cta_card_text h2{
	font-family:var(--second-font);
	font-size:1.25em;
	font-weight:600;
	margin:0 0 0.4em;
	color:var(--black-color);
	text-transform:none;
}
.cta_card_text p{
	font-size:0.95em;
	line-height:1.45em;
	color:#555;
	margin:0 0 1em;
}
.cta_card_readmore{
	font-family:var(--main-font);
	font-weight:600;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.03em;
	color:var(--main-color);
}
.cta_card_readmore i{margin-left:0.4em;transition:margin-left .25s ease;}
.cta_card:hover .cta_card_readmore i{margin-left:0.8em;}

/* --- Elenco "Ultimi articoli pubblicati" in stile magazine --- */
.latest_articles_title{
	width:100%;
	text-align:center;
	font-family:var(--main-font);
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:0.04em;
	padding-bottom:0.6em;
	margin-bottom:1.5em;
	border-bottom:3px solid var(--main-color);
}
.latest_articles_section{flex-direction:column;max-width:90%;margin:0 auto;}

/* Layout orizzontale "riga di rivista": immagine a sinistra, testo a destra */
.cmp_article_list_full{
	width:100%;
	display:flex;
	flex-direction:column;
	gap:1.5em;
}
.obj_article_summary_full{width:100%;}
.obj_article_summary_full_wrapper.magazine_row{
	display:flex;
	flex-direction:row;
	align-items:stretch;
	width:100%;
	height:auto;
}
.magazine_row .articles_summary_data_info_full{
	flex-direction:row;
	width:100%;
	height:auto;
	min-height:0;
	align-items:flex-start;
	gap:1.5em;
	padding:1.2em;
}
.magazine_row .image_card,
.magazine_row .no_image_card{
	flex:0 0 220px;
	width:220px;
	height:150px;
	margin-top:0;
}
.magazine_row .content_article_full{
	flex:1;
	height:auto;
	justify-content:flex-start;
}
.magazine_row .container_stats_views_down_home{
	flex:0 0 auto;
	flex-direction:column;
	align-items:flex-end;
	justify-content:flex-start;
	gap:0.5em;
	min-width:110px;
}
.excerpt_full{
	font-size:0.92em;
	line-height:1.5em;
	color:#555;
	margin:0.6em 0 0.8em;
}
.read_more_full a{
	font-family:var(--main-font);
	font-weight:600;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.03em;
	color:var(--main-color);
}
.read_more_full a:hover{color:var(--hover-color);}

/* --- Banda finale con CTA prima del footer --- */
.homepage_bottom_band{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:1.5em;
	background:var(--second-color);
	padding:3em 1em;
	margin-top:3em;
}
.bottom_band_button{
	display:inline-flex;
	align-items:center;
	gap:0.6em;
	background:var(--main-color);
	color:var(--white-color);
	padding:1em 2em;
	border-radius:50px;
	font-family:var(--main-font);
	font-weight:600;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.03em;
	transition:background-color .3s ease, transform .3s ease;
}
.bottom_band_button:hover{
	background:var(--hover-color);
	transform:translateY(-3px);
	text-decoration:none;
	color:var(--white-color);
}

/* --- Responsive: tablet --- */
@media only screen and (min-width:667px) and (max-width:926px){
	.cta_card{flex:1 1 calc(50% - 1.5em);}
	.magazine_row .image_card, .magazine_row .no_image_card{flex:0 0 160px;width:160px;height:120px;}
	.magazine_row .container_stats_views_down_home{display:none;} /* poco spazio: priorità a titolo/estratto */
    .cta_card_row{max-width:90%;}
}

/* --- Responsive: smartphone --- */
@media only screen and (min-width:375px) and (max-width:666px){
	.homepage_search_form{border-radius:12px;}
	.homepage_search_form button span{display:none;}
    .homepage_search_form button{padding:1.4em 1.5em;}
    .homepage_search_form input[type="text"]{padding:0.9em 0.5em;}
	.cta_card_row{gap:1em;}
	.cta_card{flex:1 1 100%;}
	.obj_article_summary_full_wrapper.magazine_row{flex-direction:column;}
	.magazine_row .articles_summary_data_info_full{flex-direction:column;padding:1em;}
	.magazine_row .image_card, .magazine_row .no_image_card{width:100%;flex:0 0 auto;height:160px;}
	.magazine_row .container_stats_views_down_home{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:space-between;
		width:100%;
	}
	.homepage_bottom_band{padding:2em 1em;flex-direction:column;align-items:center;}
	.bottom_band_button{width:100%;justify-content:center;}
}
