/***************PAGINA PAESE *****************************/

.header-paese{
	background: #555;
	height:100%;
}

.header-paese h2{
	color:#fff !important;
	text-transform: uppercase;
}

.header-paese a,.header-paese a:hover{
	color:#fff;
	margin-left: 25px;	
}
.header-paese button{
    color:#fff;
    margin-left: 25px;
    font-size: 16px;
    border: none;
    background: none;
    padding: 0;
    display: inline-block;
}
.header-paese button:hover{
    text-decoration: underline;
}


.presentazione-paese{
	text-align: center;
	margin-top: 40px;
	color:#3b4c72;
	font-size: 18px;
}

.presentazione-paese h3{
	font-weight: 700;
	padding-bottom: 5px;
	font-size: 30px;
}

.grigio-bg{
	background: #f1f1f1;
	padding: 10px 0 30px 0;
	margin-top: 40px;
}

.azzurro-bg{
	background: #00A79E;
	padding: 10px 0 30px 0;
	color:#fff;
	margin-bottom: 40px;
}

.azzurro-bg h3{
	color:#fff;	
}

.pagina-paese table{
	text-align: left;
	margin-top: 40px;
}

.pagina-paese table tbody td{
	border-color: #00a79e;
}

.pagina-paese .table thead th{
	border-color: #00a79e;	
	border-top: none;
}

.pagina-paese .info-link{
	margin-top: 50px;	
	margin-bottom: 40px;

	margin-top: 30px;
	margin-bottom: 0;
}
.pagina-paese .info-link a{
	color:#fff;
	display: block;	
	/*margin-bottom: 30px;*/
	margin-bottom: 15px;
	/*margin-right: 30px;*/
	text-align: left;		
	text-decoration: underline;	
	background: url(/img/punto-bianco.jpg) no-repeat 0px 6px;
	padding-left: 20px;
	/*width:350px;*/
	line-height: 1.2;
}


/***************PAGINA  *****************************/

.pagina{
	font-size: 20px;
	margin-bottom: 50px;
}

.pagina .center{
	text-align: center;
}
.pagina h1{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	border-bottom: 1px solid #00A79E;
	margin-bottom: 60px;
	display: inline-block;
	padding-bottom: 15px;
}

.pagina ul{
	list-style-position: inside;
}

.pagina .approfondimenti{
	text-transform: uppercase;
	font-weight: 700;
	color:#4c5d7f;
	margin-top: 20px;
	margin-bottom: 10px;
}


.breadcrumbs{
	background: #f1f1f1 ;
	margin-bottom: 0 ;	
	padding: .75rem 1rem;
	font-size: 14px;
}
.breadcrumbs a{
	color:#3B4B6D;
}


/*************** SEARCH PAGE  *************************/


.search h2{
	padding: 50px 0 10px 0;	
	font-size: 28px;	
	margin-bottom: 5px;
}



.search .posts-navigation{
	margin-top: 50px;
	border-top:1px solid #eee;
	padding-top: 10px;
}

.search .entry-meta{
	font-size: 16px;
	color:#555;
	font-style: italic;

}
/*************** SIDEBAR  *****************************/

.sidebar{
	background: #f1f1f1;
	padding: 20px 10px;
	font-size: 17px;
	margin-bottom: 40px;
}

.sidebar h2{
	border-left: 8px solid #00A79E;
	padding: 0px 0 0px 15px;
	margin: 10px 0 30px 10px;
	font-weight: 700;
	font-size: 30px;

}

.sidebar ul{
	margin: 0 0 15px 10px;
	padding: 0;

}

.sidebar li{
	padding:0 0 10px 22px;
	background: url(/img/freccia-menu.jpg) no-repeat 0 5px; 

    list-style: none;
}

.sidebar li a {
	color: #00A79E;
	font-weight: 600;
}
.sidebar li.current-menu-item a {
	color: #3B4B6D;
}

/*************** AREA RISERVATA  ************************/

.backoffice{
	padding-bottom: 120px;
}

.card{
	border: none !important;
	border-left: 4px solid #00A79E !important;
	margin-bottom: 40px;
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
	transition: box-shadow 0.2s ease-in-out;
	min-height: 295px;
}
.card:hover, .help-pdf:hover{
	box-shadow: 4px 4px 35px rgba(0, 167, 158, 0.25);

}

.card.card-alert{
	border-left: 4px solid #e87d88 !important;
	min-height: 0px;
}
.card.card-alert:hover{
	box-shadow: 4px 4px 35px rgba(232, 125, 136, 0.25);
}

