/*
Theme Name:     ComuneTheme
Author:         Capitale Lavoro
Description:    Tema Comunale Città Metropolitana di Roma
Version:        3.0 

*/

@import url("../fonts.css");

/*  RESET  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/*  / RESET  */


/*--------- STYLE GENERALE -----------*/

/* ---- NAVIGAZIONE PRINCIPALE ----*/


/* General styles for all menus */


.button_open{
	
	width:50px;
	height:60px;
	background-image:url(imgs/menu_open.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 90px;
	border:none;
	padding:0;
	float:left;
	margin-right:20px;	
	margin-top:10px;
	cursor:pointer;
	color:#000;
	text-decoration:none;
	padding-left:5px;
	
	}
	
.button_open:hover{
	
	text-decoration:none;
	color:#000;
	
	}	
	
.button_close{
	
	width:50px;
	height:60px;
	background-image:url(imgs/menu_close.jpg) !important;
		
	}	



.cbp-spmenu {
	
	background-color:#fff;
	position:fixed;
	padding-top: 50px;
	
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {

}

/*.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}*/


.nav{
	
	padding:0 !important;
	
	}
	
.nav li{
	
	margin:0 !important;
	
	}	
	


.nav > li > a {
	
	font-size:2.5rem !important;
	font-weight:bold !important;
	text-transform:uppercase !important;
	border-radius:0 !important;
	padding: 12px 12px !important;
	
	}
	
.nav li > ul.sub-menu > li > a	{
	
	font-size:2rem !important;
	font-weight:600 !important;
	border-radius:0 !important;
	padding: 12px 12px !important;
	
	}


.nav > li > ul.sub-menu > li > ul.sub-menu > li > a{
	
		font-size:1.8rem !important;
		font-weight:600 !important;
		border-radius:0 !important;
		padding: 12px 12px !important;	
		
		}	
		
			
.nav > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a{
	
		font-size:1.6rem !important;
		font-weight:600 !important;
		border-radius:0 !important;
		padding: 12px 12px !important;	
		color:#333 !important;
		
		}	

.nav > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
	font-size: 1.4rem !important;
	font-weight: 600 !important;
	border-radius: 0 !important;
	padding: 12px 12px !important;
	color: #333 !important;
}

.nav > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu  {
	
	display: none;
}



.nav a:hover  {
    
	background-color:#EAEAEA !important;
	color:inherit !important;
    
}

.nav li.active > a {
    
	
    
}

.nav li > a > span {
 
    font-size: 30px !important;
    
}

.nav li > a > span.sub{
	
	font-size: 1.6rem !important;
    font-weight: 400 !important; 
	float:none !important;
	
	}
	
.nav li > a:hover > span{
    
	
	color:inherit !important;
    
}
	
	
.nav li > a > span.sub::after {
    content: "" !important;
}	

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	overflow-y: scroll;
    position: fixed;
    top:0;
    width: 580px;
    z-index: 1000;
	height:calc(100% - 50px);
	
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #666;
	padding: 1em;
}



/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -580px;
}



.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: calc(580px + 10px - ((100% - 1140px) / 2));
	
}

.cbp-spmenu-push-toleft {
	left: -580px;
}



/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


	
/* VIVERE */
.nav > li:nth-child(2) > a ,
.nav li:nth-child(2) > ul.sub-menu > li > a ,
.nav li:nth-child(2) > ul.sub-menu > li > ul.sub-menu > li > a
{
color: #BF0D00 !important;

}



/* COMUNITA */
.nav > li:nth-child(3) > a ,
.nav li:nth-child(3) > ul.sub-menu > li > a ,
.nav li:nth-child(3) > ul.sub-menu > li > ul.sub-menu > li > a
{
color: #16780f !important;
}




/* ESPLORARE */
.nav > li:nth-child(4) > a ,
.nav li:nth-child(4) > ul.sub-menu > li > a ,
.nav li:nth-child(4) > ul.sub-menu > li > ul.sub-menu > li > a

{
color: #A64900 !important;
}



/* IMPRESE */
.nav > li:nth-child(5) > a ,
.nav li:nth-child(5) > ul.sub-menu > li > a ,
.nav li:nth-child(5) > ul.sub-menu > li > ul.sub-menu > li > a
{
color: #074bd0 !important;
}



/* COMUNE */
.nav > li:nth-child(6) > a ,
.nav  li:nth-child(6) > ul.sub-menu > li > a ,
.nav li:nth-child(6) > ul.sub-menu > li > ul.sub-menu > li > a

{
	
	color:#333333 !important;

}

/* ---- / NAVIGAZIONE PRINCIPALE ----*/



/* TIPOGRAFIA */
 
 
 
 h1, h2, h3, h4, h6 {
    font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.2;
}

h1{
	
	
	font-size: 4rem;
	
	}
	
h1.title{
	
	line-height:80px;
	float:left;
	font-size:4rem;
	
	}	
	
.sticky h1.title{
	
	line-height:60px;
		
	}		
	
h1.title a{
	
	color:#000;
	text-decoration:none;
	margin-left:5px;
	
	}		
	
	
	
h2{
	
	font-size: 3.2rem;
	
	}	
	

.home h2{
	
	font-size: 3.2rem;
	line-height:5rem;
	padding:0 5px;
	  color: #fff !important;
	position: relative;
    z-index: 10;  
	
	}	
	
h3{
	
	font-size: 2.8rem;
	
	}	
	
h4{
	
	font-size: 2.4rem;
	
	}		
	
	
a {
    color: #0066cc;
    text-decoration: underline;
}	



a:visited {
    color:  #551a8b;
    text-decoration: underline;
}	

a:hover {
    color: #003366;
    text-decoration: underline;
}	



::-moz-selection { 

background:#3399FF;

 }
::selection {
	
	background:#3399FF;

 }	
 
 
 
 .wrapper .content h1 , .wrapper .content_full h1{
	
	color:#1c2024;
	margin-bottom:20px;
	
	
	}	
	
.wrapper .content h2 , .wrapper .content_full h2{
	
	color:#1c2024;
	margin-bottom:15px;
		
	}	
	
.wrapper .content h3{
	
	color:#1c2024;
	
	margin-bottom:10px;
	
	
	
	}			
	

.content p , .content_full p{
	
	font-family: 'Titillium Web', sans-serif;
	font-size:1.8rem;
	color: #1c2024;
	margin-bottom:2.8rem;
	line-height: 2.8rem;
	
	}	
	
.footer p{
	
font-family: 'Titillium Web', sans-serif;
font-size:1.4rem;
color:#c6cace;
	margin-bottom: 4px !important;
	
	}			
	
	
.post-attachments li a{
		
		font-size:1.8rem;
		line-height:2rem;
		
		}
		
		
h2.home {
    background-color: #1f3d63;
	margin-bottom:10px;
  
 }			
	
	
	
 /* / TIPOGRAFIA */	



/*------------ / STYLE GENERALE ----------------*/



/*@media screen 
  and (min-device-width: 736px) 
   
  
 { */

html {
    min-height: 100vh;
	font-size: 62.5%;
	}



BODY{
	
	display: flex;
  	min-height: 100vh;
  	flex-direction: column;
	color: #1c2024;
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
	text-rendering:optimizeLegibility;
	font-size: 1,8rem;
	
	}
	
	

	
.home .addtoany_share_save_container{
	
	display:none;	
	
	}
	
	

.wrapper {
    margin: 0 auto ;
   width: 1140px;
   overflow:hidden;
    flex: 1 1 auto;
   clear: both;
   margin-bottom:50px;
   position:relative;
   z-index:1;
   
 
}

.clear{
	
	height:1px;
	clear:both;
	width:100%;
	
	}

.content_home{
	
	overflow:hidden;
	padding-bottom: 2px;
	
	}
	
.content img{
	
		float:left;
		margin:10px 10px 10px 0;
		object-fit: cover;
		max-width:810px !important;
		height:auto !important;
		}
		
.content_full img{
	
		float:left;
		margin:10px 10px 10px 0;
		object-fit: cover;
		max-width:810px !important;
		height:auto !important;
		}
	

	
	
.footer_menu_content , .footer_trasparenza	{
	
	
	display:none;
	
	
	}
	
	ul li{
	font-size:1.8rem;
	line-height:2.8rem;
	
	}
	
	aside ul li{
		
		line-height:2rem;
		
		}


/*--- TOP MENU -----*/


.top_menu{
	
	
	background-color:#30373D;
	min-height:45px;
	width: 100%;
	overflow:hidden;
	
	}

   	
	
	.top_menu ul{
	
	 margin: 0 auto;
   	float:right;
   
}
   	
	
a.logo_cit_met	{
	
	float:left;
	line-height:45px;
	font-size:1.6rem; 
	color:#fff;
	font-weight:600;
	text-decoration:none;
		
	}
	
a.logo_cit_met:hover	{
	

	color:#fff;
	font-weight:600;
	text-decoration:underline;
		
	}	
	
.logo_cit_met img{
	
	height:35px;
	
	}	


.top_menu ul li{
	
	position:relative;
	float:left;
	margin:0;
	padding:0;
	line-height:45px;
	list-style-type:none;
	padding:0 10px 0 10px;
	border-right:solid 1px #fff;
	
	}
	
.top_menu ul li:last-child{
	
	background-color:#0065cb ;
	
	}				
	

.top_menu ul li ul.sub-menu{
	
	display:none;	
	background-color:#30373D;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
	z-index:1000;
	width:100%;
	
	}		
	 
.top_menu ul li ul.sub-menu li{
	
	border:0;
	padding:0 10px 8px 10px;
	line-height:15px;
	float:none;
	}				
	
