/*
Theme Name: BuddyBoss Child
Theme URI: https://example.com/
Description: Child theme for BuddyBoss Theme
Author: Your Name
Author URI: https://example.com/
Template: buddyboss-theme
Version: 1.0.0
*/

/* Import parent styles */
@import url("../buddyboss-theme/style.css");
.buddypanel-open:not(.register) .site {
    margin-left: 260px;
}

div#content {
    padding-top: 100px;
}
.registration div#content {
    padding: 0 !important;
}

#primary-navbar {
    min-width: 450px !important;
    display: flex;
    justify-content: center;
}

div#cover-image-container {border-radius: 10px !important;overflow: hidden;}

header#masthead {
    left: 0;
    width: 100%;
}

header#masthead nav {
    display: flex !important;
    justify-content: center !important;
}

header#masthead .default-header {
    width: 100% !important;
    max-width: 100%;
}
@media (max-width: 768px){
    .buddypanel-open:not(.register) .site{
            margin-left:0px !important;
    }
}

.side-panel-inner {
    margin-top: 5em;
}