/*
Theme Name:     OnEdu 2.0 Theme
Description:    OnEdu 2.0 Theme by Mobie.
Author:         Mobie Oy
Author URI:     http://www.mobie.fi
Template:       boss
Version:        0.1.1
*/


/* LD-sisällön leipätekstin koko */
.onedu .lms-post-content p {
	font-size: inherit;
}

/* Edistymisvimpainen tekstin väri */
.onedu .widget_ldcourseprogress, 
.onedu .widget_ldcourseprogress h4 {
	color: inherit;
}

/* Kurssisisällön listauksen välit */
.onedu #lessons_list .lesson h4 {
	padding: 10px 30px 10px 76px;
}
.onedu 	.learndash_topic_dots.type-list ul li {
	padding: 5px 30px 5px 76px;
	margin: 0 0 0 36px;
}
.onedu .entry-content h4 {
	line-height: 1;
}
.onedu .lesson .drop-list  {
	line-height: 0;
}
.onedu .learndash #lessons_list .completed:before, 
.onedu .learndash #lessons_list .in-progress:before, 
.onedu .learndash #lessons_list .notcompleted:before {
	font-size: 24px;
	top: 5px;
}
.onedu .learndash .type-list .topic-completed:before, 
.onedu .learndash .type-list .topic-notcompleted:before {
	margin-top: 7px;
}
.onedu #quiz_list .completed:before, 
.onedu #quiz_list .notcompleted:before {
	margin-top: 11px;
}

/* Edellinen/seuraava luku */
.onedu #post-entries {
	display: inline-block;
	width: 100%;
}
.onedu .nav-prev {
	float: left;
	width: 50%;
}

/* Aktiviteetissa kurssin kategorian piilottaminen, koska sillä ei löydy mitn */
.onedu .edu-activity-meta {
	display: none;
}

/* single-member-more-actions -napin tekstivärit */
.onedu.is-desktop #item-buttons .pop .inner a {
	color: inherit !important;
}

/* Kurssilistauksen väli */
.onedu #item-body > h3 {
	margin: 0;
}

/* Kokeen aukkotehtävän välit */
.onedu .wpProQuiz_cloze input[type=text] {
	margin: 0;
	font-size: 18px;
	padding: 6px;
}

/* Kokeen fonttikoko */
.onedu .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem, 
.onedu .wpProQuiz_question_text p {
	font-size: 18px;
}

/* Suoritusmerkin header */
.onedu.single-suoritemerkit header {
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
}

/* Lomakkeen rating-tekstien piilotus */
.onedu .gsurvey-rating input[type="radio"].styled + label {
	color: transparent;
}

/* Kokeen tulostekstin värit */
.onedu .entry-content .wpProQuiz_results .wpProQuiz_quiz_time {
	color: inherit;
}

/* Suoritusmerkin teksti */
.onedu .profile-achievements-listing li .widget-badgeos-item-title, 
.onedu .widget-achievements-listing li.has-thumb .widget-badgeos-item-title {
	opacity: 1;
	position: inherit;
}
.onedu .widget-achievements-listing-item {
	background: none;
	padding-left: 0;
}
.onedu .widget-achievements-listing .badgeos-item-thumb {
	display: inline-block;
	margin: 0 !important;
	position: relative;
	width: 25%;
}
.onedu .widget-achievements-listing .has-thumb .widget-badgeos-item-title {
	float: right;
	text-indent: inherit;
	width: 75%;
}

/* Keskustelufoorumin teksti */
.onedu #bbpress-forums ul.bbp-lead-topic,
.onedu #bbpress-forums ul.bbp-topics,
.onedu #bbpress-forums ul.bbp-forums,
.onedu #bbpress-forums ul.bbp-replies {
	font-size: 14px;
}
.onedu #bbpress-forums .bbp-topic-content ul, 
.onedu #bbpress-forums .bbp-reply-content ul, 
.onedu #bbpress-forums .bbp-topic-content ol, 
.onedu #bbpress-forums .bbp-reply-content ol {
	margin: 20px 0;
}

/* Päävalikon ikonit */
.onedu.is-desktop .header-navigation ul li a span, 
.onedu.boxed.is-desktop #mastlogo .site-title a, 
.onedu.is-desktop #item-buttons .pop .inner a {
	background: none;
	color: inherit;
	font-size: inherit;
	padding: 0px 4px;
	position: inherit;
	top: 0px;
}
.onedu.is-mobile #header-menu i {
	display: none;
}
.onedu.is-mobile #header-menu span {
	background: transparent;
	color: inherit;
	font-size: inherit;
	padding: inherit;
}

/* Call to Action -elementti */
.onedu .vc_cta3-content-header {
	text-align: left;
}
.onedu .vc_cta3-actions .vc_btn3-container.vc_btn3-inline {
	margin-top: 20px;
}

/* Luku-tekstin poisto */
.onedu .entry-content .entry-header > span {
	display: none;
}

/* Ryhmälinkit mobiilissa */
.onedu #buddypress #mobile-item-nav ul li a{
	display: inline-block;
}