.top_menu ul li ul.sub-menu li:nth-child(1){
	
	
	padding:12px 10px 12px 10px;
	
	}	
	
	
.top_menu_content{
	
	width:1140px;
	margin: 0 auto;
	max-width:100%;
	overflow:hidden;
	
	}
	
.top_menu_content .widget_custom_menu_wizard	{
	
	float:right;
	
	}					
	

.top_menu_content ul li:nth-last-child(1){
	
	
	border-right:0;
	
	}	
	
.top_menu_content ul li:nth-last-child(1) a{
	
	
	font-weight:700;
	
	}			
	
.top_menu_content ul li a{
	
	color:#fff;
	font-size:13px;
	
	text-decoration:none;
	
	}		

	
.top_menu ul li:hover ul{
	
	display:block;
		
	}		
	
.top_menu ul li ul:hover{
	
	display:block;
		
	}	
			
/*--- /TOP MENU ---*/



.header_home , header{
	
	/*width:1140px;
	position:fixed;
	background-color:#fff;
	z-index:1000;*/
	height:80px;
	padding-top: 10px;
	margin-bottom:20px;
	background-color:#fff;
	/*transition: all 0.2s ease;*/
	width:100%;
	overflow:hidden;
	
	}
	
	.header_content{
	
	width:1140px;
	margin:0 auto;
	height:80px;
	max-width:100%;
	
	}	
	
.sticky{
 
	position:fixed;
	background-color:#fff;
	z-index:10;
	top:0;
	height:60px;
	/*transition: all 0.2s ease;*/
	box-shadow: 0px 0px 5px 1px #949494;
	-webkit-box-shadow: 0px 0px 5px 1px #949494;
-moz-box-shadow: 0px 0px 5px 1px #949494;
-o-box-shadow: 0px 0px 5px 1px #949494;
}	


	
.logo {
	
	float:left;
	text-align:center;
		
	}	
	
	
.sticky .logo img{
	
	width:70%;
	/*transition: all 0.2s ease;*/
	
	}	
	
.sticky .social{
	
	display:none;
	/*transition: all 0.2s ease;*/
	
	}	
	
.sticky .button_open{
	
	margin-top:0;
	
	}			

.no-transition{
	
	transition:none !important;
	
	}
	  
 
.mobile {
	
	display:none;
	
	}
	

	
/* BREADCRUMB */	
	
.home #breadcrumb {
display:none;
}

#breadcrumb {
  background-color: #eee;
  clear: both;
 /* padding: 6px 0; */
  padding: 0;
  margin: 0 auto 32px;
  width: 1140px;
  height:31px;
  
 overflow: hidden;
}

#breadcrumb a,
#breadcrumb a.post,
#breadcrumb em,
#breadcrumb span{
    background-position: 100% 0;
    float: left;
    font-family: "Titillium Web",sans-serif;
    font-size: 1.4rem;
    height: 31px;
	line-height:31px;
    margin-bottom: 0;
    padding: 0 12px 0 7px;
    text-decoration: none !important;
    text-indent: 0;
 
 
}

#breadcrumb em {
  color: #515151;
  font-style: normal;
  font-weight: bold;
}

#breadcrumb a {
  background: url("imgs/sprite-breadcrumb-separators.png") no-repeat scroll 0 0 transparent;
  background-position: 100% 0 !important;
     color: #4F4F4F;
}
	
	
#breadcrumb span > span{
	
	
	
	}
	
#breadcrumb span {
	

	
	}	
	
.single-event #breadcrumb span:nth-child(2) {
	
	padding:0 !important;
	
	
	}	
	
.single-event #breadcrumb span a {
	
	background-color:#000;
	background-position:100% -31px !important;
	color:#fff;
	
	}		
	
#breadcrumb span > a{
	

	
	}	
	
#breadcrumb span > a > span{
	
	padding:0 !important;
		
	}		
	
.search #breadcrumb{
	
	display:none;
	
	}


#breadcrumb span[property="name"] {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
	
	
.tax-event-category #breadcrumb span:nth-child(2) {
    padding: 0 !important;
}			
	
.tax-event-category #breadcrumb span > a{
	
    background-color: #000;
    background-position: 100% -31px !important;
    color: #fff;

	}		
	
#breadcrumb a:nth-child(2) {

pointer-events: none;

}		
	
/* / BREADCRUMB */		
	
.rev_slider_wrapper{
	
	float:left;
	
	}	
	

	
.content_home_evidenza{
	
	width:465px;
	overflow:hidden;
	float:left;
	margin-bottom:30px;
	
	}	
	
	
.content_home_calendario{
	
	float:left;
	width:375px;
	margin-right:15px;
	
	
	}	
	
.link_eventi_home {
    color: #970b0d !important;
    display: block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.8rem;
    margin-top: 10px;
    text-align: right;
    text-transform: uppercase;
	font-weight:600;
	text-decoration: none;
}	





.link_eventi_sidebar{
    color: #970b0d !important;
    display: block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.8rem;
    margin-top: 10px;
    text-align: right;
    text-transform: uppercase;
	font-weight:600;
}	
	

	




.push {
    height: 200px;
}



footer{
	
	
	max-width:100%;
	background-color:#30373d;
	color:#c6cace;
	min-height:150px;
	border-top:10px solid #E9EAEE;
	
		
	}
	
footer.footer_2{
	
	width:100%;	
	background-color: #282a2b;
	color:#8c8989;
	border-top:1px solid  #4b4c4d;
	background-color: #282a2b;
    padding-bottom: 12px;
    padding-top: 12px;
	
		
	}	
	
.content_footer{
	
	margin: 0 auto;
   width: 1140px;
   overflow:hidden;
   padding: 30px 0;
   color:#fff;
	
	}	
	
.content_footer p{
		
   color:#fff !important;
   margin-bottom:10px !important;
   font-size:1.4rem;
   line-height:1.5;
   
	
	}	
	
.content_footer a{
	
	color:#65dde0 !important;
   margin-bottom:10px !important;
   font-size:1.4rem;
   text-decoration:none !important;
	
	}	
	
	
.content_footer li a{
	
	color:#65dde0 !important;
	font-size:1.4rem;
	text-decoration:none !important;
  
	}	
	
.content_footer li{
	
	list-style-type:none;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #666;
  
	}			
	
.content_footer a:hover{
	
	text-decoration:underline;
	
	}			
	
.content_footer h3{
	
	
	margin-bottom:20px;	
		
	}		
	
.footer_left {
    float:left;
	width:360px;
	
}	


.footer_center {
    float:left;
	width:360px;
	margin :0 20px;
}	


.footer_right {
     float:right;
	 width:360px;
	 text-align:right;
}		
	
.footer_left .cap_lav_logo img {
   
   height:48px;
   
}	

.footer_right img {
    height: 50px;
}	
	
	
.link-footer li{
	
	display:inline;
	border-bottom:none;
	margin:0;
	padding:2px 10px;
	
	}		
	

.credits {
	
	
     margin: 0 auto;
   width: 1140px;
   overflow:hidden;
   padding-bottom:30px;
   color:#fff;
	font-size:12px;
	color:#CCC;
}	


.content_home_evidenza ul li{

list-style-type:none;
/*background-color:#16780f;*/
background-color:#1f5e60 !important;
float:left;
font-size:20px;
padding:7px !important;
margin:0 5px 5px 0 !important;

}

.content_home_evidenza  ul li a{

color:#fff !important;
font-family: 'Titillium Web', sans-serif;
    font-size: 2.6rem;
	text-decoration:none !important;
	font-weight:600;
	padding:0 !important;

}

/*------ COOKIE -----------*/

#cookie-notice {
    display: block;
    visibility: hidden;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 16px !important;
    line-height: 24px;
    left: 0;
    text-align: center;
	padding: 20px;
	color: rgb(255, 255, 255);
    background-color: #333 !important;
    visibility: visible;
}


.cn-button {
    font-family: 'Titillium Web', sans-serif !important;
    display: inline-block;
    padding: 15px !important;
	line-height: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    text-align: center;
    text-shadow:none !important;
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #0066cc;
    font-size: 16px !important;
    
}

.cn-button:hover {
    font-family: 'Titillium Web', sans-serif !important;
    display: inline-block;
    padding: 15px !important;
	line-height: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    text-align: center;
    text-shadow:none !important;
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0, 102, 204, 0.8) ;
    font-size: 16px !important;
    
}

/*------ / COOKIE -----------*/
	 
	 

	 
/* HOME ALLERTA */

.content_home_allerta ul{
	
	
	
	}
	
.content_home_allerta ul li{
	
	list-style-type:none;
	color:#fff;
	text-align: center;
	padding:20px;
	background-color:#970b0d;
	margin-bottom:10px;
	
		
	}	
	
.content_home_allerta ul li h3 a:before{
	
	content:url('imgs/alert.png');
	position:relative;
	left:-5px;		
	top: 6px;
	}			
	
.content_home_allerta ul:first-child li{
	
	text-align:center;

	
		
	}		
	
	
.content_home_allerta ul li a{
	
	font-size:2rem;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	display:block;
	text-transform:uppercase;
	text-align:center;
		
	}			
	
.content_home_allerta ul li h3 a{
	
	font-size:2.5rem;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	display:block;
	text-transform:uppercase;
	text-align:center;
		
	}		
	
.content_home_allerta ul li p.testo_allerta	{
	
	font-size:2rem;
	line-height:2.8rem;
	margin:10px 0;
	
	}


/* / HOME ALLERTA */	 


/*-------------- CALENDARIO ---------*/

.calendar_header {
    box-sizing: border-box;
    margin:0 !important;
    min-height: 38px !important;
    padding: 5px !important;
    position: relative;
	background-color:#970b0d !important;
}

