@import url(//fonts.googleapis.com/css?family=Lato);

body {
	font-family: 'Lato';
}

#main-container {
	margin: 40px auto;
	width: 1200px;
	max-width: 100%;
}

.api-buttons > a {
	margin: 0 5px 0 0 !important;
	text-decoration: none !important;
}

.price {
	font-size: 25px !important;
	line-height: 26px !important;
}
input , textarea {
	border:1px solid #aaa;
	padding: 10px 20px;
	border-radius: 3px;
	width:80%;
}
#send-image-mail-php {
	width:100%;
	text-align:center;
	margin:0 0 10px 0;
	padding:8% 20%;
}
#bottone-indietro {
	text-decoration:none;
	text-align:center;
	width: 60%;
	padding:7% 20%;
	margin:0
}


/*INIZIO MEDIA QUERY PER OTTIMIZZAZIONE RESPONSIVE DEL PLUG_IN BY DAVIDE MAZZOTTI E DAVIDE HU DZWEB*/

/*--------------------------------------------------------------------------*/

/* TABLET VERTICALE */

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

    .fpd-topbar .fpd-navigation>div>.fpd-label {
    font-size: 9px !important;
}

}

/* TABLET ORIZZONTALE */

@media screen and (max-width: 1024px) and (min-width: 700px) and (orientation: landscape) {}

/* MOBILE VERTICALE */

@media screen and (max-width: 375px) and (orientation: portrait) {
    .fpd-topbar .fpd-navigation>div>span {
    font-size: 22px !important;
}
		#send-image-mail-php {
			width: 80%;
			margin: 0 0px 10px 35px;
			padding: 11% 20%;
		}
		#bottone-indietro {
			width: 40%;
			padding: 13% 20%;
			margin: 0 0 0 35px;
		}

}

/* MOBILE ORIZZONTALE */

@media screen and (max-width: 667px) and (orientation: landscape) {

    .fpd-topbar .fpd-navigation>div>.fpd-label {
    font-size: 7px !important;
}

    #header-wrapper, #header-wrapper header {
    float: none !important;
    top: 0% !important;
}

}

/* IPAD PRO VERTICALE */

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

/* IPAD PRO ORIZZONTALE */

@media screen and (max-width: 1366px) and (min-width: 1100px) and (orientation: landscape) {}

/*--------------------------------------------------------------------------*/
