/**
Theme Name: IamHero
Author: Lenus Lab Suite
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	font-family: "Inter", sans-serif;
}
a {
	color: #d13131;
}
.modal-body {
	padding: 0;
}
.gtranslate_wrapper a {
	margin-left: 10px;
}
#intestazione_video {
	color: #fff;
	background: #000;
}
	#intestazione_video p {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#intestazione_video p strong {
		font-weight: 600;
	}
	#intestazione_video h1 {
		color: #fff;
		font-size: 40px;
	}
	h2, #riga_statistiche strong {
		font-size: 40px;
	}
	pre, .tag {
		overflow: hidden;
		background: none;
		font-family: "Inter", sans-serif;
		padding: 0;
		margin: 0;
		font-weight: 800;
		text-transform: uppercase;
		color: #D13131;
		font-size: 17px;
	}
#intestazione_video .vc_video-bg {
	opacity: .4;
}
#intestazione_video .vc_btn3 {
	box-shadow: 0 0 30px rgba(0,0,0,.5);
}
#intestazione_video i {
}

#riga_destinatari {
	margin-top: 60px;
	text-align: center;
	font-size: 15px;
}
#riga_destinatari i {
	font-size: 80px;
}

#scroller_segnaposto {
	height: 1px;
	opacity: 0;
}

.box_testimonianza, .box_notizia {
	height: 300px;
	background-size: cover;
}
.box_notizia {
	height: 300px;
	background-size: cover;
}

.box_servizio {
	overflow: hidden;
	position: relative;
	max-width: 800px;
	margin: 30px auto;
	border-radius: 20px;
	height: 250px;
	box-shadow: 0 0 30px rgba(0,0,0,.5);
	background-size: cover !important;
}
.overlay_servizio h3 a, .overlay_servizio h3 { 
	margin: 0;
	text-decoration: none !important;
	color: #fff;
}
.overlay_servizio p { 
	margin: 0;
}
.overlay_servizio h3 { 
	margin: 0;
	padding: 0;
}
.overlay_servizio {
	padding: 30px;
	position: absolute;
	left: 0;
	bottom: 0; 
	width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, 0) 100%);
	color: white;
}



.slick-track {
	padding: 35px 0;
}
.slick-dots li {
	transition: all .3s;
	border-radius: 50px;
	background: #eee;
	width: 20px !important;
}
.slick-dots li.slick-active {
	width: 30px !important;
	background: #dedede;
}
.slick-dots li i {
	display: none;
}
.entry-header {
	border-bottom: 1px solid #000;
}
.modal-header {
	border: 0 !important;
	background: #000;
	color: #fff;
}
.btn-close {
	color: #000;
}
.wpb_raw_html {
	margin-bottom: 15px !important;
}
.vc_btn3  {
	font-size: 20px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	background: #fff !important;
	color: #000 !important;
	border-radius: 50px !important;
	padding: 15px 35px !important;
	text-decoration: none !important;
}
.modal-content {
	overflow: hidden;
	box-shadow: 0 0 60px rgba(0,0,0,.5);
}
#riga_tracciamento {
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}
#riga_statistiche strong {
	color: #D13031;
	line-height: .5;
	font-weight: 900;
	font-size: 65px !important;
	margin: 0;
}

@media(min-width: 768px){
	
	.box_servizio {
    	height: 450px;
	}
	.box_testimonianza, .box_notizia {
	height: 550px;
	background-size: cover;
}

		#intestazione_video h1 {
			font-size: 50px;
		}
		h2, #riga_statistiche strong {
			font-size: 60px !important;
		}
		#riga_statistiche strong {
			font-size: 65px !important;
		}
		#intestazione_video p {
			font-size: 35px;
			line-height: 1.1em;
		}
		#riga_destinatari p {
			font-size: 25px;
			line-height: 1.1em;
		}
		#riga_destinatari i {
			font-size: 50px;
		}

}