.calendar_header p{
	
	   color:#fff !important;
font-family: 'Titillium Web', sans-serif !important;
font-weight: 700 !important;
font-size:3rem !important;
text-transform:none !important;
line-height:3rem !important;
	
	}
	
#eventon_loadbar_section{
	
	display:none;
	
	}
	
.evcal_event_title{
	
	color: #6b6b6b !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 18px;
    font-weight: 400 !important;
    text-transform: uppercase;
	
	}	
	
.evcal_list_a{
	
	border-color:#970b0d !important;
	
	}	
	
	
	
.calendar_title	{
	
	background-color: #970b0d !important;
    	
	}
	
.sidebar .eo-events li{
	
	 background-color: #eeeeee;
	 border-bottom:solid 1px #fff;
	 padding:5px;
	
	}
	
	
.home .eo-events	{
	  
    margin-bottom: 0;
    padding: 0;
	
}

.home .eo-events li{
	
	list-style-type:none;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size:1.3rem;
	line-height:2rem;
    padding: 10px;
	 border-left: 3px solid #970b0d;
		
}

.home .eo-events li:hover{

border-left: 6px solid #970b0d;
    transition: border-left 0.2s ease 0s;

}

.home .eo-events li a{

color: #1c2024 !important;
    font-family: "Titillium Web",sans-serif;
    font-size: 1.8rem;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-transform: uppercase;
	 display: inline-block;
	width:100%;
}


.content.event{
	
	
	width:1140px;
	
	}

.fc-toolbar h2{
	
		text-transform:uppercase;
	
	}
	
.eo-fullcalendar{
	
	font-size:1.8rem !important;
	
	}	

.eo-fullcalendar table{
	
	display: table;
	
}	

	
.eo-fullcalendar table thead th {
	
	color:#333 !important;
	
	}	
	
.home li.eo-no-events{
	
	font-size: 1.6rem;
line-height: 2rem;
padding: 21px;
	
	}	

/*--------------  / CALENDARIO ---------*/


/*-------------- INFORMACOMUNE ---------*/

/* PRIMA PAGINA INFORMACOMUNE SRP*/

.content_home_informacomune{
	
	width:750px;
	
	float:left;
	
	
	}		
	
.content_home_informacomune h2{
	
	background-color: #006387;
       	
	}			

.content_home_informacomune ul li.no-elementi{
	
	font-size:1.6rem;
	line-height:2rem;
	padding:21px;
       	
	}		
	
		
.link_notizie_home {
    color: #006387 !important;
    display: block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.8rem;
    margin-top: 10px;
    text-align: right;
    text-transform: uppercase;
	font-weight:600;
	text-decoration: none;
	
	
}	




.content_home_informacomune .srp-widget-singlepost{
	
	
	padding:10px;
	border-right:1px solid #cccccc; 
	
	}
	
.content_home_informacomune .srp-widget-singlepost:last-child {
    border-bottom: 0 none;
    margin-bottom: 4px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}	

.content_home_informacomune #notizie-prima-pagina h4 a{
    color: #6b6b6b !important;
    text-transform:uppercase;
   font-family: 'Titillium Web', sans-serif;
    font-size: 1.8rem;
	font-weight:400 !important;	
	text-decoration:none !important;
	}
	
	
#notizie-prima-pagina .srp-widget-singlepost{
	
	border-left:3px solid #006387;
	margin-bottom:0px !important;
	
	}
	
	
#notizie-prima-pagina .srp-widget-singlepost:hover{
	
	border-left:6px solid #006387;
	transition: border-left 0.2s ease;  
	
	}	
	
/* /PRIMA PAGINA INFORMACOMUNE SRP*/		
	
/* PRIMA PAGINA INFORMACOMUNE */		

.content_home_informacomune li{
	
	
	padding:10px;
	border-right:1px solid #cccccc; 
	border-left:3px solid #006387;
	margin-bottom:0px !important;
	list-style-type:none;
	border-bottom:1px solid #ccc;
	font-size:1.3rem;
	line-height:2rem;
	
	}
	
.content_home_informacomune li:last-child {
    border-bottom: 0 none;
    margin-bottom: 4px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}	

.content_home_informacomune ul li  a{
    color: #1c2024 !important;
    text-transform:uppercase;
   font-family: 'Titillium Web', sans-serif;
    font-size: 1.8rem;
	font-weight:600 !important;	
	text-decoration:none !important;
	display:block;
	}
	
	
.content_home_informacomune ul li:hover{
	
	border-left:6px solid #006387;
	transition: border-left 0.2s ease;  
	
	}		
	
/* /PRIMA PAGINA INFORMACOMUNE */		


/* CATEGORY INFORMACOMUNE */

.category_lcp ul{
		
	margin:0 !important;
	}	

.category_lcp ul li{
	
	list-style-type:none;
	border-bottom:1px solid #ccc;
	  margin-bottom: 10px;
    padding-bottom: 10px;
	font-size:1.8rem;
	line-height:2.2rem;
	
	}
	
	

	
.category_lcp ul li p{
	
	margin:0;	
	
	}		
	
.lcp_date{
	
	font-size:1.3rem !important;
	margin:2px 0 2px 0 !important;
	line-height:1.3rem !important;
	
	}	
	
.category_lcp .lcp_paginator li{
	
	font-size:1.5rem;
	border:1px solid #ccc;
	padding:6px 8px;
	line-height:1.5rem;
	
	}	
	
.category_lcp .lcp_paginator li.lcp_currentpage	{
	
	border:solid 1px #ccc;
	font-weight:bold;
	background-color:#eee;
	
	}
	
.category_lcp .lcp_paginator li a{
	
	font-size:1.4rem;
	font-weight:700;
	display:block;
	
	
	}			

/* /CATEGORY INFORMACOMUNE */	

/*-------------- / INFORMACOMUNE ---------*/	


/* PAGINATION */


.pagination{
	
	display:block;
	margin-top:10px;
	
	}

.pagination a{
	
	border: 1px solid #ccc;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 6px 8px;
	display: inline-block;
	
	
	
	
	}
	
.pagination span{
	
	border: 1px solid #ccc;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 6px 8px;
	display: inline-block;
	font-weight:700;
	
	}
	
	.pagination span.current{
		
		background-color: #eee;
    border: 1px solid #ccc;		
		
		}


/* /PAGINATION */


/*-------------- PAGINA ---------*/




.content{
	
	width:810px;
	float:right;
	font-size: 1.8rem;
	
	
	}
	
.content_full{
	
	width:1140px;
	font-size: 1.8rem;
	max-width: 100%;
	
	
	}	
	
.content ul{
	
	margin-left:25px;
	
	
	}		
	
.content_full ul{
	
	margin-left:25px;
	
	
	}			
	

	

/*-------------- / PAGINA ---------*/	

/*-------------- SINGLE ---------*/

.date{
	
	display:block;
	text-align:left;
	font-size:1.5rem;
	margin-top:-10px;
	font-style:italic;
	font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 20px;
	
	
	}

/*-------------- / SINGLE ---------*/

/*-------------- SIDEBAR ---------*/

.sidebar{
	
	width:260px;
	float:left;
	margin-right:70px;
	
	}
	
.sidebar h3{
	
	font-size:1.5rem;
	line-height:2.5rem;
	
	}	
	
.sidebar a{
	
	text-decoration: none !important;
	
	}	
	
.sidebar ul li{
	
	list-style-type:none !important;
	
	}	
	
.sidebar ol li{
	
	list-style-type:none !important;
	
	}			
	
/*-------------- SIDEBAR WIDGET INFORMACOMUNE---------*/	


.box_lista_spalla li{
	
	 border-bottom: 1px solid #fff;
     padding: 10px;
	 font-size:1.3rem;
	
	
	}
	
.box_lista_spalla li a{
	
	font-size: 1.5rem ;
	line-height:2rem;
    margin-bottom: 5px;
	display:block;

	
	}	
	
/*-------------- /SIDEBAR WIDGET INFORMACOMUNE---------*/		

/*-------------- SIDEBAR WIDGET TRASPARENZA ---------*/		


.widget_atwidget > div.row {
    
    display:block;
	background-color: #333;
    
   
	border-bottom: 1px solid white;
}


.widget_atwidget > div > a {
    
	display:block;
    font-size: 1.4rem;
	color: #fff;
	line-height:20px;
	 padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
	
}

.widget_atwidget > div > a.show {
    
    display:none;
	
}

.hide:target + .show {
    display: block !important;
	background-color: #000 !important;
}

.widget_atwidget > div > a b{
   font-weight:400;
}



.row .list ul li{
    background-color: #eeeeee;
    color: #515151;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-top: 10px;
	border-bottom: 1px solid white;
}	

.row .list ul li a{
    
    color: #515151;
   font-size:14px;
}	
	

/*-------------- /SIDEBAR WIDGET TRASPARENZA ---------*/			



/*-------------- /SIDEBAR ---------*/
	
/*----- SETTING GENERALI ---- */


/*----/ SETTING GENERALI ----	*/
	
/*-------------- / SIDEBAR ---------*/



/*--------------MENU SIDEBAR----------------*/

.menu-widget > li.menu-item > ol.sub-menu {
  margin: 0px;
  padding-left: 0px;
}

.menu-widget li.menu-item {
  border-bottom: 1px solid white; 
  
}



.sidebar .menu-widget > .menu-item > a{
	
	display:none;
	
	}
	
.menu-widget .sub-menu .menu-item a{
	
	display:block;
	font-size:1.6rem;
	
	}	



.menu-widget > li > .sub-menu > li > a {
  background-color: #333;
  color:#fff;
  padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
}

