/* CSS Document */

@charset "utf-8";

.pedice {
	margin-left: 10em;
	margin-right: 10em;
	margin-bottom: 0em;
	margin-top: 0em;
}

#follow_us {
	margin: 0 !important;
}

#follow_us i {
	color: #F7F6F5;
	font-size: 1.5em;
}

#copyright {
	font-size: 0.8em;
}

#copyright a {
	text-decoration: none;
}

#logo_pedice {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 70%;
}

#logo_pedice_colorato {
	display: none;
}

/*Comprendo:
telefoni
tablet con orientamento verticale
telefoni larghi*/
@media only screen and (max-width: 767px) {
	.pedice {
		margin-left: 0em;
		margin-right: 0em;
		margin-bottom: 0em;
		margin-top: 0em;
		padding-left: 0.5em !important;
		padding-right: 0.5em !important;
	}
	.pedice div {
		width: 100%;
		align-items: center;
		text-align: center;
	}
	#logo_pedice {
		padding-top: 0.5em;
		padding-bottom: 1em;
		width: 50%;
	}
	#follow_us i {
		color: #F7F6F5;
		font-size: 1.5em;
	}
	#copyright {
		line-height: 2em;
	}
}

/*Comprendo:
tablet orientamento orizzontale*/
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.pedice {
		margin-left: 0em;
		margin-right: 0em;
		margin-bottom: 0em;
		margin-top: 0em;
		padding-left: 0.5em !important;
		padding-right: 0.5em !important;
	}
}

/*Comprendo:
portatili e desktop*/
@media only screen and (min-width: 992px) and (max-width: 1380px) {
	.pedice {
		margin-left: 1em;
		margin-right: 1em;
		margin-bottom: 0em;
		margin-top: 0em;
		padding-left: 0.5em !important;
		padding-right: 0.5em !important;
	}
}