footer.tb-section:not(.boxed) #footer-nav {
    background-color: unset;
}
footer.tb-section:not(.boxed) #footer-colophon {
    background-color: unset;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}
footer.tb-section {
    /*
    background-image: var(--bg-pattern-legno);
    background-repeat: repeat;
	position: relative;
	margin-top: -5px;
	z-index: 2;

	clip-path: polygon(
        0% 0.6%, 4% 0%, 8% 0.5%, 12% 0.2%, 16% 0.7%, 20% 0%,
        24% 0.6%, 28% 0.1%, 32% 0.5%, 36% 0%, 40% 0.6%, 44% 0.2%,
        48% 0.7%, 52% 0%, 56% 0.5%, 60% 0.1%, 64% 0.6%, 68% 0%,
        72% 0.5%, 76% 0.2%, 80% 0.7%, 84% 0%, 88% 0.6%, 92% 0.1%,
        96% 0.5%, 100% 0.3%,
        100% 100%, 0% 100%
    );
    */
    background-color: var(--cpmarrone);
}