.menu-widget > .sub-menu > li.current-page-ancestor > a{
	
	
	
	
	}
	
	
.menu-widget .sub-menu > li.current-menu-item > a {
    font-weight: bold;
}
	

.menu-widget .sub-menu > li >.sub-menu > li a{
  background-color: #eeeeee;
  color: #4F4F4F;
	padding-bottom: 10px;
    padding-left: 30px;
    padding-top: 10px;
}

ul.menu-widget .sub-menu li .sub-menu li .sub-menu li a {
  background-color: #fafafa;
  padding-left: 40px;
}	
	
	
	


/*-------------- /MENU SIDEBAR----------------*/


/*-------------- SIDEBAR ARTICOLI ---------*/


.sidebar .textwidget h3 {
    background-color: #000;
    color: #fff !important;
 	padding:0 5px;
	font-weight:700;
	font-size: 2rem;
	line-height: 4rem;
}


.sidebar_calendario  h3 {
    background-color: #970b0d !important;
    color: #fff !important;
 	padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
	font-weight:400;
	font-size: 1.4rem;
}

.sidebar_calendario li {
    
	font-size: 1.3rem;
	
}


.sidebar_calendario li a {
    
	font-size: 1.5rem;
	line-height: 1.5rem;
	display:block;
	 margin-bottom: 5px;
}
 
.sidebar .textwidget li , .sidebar .textwidget .srp-widget-singlepost{
    background-color: #eeeeee;
	border:none;
	border-bottom:solid 1px #fff;
	margin-bottom:0;
	
}




.sidebar .srp-widget-singlepost {
    border-bottom: 1px solid #ccc;
   
    padding:10px;
}

.sidebar .srp-widget-container {
    background-color: #fafafa !important;
    border: 1px solid #ccc;
}


.sidebar .textwidget h4 {
    font-size: 13px;
	 color: #333333;
	 margin-bottom:5px;
}

.srp-post-meta-container{
	
	margin-bottom:0 !important;
	
	}
	
.sidebar  .srp-widget-singlepost:last-child {
   
    padding:10px !important;
}	


.srp-widget-container.avvisi{
	
	border:0;
	
	}

/*-------------- / SIDEBAR ARTICOLI ---------*/







	
/*---- SOCIAL -------*/
	
	.nav_tools{
		
		width:252px;
		float:right;
		
		}
		
	.nav_tools .social{
		
		font-size:1.6rem;
		height:25px;
		line-height:25px;
		
		}	
		
		.social {
		
			position:relative;
			z-index:100;
			float:right;
			
		
		}		
		
		.social p{
			
			line-height:25px;
			font-size:1.6rem;
			font-weight:bold;
			margin-right:10px;
			float:left;
			
			}	
		
	.social ul {
		
	float:right;
		
		}			
		
		
	.social ul li{
		
		display:inline;
		list-style-type:none;
		
		}		
		
	.social ul li a{
		
		text-decoration:none;
		
		}	
		
	.social ul li a img{
		
		width:25px;
		
		}			
		
	.social ul li a:hover{
		
		opacity:0.8;
		
		}				

/*---- /SOCIAL ------*/
	
/* --------------  SEARCH -----------------------*/


.search_container {
    left: 889px;
    position: relative;
    top: -50px;
    width: 252px;
}


.search-form{
	
	
	
	}	
	
	
.search-form label{
	
	display:none;
	
	}
	
	
.search-form input{
	
	height:40px;
	width:210px;
	font-size:1.4rem;
	padding:0 4px 0 4px;
	border:none;
	border:solid 1px #333;
	font-size:1.6rem;
	
	}	

.search-form  input[type="image"] {
    
	height:40px;
	width:40px;
	padding:0;
	margin-left:-3px;
	border:0;

}

	
/* -------------- / SEARCH -----------------------*/	


/* --------------  AMMINISTRAZIONE TRASPARENTE -----------------------*/


#searchform input[type=text]{
	
	width:45%;
	
	}

.amministrazione-trasparente .sidebar{
	
	display:none;
	
	}
	
	
.amministrazione-trasparente .content{
	
	width: 1140px !important;
	
	}
	
.amministrazione-trasparente .content{
	
	width: 1140px !important;
	
	}	
	
.amministrazione-trasparente h3{
	
	font-size:2rem !important;
	line-height: 1.8rem !important;
	
	}		
	
.amministrazione-trasparente h3 a{
	
	color:#333;
	
	}			
	
.at-number{
	
	font-size:1.2rem !important;
	
	}	
	
.at-tableclass{
	
	margin-top:20px;
	
	}	
	
.at-tableclass li{
	
	list-style-type:none;
	margin-left:10px;
	margin-bottom:5px;
	
	}		
	

.riassunto > span {
	
	display:none;
	
	}
	
.riassunto summary {
	
	font-size:2.5rem;
	margin-bottom:10px;
	
	}	
	
.riassunto details p{
	
	margin-top:-20px;
	font-size: 1.6rem;
    line-height: 2.6rem;
	
	}		
	
.archive h3{
	
	margin-bottom:0 !important;
    font-size: 3rem;
    line-height: 3.5rem;
	
	}	
	
.archive h3 a{
	
	color: #333333;
    
	text-decoration:none;
	
	}
	
.archive p{
	
	margin-bottom:5px;
	}	
	
.amm_trasp_date{
	
	
	font-size: 1.5rem !important;
	
	
	}	
	
.arc_loop{
	
	padding-bottom:10px;
	border-bottom:dotted 1px #ccc;
	
	
	}	
	

/* --------------  /AMMINISTRAZIONE TRASPARENTE -----------------------*/


/* -------------- ALBO PRETORIO -----------------------*/


.ui-widget select{
	
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	
	}

.ui-widget table tr:nth-child(1) {
    background-color: #fff;
}

.ui-widget table tr th {
    padding-left:30px;
}

.ui-widget{
	
	font-family: 'Titillium Web', sans-serif;
	
	}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0;
}


.ui-widget-header {
    background: none;
    border: none;
    color: #222222;
    font-weight: bold;
	border-bottom:1px solid #aaaaaa;
}

.tabalbo{
	
	margin-bottom:15px;
	
	}

.tabalbo th{
	
	color:#fff;
	font-size:16px;
	font-weight:600;
	
	}


/* --------------  /ALBO PRETORIO -----------------------*/

	
/* ------------------ SLIDER ---------------------------*/


.content_home_slider{
	
	float:left;
	width:660px;
	margin-right:15px;
	height:320px;
	margin-bottom:10px;
	position: relative;
    z-index: 10;
	overflow:hidden;
	
	}	


.flex-viewport{
	
	height:320px;
	
	}


.flexslider	{
	
	height:320px;	
	border:0 !important;
	border-radius:0 !important;
	
	
	}
	
.slide{
	
	height:320px;
	position: relative;
	
	}	
	
.flex-active-slide	{
	
	
	
	}	
	
h2.slider-title{
	
	max-width:70%;
	margin:10px 0 0 10px;
	color:#fff;
	line-height:2rem;
    padding: 10px;
    position: relative;
	display:inline-block;
    width: auto;
    z-index: 9;
	background-color:rgba(1,1,1,0.8);
	
	
}

h2.slider-title a{
	
	color:#fff;
	text-decoration:none;
	font-size:2rem;
	
}

	
	
.flexslider .slides img { 
    
    position: absolute;
    /*top: -55px;*/
	height:320px;
	width:660px;
	object-fit:cover;
	left:0;
}
	
	
.flex-direction-nav a {
    height: 32px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
    z-index: 9999;
}


.flex-direction-nav .flex-prev {
    background: rgba(0, 0, 0, 0) url("imgs/controls.png") no-repeat scroll 0 -32px;
    left: 10px;
	opacity:0.4;
}	
	
	
.flex-direction-nav .flex-next {
    background: rgba(0, 0, 0, 0) url("imgs/controls.png") no-repeat scroll -43px -32px;
    right: 10px;
	opacity:0.4;
	
}	
	
	
.flexslider:hover .flex-direction-nav a{
	
	opacity:1;
	
	}	
	
.flex-control-nav{
	
	position:relative;
	top:-20px;
	z-index:100;
	width:660px;
	margin:0 auto;
	text-align:center;
	
	}	
	
.flex-control-nav li{
	
	display:inline-block;
	width:15px;
	height:15px;
	margin:0 auto;
	
	}		
	
