/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
*/
/* Hide site title text — logo image already shows the name */
.site-branding .site-title-wrap,
.site-branding .site-title,
.site-branding .mobile-site-branding .site-title,
.site-branding .site-description {
    display: none !important;
}
/* Fix Elementor animations - make all elements visible */
.elementor-invisible,
.elementor-invisible * {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
    -webkit-animation: none !important;
}
.elementor-background-overlay {
    opacity: 0.3 !important;
}
