/* 
Theme Name: Hello Elementor Child
*/

@media (max-width: 1024px) {
    /* footer */
    .footer .elementor-nav-menu__align-start .elementor-nav-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer img { width: auto!important; max-height: 250px!important; }
}

/* show / hide bloc */
.page-faq #footer-google,
.page-contact #footer-google,
.page-contact #footer-cta,
.page-faq #footer-cta,
.home  #footer-cta,
.single-product #footer-cta,
.archive  #footer-google,
.archive  #footer-cta,
.page-cart  #footer-cta,
.page-checkout #footer-cta,
.page-mentions-legales  #footer-google,
.page-mentions-legales #footer-cta,
.error404 #footer-google,
.error404  #footer-cta
{ display: none }
