/*
Theme Name: ADRIJO
Template: adrijo-parent
Author: UNIPVM
Author URI: https://www.jef.it
Description: ADRIJO WebSite
Version: 1.01
*/

/*
    1 - General
    2 - header
*/

/* SCROLLBAR */
/* width */
::-webkit-scrollbar 
{
    width: 8px;
}
  
/* Track */
::-webkit-scrollbar-track {
    background: white; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #444;;
    border: solid 0px;
    border-color: white;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #eee;
}
html{
    scrollbar-color: #444 #eee;
    scrollbar-width: thin;
}

@media screen and (max-width:1025px)
{
    ::-webkit-scrollbar {
        display: none !important;
    }
    body { margin-top: 0px; }
    
    html{
        scrollbar-color: none;
        scrollbar-width: none;
    }
}

/* END SCROLLBAR */

/*RP CSS*/
/*
    1 - General
*/
html
{
    font-size:14px;
	line-height: 14px;
}
@media screen and (max-width: 991px)
{
	html {
		font-size:12px;
		line-height: 12px;
	}
}
@media screen and (max-width: 767px)
{
	html {
		font-size:10px;
		line-height: 10px;
	}
}
body
{
    font-family: 'Montserrat', sans-serif; color: #063266; overflow-x: hidden; font-size: 1rem; line-height: 1rem;
    background-color: #FFF;
}
body.custom-background {
	background-color: #FFF !important;
}

body.hidden_overflow
{
	overflow: hidden !important;
}
@media screen and (min-width: 576px) {
	.container { max-width: calc(100% - 5vw); }
}
@media screen and (min-width: 1920px) 
{
	.container { max-width: 1720px; }
}

a, a:hover { text-decoration: none; color:inherit; }
ul, li { list-style: none; display: inline-block }
* { outline: 0 !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
*, ::after, ::before { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background: #056ab0;
}
::selection { color: #FFF; background: #056ab0; }

img.cropjef { object-fit: cover; object-position: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
img.cropjef.relative { position: relative; }
.img-responsive { max-width: 100%; height: auto; }

.myrow { display:inline-block; width: 100%; }
.hover_link, .cover_web {position:absolute;top:0; left:0; width:100%;height: 100%;}
.cover_web { z-index: 3; }
.hover_link { z-index: 5;}
.text_center, .align_center {text-align: center !important;}
.text_right {text-align: right !important;}
.text_justify {text-align: justify !important;}
.bolder {font-weight: 700 !important;}

.text_uppercase {
    text-transform: uppercase;
}

.padding_top_zero {padding-top:0 !important}
.no_padding {padding:0 !important; }

.padding_top_15 { padding-top:15px }
.padding_top_25 { padding-top:25px }
.padding_top_40 { padding-top:40px }
.padding_top_80 { padding-top:80px }
.padding_top_120 { padding-top:120px }

.padding_bottom_15 { padding-bottom:15px }
.padding_bottom_25 { padding-bottom:25px }
.padding_bottom_40 { padding-bottom:40px }
.padding_bottom_80 { padding-bottom:80px }
.padding_bottom_120 { padding-bottom:120px }

.margin_top_zero {margin-top:0 !important}
.no_margin {margin:0 !important; }

.margin_top_15 { margin-top:15px }
.margin_top_25 { margin-top:25px }
.margin_top_40 { margin-top:40px }
.margin_top_80 { margin-top:80px }
.margin_top_120 { margin-top:120px }
.margin_top_240 { margin-top:240px }


.margin_bottom_5 { margin-bottom: 5px }
.margin_bottom_15 { margin-bottom:15px }
.margin_bottom_25 { margin-bottom:25px }
.margin_bottom_40 { margin-bottom:40px }
.margin_bottom_80 { margin-bottom:80px }
.margin_bottom_120 { margin-bottom:120px }
.margin_bottom_240 { margin-bottom:240px }

.full_height_page { height:100vh !important; min-height: 100vh !important; }
.full_height_page.top_element { height: calc(100vh - 90px) !important; min-height: calc(100vh - 90px) !important; }

.full_page 
{
	width:100vw !important; min-width: 100vw !important; max-width: 100vw !important;
	height:100vh !important; min-height: 100vh !important; max-height: 100vh !important;
	padding-top:0 !important;
 }

.min_height_auto { min-height: auto !important;}

.position_relative { position: relative; }
.position_absolute { position: absolute; }

.translate_center { top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); text-align: center; height: auto; position: absolute; z-index:1; }
.translate_center_y { top: 50%; left: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); text-align: center; height: auto; position: absolute; z-index:1;  }
.translate_center_x { top: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); text-align: center; height: auto; position: absolute;  z-index:1; }

.display_none { display: none !important; }


@media screen and (max-width: 991px) 
{
	.display_only_desktop { display: none !important; }
}
@media screen and (min-width: 992px) 
{
	.display_only_mobile { display: none !important; }
}

