/*
Theme Name: ItaliaLC child
Author: LAZIOcrea
Author URI: https://www.laziocrea.it
Version: 1.0.0
License: GNU GENERAL PUBLIC LICENSE v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: italialc
Template: italialc
*/

.it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper {
    border-top: 1px solid #ccc;
}
.it-footer-small-prints .container {
    border-top: 1px solid #ccc;
}
.certificazioni {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 10px; /* Aggiunto padding orizzontale di 10px */
}
.certificazioni img {
    flex: 0 1 auto;
    max-height: 50px;
    width: auto;
    max-width: calc(100% / 7 );
    object-fit: contain;
    margin: 0 !important;
}

.it-header-block .it-header-block-title h1, .it-header-block .it-header-block-title h2 {
    border-bottom: 1px solid #830d28;
}

