/*
 Theme Name:   Mediz Child
 Theme URI:    http://demo.goodlayers.com/mediz
 Description:  Goodlayers Mediz Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     mediz
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  mediz-child

 START YOUR CHILD THEME CSS HERE
*/
/* === BLOCCA DARK MODE FORZATO DAI BROWSER MOBILE === */
:root {
    color-scheme: light !important;
}

html, body {
    background-color: #ffffff !important;
    color: #333333 !important;
    filter: none !important;
    -webkit-filter: none !important;
}

@media (prefers-color-scheme: dark) {
    html, body {
        background-color: #ffffff !important;
        color: #333333 !important;
        filter: none !important;
        -webkit-filter: none !important;
    }
}

/* === DIMENSIONE LOGO === */
.mediz-logo-inner { max-width: 360px !important; width: 360px !important; }
.mediz-logo-inner img { height: auto !important; max-height: none !important; width: 100% !important; }
@media only screen and (max-width: 999px) { .mediz-mobile-header .mediz-logo-inner { max-width: 280px !important; width: 280px !important; } }
@media only screen and (max-width: 767px) { .mediz-mobile-header .mediz-logo-inner { max-width: 200px !important; width: 200px !important; } }
.mediz-animate-fixed-navigation .mediz-logo-inner { max-width: 280px !important; width: 280px !important; }

/* === TRUSTED BY ALLINEATO IN BASSO === */
.mediz-header-container-inner { display: flex !important; align-items: flex-end !important; }
.mediz-logo { flex-shrink: 0; }
.mediz-logo-right-text { padding-top: 0 !important; margin-bottom: 18px !important; }
