/*
Theme Name:   Consalti child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://consaltiwp.themesflat.com/
Template:     consalti
Version:      1.0.0
Tested up to: 5.9.3
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  consalti-child-theme
*/
.header-ct-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.secondary-navigation {
    margin-top: 10px;
}

.secondary-menu,
.secondary-mobile-menu {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.secondary-menu li a,
.secondary-mobile-menu li a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.secondary-menu li a:hover,
.secondary-mobile-menu li a:hover {
    color: #000;
}