@charset "utf-8";
/*CSS Document */
/*
Theme Name: Astra Child
Theme URI: http://example.com/
Description: Tema Child per il tema astra
Author: Marco Midun
Author URI: http://example.com/about/
Template: astra
Version: 0.1.0
*/

.titolo_modello {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.listahome .attachment-large .size-large {
    border-radius: 50%;
}

.specifiche {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
}

.specifiche_intro {
    max-width: 40vw;
}

@media (max-width: 444px) {

    .specifiche_intro {
        max-width: 100vw;
    }
}

.alla {
    padding: 5%;
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(img/pesci.jpg) no-repeat center center;
}

.linea {
    padding: 5px;
    margin-top: 2%;
}

.brand {
    font-size: 28px;
    opacity: 0.6;
}

.tecniche {
    color: #87B0FF;
    padding: 5px;
}

.bordo {
    border-bottom: 3px solid #87B0FF;
}

.button-prenota-prodotto{
    margin-top: 40px;
    display: flex;
}

.button-prenota-prodotto a{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    border: #000000, 2px;
    background: #87B0FF;
    border-radius: 30px;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.button-prenota-prodotto a:hover{
    color: #000000;
    border: #000000, 2px;
    background: #DBE5FF;
    transition: 0.1s;
}

.foto img {
    border: 1px solid #d7d7e1;
    box-shadow: 20px 20px 10px 4px #dedede;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {

    .foto img {
        width: 32vw;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {

    .foto img {
        width: 45vw;
    }
}

@media (max-width: 444px) {

    .foto img {
        box-shadow: 0px 0px 0px 0px #dedede;
    }

    .button-prenota-prodotto a{
        margin-bottom: 40px;
    }
}

.specifiche_modelli {
    display: inline-block;
    width: 100%;
    padding-top: 8%;
}

.content {
    display: flex;
    flex-direction: row;
    padding: 2%;
}

.code_n {
    width: 40%;
}

.code_c {
    width: 22%;
    display: flex;
    justify-content: center;
}

.linea1 {
    background: #DBE5FF;
}

.linea2 {
    background: #F6F9FF;
}

@media (max-width: 444px) {

    .content {
        display: flex;
        flex-wrap: wrap;
    }

    .content b {
        font-size: 12px;
    }

    .nocodice {
        display: none;
    }

    .code_n {
        width: 100%;
        font-weight: 900;
        font-size: 12px;
        padding-bottom: 5px;
    }

    .code_c {
        width: 20%;
    }

    .cc {
        justify-content: left;
    }
}

/*dashboard elements style */

.newsletter_button {
    display: flex;
    justify-content: center;
}

/*News elements style */

.taxonomy-description p {
    display: none;
}

.ast-archive-entry-banner {
    background: linear-gradient(rgba(219, 229, 255, 0.85), rgba(219, 229, 255, .85)), url(img/pesci.jpg) no-repeat center center;
}

.ast-container p {
    font-size: 18px;
}

@media (max-width: 768px) {

    .ast-container p {
        font-size: 12px;
    }
}

/*carosello home elements style */

.slick-arrow {
    box-shadow: 0px 0px 0px 0px;
}

#slick-slide-control00,
#slick-slide-control01,
#slick-slide-control02,
#slick-slide-control03,
#slick-slide-control04,
#slick-slide-control05,
#slick-slide-control06,
#slick-slide-control07 {
    box-shadow: 0px 0px 0px 0px;
}

/*form contatti */

.wpcf7-form-control {
    max-height: 100px;
}

.wpcf7-form-control-wrap {
    width: 20px;
}

/*anteprima categorie prodotti*/

.pt-cv-mask {
    display: flex;
    justify-content: center;
}

.pt-cv-animation-left {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 768px) {

    .pt-cv-animation-left {
        font-size: 30px;
    }
}