/*!
Theme Name: Kidearn Child theme
Theme URI: https://bracketweb.com/kidearnwp/
Template: kidearn
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Kidearn WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kidearn-child
*/

/* Remove wavy shape from page header */
/* .page-header__bg::after {
    display: none !important;
} */

/* Remove sidebar and make content full width */
.sidebar {
    display: none !important;
}

/* Make content area full width */
.blog-one .row > div[class*="col-xl-8"],
.blog-one .row > div[class*="col-lg-7"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Hide the sidebar column */
.blog-one .row > div[class*="col-xl-4"],
.blog-one .row > div[class*="col-lg-5"] {
    display: none !important;
}

a {
    color: var(--kidearn-base, #E8397D);
}