/*
Theme Name: Biagiotti Child
Theme URI: https://biagiotti.qodeinteractive.com
Description: A child theme of Biagiotti Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: biagiotti
Template: biagiotti
*/

.acl-dropdown-item-title {
    font-size: 1rem !important;
    margin: 0;
}

.acl-footer-menu {
    list-style:none;
    justify-content:center;
    font-family:Lato,sans-serif;
    font-weight:600;
    font-size:0.75rem;
    letter-spacing: 2px;
}

.acl-footer-menu > li {
    padding: 0.2rem 0;
}

@media screen and (min-width: 600px) {
    .acl-footer-menu {
        display:flex;
    }
    .acl-footer-menu > li {
        padding: 0 2rem;
    }
}