/* PUBBLICAZIONI SCIENTIFICHE */
.loop-pubs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 64px;
	margin-bottom: 64px;
}

.loop-pubs-internal {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	margin-top: 64px;
	margin-bottom: 64px;
}

@media screen and (max-width:1024px) {
	.loop-pubs {
		grid-template-columns: 1fr;
	}
	.loop-pubs-internal {
		grid-template-columns: 1fr;
	}
}

article.card-pubs {
	box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
	padding: 16px;
	border-radius: 16px;
	position: relative;
	min-height: 350px;
}

.card-pubs span{
	font-weight: 600;
}

.tipo-pubs {
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background: #18519a;
	padding: 4px 8px;
	border-radius: 16px;
}
h3.title-pubs {
	font-size: 1.2rem;
	margin-top: 8px;
}

.args-pubs{
	/* display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr; */
	border-bottom: 1px solid #eee;
	margin-bottom: 1rem;
	align-items: center;
}
.args-pubs p{
	margin-bottom: 0.5rem;
}
.box-search-pubs{
	margin-bottom: 2rem;
	background-color: #EAF3FA;
	padding: 1.5rem;
	border-radius: 8px;
}

.imp-pubs{
	font-size: 10px;
	font-weight: 700;
	color: #00253d;
	background: #EAF3FA;
	padding: 4px 8px;
	border-radius: 16px;
	position: absolute;
	bottom: 16px;
	right: 16px;
}

.info-pubs p{
	font-size: 13px;
	color: #333;
	margin-bottom: .5rem;
}

.buttonbox{
	margin-top: 16px;
}

.link-article{
	position: absolute;
	bottom: 14px;
}

@media screen and (max-width:1024px){
	#menu-item-wpml-ls-3-it,
	#menu-item-wpml-ls-3-en,
	#menu-item-wpml-ls-3-fr,
	#menu-item-wpml-ls-3-ro,
	#menu-item-wpml-ls-3-sq,
	#menu-item-wpml-ls-3-de,
	#menu-item-wpml-ls-3-es,
	#menu-item-wpml-ls-3-pt-pt,
	#menu-item-wpml-ls-3-pl,
	#menu-item-wpml-ls-3-ga{
		display: none!important;
	}

	#menu-item-2049,
	#menu-item-36332,
	#menu-item-43371,
	#menu-item-50270 {
		margin-top: 32px;
	}

	#menu-item-wpml-ls-2-it a,
	#menu-item-wpml-ls-2-en a,
	#menu-item-wpml-ls-2-fr a,
	#menu-item-wpml-ls-2-ro a,
	#menu-item-wpml-ls-2-sq a,
	#menu-item-wpml-ls-2-de a,
	#menu-item-wpml-ls-2-es a,
	#menu-item-wpml-ls-2-pt-pt a,
	#menu-item-wpml-ls-2-pl a,
	#menu-item-wpml-ls-2-ga a{
		font-size: 16px;
		text-transform: uppercase;
	}

	.wpml-ls-current-language {
		text-decoration: underline;
		text-decoration-color: #fff;
		text-underline-offset: 3px;
	}
}

@media screen and (min-width:1024px){
	#menu-item-wpml-ls-2-it,
	#menu-item-wpml-ls-2-en,
	#menu-item-wpml-ls-2-fr,
	#menu-item-wpml-ls-2-ro,
	#menu-item-wpml-ls-2-sq,
	#menu-item-wpml-ls-2-de,
	#menu-item-wpml-ls-2-es,
	#menu-item-wpml-ls-2-pt-pt,
	#menu-item-wpml-ls-2-pl,
	#menu-item-wpml-ls-2-ga{
		display: none!important;
	}
}

/*FEATURED HOME POSTS*/
/*Desktop*/
@media screen and (min-width:1024px){
	.featured-card-home{
		width: 32%!important;
		margin-bottom: 32px;
	}
	.page-template-template-featured-news .featured-card-home:last-child,
	page-template-template-news .featured-card-home:last-child{
		margin-left: 24px;
		margin-right: auto;
	}
	.featured-card-home-box{
		border: 2px solid #fff;
		box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.08);
		height: 100%;
		background: #fff;
	}
	#featured-home-posts {
		padding-top: 400px;
		padding-bottom: 0px;
		margin-bottom: -500px;

		background-size: contain!important;
		background-position: top center !important;
		background-repeat: no-repeat !important;
	}
	#featured-home-posts-bottom{
		height: 600px;
		background: #fff;
	}
	.featured-image-card-home{
		background-position: center;
		background-size: cover;
		height: 200px;
	}
	.featured-card-home-info{
		padding: 24px 16px;
		display: flex;
		gap: 24px;
	}
	.home-card-title{
		color: #4990E2;
		font-size: 24px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
	}
}

.featured-home-news{
	text-align: center;
	margin-top: 64px;
}
.label-featured-home {
	padding-left: 16px;
	padding-top: 16px;
}
.span-label-featured-home{
	color: #fff;
	background: #0A4F99;
	border-radius: 100px;
	padding: 4px 16px;
	font-size: 13px;
}

/*Mobile*/
@media screen and (max-width:1024px){
	.featured-card-home{
		margin-bottom: 16px;
	}
	.featured-card-home-box{
		border: 2px solid #fff;
		box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.08);
		height: 100%;
		background: #fff;
	}
	#featured-home-posts {
		padding-top: 64px;
		padding-bottom: 0px;
		margin-bottom: -300px;

		background-size: cover!important;
		background-position: center!important;
	}
	#featured-home-posts-bottom{
		height: 400px;
		background: #fff;
	}
	.featured-image-card-home{
		background-position: center;
		background-size: cover;
		height: 200px;
	}
	.featured-card-home-info{
		padding: 24px 16px;
		display: flex;
		gap: 24px;
	}
	.home-card-title{
		color: #4990E2;
		font-size: 24px;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
	}
}

.search-hr{
	margin: 1.5rem 0!important;
	opacity: 0.1!important;
}

.introtext-card-news{
	hyphens: auto;
}

#footer-main .wpml-ls-item{
	display: none!important;
}

.gform_required_legend{
	display: none;
}

#mo_message {
	padding: 1em 2em!important;
	line-height: 1.5;
	width: 100% !important;
}

#gform_1 b,
#gform_1 strong{
	font-weight: 700!important;
}