/*
Theme Name:   Earna Child - GLS Academy
Theme URI:    https://glsacademy.in
Description:  Child Theme for Earna Theme
Author:       GLS Academy
Author URI:   https://glsacademy.in
Template:     earna 
Version:      1.2
Text Domain:  earna-child
*/

@import url("../earna/style.css");

/* Your Custom CSS here */

/* Hide Breadcrumb Completely - GLS Academy */
.breadcrumb,
.breadcrumbs,
.page-breadcrumb,
.earna-breadcrumb,
.breadcrumb-area,
.sub-header .breadcrumb {
    display: none !important;
    visibility: hidden;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}