/*
 Theme Name:   MasterStudy Child
 Theme URI:    http://lms.csit.lk
 Description:  masterstudy Child Theme
 Author:       Charith Pramodya
 Author URI:   http://example.com
 Template:     masterstudy
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  masterstudychild
*/

.stmlms-user {
    color: #fff !important;
}

.logo-unit .logo {
    font-family: Quicksand;
    color: rgb(153 0 0) !important;
    font-size: 23px;
    font-weight: bold;
}

.single_product_after_title {
	display:none !important; 
}

.average-rating-stars {
	display:none !important;
}

.masterstudy-theme a.btn.btn-default.start-course {
	background-color: #9a0000 !important;
}

.stm_lms_wishlist_button {
	display:none !important;
}

.custom-text {
    display: block !important;
    padding: 6px 12px!important;
    height: 45px !important;
    line-height: 1.42857143 !important;
    border-radius: 0 !important;
    border: 2px solid #f0f2f5 !important;
    background: #f0f2f5 !important;
    box-shadow: none!important;
    color: #555 !important;
}

.custom-btn {
    padding: 10px 15px !important;
    display: inline-block !important;
    font-size: 14px !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    background-color: #f7d21b !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    touch-action: manipulation;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    outline: 0!important;
    border: 0 !important;
    text-align: center !important;
}

.custom-btn:hover {
    transition: all .25s ease !important;
}

.custom-btn:hover:after {
    left: 0 !important;
}

.stm_lms_login_wrapper {
    padding: 40px 50px;
    background-color: rgba(154,0,0,1) !important;
    color: #fff !important;
}

.login h1 a {
	background-image: url('images/w-logo-blue.png') !important;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	height: 250px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 auto 25px;
	padding: 0;
	text-decoration: none;
	width: 250px;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}

.forgetmenot {
    font-weight: 400;
    float: none !important; 
    margin-bottom: 0;
}