.flex-control-nav li a{
	
	
	background-image:url(imgs/nav_icon.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	background-position:center;
	display: block;
	line-height: 50px;
	opacity:0.7;
	
	}			
	
.flex-control-nav li a.flex-active{
	
	
	background-image:url(imgs/nav_icon_active.png);
	background-repeat:no-repeat;
	
	}				
	
.bx-pager	{
	
	
	
	}
	
.eo-event-meta{
	
	margin-left:0 !important;
	
	}	
	
.eventorganiser-event-meta{
	
	font-size:1.8rem;
	line-height:2.8rem
	
	
	}	
.eo-event-meta li{
	
	list-style-type:none;
	
	}	
	
.eo-event-venue-map{
	
	width:100% !important;
	
	}	
	
.separatore{
	
	display:none;
	
	}	
	
.eo_widget_calendar{
	
	margin-bottom:25px;
	font-size:1.5rem;
	line-height:2rem;
	
	}		
	
.eo_widget_calendar table{
	
	width: 260px;
	
	}	
	
	
.eo_widget_calendar td{
	
	text-align:center;
	
	border:solid 1px #fff;
	
	}		
	
.eo_widget_calendar td.eo-past-date {
	
	color:#666;
	}	
	
.eo_widget_calendar td.event a {
	
	color:#fff;
	}		
	
.eo_widget_calendar td.event  {
	
	background-color:#e2620d;
	}				
	
.eo_widget_calendar td.eo-event-cat-cultura  {
	
	background-color:#F9BA89;
	}		
	
.eo_widget_calendar td.eo-event-cat-convegni  {
	
	background-color:#E7A1A2;
	}	
	
.eo_widget_calendar td.eo-event-cat-ecoturismo  {
	
	background-color:#78D168;
	}	
	
.eo_widget_calendar td.eo-event-cat-feste-e-sagre {
	
	background-color:#9DB7E8;
	}		
	
.eo_widget_calendar td.eo-event-cat-festivita-religiose {
	
	background-color:#B5A1E2;
	}	
	
.eo_widget_calendar td.eo-event-cat-iniziative-istituzionali {
	
	background-color:#dad9dc;
	}	
	
.eo_widget_calendar td.eo-event-cat-iniziative-sociali {
	
	background-color:#2858a5;
	}			
				
.eo_widget_calendar td.eo-event-cat-manifestazioni-sportive{
	
	background-color:#c11a25;
	}			
					
					
.eo_widget_calendar td.eo-event-cat-mercatini{
	
	background-color:#4f4f4f;
	}	
	
.eo_widget_calendar td.eo-event-cat-spettacoli{
	
	background-color:#93446b;
	}				
							
		
	
#wp-calendar caption{
	
	text-transform:uppercase;
	font-size:2rem;
	font-weight:bold;
	background-color: #970b0d;
	color:#fff;
	line-height:4rem;
	text-align:left;
	padding:0 5px;
	
	}		
	
	
.qtip .qtip-titlebar , .qtip .qtip-content{
   
    font-size: 1.3rem !important;
    line-height: 1.3rem !important;
}	
	
.eo_widget_calendar td.today {
	
	font-weight:bold;
	
	}			
	
.eo_widget_calendar th{
	
		background-color: #333;
	border:solid 1px #fff;
	color:#fff;
	
	}	
	
	

	
.lista_luogo ul{
	
	margin-left:0;
	
	}	

.lista_luogo li{
	
	list-style-type:none;
	margin-bottom:10px;
	padding:5px;
	
	}
	
.lista_luogo li:nth-child(2n+1){
	
	background-color:#EAEAEA;
	
	}	
	
.lista_luogo li a{
	
	display:block;
	
	}	
	
ul.leggenda {
	
	margin-left:0 ;
	margin-top:15px;
	
	}	


.leggenda li{
	
	list-style-type:none;
	float:left;
	margin-right:15px;
	font-size:1.6rem !important;
	margin-bottom:10px;
	
	}
	
	
.leggenda li:before{
	
	content: '\2589';
    color: #e2620d;
   font-size: 16px;
    padding: 2px;
    vertical-align: top;
	
	}	

li.bandi_concorso_color:before {
   
    color: #78D168;
       
} 	

li.bandi_gara_color:before {
   
    color: #F443D7;
       
} 	
	

li.convegni_color:before {
   
    color: #E7A1A2;
       
} 	

li.cultura_color:before {
  
    color: #BA723B;
      
} 	


li.festivita_color:before {
    
	    color: #B5A1E2;
      
} 	

li.feste_color:before {
   
    color: #FE9410;
      
} 	

li.iniziative_ist_color:before {
   
    color: #dad9dc;
      
} 	


li.iniziative_soc_color:before {
   
    color: #2858a5;
      
} 


li.manifestazioni_sport_color:before {
   
    color: #c11a25;
      
} 		

li.mercatini_color:before {
   
    color: #4f4f4f ;
      
} 	

li.tasse_color:before {
   
    color:#FFFA14;
      
} 	



.a2a_button_whatsapp{
	
	display:none !important;
	
	
	}
	
	
/*   TABLE   */



table {
  margin: auto;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  
}
	
tbody{
	
	width:100% !important;
	
	}
	
table tr td{
	
	padding:8px;
	border:solid 1px #BEBEBE;
	line-height:2.3rem !important;
	word-wrap:break-word;
	height: 20px;
	font-size:1.4rem;
	
	
	}		
	
table tr td p{

	line-height:2.3rem !important;
	word-wrap:break-word;
	margin-bottom:0;
	
	
	}	
	
table tr td a{

	font-size:1.4rem;
	font-weight:400;	
	
	}					
	

table th{
	
	background-color:#363839;
	color:#fff;
	font-weight:bold;
	padding:8px;
	border:solid 1px #BEBEBE;
	line-height:2.3rem !important;
	word-wrap:break-word;
	height: 20px;
	font-size:1.6rem;
	text-align:center;
    vertical-align: middle;
		
	}			

table th p{
	
	
	color:#fff;
	font-weight:bold;
	
		
	}			
	
	

/*   /TABLE   */	




/*   GALLERY  */	


.gallery img {
    border: 1px solid #cfcfcf !important;
    display: table-header-group;
    height: 165px !important;
    width: 255px;
	
	}
	
#cboxOverlay {
    background: #969696 !important;
    opacity: 0.9;
}

.gallery-item {
    margin:0;
}

#cboxContent{
	
	padding:10px;
	
	}

#cboxMiddleLeft , #cboxMiddleRight , #cboxTopCenter , #cboxBottomCenter , #cboxTopLeft , #cboxBottomLeft , #cboxBottomRight , #cboxTopRight {
	
	display:none;
	
	} 
	
#cboxPrevious{
	
	bottom: 5px;
   left: 5px;
	
	}	
	
#cboxNext{
	
	bottom: 5px;
   left: 32px;
	
	}		

#cboxClose{
	
	bottom: 5px;
   right: 5px;
	
	}
	
	
.gallery{
	
	margin-bottom:10px;
	
	}

.gallery-item {
    float: left;
    margin: 0;
    overflow: hidden;
    width: 265px;
}

.gallery-caption{
	
	   font-size: 1.5rem;
    line-height: 2.0rem;
	font-style:italic;
	
	}
	
.gallery-caption {
    display:block;
}	

/*   /GALLERY   */	
	
	
/* STYLE PERSONALIZZATO BREADCRUMBS */




#content a[href*="http://comune.capitalelavoro.it"] {


background-image: none;
padding-right:0;
margin-right:0;


 
}


#breadcrumb a.home {
background: url("imgs/sprite-breadcrumb-home.png") no-repeat scroll 0 0 transparent;
background-color:#000;
 color: #fff !important;
    background-position: 100% -248px !important;
}

#breadcrumb a:nth-child(2) {
  background-color: #000;
    color:#fff !important;
    background-position: 100% -31px !important;
}



/*----------- ESSERE ----------------*/

body[class*='essere'] #breadcrumb a.home {
  
background: url("imgs/sprite-breadcrumb-home.png") no-repeat scroll 0 0 transparent;
    background-color: #BF0D00;
    color: #fff !important;
    background-position: 100% -31px !important;
}


body[class*='essere'] #breadcrumb a:nth-child(2) {
  background-color: #BF0D00;
    color:#fff !important;
    background-position: 100% -62px !important;
}



body[class*='essere'] .menu-widget > li > .sub-menu > li.current-menu-item > a {
	
	background-color: #BF0D00 !important;
    color: #fff !important;
	
	}


body[class*='essere'] .menu-widget > li > .sub-menu > li.current-page-ancestor > a{
	
	background-color: #BF0D00 !important;
    color: #fff !important;
	
	}

/*----------- / ESSERE ----------------*/


/*----------- VIVERE ----------------*/

body[class*='vivere'] #breadcrumb a.home {
  
background: url("imgs/sprite-breadcrumb-home.png") no-repeat scroll 0 0 transparent;
    background-color: #BF0D00;
    color: #fff !important;
    background-position: 100% -31px !important;
}


body[class*='vivere'] #breadcrumb a:nth-child(2) {
  background-color: #BF0D00;
    color:#fff !important;
    background-position: 100% -62px !important;
}



body[class*='vivere'] .menu-widget > li > .sub-menu > li.current-menu-item > a {
	
	background-color: #BF0D00 !important;
    color: #fff !important;
	
	}


body[class*='vivere'] .menu-widget > li > .sub-menu > li.current-page-ancestor > a{
	
	background-color: #BF0D00 !important;
    color: #fff !important;
	
	}

/*----------- / ESSERE ----------------*/


/*----------- PARTECIPARE ----------------*/

body[class*='la-comunita'] #breadcrumb a.home {
background: url("imgs/sprite-breadcrumb-home.png") no-repeat scroll 0 0 transparent;
background-color:#16780f !important;
 color: #fff !important;
    background-position: 100% -124px !important;
	
}


body[class*='la-comunita'] #breadcrumb a:nth-child(2) {

background-color:#16780f !important;
 color: #fff !important;
    background-position: 100% -155px !important;
}


body[class*='la-comunita'] .menu-widget > li > .sub-menu > li.current-menu-item > a{
	
	background-color:#16780f !important;
    color: #fff !important;
	
	}


body[class*='la-comunita'] .menu-widget > li > .sub-menu > li.current-page-ancestor > a {
	
	background-color:#16780f !important;
    color: #fff !important;
	
	}


/*----------- / PARTECIPARE ----------------*/


/*----------- ESPLORARE ----------------*/

body[class*='esplorare'] #breadcrumb a.home {
background: url("imgs/sprite-breadcrumb-home.png") no-repeat scroll 0 0 transparent;
background-color:#A64900 !important;
 color: #fff !important;
    background-position: 100% -62px !important;
}

body[class*='esplorare'] #breadcrumb a:nth-child(2) {

background-color:#A64900 !important;
 color: #fff !important;
    background-position: 100% -93px !important;
}

   
body[class*='esplorare'] .menu-widget > li > .sub-menu > li.current-menu-item > a {
	
	background-color:#A64900 !important;
    color: #fff !important;
	
	}


