div.learndash_navigation_lesson_topics_list>div {
    padding: 4px 30px;
    border: none;
}

div#course_navigation .list_arrow {
    border: none;
}

div#course_navigation .list_arrow:before {
    font-size: 22px;
    
}

div#course_navigation .list_arrow.lesson_completed:before {
    color: #5ec766;
}


aside.widget_ldcoursenavigation .quiz-item a:before {
    content: none;
    content: '\25CF';
    border: none;
    font-size: 12px;
	margin-right: 2px; /*Added on Dec 12, 19*/
}

/* Disabled background-image bullet for not-completed quiz */
aside.widget_ldcoursenavigation .learndash-course-quiz-list.learndash_navigation_lesson_topics_list .topic-notcompleted span {
    background: none;
    display: inline;
}

/* shamali - added list style for topic list */
aside.widget_ldcoursenavigation .course_navigation .learndash_navigation_lesson_topics_list ul li {
    list-style: disc;
}

aside.widget_ldcoursenavigation .quiz-item a span {
    padding-left: 20px;
}

div.learndash_navigation_lesson_topics_list {
    margin-bottom: 5px !important;
}

aside.widget_ldcoursenavigation section.course-lessons-widgets {
    display: none;
}

div.learndash_navigation_lesson_topics_list>div:first-child {
    border-top: none;
    margin-top: 0;
}

/* Issue - nov 26, 19 Toipc bullets not aligned in Firefox */
aside.widget_ldcoursenavigation li .topic_item {
	display: inline-block;
}

/* CSS for language switcher in header menu - titlebar */
.menu-item-gtranslate .switcher {
    /*line-height: inherit;*/
    margin-top: 22px !important;
}

.menu-item-gtranslate .gt_switcher {
    /*line-height: inherit;*/
    margin-top: 22px !important;
}

.menu-item-gtranslate .switcher .option {
    line-height: 17px;
}

.menu-item-gtranslate .switcher .option a {
    color: #666;
    font-weight: unset !important;
}

.menu-item-gtranslate .switcher .option a.selected {
    background: #EEE;
    color: #212964;
    z-index: 2;
}

.menu-item-gtranslate .switcher .option a:hover {
    background: #EEE;
    color: #212964;
}

.menu-item-gtranslate #gtranslate_wrapper {
    z-index: 2;
}

/* Changes on Dec 12*/
img.alignleft.wp-image-865 {
    margin-top: 0;
}

aside.widget_ldcoursenavigation .course_navigation .learndash_navigation_lesson_topics_list ul li.quiz-item {
    list-style: none;
}

/* RRF - rating stars alignment fix */
.rating-container i.fa {
    font-family: fontAwesome;
}
/* RRF - rating stars alignment fix ends */

/* Issue - Menu icon on mobile view */
a#profile-nav.sidebar-btn {
     color: #23337a; 
}

/* Hide search icon on header for logged out users */
body:not(.logged-in) div#titlebar-search {
    display: none;
}

/*LearnDash Course Grid Progress Bar - change the color of the progress bar in the course grid to HEX #283c8c on my courses page */
div#course-list-wrap dd.course_progress div.course_progress_blue {
    background-color: #283c8c;
}

/*To hide 'by Author' from course grid */
.sensei-course-meta .course-author {
    display: none;
}