/*--------------------------------------------------------------
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
--------------------------------------------------------------*/


/* Course */

.ld-tab span::before {
	padding-right: 3px;
}
.ld-item-list-item-expanded {
	max-height: 100%;
}
.learndash-wrapper .ld-expand-button .ld-text {
	display: flex;
	padding: 8px 10px 8px 5px;
	text-align: center;
	color: #ffffff;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
	flex: 0 0 18px;
	height: auto;
	line-height: 1.15;
	width: 22px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-icon-arrow-down::before {
	content: "\e826";
	font-family: "bb-icons";
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down::before {
	content: "\e87c";
	color: #ffffff;
	font-family: "bb-icons";
	font-size: 18px;
}
.ld-icon-arrow-down::before {
	content: "\e826";
	color: #ffffff;
	font-family: "bb-icons";
	font-size: 18px;
}
.bb-single-course-sidebar a.btn-advance {
	border-color: #365b33;
}
.bb-instructor-message .button.small.push-bottom {
	background-color: #874e8c;
	border-color: #874e8c;
}
.ld-course-list-items .ld_course_grid .bb-cover-list-item .ld_course_grid_button a {
	border-color: #365b33;
	background-color: #365b33;
}
/* Course Announcements */
.accordion {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s;
}
h2.active, h2.accordion:hover {
	background-color: rgba(255,255,255, 0);
}
h2.accordion.active {
	margin-bottom: 5px;
}
h3.accordion {
	margin: 0;
}
h3.accordion.active, h3.accordion:hover {
  background-color: rgba(255,255,255, .5);
  cursor: pointer;
}

.panel {
  padding: 0;
  margin: 0;
  display: none;
  background-color: transparent;
  overflow: hidden;
}
.panel h2,
.panel p{
	padding: 0;
	color: #fff;
}
.panel h3 {
	background-color: rgba(255,255,255, .5);
		padding: 15px;
}
.panel p{
	padding: 15px;
	background-color: rgba(255,255,255, .15);
}
/* Complete Your Profile Button Shortcode */
.complete-profile-btn.button {
	background-color: #e979a6;
	color: #ffffff;
}

/* Quiz */

.wpProQuiz_questionListItem form {
	display: flex;
	width: 100%;
}
.wpProQuiz_content .wpProQuiz_results > div > .wpProQuiz_button, .wpProQuiz_questionList[data-type="multiple"] .wpProQuiz_questionListItem label.is-selected::before {
	border-color: #869c84 !important;
	background-color: #869c84 !important;
	color: #ffffff !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedCorrect, .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect {
	background-color: #365b33;
	color: #fff;
	height: auto;
	width: 44px;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedIncorrect, .learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect {
	background-color: #874e8c;
	color: #fff;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerCorrect {
	background-color: #365b33;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerIncorrect {
	background-color: #874e8c;
}
/* Forum */
.button.full.btn-new-topic,
div.bbp_before_forum_new_post a.button.full.btn-new-topic{
	color: #ffffff;
	background-color: #365b33;
}
.button.full.btn-new-topic:hover {
	opacity: .75;
}
.learndash-wrapper a.subscription-toggle,
div.bbp_before_forum_new_post span a.subscription-toggle{
	color: #365b33;
	border: 1px solid #365b33 !important;
}
.learndash-wrapper span a.subscription-toggle,
div.bbp_before_forum_new_post span a.subscription-toggle{
	border-bottom-color: #365b33 !important;
}
div.bbp_before_forum_new_post span a.subscription-toggle:hover,
span a.subscription-toggle:hover {
	color: #365b33;
	opacity: .75;
}
/*--------------------------------------------------------
 * Assignment Comments - Mark Complete Form
 *------------------------------------------------------*/
form.mark-complete,
form.topic-completed-status{
	display: flex;
	//flex-direction: row-reverse;
	align-content: center;
	align-items: center;
	float: right;
}

.mark-complete label,
.topic-completed-status label {
	margin-right: 5px;
}
.mark-complete-submit {
	margin: 0 10px;
	background-color: #355a33;
	display:block;
}
input.mark-complete-hidden {
	display: none;
}