/*
Theme Name: Halstein
Theme URI: https://halstein.qodeinteractive.com
Description: Business Consulting
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: halstein
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


body .header .header-column {
    display: flex;
    justify-content: space-between;
    white-space: nowrap; /* Impedisce che il testo vada a capo */
    flex-shrink: 0;
	padding: 0;
    margin: 0;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Per allineare verticalmente il contenuto */
}

.header-left {
    width: 30%; /* Larghezza della colonna sinistra */
}

.header-center {
    width: 40%; /* Larghezza della colonna centrale */
    text-align: center; /* Centrare il contenuto */
}

.header-right {
    width: 30%; /* Larghezza della colonna destra */
    text-align: right; /* Allineare il contenuto a destra */
}
