
*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
}

body { overflow-y: scroll; }

/* UTILITY */

.lh-small{
line-height: 1;
}
.w-90
{
	width: 90%;
}
.py-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.pb-50{
	padding-bottom: 50px;
}
.fs-14{
	font-size: 14px;
}
.fs-16{
	font-size: 16px;
}
.fs-18{
	font-size: 18px;
}
.fs-45{
	font-size: 45px;
}
.fs-position
{
	font-size: 20px;
	line-height: 1;
}
.fs-name
{
	font-size: 30px;
	line-height: 1;
	color:black;
}

.mb-inversely
{
	margin-bottom: 10px;
}

.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5); 
}

/* COSA FACCIAMO */
li {
    list-style: none;
}

li:before {
    content:"\2022";
    font-size:18px;
    vertical-align:middle;
    line-height:18px;
	padding-right: 6px;
}
/* AZIENDA */
/* .masonry{
	height: 800px;
	border: 1px solid lightgrey
} */

/* CLIENTI */

.logo-customer img{

	filter: grayscale(100%);
	transition: filter 0.5s;
}
.logo-customer:hover img{

	filter: none;
}

/* TEAM*/
.team-member:hover img{

	transition: opacity 0.5s;
}
.team-member:hover img{

	opacity: 0.4;
}
.team-member:hover .team-info{

	display: block;
}

.team-info{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	display: none;
	z-index: 1;
}

/* CONTACT */
/* span .wpcf7-not-valid  */
input[type="text"].wpcf7-not-valid,input[type="email"].wpcf7-not-valid{
    border: 1px solid #ff0000 !important;
}

span .wpcf7-not-valid input[type=checkbox] {
	outline: 1px solid #ff0000;
  }
.form-control{
	border: 1px solid black;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: black;
	opacity: 1; /* Firefox */

	font-size: 14px;
  }
  
  .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: black;
  }
  
  .form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: black;
  }

  .wpcf7-list-item-label
  {
	font-size: 12px;
	vertical-align: top; 
  }
  .btn-black
  {	
	background-color: black;
	font-weight: bold;
	color: white;
	border-radius: 0;
	font-size: 22px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
  }

  .h-65{
	height: 65px;
  }

/* MASONRY */

.grid-mas {

  }
  
  /* clearfix */
  .grid-mas:after {
	content: '';
	display: block;
	clear: both;
  }
  
  /* ---- grid-item ---- */
  .inner img{

	
	
  }
 .column-size{
	width: 25%;
  } 

  .grid-item {
	width: 25%;
	float: left;

  }
    
  .grid-item--width2 { width: 50%; }
  .grid-item--width3 { width: 75%; } 



.text-info{
	bottom:0;
	left:0;
	z-index: 1;
	visibility: hidden;
	opacity:0;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}

.inner:hover .overlay{
visibility: visible;
opacity: 1;
}


.inner:hover .text-info{
	visibility: visible;
	opacity: 1;
}
.overlay{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	visibility: hidden;
	opacity:0;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}

/* MODAL */

  
@media only screen and (max-width : 1400px){

	
	
}

@media only screen and (max-width : 1200px){


	
}

@media only screen and (max-width : 991px){


	.team-member:hover img{

		transition: none;
	}
	.team-member:hover img{
	
		opacity: 1;
	}
	.fs-name{
		font-size: 16px;
	}
	.fs-position{
		font-size: 12px;
	}
	.team-info{
		top: 100%;
		transform: translate(-50%,0);
		display: block;
		line-height: 1;
	}	
	.mb-inversely{
		margin-bottom: 80px;
	}
	.masonry-logo{
		display: none;
    }

    .fs-sm-8
    {
	   font-size: 8px;
    }
    .fs-sm-12
	{
		font-size: 10px;
	}
}
 
@media only screen and (max-width : 767px){

	.inner .overlay{
		/* display: block; */
		visibility: visible;
		opacity: 1;
	}
		
	.inner .text-info{
		/* display: block; */
		visibility: visible;
		opacity: 1;
		}

 	.column-size{
		width: calc( 100% / 3 );
	  } 
	
	  .grid-item {
		width: calc( 100% / 3 );
	  }

	.grid-item--width2 { width: calc( ( 100% / 3 ) * 2 ); }
	.grid-item--width3 { width: 100%; }  
	  

}
 
@media only screen and (max-width : 480px){

	

}
 
@media only screen and (max-width : 320px){

}
