.np-footer {
    background: var(--primary);
    color: #e5e7eb;
	padding: 40px 40px 20px;
}

.np-footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.np-footer-top {
    padding-bottom: 60px;
}

.np-footer-container {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.np-footer-col {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.np-footer-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 25px;
    color: #ffffff;
}

.np-footer-widget p,
.np-footer-widget li,
.np-footer-widget a {
    font-size: 14px;
    line-height: 1.8;
    color: #cbd5e1;
    text-decoration: none;
}

.np-footer-widget a:hover,
.np-footer a,
.np-footer a:hover {
    color: #ffffff;
}

.np-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    color: #9ca3af;
}

@media (max-width: 992px){
    .np-footer-container {
        padding: 0 20px;
        flex-direction: column;
    }
}

.np-footer-widgets {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Se ci sono 3 widget attivi */
.np-footer-col-3 {
    flex: 0 0 32%;
}

/* Se ce ne sono 2 */
.np-footer-col-2 {
    flex: 0 0 48%;
}

/* Se ce n'è 1 */
.np-footer-col-1 {
    flex: 0 0 100%;
}

.np-footer .copyright-text{
	margin-top:40px;
	text-align: center;
}

.np-footer img.wp-image-38{
	max-width: 350px;
	margin: auto;
  	display: block;
}

.np-footer img.wp-image-37{
	max-width: 100px;
	margin: auto;
  	display: block;
  	margin-top: 20px;
}