/*
   Titoli - testi
*/
.main_title_website, h1, h2, h3, h4, h5 {font-weight: 400; font-size: 1.6rem; line-height: 1.8rem; }
h2 { font-size: 1.4rem; line-height: 1.4rem; }
h3, h4, h5 {font-weight: 400; font-size: 1.2rem; line-height: 1.2rem; }


.main_title_website.medium { font-size: 2.6rem; line-height: 2.8rem; }
.main_title_website.bigger { font-size: 3.2rem; line-height: 3.4rem; }


.main_testo_website {font-weight: 400; font-size: 1.4rem; line-height: 1.8rem; }
.main_testo_website.smaller, .button_website.smaller { font-size: 16px; line-height:20px; }
.main_testo_website.bigger, .button_website.bigger { font-size: 1.8rem; line-height: 2.2rem; }
.main_testo_website strong { font-weight: 700; }

.extraboldertext { font-weight: 900; }
.boldertext { font-weight: 700; }
.mediumtext { font-weight: 500; }


/*
   header
*/
#WrapperWebsite {margin-top:90px;display: inline-block; width: 100%;position: relative;   }
/*body.home #WrapperWebsite {margin-top: 0 !important;}*/
header {
	height: 90px;
	width: 100vw;
	max-width: 100vw;
}
.nav_menu { padding:0; margin:0; display: inline-block; }
.nav_menu li { padding:0 15px; margin:0;  display: inline-block; vertical-align: middle; text-align: center; position: relative; }
.nav_menu li a { color: #2D366D; text-transform: uppercase; font-weight: 500; font-size: 1rem; line-height: 1rem; }

.nav_menu li.current-menu-item a, .nav_menu li a:hover 
{ 
	color: #E7B632;  
}

.nav_menu ul.sub-menu 
{
	display: none;
	position: absolute;
	top: 100%;
	/* background-color: #2D366D; */
	color: #FFF;
	padding: 10px 0 0 0;
	margin: 0;
	width:240px;
}
.nav_menu ul.sub-menu li 
{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}
.nav_menu ul.sub-menu li a 
{
	width: 100%;
	display: block;
	padding: 10px;
	color: #FFF;
	background-color: #2D366D;
	text-transform: none;
	font-weight: 700;
}
.nav_menu ul.sub-menu li a:hover
{
	background-color: #0369b3;
}

.nav_menu > li:hover > ul.sub-menu 
{
	display: block; 
}		

.logo-img {
	max-height: 60px;
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 1240px) 
{
	header {height: 65px;}
	#WrapperWebsite 
	{ 
		margin-top:65px;
	}
	.full_height_page.top_element 
	{ 
		height: calc(100vh - 65px) !important; 
		min-height: calc(100vh - 65px) !important; 
	}

	.logo-img
	{
		max-height: 40px;
	}
	.nav_menu li 
	{
		padding: 0 10px;
	}
	.nav_menu li a 
	{
		font-size: 12px;
		line-height: 12px;
	}
}
@media screen and (max-width: 1024px) 
{
	.menu_desktop > ul
	{
		display: none !important;
	}
	.logo-img
	{
		margin-top: 7px;
	}
}
@media screen and (max-width: 991px) 
{
	.full_height_page.top_element 
	{ 
		height: auto !important; 
		min-height: 1px !important; 
		padding-top:56.25% !important;
	}

	.cover_singular.singular_port .content_cover_singular 
	{
		position: absolute;
		top: 25px;
		width: 100%;
		max-width: 100%;
		left: 0;
	}
	.cover_singular.singular_port .content_cover_singular .logo_port img
	{
		max-height: 80px;
	}
	
}

@media screen and (max-width: 480px) 
{
	.full_height_page.top_element 
	{ 
		 
		/*min-height: 50vh !important;*/
		padding-top: 0 
	}
	
}

#right_header, #left_header {
	position: absolute;
	top: 50%;
    transform: translateY(-50%); 
	-webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	/*margin-top: -10px;*/
}
#right_header  {
	right: 20px;
	display: flex;
	align-items: center; 
}
#left_header {
	left: 20px;
}
#right_header .language_website { color: #E7B632;   }
@media screen and (max-width: 580px) 
{
	#right_header .language_website { display: none;  }
}
#right_header .language_website li, #right_header .language_website li a { font-size: 1rem; }
#right_header .language_website li { border-right: 1px solid #E7B632;  }
#right_header .language_website li:last-child { border-right: 0; }
#right_header .language_website li a { padding:0 3px; color: #E7B632; font-weight: 400; }
#right_header .language_website li.current-lang a,
#right_header .language_website li a:hover 
{
	color:#063164; font-weight: 600;
}

#right_header .action_website button,
.action_megamenu .action_website button
{
	background-color: transparent;
	border: 0;
	padding: 0;
	display: block;
}
#right_header .action_website button img,
.action_megamenu .action_website button img
{
	height: 25px;
	width: auto;
	display: block;
	margin-left: 10px;
	filter: invert(83%) sepia(20%) saturate(1683%) hue-rotate(345deg) brightness(96%) contrast(87%);
}
.action_megamenu .action_website button img
{
	margin-right: 5px;
}