.card.card-alert .card-body{
	font-size: 18px;
	font-weight: 600;
}
.card.card-alert .card-body a, .card.card-alert .card-body a:hover{
	color: #212529;
}





.card-title{
	text-transform: uppercase;	
	color: #00A79E;
	font-weight: 700;
	padding-left: 55px;
	height: 45px;
	padding-top: 10px;
	margin-left: 5px;
}

.card-title.admin{
	background: url(/img/admin.png) no-repeat 0 3px; 
}

.card-title.contenuti{
	background: url(/img/contenuti.png) no-repeat 0 3px; 
}

.card-title.servizi{
	background: url(/img/servizi.png) no-repeat 0 9px; 
}

.card-title.account{
	background: url(/img/account.png) no-repeat 0 7px; 
}
.card ul{
	list-style:none;
	margin: 22px 0  10px 16px;
	padding: 0;
}

.card li{
	padding-bottom: 15px;

}
.card li a{
	color:#3B4B6D;
	background: url(/img/Polygon.png) no-repeat 0 6px; 
	padding-left: 16px;
	font-weight: 600;
	font-size: 18px;

}

.card li a span{
	font-weight: normal;
	color:#CB6363;
}

.card li a.daapprovare{
	font-weight: normal;
	color:#CB6363;
	background: none;
	padding-left: 0;
}

.help-pdf{
	background: #fff;
	padding: 15px 40px;
	margin-top: 50px;
	margin-bottom: -50px;
	box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);	
	font-size: 16px;	
	text-align: center;
	font-weight: 600;
}

.help-pdf a{
	color:#555;
}



/***************RESPONIVE  *****************************/

@media (min-width: 428px) { 	
	.header-paese img{
		float: left;
		width: 40%;

	}

	.header-paese h2{
		margin-top: 30px;
		display: inline-block;
		font-size: 30px;
		width: 45%;

	}
	.header-paese a{
		display: inline-block;
		font-size: 16px;
	}

}

@media (min-width: 992px) { 
	
	.header-paese img{
		width: 100%;

	}

	.header-paese h2{
		width: 100%;
	}

	.sidebar li{
		padding:0 0 20px 22px;
	}

}

@media (max-width: 426px) { 
	.header-paese img{
		width: 50%;
		float: left;

	}
	.header-paese h2{
		margin-top: 5px;
		display: inline-block;
		clear: both;
		font-size: 24px;
		margin-left: 25px;
	}
	.header-paese a{
		display: inline-block;
		font-size: 16px;

	}	


}

 /***************ANNUARIO  *****************************/

.scheda-print{
	background: #F1F1F1;
	overflow: auto;
	padding: 30px 0 30px 0;
}

.foto-print{
	float: left;
	border-left: 10px solid #00A79E;
	width:190px;
	margin-left: 3%;
}

.dati-print{
	float: left;
	padding-left: 50px;
	padding-right: 30px;
	width: 78%;
	word-wrap: break-word;
}

.dati-print.no-foto{
	border-left: 10px solid #00A79E;
	margin-left: 3%;
	padding-left: 30px;
	width: 90%;

}

.dati-print a{
	color: #4C5B7A;
	text-transform: uppercase;
	font-size: 28px;
	padding-bottom: 10px;
	display: block;
	margin-top: -5px;
}

.dati-print b{
	color: #4C5B7A;
	width: 125px;
	display: block;	
	float:left;
	clear: left;

}

.dati-print span{
	color: #4C5B7A;
	width: 545px;	
	display: block;
	float:left;
}

.dati-print.no-foto span{
	width: 655px;	

}

.cv-print{
	clear: both;
	padding: 30px  60px 50px 60px;
}

.copertina-paese{
	background: #00A79E;
	color:#fff;
	height: 1422px;
	width: 100%;
	padding-top: 45%;
	page-break-before: always;
}

.copertina-paese h1{
	color:#fff !important;
	border: none;
	font-size: 100px;
}

@media print {

.header-up, #masthead, .footer, .breadcrumbs, .center{
	display: none;
}

a { text-decoration: none!important; }

@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 25mm 225mm 25mm 225mm;  
}

  H3:nth-of-type(n+2) {
  	page-break-before: always;
  	page-break-after: : always;
  }

  .no-page-break {
  	page-break-inside: avoid;
  }

  .fixed{
  	position: fixed;
  	bottom: 0;
  	right: 0;
  	height: 100px;
  	width: 100px;
  	background: #000;
  	color:#fff;
  }

}
