.page-template-landing-newark-2025-template {
    --landing-oro: #d0c897;
    --landing-verde: #41604e;
    --landing-sfondo-offscreen: #e9e6d9;
    --adv-icons-vertical-shift: -100px;

    margin: 0;
    padding: 0;
    color: #000;
    background-color: var(--landing-sfondo-offscreen);
    font-family: 'Open Sans', sans-serif;

    .wrapper {
        max-width: 512px;
        margin: 0 auto;
        background: #fff;
    }

    .striscia {
        text-align: center;
    }

    .striscia.logo-top {
        width: 175px;
        margin: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .striscia h1 {
        font-size: 22px;
        font-weight: 700;
        margin-top: 0;
    }

    .striscia h1,
    .striscia p {
        padding: 30px 25px 0 25px;
        text-align: center;
        margin-bottom: 0;
    }

    .striscia p {
        padding-top: 10px;
        font-weight: 600;
    }

    .fullimg {
        width: 100%;
        display: block;
    }

    .s01 {
        background-color: #f1e9e0;
    }

    .s02 {
        background-color: var(--landing-oro);
    }

    .s03 {
        background-color: var(--landing-verde);
        padding-bottom: 120px;
        font-weight: 300;
    }

    .s02, 
    .s03 {
        color: #fff;
        line-height: 2;
    }

    .s02 p {
        font-weight: 600;
    }

    .s03 p {
        font-weight: 300;
    }

    .hero-text p {
        font-size: 15px;
        line-height: 1.5;
    }

    .s02 h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .s02 p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .s03 h1 {
        padding-top: 10px;
        padding-bottom: 20px;
    }


    .btn-landing {
        display: inline-block;
        padding: 12px 25px;
        margin: 10px auto;
        background-color: #4a4943;
        color: #fff;
        border-radius: 5px;
        text-decoration: none;
        font-weight: 700;
    }

    .btn-landing:hover {
        color: var(--landing-oro);
    }

    .pin-icon {
        width: 75px;
        margin-bottom: 0;
        margin-top: 50px;
    }

    .pin-icon-small {
        width: 35px;
        margin-bottom: 0;
        margin-top: 5px;
        filter: brightness(3);
    }

    .adv-card {
        display: block;
        text-decoration: none;
        margin: 50px;
        position: relative;
        top: var(--adv-icons-vertical-shift);
    }

    .adv-img {
        width: 100%;
        border-radius: 3px;
    }

    .adv-caption {
        background-color: var(--landing-oro);
        color: #fff;
        padding: 10px 0;
        text-transform: uppercase;
        margin-left: 8px;
        margin-right: 8px;
    }

    .footer {
        background: var(--landing-verde);
        color: #fff;
        position: relative;
        top: calc(var(--adv-icons-vertical-shift)/4);
        font-size: 14px;
        padding-bottom: 25px;
    }

    .footer .footer-title {
        font-weight: 700;
    }

    .footer .footer-text {
        line-height: 1.5;
    }

    .landing-social {
        padding-top: 10px;
        
        a {
            color: #fff;
        }

       .social-icon-link {
        display: inline-block;
        margin: 20px auto;

        img{
            display: inline-block;
            height: 30px;
            margin: 0 10px;
            width: auto;
            filter: invert();
        }
    }

    }

    .landing-copyright a {
        font-size: 12px;
        color: #fff;
    }

    .logo-bottom {
        width: 150px;
        position: relative;
        margin: calc(var(--adv-icons-vertical-shift)/2) auto 20px auto;
    }


    .logo-ocm {
        padding: 0 20px 20px 20px;
        text-align: center;
    }

    .logo-ocm-img {
        width: 100%;
        display: block;
    }

    .wpml-ls-statics-footer {
        display: none;
    }
}