#right_header .action_website button:hover img
{
	filter: invert(13%) sepia(22%) saturate(7054%) hue-rotate(199deg) brightness(92%) contrast(96%);
}

.action_megamenu .action_website button:hover img
{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(84deg) brightness(102%) contrast(103%);
}

#right_header .action_website button img.hidden
{
	opacity: 0; display: none; visibility: hidden;
}

/*SEARCH*/
#box-search-header
{
	position: fixed;
	
	left: 0;
	width: 100%;
	height: auto;
	padding: 25px;
	background-color: #FFF;
	z-index: 999;
}
#box-search-header.close
{
	top: -150px !important;
}

#box-search-page
{
	max-width: 90%;
	width:960px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

#box-search-header form,
#box-search-page form
{
	display: flex;
}

#box-search-header form input[name="keyword"],
#box-search-page form input[name="keyword"]
{
	width:100%;
	background-color:transparent; color: #063164;  padding:15px 25px; text-align: left;
	border: 1px solid #063164;
	font-size: 1rem;
}
#box-search-header form button[type="submit"],
#box-search-page form button[type="submit"]
{
	width:240px;
	background-color:#063164; color:#FFF; font-weight: 600;
	padding:15px 25px; text-align: center;
	border: 0;
	text-transform: uppercase;
	font-size: 1rem;
}


/*overlay menu*/

/*menu button*/
.menu_button button 
{
	border: 0;
	background-color: transparent;
	height: 15px;
	width: auto;
	position: relative;
	padding: 0 0 0 30px;
	margin-right: 25px;
    color:#d7b642;
    text-transform: uppercase;
	font-size: 1rem;
	line-height: 1rem;
}
.menu_button button > span 
{
    width:25px; height: 2px; background-color: #d7b642; position: absolute; left: 0;
}
.menu_button button > span.one {
    top:0
}
.menu_button button > span.two {
    top:calc(50% - 1px);
}
.menu_button button > span.three {
    bottom:0
}


.menu_button button.clicked > span.two {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform-origin: center center;
}
.menu_button button.clicked > span.two::after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #d7b642;
	transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
	transform-origin: center center;
}
.menu_button button.clicked > span.one, .menu_button button.clicked > span.three  {
    opacity: 0;
}

@media screen and (max-width: 580px) 
{
	.menu_button button
	{
		font-size: 0;
	}
}

/*OVERLAY*/
.overlay_fullpage_website 
{
	position: fixed;
	z-index: 9999;
	height: 100vh;
	top: 0;
	background: rgb(30,44,79);
    background: linear-gradient(90deg, rgba(30,44,79,1) 0%, rgba(86,129,180,1) 100%);
	width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
	overflow: auto;
	max-width: 100vw;
}

.overlay_fullpage_website.actived {
    opacity: 1.0;
    visibility: visible;
    pointer-events: auto;
}

/*MENU WEBSITE*/
#MenuWebsite .container_menu ul.menu, #MenuWebsite .header_megamenu 
{
    display: flex;
    flex-direction: row;
}

#MenuWebsite .header_megamenu 
{
	padding: 40px 0 25px 0;
	align-items: center;
}

#MenuWebsite .header_megamenu .logo_megamenu 
{
	cursor: pointer;
}
#MenuWebsite .action_megamenu 
{
	width: 100%;
	align-items: center;
}
#MenuWebsite .action_megamenu .language_website 
{
    text-align: right; color: #E7B632; font-size: 0; 
}
.action_megamenu .language_website li, .action_megamenu .language_website li a { font-size: 1rem; font-weight: 500; }
@media screen and (max-width: 767px)
{
	.action_megamenu .language_website li, .action_megamenu .language_website li a { font-size: 1.2rem; }
}
.action_megamenu .language_website li { border-right: 1px solid #E7B632; margin-top: 5px; }
.action_megamenu .language_website li:last-child { border-right: 0; }
.action_megamenu .language_website li a { padding:0 10px;}

.action_megamenu .language_website li.current-lang a, .action_megamenu .language_website li a:hover { color:#FFF; font-weight: 600; }

#MenuWebsite .container_menu ul.menu {
    padding: 0; margin:0;
    flex-wrap: wrap;

}
#MenuWebsite .container_menu ul.menu > li {
	border-top: 1px solid #5799c9;
	padding-top: 10px;
	margin-top: 25px;
	flex: 1 1 33.33333%;
	min-height: 25vh;
    color:#fff;
}
#MenuWebsite .container_menu ul.menu > li .main_title_menu {
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 600;
    margin-bottom: 5px;
}
#MenuWebsite .container_menu ul.menu > li ul.sub-menu {
	margin:0; padding: 0;
}
#MenuWebsite .container_menu ul.menu > li ul.sub-menu > li {
	width:100%; font-size: 1.2rem; line-height: 1.4rem; color: #c2c1d7; text-transform: capitalize;
}
#MenuWebsite .container_menu ul.menu > li ul.sub-menu > li img {
	width:25px; height: auto; filter: brightness(0) invert(1); margin-bottom: 5px; margin-right:3px;
}

