@charset "utf-8";
/* CSS Document */
/*
Theme Name: Astra Child
Theme URI: http://example.com/
Description: Tema Child per il tema astra
Author: Rebecca De Toma
Author URI: http://example.com/about/
Template: astra
Version: 0.1.0
*/

#polylang-2 ul li {
    display: inline;
}

#polylang-2 ul li a {
    font-family: 'Encode Sans Condensed', serif !important;
}

.listahome .attachment-large.size-large {
    display: none !important;
}

.macchine {
    width: 1200px;
    background: rgb(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 50px;
    /* Distanza dal footer */
}

.entry-meta,
.post-meta {
    display: none;
}

.machine-image img {
    max-width: 500px;
    height: auto;
}


.titolo {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #0073ab;
}

.linea1 {
    max-width: 500px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #0073ab;
}

.linea2 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 30px;
    /* padding-bottom: 10px;
    border-bottom: solid 1px #0073ab; */
}


/* .fas fa-solid fa-cube {
    margin-right: 50px;
} */

/* .linea {
    font-weight: 900;
} */

.specifiche h4 {
    margin-bottom: 10px;
    margin-top: 30px;
}


.specifiche {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px auto;
    /* Centra la tabella e aggiunge spazio sotto */
}

.specifications-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 18px;
    background-color: #f9f9f9;
}

.specifications-table th,
.specifications-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.specifications-table th {
    background-color: #0073ab;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.specifications-table td {
    font-size: 18px;
    color: #333;
}

.linea2 img {
    max-width: 50px;
}

.linea2 strong {
    font-size: 20px;
}

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .macchine {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .machine-image img {
        max-width: 100%;
    }

    .titolo {
        width: 100%;
        padding: 0 20px;
    }

    .linea1,
    .linea2 {
        max-width: 100%;
        font-size: 150%;
        padding: 0 20px;
    }

    .specifiche {
        width: 100%;
        padding: 0 20px;
    }

    .specifications-table {
        font-size: 16px;
    }
}

/* PHONE */
@media only screen and (max-width: 767px) {

    .macchine {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .machine-image img {
        max-width: 100%;
        height: auto;
    }

    .titolo {
        width: 100%;
        padding: 0 15px;
    }

    .linea1,
    .linea2 {
        max-width: 100%;
        font-size: 120%;
        padding: 0 15px;
    }

    .specifiche {
        width: 100%;
        padding: 0 15px;
    }

    .specifications-table {
        font-size: 14px;
    }

    .specifications-table th,
    .specifications-table td {
        padding: 10px;
    }

    .scroll ol.pt-cv-carousel-indicators {
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        color: #0073ab;
    }

    .macchinescroll ol.pt-cv-carousel-indicators {
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background: white;
    }

    .pt-cv-view .pt-cv-carousel-indicators li.active {
        background: #00AEEF;
    }
}