/*
 Theme Name:   Meit Srl
 Author:       Antonio Cariello
 Author URI:   https://wwww.farweb.it
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  meit
*/

.is-style-text-justified {
    text-align: justify !important;
}
.wp-block-columns {
    gap: 15px;
}
.wp-block-gallery {
    display: flex;
    gap: 15px;
}
body {
    overflow-x: hidden;
    background-color: #151538;
}
@media (max-width: 991px) {
    #governance .background:before {
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        background-color: #151538;
        position: absolute;
        top: -1px;
        left: 0;
    }
}

/* Safari */
@supports (-webkit-touch-callout: none) {
    #who,
    #governance,
    #services,
    #certifications,
    #news,
    #work,
    #contacts {
        min-height: 100dvh;
    }
}

body.safari #who,
body.safari #governance,
body.safari #services,
body.safari #certifications,
body.safari #news,
body.safari #work,
body.safari #contacts {
   min-height: 100dvh;
}