/* BODY CUSTOM */

/* disattivazioni temporanee */



/* #home-icone-servizi, #page-icone-servizi */

#home-icone-servizi, #page-icone-servizi {
	
	.divi-icona-servizio-blurb {
		transform: translateX(0) translateY(0);
		transition: all 0.3s;
		
		&:hover {
			transform: translateX(0) translateY(-32px);
			transition: all 0.3s;
		}
	}
}



/* .divi-lavoro-container */

.divi-lavoro-container {
	
	.riga-colonna-griglia-lavori {
		
		div[data-loop-item="1"] {
			margin-top: 80px;
		}
		
		div[data-loop-item="2"] {
			margin-top: -80px;
		}
		
		.gruppo-lavoro-cta {
			
			.icona-cta-lavoro {
				transform-origin: center bottom;
				transform: scale(1);
				transition: all 0.3s;
			}
			
			.icona-cta-lavoro.home {
				transform-origin: left center;
				transform: scale(1);
				transition: all 0.3s;
			}
			
			&:hover {
			
				.icona-cta-lavoro {
					transform-origin: center bottom;
					transform: scale(1.6);
					transition: all 0.3s;
				}

				.icona-cta-lavoro.home {
					transform-origin: left center;
					transform: scale(1.4);
					transition: all 0.3s;
				}

			}
	
		}
	
	}
	
}



/* modulo di contatto rest */

.cf7-pagina-servizio form.wpcf7-form {
	
	table {
		border: none !important;
		
		tr td {
			border-top: none;
			padding: 0 8px;
		}
		
		/* #box-privacy */
		
		tr#box-privacy td {
			width: 100%;
			
			p {
				font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
				font-size: 12px;
				letter-spacing: 0.5px;
				line-height: 1.3em;
				color: #f8f8ff !important;
				margin-bottom: 16px;
				
				span.wpcf7-list-item {
					margin-left: 0;
				}
				
				input[type="checkbox"] {	
					width: 12px;
					height: 12px;
					margin-right: 16px;
				}
				
				a#legge-privacy {
					display: inline-block;
					font-weight: inherit !important;
					color: #f8f8f8;
					text-decoration: underline !important;
					transition: all 0.7s !important;
				}
				
				a#legge-privacy:hover {
					text-decoration: none !important;
					transition: all 0.7s !important;
				}
				
			}
			
		}
		
		/* box-pulsante-invia */
		
		tr#box-pulsante-invia td {
			text-align: center;
			
			input.wpcf7-form-control:enabled {
				opacity: 1;
				transition: all 0.3s !important;
			}
			
		}	
		
	}
}



/* marquee */

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 8vw; /*height: 200px;*/
  overflow-x: hidden;
	
	.track {
	  position: absolute;
	  white-space: nowrap;
	  will-change: transform;
	  animation: marquee 32s linear infinite;

		.content {
			font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
			font-size: 8vw;
			font-weight: 800;
			line-height: 1em;
			color: #f8f8f8 !important;

			span {
				color: #ff8a00 !important;
				-webkit-text-stroke: 4px #fff;
			}
		}

	}
	
}


@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}



/* p.pulsante-tipo-a */

p.pulsante-tipo-a {
	margin: 0.8vw auto !important;
	
	a {
		font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
		font-size: 20px;
		font-weight: 600 !important;
		letter-spacing: 2px;
		text-transform: uppercase !important;
		color: #f8f8ff !important;
		background-color: #ff8a00 !important;
		border-width: 0px !important;
		border-radius: 4px !important;
		padding: 0.8vw 1.6vw !important;
		transition: all 0.3s !important;
		
		&:hover {
			color: #4157a8 !important;
			background-color: #f8f8ff !important;
			transition: all 0.3s !important;
		}
		
	}	
	
}



/* risposta messaggio inviato/non inviato */

