/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Onsale Badge **/
.onsale {
	background-color: rgb(250, 143, 18) !important;
	background-repeat: no-repeat !important;
}

/** General >> Take Course Button **/
#btn-join {
	color: rgb(255, 255, 255) !important;
	font-size: 28px !important;
	background-color: rgb(18, 166, 98) !important;
	padding: 10px !important;
}


/*= Register Page ============= */

/** Register Page >> Password Strength Text Box **/
.mt-226 .description {
	display: none !important;
}

/** Register Page >> Password Strength Text **/
.mt-226 #pass-strength-result {
	display: none !important;
}


/*= Reset Pass Page =========== */

/** Reset Pass Page >> Password Strength Box **/
.mt-233 #pass-strength-result {
	display: none !important;
}

/** Reset Pass Page >> Password Hint Box **/
.mt-233 .description {
	display: none !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= General =================== */

	/** General >> Take Course Button **/
	#btn-join {
	font-size: 24px !important;
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Take Course Button **/
	#btn-join {
	font-size: 24px !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> Take Course Button **/
	#btn-join {
	font-size: 22px !important;
}


}

