/*
Theme Name: Lumei Child
Theme URI: http://www.wpbingosite.com/lumei
Author: wpbingo
Description: This is a child theme for Lumei
Version: 1.0.0
Author URI: http://wpbingosite.com
Template: lumei
Text Domain: lumei-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* ☢️ LOGO MOBILE 180px - ÉLÉGANT & DOMINATION ☢️ */
@media (max-width: 480px) {
    /* LOGO SEUL = 180px */
    .bwp-header .wpbingoLogo img,
    .header-mobile .wpbingoLogo img,
    .header-center img,
    #wpbingoLogo img,
    .wpbingoLogo img,
    .header-mobile .wpbingoLogo img,
    .bwp-header img {
        width: 180px !important;
        height: 180px !important;
        max-width: 180px !important;
        max-height: 180px !important;
        min-width: 180px !important;
        min-height: 180px !important;
        object-fit: contain !important;
    }
    .bwp-header .wpbingoLogo,
    .header-mobile .wpbingoLogo,
    .header-center .wpbingoLogo {
        width: 180px !important;
        max-width: 180px !important;
    }
    
    /* CONTENEUR = HAUTEUR FIXE (PAS GROS !) */
    .header-mobile .header-center {
        height: 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
    }
    
    /* ANTI-CACHE FORCE */
    .wpbingoLogo {
        transition: none !important;
    }
}