#wpcf7-f2615-o1.wpcf7 form .wpcf7-response-output {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
	color: #3b3b3b;
	background-color: #f6f6f6;
	border: none;
}



/*
PORTATILE/LAPTOP E TABLET LANDSCAPE
 */

@media only screen and (min-width: 1024px) and (max-width: 1440px)  and (orientation: landscape) {
	
	#home-icone-servizi, #page-icone-servizi {
	
		.divi-icona-servizio-blurb {		

			&:hover {
				transform: translateX(0) translateY(0px);
				
			}
		}
	}	
	
	/* .divi-lavoro-container */

	.divi-lavoro-container {

		.riga-colonna-griglia-lavori {

			div[data-loop-item="1"] {
				margin-top: 80px;
			}

			div[data-loop-item="2"] {
				margin-top: -80px;
			}

			.gruppo-lavoro-cta {

				.icona-cta-lavoro {
					transform-origin: center bottom;
					transform: scale(1);
					transition: all 0.3s;
				}

			}

			.gruppo-lavoro-cta:hover {

				.icona-cta-lavoro {
					transform-origin: center bottom;
					transform: scale(1.24);
					transition: all 0.3s;
				}

			}

		}
		
	}
	
}
	
	
	
/*
TABLET PORTRAIT
 */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

	#home-icone-servizi, #page-icone-servizi {
	
		.divi-icona-servizio-blurb {		

			&:hover {
				transform: translateX(0) translateY(0px);
				
			}
		}
	}	
	
	/* modulo di contatto rest */

	/* privacy e newsletter */

	#wpcf7-f2615-o1 tr#box-privacy td p input[type="checkbox"],
	#wpcf7-f2615-o1 tr#box-newsletter td p input[type="checkbox"] {	
		margin-right: 4px;
	}

	#wpcf7-f2615-o1 tr#box-privacy td p a#legge-privacy {
		padding-bottom: 0 !important;
	}
	
	/* invia */

	#wpcf7-f2615-o1 tr#box-pulsante-invia td p {
		padding-top: 0;
	}

	#wpcf7-f2615-o1 tr#box-pulsante-invia td input.wpcf7-form-control {
		padding: 1.6vw 4vw !important;
		margin-top: 32px;
		margin-bottom: 16px;
		margin-left: 24px;
	}
	
	/* marquee */

	.marquee {
	  height: 12vw;

		.track {
			
			.content {
				font-size: 12vw;
			}
			
		}
		
	}
	
}
	
	

/*
SMARTPHONE PORTRAIT
 */

@media only screen and (max-width: 767px) {
	
	#home-icone-servizi, #page-icone-servizi {
	
		.divi-icona-servizio-blurb {		

			&:hover {
				transform: translateX(0) translateY(0px);
				
			}
		}
	}
	
	
	
	
	
	
	
	
	/* .divi-lavoro-container */

	.divi-lavoro-container {

		.riga-colonna-griglia-lavori {

			div[data-loop-item="1"] {
				margin-top: 0;
			}

			div[data-loop-item="2"] {
				margin-top: 0;
			}

			.gruppo-lavoro-cta {

				.icona-cta-lavoro {
					transform-origin: center bottom;
					transform: scale(1);
					transition: all 0.3s;
				}

				.icona-cta-lavoro.home {
					transform-origin: left center;
					transform: scale(1);
					transition: all 0.3s;
				}

				&:hover {

					.icona-cta-lavoro {
						transform-origin: center bottom;
						transform: scale(1.4);
						transition: all 0.3s;
					}

					.icona-cta-lavoro.home {
						transform-origin: left center;
						transform: scale(1.4);
						transition: all 0.3s;
					}

				}

			}

		}

	}
	
	
	
	
	
	
	
	
	
	
	
	
	/* marquee */

	.marquee {
	  height: 20vw;

		.track {
			
			.content {
				font-size: 20vw;
			}
			
		}
		
	}

}



/* FINE BODY CUSTOM */


