/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 .ct-footer .ct-widget:not(:first-child) {
    margin-top: 20px !important;
}
div#block-22 {
    margin-top: 0px !important;
}
.iubenda-tp-alert-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-tp-alert-btn[data-tp-float][data-tp-float=top-right], .iubenda-tp-btn:not(.iubenda-floatable-tb-btn)[data-tp-float][data-tp-float=bottom-right], .iubenda-tp-btn:not(.iubenda-floatable-tb-btn)[data-tp-float][data-tp-float=top-right], .iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-right], .iubenda-uspr-btn[data-tp-float][data-tp-float=top-right] {
    right: initial !important;
    left: 0 !important;
    width: fit-content !important;
}

/* area dipendenti */
.cuar-menu-container {
    display: none !important;
}
.cuar-toolbar {
    display: none !important;
}
body.customer-area-active .cuar-css-wrapper, body.customer-area-active .cuar-css-wrapper.cuar-content-container {
    border: none;
}


.cuar-single-post-header.row.mb-md.cuar-clearfix {
    display: none !important;
}
.cuar-single-post-content.cuar-js-msnry-item.col-xs-12.col-sm-12.col-md-6.col-lg-6.col-xl-8.clearfix.masonry-brick {
    display: none !important;
}
.ct-comments-container {
    display: none;
}
body.customer-area-active ul.entry-meta {
    display: none !important;
}
a.menu-mob-dip {
    color: #fff !important;
    background: #25408f !important;
    border-radius: 100px !important;
    padding: 10px 20px !important;
}
.blocco-menu-dip a {
    color: #fff !important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
a.menu-mob-dip, body.customer-area-active a.menu-mob-dip {
    display: block !important;
    margin: 4% !important;
}
}