/*
Theme Name:     Unibatt Theme 2022
Description:    Child-theme per il tema Divi
Author:         Corrado Guglielmetti - CG-WEB.IT
Template:       Divi
Version:        2.0.0
*/

@import url("../Divi/style.css");
 
/* =Theme customization starts here
-------------------------------------------------------------- */

.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper{
	max-width: 1440px !important;
	padding-top: 100px !important;
}
article .et_post_meta_wrapper{
	display: none !important;
}
#et-main-area{
    margin-top: 30px !important;
}
.et_pb_post{
	margin-bottom: 0 !important;
}
.single .post{
	padding-bottom: 0 !important;
}
#prodotti_home .et_pb_post, .prodotti_home .et_pb_post{
	height: 530px;
    margin-bottom: 25px !important;
}
.pciwgas-pdt-cat-grid.pciwgas-medium-4.pciwgas-columns:last-of-type, .pciwgas-cat-count{
	display: none !important;
}

.pciwgas-img-wrapper{
    box-shadow: 0px 2px 18px 5px rgb(0 0 0 / 30%);
}

/*.et_pb_text_inner p .alignleft{
    margin-bottom: 100px;
}*/

.column.size-1of3 article.et_pb_post{
    margin-bottom: 30px !important;
}

.griglia_prodotti .pgafu-post-grid{
    box-shadow: 0px 2px 18px 5px rgb(0 0 0 / 30%);
}

.pgafu-post-grid-main h2.pgafu-post-title a{
    font-size: 15px !important;
}

.pgafu-filter li a{
    background: #9dabdc !important;
}

.pgafu-filter li.pgafu-active-filtr a{
    background: #2166b4 !important;
}

.et_pb_text{
    display: flow-root;
}

@media screen and (max-width: 600px) {
    article h1{
        font-size: 28px !important;
        text-align: center !important;
    }
    .et_pb_post{
        margin-bottom: 0 !important;
    }
    .et_pb_contact_form_1.et_pb_contact_form_container .input[type="checkbox"]+label i{
        border: 1px #888888 solid !important;
    }
}