/*
	@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;800&display=swap');
*/

/*a:focus, button:focus {
  outline: 2px solid #aaa !important;
  outline-offset: 2px !important;
}*/

#header .header-nav-main nav>ul>li>a {
	font-size: 13px !important;
}


a.dropdown-toggle {
	
}
/* home css custom */
.assistenza-feature-container .feature-box .feature-box-icon {
	width: 30px;
	height: 30px;
}

#header {
	min-height: 101px !important;
}

.trustpilot-widget-header {
	height: 29px !important; padding-bottom: 26px; background-color: #eeeeee; padding-top: 2px;
}

.blackfriday-widget-header {
	height: 34px !important; padding-bottom: 26px; background-color: #333; padding-top: 7px;
}

/* common */
body {
	font-family: 'Montserrat', Helvetica, sans-serif !important;
	font-weight: 300;
}

.col-centered {
    display: block;
    float: none;
    margin: 0 auto;
}

.flex-partner-home {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.shadow-font {
	font-family: "Shadows Into Light",cursive;
	font-size: 1.4em;
	color: #0088cc;
}
.lead-sm {
	font-size: 19px;
}
.lead-xs {
	font-size: 15px;
}
.toggle > label + p {
	height: 0;
	padding-left: 20px;
	padding-right: 20px;
}
p {
	color: #484848;
}

#footer {
	background-color: #333 !important;
	border-top: 0 none !important;
}

.social-icons li a:hover {
	background-color: #08c;
}

section.section.section-overlay.black::before {
	background: rgba(0,0,0,0.5);
}

section.timeline .timeline-date h3 {
	font-size: 1.2em;
	font-weight: 700;
}
.timeline-box .post-content p {
	font-size: 11px;
	line-height: 1.6;
}

.table-striped tr {
	background-color: #fff !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f9f9f9 !important;
}

.testimonial.testimonial-style-4 blockquote p {
	font-family: 'Montserrat', Helvetica, sans-serif;
}
/* Add here all your CSS customizations */

	div.pricing-table h3 span {
		background: #ffffff none repeat scroll 0 0;
		border: 5px solid #fff;
		border-radius: 100px;
		box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
		color: #464646;
		display: block;
		font: bold 31px/53px "Open Sans",Arial,sans-serif;
		height: 66px;
		margin: 37px auto -55px;
		width: 150px;
	}
	
	.plan-ribbon-wrapper {
		z-index: 50;
	}
	div.plan-ribbon {
		font-size: 16px !important;
		font-weight: 800;
	}
	
	div.pricing-table div.plan {
		text-shadow: none;
	}
	
	.popover-attivazione {
		cursor: pointer;
		background-color: #cccccc;
		border-radius: 50%;
		color: #fff;
		font-weight: bold; 
		height: 9px;
		margin-left: 2px;
		padding: 0 6px;
		width: 18px;
	}
	.popover {
		font-size: 12px;
		width: 80%;
	}
	
@media (min-width: 992px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	div.featured-box div.box-content {
		padding: 0 16px;
	}
	
	div.featured-box i.image-icon, i.icon-featured {
		margin-top: 16px;
		margin-bottom: 6px;
		line-height: 60px;
		font-size: 30px;
	}
	
	div.box-content p {
		margin-top: -5px;
	}
	
	i.icon-featured { 
		height: 60px;
		width: 60px;
	}
	
	div.featured-boxes div.featured-box {
		margin-top: 18px;
		margin-bottom: 6px;
	}
	
	.container-featured-offerta .featured-box-full {
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	h3 {
		line-height: 28px;
	}
	.lead-sm {
		font-size: 15px;
	}
	.lead-xs {
		font-size: 14px;
	}
	
}


/* Google Maps */

ul.comuni{
  width:100%;
  overflow:hidden;
  margin-left: 0;
  padding-left: 0;
}
.comuni li{
  line-height:2em;
  float:left;
  display:inline;
  width:25%;
}


div.google-map-coverage {
	background: #E5E3DF;
	height: 550px;
	margin: -35px 0 30px 0;
	width: 100%;
}

.parallax + div.google-map-coverage {
	margin-top: -70px;
}

div.google-map-coverage img {
	max-width: 9999px;
}


.promo-gennaio.gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#508c89+0,4a7494+50,3c428e+100 */
background: #508c89; /* Old browsers */
background: -moz-linear-gradient(left, #508c89 0%, #4a7494 50%, #3c428e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #508c89 0%,#4a7494 50%,#3c428e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #508c89 0%,#4a7494 50%,#3c428e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#508c89', endColorstr='#3c428e',GradientType=1 ); /* IE6-9 */
}

@media (max-width: 991px) {
	.rs-background-video-layer {
		display: none;
	}
}

@media (max-width: 767px) {
	.comuni li  { width:33.333%;}
	
	.flex-partner-home {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	.comuni li  {
		width:50%;
	}
	.trustpilot-widget {
	    position: relative;
		width: 90%;
		margin: 0 auto;
	}

	.trustpilot-widget iframe {
		height: 47px !important;
	}
}

@media (min-width: 600px) {
	.speedtest-mobile {
		width: 630px;
	}
}

@media (max-width: 541px) {
	.trustpilot-widget-header {
		height: 53px !important; padding-bottom: 26px; background-color: #eeeeee; padding-top: 2px;
	}
	
	.blackfriday-widget-header {
		height: 47px !important;
	}
}