/* ----------------------------------------------------------------------------
	INTEGRAZIONI CUSTOM
---------------------------------------------------------------------------- */
#page-title {
	padding: 24px 0;
/* 	background-color: #e6ede2; */
}

.breadcrumb {
	top: 85% !important;
}

.paragrafo {
	font-size: 15px;
	line-height: 1.5;
}
.paragrafo ul {
	margin-left: 1.75em;
}
#page-title h1, paragrafo h2 {
	color: #0081d1;
}

.postcontent {
	width: 100%;
}

.clear2 {
	clear: both;
	display: block;
	font-size: 0px;
	height: 35px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

#logo { border: none !important;}
#primary-menu > ul { border: none !important;}

.content-wrap { padding-top: 40px;}

/* ----------------------------------------------------------------
	Stili aggiuntivi
-----------------------------------------------------------------*/

.regolare {
	font-family: 'Lato', sans-serif !important;
}

.marginesx10 {
	margin-left: 10px;
}

.nascosto {
	display: none;
}

.orange {
	color: #f39223;
}

.verde {
	color: #267a00;
}


.scheda {
	cursor: pointer;
}

.campoimm {
	color: #0081d1;
	font-weight: 600;
}

/* ----------------------------------------------------------------
	Gallery
-----------------------------------------------------------------*/


#fotogrid {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 5;
  -webkit-column-gap:   0px;
  -moz-column-count:    5;
  -moz-column-gap:      0px;
  column-count:         5;
  column-gap:           0px;  
}

#fotogrid img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
  #fotogrid {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #fotogrid {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #fotogrid {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #fotogrid {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}