/*
Theme Name:     ExpertHive Child
Theme URI:      https://yourwebsite.com
Description:    A child theme for the ExpertHive theme
Author:         Your Name
Author URI:     https://yourwebsite.com
Template:       experthive
Version:        1.0.0
*/

@import url("../experthive/style.css");

/* Hide Sidebar on Messages and Settings Pages */
body.hp-hide-sidebar .site-sidebar {
    display: none !important;
}

body.hp-hide-sidebar .site-content .row>div,
body.hp-hide-sidebar .site-content .hp-row>div {
    flex: 0 0 100%;
    max-width: 100%;
}