body[class*='esplorare'] .menu-widget > li > .sub-menu > li.current-page-ancestor > a{
	
	background-color:#A64900 !important;
    color: #fff !important;
	
	}
   
   
/*----------- / ESPLORARE ----------------*/   

/*----------- FARE ----------------*/

body[class*='impresa'] #breadcrumb a.home {
background: url("imgs/sprite-breadcrumb-home.png") no-repeat scroll 0 0 transparent;
background-color:#074bd0 !important;
 color: #fff !important;
    background-position: 100% -155px !important;
}

body[class*='impresa'] #breadcrumb a:nth-child(2) {

background-color:#074bd0 !important;
 color: #fff !important;
    background-position: 100% -186px !important;
}

   
body[class*='impresa'] .menu-widget > li > .sub-menu > li.current-menu-item > a {
	
	background-color:#074bd0 !important;
    color: #fff !important;
	
	}


body[class*='impresa'] .menu-widget > li > .sub-menu > li.current-page-ancestor > a {
	
	background-color:#074bd0 !important;
    color: #fff !important;
	
	} 

/*----------- / FARE ----------------*/   


/*----------- ENTRARE ----------------*/


body[class*='comunale'] #breadcrumb a.home{
background: url("imgs/sprite-breadcrumb-home.png") no-repeat scroll 0 0 transparent;
background-color:#000 !important;
 color: #fff !important;
    background-position: 100% -248px !important;
}

body[class*='comunale'] #breadcrumb a:nth-child(2) {

background-color:#000 !important;
 color: #fff !important;
    background-position: 100% -31px !important;
}


body[class*='comunale'] .menu-widget > li > .sub-menu > li.current-menu-item > a {
	
	background-color:#000 !important;
    color: #fff !important;
	
	}


body[class*='comunale'] .menu-widget > li > .sub-menu > li.current-page-ancestor > a {
	
	background-color:#000 !important;
    color: #fff !important;
	
	} 

/*----------- / ENTRARE ----------------*/




.pull-left{
	
	display:none;
	
	}
	
	
details{
	
	border-left:5px solid #ccc;
	padding-left:10px;
	font-style:italic;
	
	}	

	
/* / STYLE PERSONALIZZATO BREADCRUMBS */	


/* ---- SIDEBAR ADEMPIMENTI ---*/


.menu-widget-visibile  > li {
    border-bottom: 1px solid white;
	  list-style-type: none !important;
	  line-height: 2rem;
}

.menu-widget-visibile   > li > a {
    background-color: #333;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
	display: block;
    font-size: 1.4rem;
}

/* ---- / SIDEBAR ADEMPIMENTI ---*/

/* ---- RICERCA AVANZATA ----*/

.ricerca_avanzata{
	
	background-color:#D5D5D5;
	padding:10px;
	
	}

/* ---- / RICERCA AVANZATA ----*/


/*--- NEWSLETTER ---*/

.wysija-paragraph label{
	
	float:left;
	
	
	}
	
.wysija-paragraph input{
	
	margin-left:10px;
	width:300px;
	color: #1c2024;
    font-family: "Titillium Web",sans-serif;
    font-size: 1.6rem;
	
	}
	
.wysija-checkbox-label{
	
	   
	    font-weight: 700 !important;
    line-height: 1.2;
}
	
.wysija-submit{
	
	background-color:#000;
	border:0;
	font-size:1.6rem;
	line-height: 1.2;
	padding:5px;
	color:#fff;
	font-family: "Titillium Web",sans-serif;
	font-weight: 700 !important;
	
	}

/*--- /NEWSLETTER ---*/



 /* }*/


/* --- MOBILE CSS --- */

/*@media screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 1.5),
  and (min-device-pixel-ratio: 1.5)
 
   { */
   
@media screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  
   {  
   
   
 html{
	 
	 margin-top:0 !important;
	 
	 }
  
  #wpadminbar{
	
	display:none;
	
	}

html, body {
    height: 100%;
	font-size: 10px;
	margin-top:0 !important;
}

.desktop{
	
	display:none;
	
	}	
	
.mobile{
	
	display:block;
	
	}		
	

.wrapper {
    
   min-height:100%;
   width:98%;
	margin:0 1%;
   
 
}
	   
	   .content.event {

    width: 100%;

}
	   
	   
table{
	
	

} 
 
 
 	   

.clear{
	
	height:1px;
	clear:both;
	width:100%;
	
	}

.content_home{
	
	overflow:hidden;
	width:100%;
	
	
	}
	
h1.title {
    font-size:2.5rem;
    line-height: 80px;
	text-align: center;
    float:none;
}	
	   
	.sticky  h1.title {
    font-size: 1.5rem;
    line-height: 80px;
    float:none;
		text-align: left;
}	 

.no-overflow{
	
	overflow:hidden;
	
	}
	
/*--- FOOTER ---*/	
	
.footer_menu_content ul li ul{
	
	margin-left:25px;
	
	}
	
.footer_menu_content ul li ul li{
	
	list-style-type:disc; 
	border-bottom:none;
	padding:0;
	margin: 0;
		
	}		
	

.footer_menu_content {
    display: none;
}


/*--- / FOOTER ---*/

/*--- TOP MENU ---*/	


.top_menu {
    
    width: 98%;
	padding:0 1%;
}
	
.top_menu_content ul li{
	
	
	float:left;
	list-style-type:none;
	border:0;
	padding:0;
	border-right:0;
	
	}	
	
	
.top_menu_content ul li:nth-last-child(1){
	
	
	border-right:0;
	
	}		
	
.top_menu_content ul li a{
	
	color:#fff;
	font-size:12px;
	
	padding:2px 10px;
	text-decoration:none;
	
	
	}		
	
.top_menu_content ul li ul{
	
	display:none;	
	}	
	
.top_menu_content ul li:hover ul{
	
	display:block;
		
	}		
	
.top_menu_content ul li ul:hover{
	
	display:block;
		
	}	
			
.top_menu_content ul li ul{
	
	position:relative;
	z-index:1000;
	background-color:#1b2d38;
	width:100%;
	top:7px;
	
	right:0;
	
	}			
	
.top_menu_content ul li ul li{
	
	float:none;	
	border:0;
	height:30px !important;
	padding-top: 0 !important;
	}			
	
.top_menu_content ul li ul li a{
	
	color:#fff !important;
	position:relative;
	}				

/*--- / TOP MENU ---*/

/*--- HEADER ---*/

header{
	
	height: auto;
	padding-top: 10px;
	width:98%;
	overflow:hidden;
	margin:0 1%;
	margin-bottom:30px;
	
	}
	

.header_content {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    width: 1140px;
	height:auto;
}	

	   .sticky{
		   
		   width: 100% !important;
		   margin:0 0 30px!important;
		   z-index: 1000000000;
		   
	   }
	   
	   
	   
	   nav{
		   
		   
		   margin-top:10px;
	   } 
	   

.logo {
	
	
	width: 100%;
float: none;
overflow: hidden;
		
	}		 
	   
	   .sticky .logo{
		   
		   width: auto;
		   float:left;
		   
		   
	   }	   
	  
.logo img {
	
	max-width:90%;
		
	}	
	
.social p{
	
	display: none;
		
	}	
	
.social ul li a img{
		
		width:40px;
		
		}			
	
.showLeftPush{
	
	width:20%;
	
	}
	
.nav_tools{
	
	width:80%;
	
	}	



.search_container  {
    
    position: static;
    margin-top:20px;
    width: 100%;
}


			
.search-form input {
    
   width:86vw;
	height: 12vw;
   padding:0 1%;
   
}			

.search-form input[type="image"] {
   
   float:right;
	    height: 12vw;
    width: 12vw;
  
}

.search-form input[type="image"] img {
   
    height:100%;
}
			
.nav_tools .social {
   
   
   
}			
	
	
/*--- / HEADER ---*/	
	
	
/* BREADCRUMB */	
	
/*.home #breadcrumb {
display:none;
}

#breadcrumb {
  background-color: #eee;
  clear: both;
 
  padding: 0;
  margin: 0 auto 32px;
 overflow:visible;
 width:100%;
 height:45px;
 
}

#breadcrumb a,
#breadcrumb a.post,
#breadcrumb em,
#breadcrumb span{
    background-position: 100% 0;
    color: #444 !important;
    float: left;
    font-family: "Titillium Web",sans-serif;
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 6px 12px 8px 7px;
    text-decoration: none !important;
    text-indent: 0;
 
 
}

#breadcrumb em {
  color: #515151;
  font-style: normal;
  font-weight: bold;
}

#breadcrumb a {
  background: url("<?php echo get_stylesheet_directory_uri(); ?>/imgs/sprite-breadcrumb-separators.png") no-repeat scroll 0 0 transparent;
}
	
	
#breadcrumb span > span{
	
	padding:0 !important;
	
	}
	
.single-event #breadcrumb span:nth-child(2) {
	
	padding:0 !important;
	
	
	}	
	
.single-event #breadcrumb span a {
	
	background-color:#000;
	background-position:100% -31px !important;
	color:#fff;
	
	}		
	
#breadcrumb span > a{
	

	
	}	
	
#breadcrumb span > a > span{
	
	padding:0 !important;
	color:#fff !important;
	
	}		
	
.search #breadcrumb{
	
	display:none;
	
	}
	
	
.tax-event-category #breadcrumb span:nth-child(2) {
    padding: 0 !important;
}			
	
.tax-event-category #breadcrumb span > a{
	
    background-color: #000;
    background-position: 100% -31px !important;
    color: #fff;
 
	}	*/
	   
	   #breadcrumb {
  display: none;
  
 overflow: hidden;
}
	

