/*
Theme Name: TutorStarter Child
Author: 
Description: Your description goes here
Version: 1.0
Template: tutorstarter

This is the child theme for TutorStarter theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/* .current-menu-item */
.navbar-nav .menu-item.current-menu-item a {
    //color: var(--navDefaultHoverColor);
}

.navbar-nav .menu-item .sub-menu .current-menu-item a:after {
    //opacity: 1;
}
.home #page .tutor-wrap{
	padding:0px;
	padding-bottom:50px;
	
}

.gradename-bg {
  
    height: 45px !important;
    width: 45px !important;
    font-size: 12px !important;
}

.tutor-gradebook-grade-badge-lg {
    width: 64px;
    height: 64px;
    font-size: 14px !important;
    font-weight: 700;
}

.tutor-gradebook-grade-badge{
	    width: 70px!important;
    height: 38px;
    font-size: 16px !important;
}


/* Hide "Result" column header and content in Tutor LMS quiz attempt table 
.tutor-table-quiz-attempts thead th:nth-child(7),
.tutor-table-quiz-attempts tbody td:nth-child(7) {
    display: none;
}
*/