/* Enter Your Custom CSS Here */


.related-courses{

display: none !important ;
}

.course-meta {
    pointer-events: none !important ;
}


.woocommerce div.product .product-content .woocommerce-tabs ul.tabs {
  
    display: none !important ;
}



/* Enter Your Custom CSS Here */
.nav .menu {
    padding-left: 110px;
}
.site-header .navbar .navbar-header .logo img {
    margin-top: -16px;
    margin-bottom: 7px;
}
.site-header.affix .navbar .navbar-header .logo img {
    margin-top: -14px;
    margin-bottom: 3px;
}


.topbar .login-widget .register-link {
    text-align: center;
    display: none !important ;
}


/* Learn Dash Course Page  */


#learndash_course_materials {

  color: #af655b  !important ;
}

.course-button .btn {
    
    padding: 26px 11px !important ;
    margin-top: 22px !important ;
  font-size: 22px !important ;

}

.breadcrumb {
    
    display: none !important ;
}

.courseMaterial {
    
    display: none !important ;
}
.related-title{
    
    display: none !important ;
}
/* hide category */
.product_meta {
  display: none;
}
/* hide tiny text from survey */
.graded-disclaimer{
  display: none;
}
/* hide button from cart "back to shop" */
.return-to-shop{
  display: none!important;
}
/* hide review stars from blackbox */
.course-rating{
 display : none !important;
}