/* / BREADCRUMB */	
	

	

	
.content_home_slider{
	
	display:none;
	
	}	
	
.content_home_evidenza{
	
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
	
	}	
	
	/* Massimo */
.content_home_calendario{
	
	margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
	}	
	/* / Massimo */
	
.link_eventi_home {
    color: #970b0d !important;
    display: block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.8rem;
    margin-top: 10px;
    text-align: right;
    text-transform: uppercase;
	font-weight:600;
	text-decoration: none;
}	
	

	
h2.home {
    background-color: #1f3d63;
    color: #fff !important;
    display: block;
    margin-bottom: 10px;
    padding: 8px 5px;
	font-size: 4rem;
    line-height: 4.2rem;

}	


/*--- FOOTER -----*/

footer{
	
	width:98%;
	padding:0 1%;
		
	}
	
footer.footer_2{
	
	width:98%;
	padding:0 1%;
		
	}	
	
.content_footer{
	
	margin: 0 auto;
   width: 100%;
   overflow:hidden;
   padding: 30px 0;
   color:#fff;
	
	}	
	
.content_footer p{
		
   color:#c6cace !important;
   margin-bottom:10px !important;
   font-size:1.4rem;
   line-height:1.5;
   
	
	}	
	
.content_footer a{
	
	color:#65dde0 !important;
   margin-bottom:10px !important;
   font-size:1.4rem;
   text-decoration:none !important;
	
	}	
	
	
.content_footer li a{
	
	color:#65dde0 !important;
	font-size:1.4rem;
	text-decoration:none !important;
  
	}	
	
.content_footer ul li{
	
	list-style-type:none;
	padding-bottom:10px;
	margin-bottom:10px;
	  
	}			
	
	
.content_footer ul li ul{
	
	margin-top:10px;
	
	}	
	
.content_footer ul li ul li{
	
	border-bottom:none;
	margin-left:20px;
	margin-bottom:0;
	list-style-type:disc;
	
	}
	
		
.content_footer a:hover{
	
	text-decoration:underline;
	
	}			
	
.content_footer h3{
	
	
	margin-bottom:10px;	
	font-size:2.5rem;
		
	}		
	
.footer_left {
    
	width:100%;
	margin-bottom:20px;
	
}	

.footer_center {
   width:100%;
	margin-bottom:20px;
}	


.footer_right {
     width:100%;
	margin-bottom:20px;
}		
	
.footer_left .cap_lav_logo img {
   
   height:48px;
   
}	

.footer_right img {
    height: 50px;
}	
	
	
.footer_trasparenza{
	margin-top:15px;
	
	
	}	
	

/*--- / FOOTER -----*/

.credits {
	
	
     margin: 0 auto;
   width: 100%;
   overflow:hidden;
   padding-bottom:30px;
   color:#fff;
	font-size:12px;
	color:#CCC;
}	


.content_home_evidenza ul li{

list-style-type:none;
/*background-color:#16780f;*/
background-color:#1f5e60;
float:left;
font-size:20px;
padding:7px;
margin:0 5px 5px 0;

}

.content_home_evidenza  ul li a{

color:#fff !important;
font-family: 'Titillium Web', sans-serif;
    font-size: 2.6rem;
	text-decoration:none !important;
	font-weight:600;

}


/* RESPONSIVE MENU */



.button_open {
   
  
    max-height:inherit;
    line-height:90px;
    margin-right: 20px;
    margin-top: 0;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    max-width: 15%;
	margin-bottom:45px;
	background-color:transparent;
}


/*.button_close {
   
  
    position:fixed;
	right:0;
	top:5px;
	z-index:10000000000;
	line-height:12;
	max-width: 15%;
	animation: 1s fadeIn;
 	animation-fill-mode: forwards;
	background-image: url("imgs/close_mobile.png") !important;
	background-size:100%;
    width: 50px;
	height:50px;
	overflow:hidden;
	padding:0;
	margin-right: 5px;
	
}

a.button_close{
	
	border-bottom:hidden;
	height:50px;
	width:50px;
	
}*/
   


.cbp-spmenu-push-toright {
    left: 0;
}

.cbp-spmenu {
    
    border-top: 0;
	padding-top:65px;
	
    
}

.cbp-spmenu-left {
    left: -100%;
}



.cbp-spmenu-vertical {
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}




/* / RESPONSIVE MENU */




	 
	
/* HOME ALLERTA */

.content_home_allerta ul{
	
	
	
	}
	
.content_home_allerta ul.lcp_catlist li{
	
	list-style-type:none;
	color:#fff;
	text-align: center;
	padding:20px;
	background-color:#970b0d;
	margin-bottom:10px;
	
		
	}	
	
.content_home_allerta ul li h3 a:before{
	
	content:url('imgs/alert.png');
	position:relative;
	left:-5px;		
	top: 6px;
	}			
	
.content_home_allerta ul:first-child li{
	
	text-align:center;

	
		
	}		
	
	
.content_home_allerta ul li a{
	
	font-size:2rem;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	display:block;
	text-transform:uppercase;
	text-align:center;
		
	}			
	
.content_home_allerta ul li h3 a{
	
	font-size:2.5rem;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	display:block;
	text-transform:uppercase;
	text-align:center;
		
	}		
	
.content_home_allerta ul li p.testo_allerta	{
	
	font-size:2rem;
	line-height:2.8rem;
	margin:10px 0;
	
	}


/* / HOME ALLERTA */
	
	

/*-------------- CALENDARIO ---------*/

.calendar_header {
    box-sizing: border-box;
    margin:0 !important;
    min-height: 38px !important;
    padding: 5px !important;
    position: relative;
	background-color:#970b0d !important;
}

.calendar_header p{
	
	   color:#fff !important;
font-family: 'Titillium Web', sans-serif !important;
font-weight: 700 !important;
font-size:3rem !important;
text-transform:none !important;
line-height:3rem !important;
	
	}
	
#eventon_loadbar_section{
	
	display:none;
	
	}
	
.evcal_event_title{
	
	color: #6b6b6b !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 18px;
    font-weight: 400 !important;
    text-transform: uppercase;
	
	}	
	
.evcal_list_a{
	
	border-color:#970b0d !important;
	
	}	
	
	/* Massimo stili per box calendario in home*/
	
	.content_home_calendario h3{
	background-color: #970b0d !important;
    color: #fff !important;
   	height: 45px;
    margin: 0;
    padding: 0 5px 5px;
   	}	
	
	.content_home_calendario .eo-events-shortcode li {
    border-left: 3px solid #970b0d;
    margin-bottom: 0 !important;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
    padding: 10px;
	font-size: 1.3rem;
	
	}
	
	.content_home_calendario .eo-events-shortcode li:hover{
	border-left:6px solid #970b0d;
	transition: border-left 0.2s ease;  
	}

	.content_home_calendario .eo-events-shortcode li a {
   
    font-family: "Titillium Web",sans-serif;
    font-size: 1.8rem;
    font-weight: 400 !important;
    text-decoration: none !important;
    text-transform: uppercase;
	display:block;
	}
	
	/* / Massimo */
/*--------------  / CALENDARIO ---------*/


/*-------------- INFORMACOMUNE ---------*/

.content_home_informacomune{
	
	width:100%;
	overflow:hidden;
	margin-bottom:100px;
 
	}		
	
.content_home_informacomune h3{
	
	background-color: #006387;
    color: #fff !important;
   	height: 45px;
    margin: 0;
    padding: 0 5px 5px;
   	
	}			
	
.link_notizie_home {
    color: #006387 !important;
    display: block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.8rem;
    margin-top: 10px;
    text-align: right;
    text-transform: uppercase;
	font-weight:600;
	text-decoration: none;
	
}	


.content_home_informacomune .srp-widget-singlepost{
	
	
	padding:10px;
	border-right:1px solid #cccccc; 
	
	}
	
.content_home_informacomune .srp-widget-singlepost:last-child {
    margin-bottom: 4px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
	
}	


/* PRIMA PAGINA INFORMACOMUNE */		

.content_home_informacomune li{
	
	
	padding:10px;
	border-right:1px solid #cccccc; 
	border-left:3px solid #006387;
	margin-bottom:0px !important;
	list-style-type:none;
	border-bottom:1px solid #ccc;
	font-size:13px;
	
	}
	
.content_home_informacomune li:last-child {
    margin-bottom: 4px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}	

.content_home_informacomune ul li  a{
   
    text-transform:uppercase;
   font-family: 'Titillium Web', sans-serif;
    font-size: 1.8rem;
	font-weight:400 !important;	
	text-decoration:none !important;
	display:block;
	}
	
	
.content_home_informacomune ul li:hover{
	
	border-left:6px solid #006387;
	transition: border-left 0.2s ease;  
	
	}		
	
/* /PRIMA PAGINA INFORMACOMUNE */		


/* PAGINATION */


.pagination{
	
	display:block;
	margin-top:10px;
	
	}

.pagination a{
	
	border: 1px solid #ccc;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 6px 8px;
	display: inline-block;
	
	
	
	
	}
	
.pagination span{
	
	border: 1px solid #ccc;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 6px 8px;
	display: inline-block;
	font-weight:700;
	
	}
	
	.pagination span.current{
		
		background-color: #eee;
    border: 1px solid #ccc;		
		
		}


/* /PAGINATION */


/* CATEGORY INFORMACOMUNE */

.category_lcp ul{
		
	margin:0 !important;
	}	

.category_lcp ul li{
	
	list-style-type:none;
	border-bottom:1px solid #ccc;
	  margin-bottom: 10px;
    padding-bottom: 10px;
	font-size:1.8rem;
	line-height:2.2rem;
	
	}
	
	
