/* Footer widgets */
footer.footer-wrapper {
	z-index: 3;
}

.footer-container.container {
	max-width: 1220px;
	position: relative;
}
div#footer-widget-3 .textwidget{
	position: relative;
	text-align: center;
	margin-top: 2em;
}
div#text-16 {
	margin: 0;
}
div#footer-widget-3 img{
	position: relative;
	z-index: 11;
	transform: rotate(7deg);
	box-shadow: -2px -2px 4px, 2px 0px 4px;
	max-width: 250px;
}
ul.pulsanti-footer{
	margin: 0;
}
ul.pulsanti-footer li {
	position: relative;
	z-index: 12;
    top: -2vh;
    list-style: none;
    display: inline;
    background-color: #e42d1a;
    color: #ffffff;
    padding: 0.5em 0.7em;
    margin-bottom: 4px;
}
div.abbonati-footer{
    position: absolute;
	z-index: 12;
	background-color: #e42d1a;
    color: #ffffff;
    padding: 0.3em 1em;
    font-size: 1.2rem;
    font-weight: bold;
    left: 4vw;
    top: 11vh;
}
@media screen and (max-width: 767px){
	div.abbonati-footer{
	    left: 28vw;
	}
	div#footer-widget-3 .textwidget{
	margin-top: 3em;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
	ul.pulsanti-footer li{
		display: inline-block;
		width: 40%;
	}
}
div#text-5 {
	margin-bottom: 15px;
}
.copyright-wrapper {
	z-index: 10;
	position: relative;
	border-top-width: 0px;
}

/* Form di iscrizione alla newsletter e form di contatto inerente la newsletter */

.newsletter-subscribe input[type="text"], .newsletter-subscribe input[type="email"], .newsletter-subscribe input[type="submit"], .checkbox-group strong, .newsletter-subscribe h5 {
	display: block;
	margin: 0.2rem auto !important;
	box-sizing: border-box;
	width: 98%;
}
.newsletter-subscribe input[type="text"] {
	width: 96%;
}
@media screen and (max-width: 767px){
.newsletter-subscribe input[type="text"] {
	width: 98%;
}
}
.newsletter-subscribe input[type="submit"]{
	border: 3px solid #0a5ea0;
	font-size: 14px;
}
.newsletter-subscribe p.six{
	margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 870px){
.newsletter-subscribe p.six{
	margin-bottom: 0;
	width: 100%;
}
}
.newsletter-subscribe p.twelve{
	margin-bottom: 0.4rem;
	color: #ffffff;
}
.newsletter-subscribe h5{
	color: #ffffff;
	font-size: 1.0rem;
	margin-bottom: 0.5rem;
	
}
.checkbox-group {
    margin-bottom: 1.6rem;
	margin-top: 1rem;
}
.alert {
    border: 1px solid #d7181d;
    padding: 0.5rem;
    box-sizing: border-box;
}
span.email-error, span.email-error-contact, span.newsletter-error-contact, span.subscription-confirmed, span.subscription-confirmed-contact{
	font-size: 1rem;
	width: 100%;
	text-align: center;
	color: #e42d1a;
	display:none;
}
span.subscription-confirmed, span.subscription-confirmed-contact{
	color: #8bc34a;
}
.acceptance-689{
	margin-top: 0 !important;
	padding-right: 4px !important;
	float: left;
	margin-left: 0.5rem;
}
.newsletter-check{
	margin-bottom: 1rem;
}