/*
 Theme Name:   fosfoblockbase - Blockbase Child
 Theme URI:    https://wordpress.com/theme/blockbase
 Description:  Blockbase Child Theme
 Author:       Fosforica
 Author URI:   https://fosforica.it
 Template:     blockbase
 Version:      1.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  fosfoblockbase
*/


/* html, body {
    max-width: 100%;
    overflow-x: hidden;
} */

.is-layout-constrained.alignfull {
    overflow: hidden;
}

.wp-block-button .wp-block-button__link {
    font-size: 1rem;
    font-weight: 600;
}

.sps--blw  .bg-white{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19);
}

h1, h2, h3, h4, h5, p {
    color: #31452f;
}

h1 {
    font-size: calc(5rem + 1vw);
}

h2 {
    font-size: calc(3.5rem + 1vw);
    font-weight: 700;
}

h3 {
    font-size: calc(2rem + 1vw);
    font-weight: 700;
}

h4 {
    font-size: 1.8rem;
    font-weight: 700;
}

.wp-block-post-title {
    font-size: 1.5rem;
    font-weight: 700;
}


.box {
    max-width: 1300px;
}

.sfondo-farine {
    background-image: url(../../uploads/FarineFarchioni-farina-scaled.jpg);
    background-size: cover;
}

.blocco-testo-artisti {
    border-radius: 15px 50px;
    background-color: #fff;
    float: right;
    margin-top: -20%;
    position: relative;
    width: 85%;
    word-wrap: break-word !important;
    z-index: 90;
}


.menu-footer-voci a {
    color: #31452f;
    text-decoration: none;
}


.menu-footer-voci a:hover, .menu-footer-voci a:focus{
    color: #C19C48;
    text-decoration: none;
}




.riga-singolo-prodotto {
    max-width: 1366px;
}

.titolo-prodotti {
    border-radius: 15px 50px;
    background-color: #C19C48;
    color: #fff !important;
    float: right;
    margin-top: -20%;
    padding: 5% 10%;
    position: relative;
    width: 85%;
    word-wrap: break-word !important;
    z-index: 90;
}

.separatore-sagomato {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
    position: relative;
    z-index: 90;
}

.bg-light {
    background-color: #f4eadc !important;
}

.testo-giallo {
    color: #C19C48;
}

.logo-header {
    padding-top: 8px;
    padding-bottom: 8px;
}

.primary-header {
    background-color: transparent;
    color: #fff;
}

.subfooter {
    background-color: #31452F;
    
} 

.subfooter p {
    color: #fff !important;
}

.copertina {
    min-height: 750px;;
}

.wp-block-navigation-item__label {
    font-weight: 600;
}


@media screen and (max-width: 750px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.8rem;
    }
    
    .card {
        height: 80vh !important;
    }

    .copertina {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    :where(.wp-block-columns.has-background) {
        padding-right: 0;
        padding-left: 0;
    }

    .blocco-testo-artisti {
        margin-bottom: min(30px, 5vw);
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        float: none;
        border-radius: 0px 0px 10px 10px;
    }

    .space {
        height: 40px;
    }

    .separatore-sagomato {
        display: none;
    }

    .immagine-artista {
        border-radius: 10px 10px 0px 0px !important;
        margin-right:0;
        padding-right: 0 !important;
        width: 100%;
    }

    .card-artisti {
        height: auto !important;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    
    .card-artisti h4{
        height: auto !important;
        padding-top: 32px;
        padding-bottom: 32px;
        margin-top: 0;
        margin-bottom: 0;
    }
}