/* inserire qui le classi necessarie ad adattare gli stili */
@font-face {
	font-family: 'Akzidenz';
	letter-spacing: 3px;
	src: url('/css/custom-font/BertholdAkzidenzGroteskExtended.woff') format('woff');
}

.placeholderPieno {
	background: red;
}

.placeholderPieno input::placeholder {
	color: blue;
}

.border-bottom-bianco-1 {
	border-bottom: 1px solid white;
}

.backgroundLanterna {
    background-image: url(/media/rhfny40i/cenanellevigne_dscf1855_-claudiabaldino.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 400px;
}

.backgroundAlphatoBianco {
    background-color: rgba(255,255,255, .6);
}

.formComponibile {
    padding: 3em;
    /*background: #061d3e;*/
}
.inputFooterMail {
	border: 1px solid #F7B82E;
	font-size: 80%;
	width: 350px;
	height: 50px;
	padding-right: 100px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
}

input.newsletterForm[type=email] {
	border: 1px solid white;
	width: 350px;
	padding-right: 100px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	height: 42px;
}

	input.newsletterForm[type=email]:focus {
		background-color: #0a1e32;
		box-shadow: none;
	}

button.newsletterForm[type=submit] {
	border: 0;
	-webkit-appearance: none;
	font-size: 0.6em;
	height: 34px;
	width: 80px;
	margin-left: -92px;
	margin-top: 10px;
}

@media only screen and (max-width: 770px) {
	.inputFooterMail {
		width: calc(100% - 1em);
	}
}

/* filtro articoli blog */

.filtroblog {
	border: 0;
	background: transparent;
	border-bottom: 1px solid #061D3E;
	border-radius: 0;
	color: #061D3E;
}

	.filtroblog:focus {
		outline: none;
	}

	.filtroblog::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #061D3E;
		opacity: 1; /* Firefox */
	}

	.filtroblog:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #061D3E;
	}

	.filtroblog::-ms-input-placeholder { /* Microsoft Edge */
		color: #061D3E;
	}