.category_lcp ul li a{
	
	font-size:1.8rem;
	font-weight:700;
	display:block;
	
	
	}	
	
	.category_lcp ul li p{
	
	margin:0;	
	
	}	
	
.lcp_date{
	
	font-size:1.3rem !important;
	margin:2px 0 2px 0 !important;
	line-height:1.3rem !important;
	
	}	
	
.category_lcp .lcp_paginator li{
	
	font-size:1.5rem;
	border:1px solid #ccc;
	padding:6px 8px;
	line-height:1.5rem;
	
	}	
	
.category_lcp .lcp_paginator li.lcp_currentpage	{
	
	border:solid 1px #ccc;
	font-weight:bold;
	background-color:#eee;
	
	}
	
.category_lcp .lcp_paginator li a{
	
	font-size:1.4rem;
	
	}			

/* /CATEGORY INFORMACOMUNE */	

/*-------------- / INFORMACOMUNE ---------*/	



/*-------------- PAGINA ---------*/




.content{
	
	width:100%;
	
	}
	
.content img{
	
	width:100%;
	object-fit: cover;
	object-position: 50% 50%;
	
	
	}	
	
.gallery img {
	
    border: 0;
	
}	
	
.content ul{
	
	margin-left:15px;
	
	
	}		
	
.wrapper .content h1{
	
	color:#333333;
	margin-bottom:20px;
	
	
	}	
	
.wrapper .content h2{
	
	color:#333333;
	margin-bottom:15px;
	word-wrap: break-word;
		
	}	
	
.wrapper .content h3{
	
	color:#333333;
	
	margin-bottom:10px;
	
	
	
	}			
	

.content p{
	
	font-family: 'Titillium Web', sans-serif;
	font-size:1.8rem;
	color: #1c2024;
	margin-bottom:20px;
	line-height: 2.8rem;
	
	}	
	
.content li{
	
	margin-left:4%;
	
	}		
	
.footer p{
	
font-family: 'Titillium Web', sans-serif;
	font-size:13px;
	
	color:#333;
	margin-bottom: 10px !important;
	
	}			
	

/*-------------- / PAGINA ---------*/	



/*-------------- SIDEBAR ---------*/

.sidebar{
	
	display:none;
	
	}
	

/*-------------- / SIDEBAR ---------*/




#search_box_container{
	
	width:300px;
	float:right;
	margin-top:7px;
	
	}	
	
	
.VS-search .VS-search-box {
    border: 0 !important;
    
}	
	
/* -------------- / SEARCH -----------------------*/	


/* --------------  AMMINISTRAZIONE TRASPARENTE -----------------------*/


#searchform input[type=text]{
	
	width:45%;
	
	}

.amministrazione-trasparente .sidebar{
	
	display:none;
	
	}
	
	
.amministrazione-trasparente .content{
	
	width: 100% !important;
	padding:0 2%;
	
	}
	
.amministrazione-trasparente .content{
	
	width: 100% !important;
	padding:0 2%;
	
	}	
	
.amministrazione-trasparente h3{
	
	font-size:2rem !important;
	line-height: 1.8rem !important;
	
	}		
	
.amministrazione-trasparente h3 a{
	
	color:#333;
	
	}			
	
.at-number{
	
	font-size:1.2rem !important;
	
	}	
	
.at-tableclass{
	
	margin-top:20px;
	
	}	
	
.at-tableclass li{
	
	list-style-type:none;
	margin-left:10px;
	margin-bottom:5px;
	
	}		
	


/* --------------  /AMMINISTRAZIONE TRASPARENTE -----------------------*/

	
.eo-event-meta{
	
	margin-left:0 !important;
	
	}	
	
.eo-event-venue-map{
	
	width:100% !important;
	
	}	
	
.separatore{
	
	display:none;
	
	}		
	
	
		
.lista_luogo ul{
	
	margin-left:0;
	
	}	

.lista_luogo li{
	
	list-style-type:none;
	margin-bottom:10px;
	padding:5px;
	
	}
	
.lista_luogo li:nth-child(2n+1){
	
	background-color:#EAEAEA;
	
	}	
	
.lista_luogo li a{
	
	display:block;
	
	}	
	
ul.leggenda {
	
	margin-left:0 ;
	margin-top:15px;
	
	}	


.leggenda li{
	
	list-style-type:none;
		
	}
	
	
.leggenda li:before{
	
	content: '\2589';
    color: #e2620d;
   font-size: 16px;
    padding: 2px;
    vertical-align: top;
	
	}	

li.convegni_color:before {
   
    color: #E7A1A2;
       
} 	

li.cultura_color:before {
  
    color: #F9BA89;
      
} 	

li.ecoturismo_color:before {
   
    color: #78D168;
     
} 	

li.festivita_color:before {
    
	    color: #B5A1E2;
      
} 	

li.feste_color:before {
   
    color: #9DB7E8;
      
} 	

li.iniziative_ist_color:before {
   
    color: #dad9dc;
      
} 	


li.iniziative_soc_color:before {
   
    color: #2858a5;
      
} 


li.manifestazioni_sport_color:before {
   
    color: #c11a25;
      
} 		

li.mercatini_color:before {
   
    color: #4f4f4f ;
      
} 	

li.spettacoli_color:before {
   
    color: #93446b;
      
} 	


/* STYLE PERSONALIZZATO BREADCRUMBS */




#content a[href*="http://comune.capitalelavoro.it"] {


background-image: none;
padding-right:0;
margin-right:0;


 
}


#breadcrumb a.home {
background: url("<?php echo get_stylesheet_directory_uri(); ?>/imgs/sprite-breadcrumb-home.png") no-repeat scroll 0 0 transparent;
background-color:#000;
 color: #fff !important;
    background-position: 100% -248px !important;
}

#breadcrumb a:nth-child(2) {
  background-color: #000;
    color:#fff !important;
    background-position: 100% -31px !important;
}



/*----------- VIVERE ----------------*/

.essere #breadcrumb a.home {
  
background: url("<?php echo get_stylesheet_directory_uri(); ?>/imgs/sprite-breadcrumb-home.png") no-repeat scroll 0 0 transparent;
    background-color: #BF0D00;
    color: #fff !important;
    background-position: 100% -31px !important;
}


.essere #breadcrumb a:nth-child(2) {
  background-color: #BF0D00;
    color:#fff !important;
    background-position: 100% -62px !important;
}


/*----------- / VIVERE ----------------*/


/*----------- PARTECIPARE ----------------*/

.la-comunita #breadcrumb a.home {
background: url("<?php echo get_stylesheet_directory_uri(); ?>/imgs/sprite-breadcrumb-home.png") no-repeat scroll 0 0 transparent;
background-color:#16780f !important;
 color: #fff !important;
    background-position: 100% -124px !important;
}


.la-comunita #breadcrumb a:nth-child(2) {

background-color:#16780f !important;
 color: #fff !important;
    background-position: 100% -155px !important;
}

/*----------- / PARTECIPARE ----------------*/


/*----------- ESPLORARE ----------------*/

.esplorare #breadcrumb a.home {
background: url("<?php echo get_stylesheet_directory_uri(); ?>/imgs/sprite-breadcrumb-home.png") no-repeat scroll 0 0 transparent;
background-color:#A64900 !important;
 color: #fff !important;
    background-position: 100% -62px !important;
}

.esplorare #breadcrumb a:nth-child(2) {

background-color:#A64900 !important;
 color: #fff !important;
    background-position: 100% -93px !important;
}

/*----------- / ESPLORARE ----------------*/   

/*----------- FARE ----------------*/

.fare-impresa #breadcrumb a.home {
background: url("<?php echo get_stylesheet_directory_uri(); ?>/imgs/sprite-breadcrumb-home.png") no-repeat scroll 0 0 transparent;
background-color:#074bd0 !important;
 color: #fff !important;
    background-position: 100% -155px !important;
}

.fare-impresa #breadcrumb a:nth-child(2) {

background-color:#074bd0 !important;
 color: #fff !important;
    background-position: 100% -186px !important;
}

/*----------- / FARE ----------------*/   


/*----------- ENTRARE ----------------*/


.amministrazione-comunale #breadcrumb a.home{
background: url("<?php echo get_stylesheet_directory_uri(); ?>/imgs/sprite-breadcrumb-home.png") no-repeat scroll 0 0 transparent;
background-color:#000 !important;
 color: #fff !important;
    background-position: 100% 0 !important;
}

.amministrazione-comunale #breadcrumb a:nth-child(2) {

background-color:#000 !important;
 color: #fff !important;
    background-position: 100% -31px !important;
}
/*----------- / ENTRARE ----------------*/



	
/* / STYLE PERSONALIZZATO BREADCRUMBS */	


/* ADD TO ANY */

.addtoany_list {
   
    display: flex !important;

}


.addtoany_list a {
	
	flex:1;
    
}

/* / ADD TO ANY */

  
}


/* --- / MOBILE CSS --- */

/* --- PRINT CSS -----*/

@media print { 

body{font-size: 12pt} 

table {page-break-inside: avoid;}

.top_menu ,  .social , .logo , #showLeftPush , .search_container , #breadcrumb , .sidebar , .footer , .footer_2 {
	
	display:none;
	
	}
	
.wrapper {
  
     margin: 0;
   
    position: static;
    width: 100% !important;
    z-index: 1;
}	
	
.content{
	
	background: none repeat scroll 0 0 transparent;
    float: none !important;
    padding: 0;
    margin:0;
    width: 100% !important;
    position:static!important;
    white-space: normal !important;
	
	}	
	

}

/* ---- / PRINT CSS -----*/
