/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
/*****Student profile image and cover photo section******/
#item-header {
    display: none !important;
}
/*****End of Student profile image and cover photo section******/
/****** Course Heading ****/
.bb-course-points{
        margin-bottom: 10px;
}
.bb-course-banner-inner {
    font-size: 36px !important;
    font-weight: 300 !important;
    color: inherit !important;
    line-height: 1 !important;
        padding-top: 15px !important;
    margin-bottom: 0px !important;
}
bb-course-banner-inner h1.entry-title {
        color: #fff !important;
}
.bb-course-banner-info {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/****** End of Course Heading *******/
/********** Footer CopyRight *******/
.copyright {
    color: #000;
}
/****** End of Footer CopyRight ********/
/****** Sub Menu Under My Courses Page ****/
#object-nav{
        display: none;
}
/****** End Sub Menu Under My Courses Page ****/