#MenuWebsite .container_menu ul.menu > li ul.sub-menu:not(.custom-sub-menu) .main_title_menu a
{
	color: #FFF;
}

@media screen and (max-width: 767px) 
{
	#MenuWebsite .container_menu ul.menu > li 
	{
		flex: 1 1 100%;
		padding-top: 25px;
		min-height: 1px;
		margin-top:0;
		margin-bottom:25px;
	}

	#MenuWebsite .container_menu ul.menu > li .main_title_menu
	{
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
	#MenuWebsite .container_menu ul.menu > li ul.sub-menu > li 
	{
	 	font-size: 1.4rem; line-height: 1.8rem;
	}
}


/*
    Page Catgory / Archive Category
*/

.cover_page_archive .title_cover_tax {
    max-width: 480px;
}
.cover_page_archive .title_cover_tax {
    z-index: 9;
    margin-top:20vh;
}
.cover_page_archive .title_cover_tax .main_testo_website
{
    color: #fff;
    text-transform: uppercase;
    font-weight:500;
	font-size: 1.4rem;
	line-height: 1.6rem;
	padding-left: 8px;
}
.cover_page_archive .title_cover_tax .main_title_website
{
    color: #fff;
    text-transform: uppercase;
    font-weight:500;
	font-size: 5.2rem;
	line-height: 5.4rem;
}

.content_cover_tax
{
    left: 0;
	bottom: 5vh;
	z-index: 9;
}
.content_cover_tax .view_cat_terms
{
	display: flex;
	align-items: center;
	justify-content: center;
    text-align: center;
}
.content_cover_tax .single_box_cat 
{
	padding: 25px 5vw;
	max-width: 25%;
}
.content_cover_tax .single_box_cat .img_cat img
{
	max-height: 95px;
	filter: brightness(0) invert(1);
	margin-bottom: 25px;
	width: auto;
	max-width: 100%;
}
.content_cover_tax .single_box_cat:hover .img_cat img, .content_cover_tax .single_box_cat.active .img_cat img
{
	/*NEW BLUE*/
	filter: invert(14%) sepia(91%) saturate(1253%) hue-rotate(192deg) brightness(93%) contrast(102%);
	/*OLD YELLOW filter: invert(73%) sepia(95%) saturate(1414%) hue-rotate(358deg) brightness(101%) contrast(104%);*/
}


.content_cover_tax .single_box_cat .name_cat 
{
	color: #FFF;
	text-transform: uppercase;
	word-wrap: anywhere;
}
.content_cover_tax .single_box_cat:hover .name_cat, .content_cover_tax .single_box_cat.active .name_cat 
{
	color:#063164;/*#FDC300;*/ 
	font-weight: 600;
}

.content_page_category .main_testo_website strong { color:#0469b1; }
.content_page_category .main_testo_website a { color:#0469b1; font-weight: 700; }


@media screen and (max-width: 991px) 
{
	.content_cover_tax 
	{
		left: unset;
		bottom: unset;
		z-index: 9;
		position: relative;
		margin-top: 80px;
	}

	.cover_page_archive.full_height_page.top_element 
	{
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.cover_page_archive .title_cover_tax 
	{
		margin-top:40px;
	}

	.cover_page_archive .title_cover_tax .main_title_website 
	{
		font-size: 2.8rem;
		line-height: 3.2rem;
	}

}


@media screen and (max-width: 767px) 
{ 
	.cover_page_archive .title_cover_tax
	{
		text-align:center;
		width: 100%;
		max-width: 100%;
	}

	.content_cover_tax .view_cat_terms 
	{
		display: inline-block;
		width: 100%;
	}
	.content_cover_tax .single_box_cat {
		padding: 25px;
		width: 50%;
		max-width: 50%;
		display: inline-block;
	}
	.content_cover_tax .single_box_cat .img_cat img
	{
		max-height: 55px;
	}
}

@media screen and (max-width: 580px) 
{
	.content_cover_tax .single_box_cat .img_cat img
	{
		margin-bottom: 15px;
	}
	.content_cover_tax .single_box_cat .name_cat
	{
		font-size: 12px;
		font-weight: 700;
	}
}


/*ARCHIVE POI*/
.single_poi_grid 
{
    margin-bottom: 40px;
}
.image_poi_grid {
    padding-top:50%
}
.image_poi_grid .label_port 
{
    top:0;
    left: 0;
    z-index:4;
}
.image_poi_grid .label_port span 
{
	padding: 8px 12px;
	color: #FFF;
	background-color: #0369b3;
	display: inline-block;
	min-width: 20%;
	font-size: 0.9rem;
	line-height: 0.9rem;
	text-transform: uppercase;
	font-weight: 600;
}

.image_poi_grid > .hover_link
{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 37%);
}
.preview_media_poi 
{
	bottom: 25px;
	left: 0;
	z-index: 6;
	pointer-events: none;
}
.title_icon_media_poi 
{
	color: #0369b3;
	font-size: 2.4rem;
	line-height: 2.8rem;
	margin-bottom: 10px;
	font-weight: 600;
}
.icon_media_poi .single_icon_media_poi 
{
    display: inline-block; margin:0 5px;
}
.icon_media_poi .single_icon_media_poi img
{
    height:40px; width: auto;
	filter: invert(92%) sepia(4%) saturate(64%) hue-rotate(170deg) brightness(105%) contrast(86%);
	
}
.preview_media_poi .icon_media_poi .single_icon_media_poi img
{
	opacity:0.5;
}

.icon_media_poi .single_icon_media_poi.active img
{
	filter: unset;
    filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
	cursor: pointer;
	opacity:1.0
}


.info_single_poi_grid {
    margin-top:15px;
}
.info_single_poi_grid .category_poi_view, .info_single_poi_grid .main_title_website 
{
    text-transform: uppercase; color:#0369b3;
}
.info_single_poi_grid .category_poi_view strong {
    font-weight: 600;
}
.info_single_poi_grid .main_title_website {
	font-weight: 700;
	font-size: 1.6rem;
    line-height: 1.8rem;
}
.info_single_poi_grid .main_title_website a:hover {
	color:#000;
}
.info_single_poi_grid  .main_testo_website {
    color:#373737;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

/*navigationpage*/
.navigationpage .wp-pagenavi span, .navigationpage .wp-pagenavi a {
	display: inline-block;
	min-width: 45px;
	height: 45px;
	line-height: 40px;
	border: 1px solid #bfa5c0;
	color: #8e217e;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
}
.navigationpage .wp-pagenavi span.current, .navigationpage .wp-pagenavi a:hover {
    background-color: #8e217e;
    color:#FFF;
}
/*FANCYBOX*/
body .fancybox__caption {
	margin-top: 15px;
	line-height: 1.4rem;
	font-size: 1rem;
}

/*SINGULAR*/
/*COVER*/
/*COVER VIDEO - SLIDE HOME*/
.cover_singular {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}
.content_cover_singular 
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 99;
}

.cover_singular .title_cover_singular 
{
    max-width: 480px;
}
.cover_singular .title_cover_singular, .cover_singular .logo_port 
{
    z-index: 9;
}

.cover_singular .title_cover_singular .main_title_website 
{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700; /* UPDATE 2025 */
	font-size: 3.2rem; /* UPDATE 2025 */ 
	line-height: 3.4rem; /* UPDATE 2025 */
	word-wrap: anywhere;
}

.cover_singular .title_cover_singular .main_testo_website
{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	padding-left: 8px;
}

.cover_singular .content_cover_singular .logo_port .main_testo_website 
{
	color: #FFF;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 700;
}

.cover_singular .logo_port img 
{
    max-width: 100%;
	max-height: 125px;
    width:auto;
    height: auto;
}

/*UPDATE 2025 - header cover POI*/
.cover_singular .content_cover_singular .logo_port.logo_route 
{
	display: flex;
	flex-direction: column;
	align-items: baseline;
}
.cover_singular .content_cover_singular .logo_route img
{
	-moz-filter: invert(100%); /* FireFox */
	-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}
.cover_singular .content_cover_singular .logo_port.logo_route .main_testo_website 
{
	max-width: 75%;
}

@media screen and (max-width: 767px) 
{
	.content_cover_singular 
	{
		flex-direction: column;
	}
	
	.single-poi_website .cover_singular .content_cover_singular .title_cover_singular
	{
		text-align: center;
	}	
	.single-poi_website .cover_singular .content_cover_singular .logo_port
	{
		margin-top: 25px;
	}
	.single-poi_website .cover_singular .content_cover_singular .logo_port img
	{
		max-height: 85px;
	}
}

@media screen and (max-width: 580px) 
{
	.cover_singular .title_cover_singular .main_title_website 
	{
		font-size: 3.0rem;
		line-height: 3.4rem;
	}
	.single-poi_website .cover_singular .content_cover_singular .logo_port img
	{
		max-height: 65px;
	}
}


.cover_singular .button_virtual_museum 
{
	z-index: 12;
	bottom: 40px;
	top: unset;
}
.cover_singular .button_virtual_museum a 
{
	background-color: #921e7f;
	color: #fff;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 0.9rem;
	line-height: 0.9rem;
	font-weight: 600;
	display: block;
}

.cover_singular > iframe,
.cover_singular > video,
.item_slide > iframe,
.item_slide > video,
.item_slide > .slide_yt > iframe
{
	min-width:110%;
	min-height: 110%;
	z-index: 11;
	pointer-events: none !important;
	max-height: unset !important;
	max-width: unset !important;
}

/*RISOLUZIONE PROBLEMA TAGLIO VIDEO ZARA VIRTUAL MUSEUM*/
.postid-1928 .cover_singular > iframe,
.postid-1928 .item_slide > iframe,
.postid-1919 .cover_singular > iframe,
.postid-1919 .item_slide > iframe,
.postid-1935 .cover_singular > iframe,
.postid-1935 .item_slide > iframe
{
	min-width: 145%;
	min-height: 145%;
}

.item_slide > .slide_yt > iframe
{
	position: absolute;
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%); 
	-moz-transform: translate(-50%, -50%); 
	-o-transform: translate(-50%, -50%); 
	text-align: center; 
	height: auto;
	z-index: 1;
}

.item_slide > .slide_yt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0; 
	z-index: 1;
}

.poster_video
{
	z-index: 12;
}

.button_play_pause_cover {
	width: 60px;
	height: 60px;
	z-index: 15;
	border: 0;
	background-color: transparent;
	padding: 0;
}
.button_play_pause_cover span 
{
	background-color: #0369b3;
	padding: 5px;
	border-radius: 15px;
	display: block;
}

.button_play_pause_cover img
{
	filter: brightness(0) invert(1);
}
.button_play_pause_cover .pause
{
	opacity:0;
}

.item_slide:active .button_play_pause_cover .pause,
.item_slide:hover .button_play_pause_cover .pause
{
	opacity:1.0;
}

/*SINGULAR*/
.singular_website 
{
	min-height: 75vh;
}
.singular_website .main_title_website {text-transform: uppercase; color:#14448e; font-weight: 700;}

.singular_website h1, .singular_website h2, .singular_website h3, .singular_website h4, .singular_website h5 { color:#0369b3; font-weight: 700; margin-bottom: 25px;}

 
.main_title_website code 
{
	color: #444;
	font-family: inherit;
	font-size: 75%;
	font-weight: 500 !important;
	text-transform: none;
}


.singular_website .main_testo_website p {margin-bottom: 1.4rem;}
.singular_website .main_testo_website a { text-decoration: underline; }

.media_row .icon_media_poi .single_icon_media_poi {
    margin:0 10px;
}
.media_row .icon_media_poi .single_icon_media_poi img 
{
    height:60px; width: auto;
}
@media screen and (max-width: 780px) 
{
	.media_row .icon_media_poi .single_icon_media_poi img 
	{
		height:40px; 
	}
}
.media_row .icon_media_poi .single_icon_media_poi.active img,
.media_row .icon_media_poi .single_icon_media_poi.active:hover img,
.media_row.searched_media .icon_media_poi .single_icon_media_poi:hover img
{
    filter: invert(25%) sepia(94%) saturate(1472%) hue-rotate(184deg) brightness(96%) contrast(99%);
}
.sliderImagePoi, .imagepoi_row .item_poi { height: 75vh; position:relative; overflow: hidden; display: block; }
.imagepoi_row { display: block; }
 
.arrow_website_bg 
{
    display: inline-block;
    width: 35px;
	height: 35px;
    background-image: url("img/arrow_white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.arrow_website_bg.left 
{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}


.sliderImagePoi .owl-carousel .owl-nav button 
{
	position: absolute;
	top: 50%;
	z-index: 12;
	background-color: rgba(6,49,100,0.5) !important;
	padding: 29px !important;
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 90px;
}

.sliderImagePoi .owl-nav button.owl-prev { left:40px }
.sliderImagePoi .owl-nav button.owl-next { right:40px }

.sliderImagePoi .owl-nav button.owl-prev span { margin-right:10px }
.sliderImagePoi .owl-nav button.owl-next span { margin-left:10px }


@media screen and (max-width: 767px) 
{
	.sliderImagePoi .owl-carousel .owl-nav button
	{
		width: 35px;
		height: 35px;
		margin-top: -18px;
	}
	.sliderImagePoi, .imagepoi_row .item_poi 
	{ 
		height: 56.25vw; 
	}
	.sliderImagePoi .owl-nav button.owl-prev { left:5px }
	.sliderImagePoi .owl-nav button.owl-next { right:5px }
	.arrow_website_bg 
	{
		width: 10px;
		height: 35px;
	}
}

.external_link_row 
{
    background: rgb(30,53,97);
    background: linear-gradient(90deg, rgba(30,53,97,1) 0%, rgba(255,255,255,1) 100%);
    color: #FFF;
    padding-top:15px;
    padding-bottom:15px;
}

.overlay_box_media_POI 
{
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
}
.overlay_box_media_POI.show 
{
    display: block;
    opacity: 1.0;
    visibility: visible;
}
.center_box_media_POI 
{
	width:1024px;
    max-width: 80%;
	overflow: hidden;
}
.iframe_box_media_POI 
{
    padding-top:56.25%;
	overflow: hidden;
	background-color: #000;
}
.audio .iframe_box_media_POI 
{
	background-color: transparent;
}
.iframe_box_media_POI iframe, .iframe_box_media_POI video {
	width: 101% !important;
	height: 101% !important;
	max-height: 101% !important;
	max-width: 101% !important;
	position: absolute;
}
.iframe_box_media_POI video 
{
	top: 0;
	left: 0;
}
.iframe_box_media_POI iframe
{
	top: 50%;
	left: 50%;
}
.iframe_box_media_POI iframe#Vimeo
{
	top: 0;
	left: 0;
}
.iframe_box_media_POI.link_spherical_panoramas iframe, .iframe_box_media_POI.link_3dmodel iframe  {
	top: 0;
	left: 0;
}

.iframe_box_media_POI audio {
	width: 100% !important;
	height: 40px !important;
	margin-top: -20px;
    position: absolute;
    top: 50%;
	left: 0;
}
.overlay_box_media_POI button.action_button_overlay
{
    position:absolute;
    right: 0; top: 0;
    padding:20px;
    background-color: transparent; /*#063164;*/
    border: 0;
    cursor: pointer;
	z-index: 99;
}
/*.overlay_box_media_POI button.action_button_overlay:hover
{
    background-color: #47ad9e;
}*/
.overlay_box_media_POI button.action_button_overlay.full_page_mode_view 
{
	right: 48px;
}

.overlay_box_media_POI button.action_button_overlay img 
{
    width:25px;height:25px;display: block;
}

.overlay_box_media_POI button.action_button_overlay svg 
{
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #FFF;
	stroke-width: 2px;
	stroke-linejoin: bevel;
	stroke-linecap: round;
	filter: none;
	pointer-events: none;
}
.overlay_box_media_POI button.action_button_overlay.full_page_mode_view svg g:nth-child(2)
{
	display: none;
}
.overlay_box_media_POI button.action_button_overlay.full_page_mode_view.active_full_page svg g:nth-child(2)
{
	display: block;
}
.overlay_box_media_POI button.action_button_overlay.full_page_mode_view.active_full_page svg g:nth-child(1)
{
	display: none;
}


.legend_caption_media
{
	background-color: #111;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
	/* margin: 0 auto; */
	width: auto;
}

.logo_port_institutional img 
{
	max-width: 320px;
	max-height: 120px;
	width: auto;
	height: auto;
}
.single-poi_website .singular_website ul 
{
    width: 100%;
    margin:0 0 3rem 0;
    padding: 0;
    display: inline-block;
}
.single-poi_website .singular_website ul li 
{
	width: 100%;
	list-style-type: disc;
	list-style-position: inside;
	display: list-item;
}

/*
blockquote {
	padding: 20px 45px;
	font-style: italic;
	position: relative;
	margin-bottom: 3rem;
}
*/

blockquote 
{
	padding: 45px;
	font-style: italic;
	position: relative;
	margin-bottom: 3rem;
	width: 960px;
	margin: 40px auto 3rem;
	max-width: 100%;
}

.singular_website .main_testo_website blockquote p {margin:0;}
blockquote::after, blockquote::before 
{
	position:absolute;
    display: block;
    font-size: 28px; font-weight: 700; font-family: "FontAwesome";
}

blockquote::before 
{
	content:"\f10d";
    top: 0; left: 0;
}
blockquote::after {
	content:"\f10e";
    bottom: 0; right: 0;
}

/* singular child port - virtual museum */
.title_virtual_museum > * { display: inline-block; }
.title_virtual_museum img { height: 75px; }
.title_virtual_museum .main_title_website 
{
	color: #000;
	margin-left: 25px;
}

@media screen and (max-width: 580px) 
{
	.title_virtual_museum > * { width:100% }
	.title_virtual_museum img { height: 65px; }
	.title_virtual_museum .main_title_website 
	{
		margin-left: 0;
		margin-top: 25px;
	}
}


.archive_virtual_museum {
	border-top:5px solid transparent;
	background-color: transparent;
}
.archive_virtual_museum.tradition {
	border-color: #086bb6;
	background-color: #dbe9f4;
}
.archive_virtual_museum.stories {
	border-color:#039594;
	background-color: #d9efed;
}
.archive_virtual_museum.heritage {
	border-color:#f9b40f;
	background-color: #fef3dd;
}

/*
	FOOTER
*/
footer {
	display: block;
	width: 100%;
}

.content_footer_home 
{
	margin-top:50vh;
	
}
@media screen and (max-width: 1420px) 
{
	.content_footer_home 
	{
		margin-top:35vh;
	}
}
@media screen and (max-width: 991px) 
{
	.content_footer_home 
	{
		margin-top:200px;
	}
}

footer#homepage_footer .logo_footer
{
	border:10px solid #FFF;
}
footer#footer_website .logo_footer
{
	width:420px
}


footer .icon_column
{
	text-align: right;
}

footer .icon_social
{
	display: inline-block;
}

footer .icon_social li
{
	display: inline-block;
	margin:0 15px 15px;
}

@media screen and (max-width: 767px) 
{
	footer img.logo_footer 
	{
		display: block;
		margin: 0 auto;
		width: 420px;
		height: auto;
	}
	footer .icon_column, 
	footer#footer_website .text_footer
	{
		text-align: center;
		margin-top:40px
	}
	.content_footer_home 
	{
		margin-top:80px;
		margin-bottom:80px;
	}

}

footer .icon_social li img
{
	width:50px;
	height: auto;
}

@media screen and (min-width: 768px)
{
	footer#homepage_footer .image_home_footer img {
		position:absolute;
	}

	footer#homepage_footer .icon_social li img
	{
		filter: brightness(0) invert(1);
	}
}


/*PAGE MULTIMEDIA*/

/*NEW*/
.media_row .initial_media_page_view 
{
	width:580px; max-width: 100%; margin:0 auto; display: block; margin-top:40px
}
.media_row .initial_media_page_view .single_icon_media_poi a
{
	display: block;
}
.media_row .initial_media_page_view .single_icon_media_poi
{
	margin-bottom: 40px;
	text-align: left;
}
.media_row .initial_media_page_view .single_icon_media_poi .label,
.media_row .initial_media_page_view .single_icon_media_poi .icona
{
	display:inline-block;
	vertical-align: middle;
	
}
.media_row .initial_media_page_view .single_icon_media_poi .icona img
{
	height:80px;
}
.media_row .initial_media_page_view .single_icon_media_poi .label
{
	font-size:28px;
	line-height:34px;
	font-weight: 700;
	color: #006fb5;
	padding-left: 40px;
}
.media_row .initial_media_page_view .single_icon_media_poi:hover .label
{
	color: #063164;
}

@media screen and (max-width: 580px)
{
	.media_row .initial_media_page_view 
	{
		padding:0 25px;
	}
	.media_row .initial_media_page_view .single_icon_media_poi .icona img
	{
		height:60px;
	}
	.media_row .initial_media_page_view .single_icon_media_poi .label
	{
		font-size:20px;
		line-height:26px;
		padding-left: 25px;
	}
}
@media screen and (max-width: 420px)
{
	.media_row .initial_media_page_view 
	{
		padding:0;
	}
	.media_row .initial_media_page_view .single_icon_media_poi .icona img
	{
		height:45px;
	}
	.media_row .initial_media_page_view .single_icon_media_poi .label
	{
		font-size:18px;
		line-height:26px;
		padding-left: 15px;
	}
}

.searched_media_poi 
{
	border-bottom: 1px solid #063266;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.searched_media_poi.bg_row {
	background-color: #eee;
}
.searched_title_media
{
	width: calc(100% - 120px);
}
.searched_button_media
{
	text-align: right;
	width: 60px;
}
.searched_button_media img {
	max-width: 40px;
	height: auto !important;
	margin-right: 15px;
}

.searched_button_link
{
	width: 60px;
	font-size: 12px;
	line-height: 14px;
}

.searched_results .searched_button_link
{
	width: 120px;
}

@media screen and (max-width: 767px)
{
	.searched_media_poi 
	{
		display: inline-block;
		flex-direction: unset;
		align-items: unset;
	}
	.searched_title_media 
	{
		width: 100%;
		margin-bottom: 15px;
		text-align: left;
	}
	.searched_button_media 
	{
		display: inline-block;
		text-align: left;
		width: 50%;
	}
	.searched_button_link 
	{
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		text-align: left;
	}
	.reverse-row{
    display: flex;
    flex-direction: column-reverse;
	}

	.searched_results .searched_button_link
	{
		width: auto;
	}

}


.navigation_post_row {
	padding: 15px;
	background-color: rgb(31,54,98);
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

#accessibility-links div.scbasebin.screenreader.text.scr_wheelchair 
{
	background-image: url('img/icona-accessibilita.jpg');
	background-size: contain;
	background-position: top left;
}

html #accessibility-links.bottomright.vertical #text_plugin
{
	width: 40px !important;
	height: 40px !important;
	-webkit-box-shadow: 0px 2px 12px 0px #000000;
	-moz-box-shadow: 0px 2px 12px 0px #000000;
	-o-box-shadow: 0px 2px 12px 0px #000000;
	box-shadow: 0px 2px 12px 0px #000000;
	margin-bottom: 40px;
}

#speaker_plugin > button 
{
	position: relative !important;
}
.button_override_accessibility {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*COOKIE BANNER*/
html body #cookie-law-info-bar
{
	max-width: calc(100% - 120px);
	padding: 6vw !important;
	background-color: #e6b948 !important;
	color: #063266 !important;
	font-size: 2rem !important;
	line-height: 2rem !important;
}



html body .cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #063266;
}

.links_footer_policy
{
	font-size: 10px;
	text-align: center;
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.bg_footer_home
{
	background-image: url('img/bg_footer_home.png');
	background-size: cover;
	background-position: center bottom;
}
@media screen and (max-width: 767px)
{
	.bg_footer_home
	{
		background-image: none;
	}
}
 
.disclaimer_footer
{
	font-size: 12px;
	line-height: 16px;
	color: #063266;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*UPDATE 2025*/
.splitText
{
	column-count: 2;
	column-gap: 40px;
}
@media screen and (max-width:767px) {
	.splitText
	{
		column-count:1;
	}
}
.single-port_website .singular_website,
.single-routes_website .singular_website
{
	min-height: 1px;
}

/*LOADING*/
.buttonLoadMore
{
	margin-top: 25px;
}
.buttonLoadMore .button_website
{
	background-color: #8e217e;
	color: white;
	padding: 7px 15px;
	border: 0;

	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.loadingMore svg
{ 
	width: 40px; 
	height: auto;	
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.loadingMore {text-align: center;}
.loadingMore svg path { fill: #8e217e;}
@keyframes lds-ring {  
	0% {
	transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);  -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg);
	}
}