/* Hide text logo - KEEP ONLY IMAGE */
.site-header .site-branding-text,
.site-header .site-title,
.site-header .site-description,
.site-header .site-title-text,
.ast-header-widget-area .site-branding-text,
.custom-logo-link + .site-branding-text,
.site-branding-text {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
