/*
Theme Name: Zidex Child
Template: zidex
Version: 1.0
Text Domain: zidex-child
*/

/* --- Bottone navbar (CONTACT US / Contattaci) sempre #55CAFF --- */
body .button,
body .button:hover,
body .button:focus {
    background-color: #55CAFF !important;
    border-color: #55CAFF !important;
    color: #ffffff !important;
}
/* neutralizza gli overlay ::before/::after che il tema usa per l'effetto hover nero */
body .button::before,
body .button::after {
    background-color: #55CAFF !important;
}

.header-infos.header-light-holder{
    display:flex;
    flex-direction:row-reverse;
}
.header-infos{
    display:flex;
}