/*
Theme Name: eSmarts Child
Theme URI: http://esmarts.elated-themes.com
Description: A child theme of eSmarts Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0
Text Domain: esmarts
Template: esmarts
*/
.eltdf-drop-down .second .inner, .eltdf-shopping-cart-dropdown, .eltdf-drop-down .narrow .second .inner ul li ul{
    border-top: 4px solid #ffa233 !important;
}
.eltdf-shopping-cart-holder .eltdf-header-cart .eltdf-cart-number, .eltdf-login-register-widget.eltdf-user-not-logged-in .eltdf-login-opener, .eltdf-login-register-widget.eltdf-user-not-logged-in .eltdf-register-opener{
	background-color: #ffa233 !important;
}

.eltdf-main-menu ul li a{
	font-size: 14px;
}
.eltdf-instructor.simple .eltdf-instructor-image img{
	border-radius: initial !important;
}
.eltdf-btn{
    padding: 10px 20px !important;
}
.eltdf-course-action .eltdf-btn{
	width: 100% !important;
	text-align: center !important;
}
/*
.eltdf-course-popup.eltdf-course-popup-opened{
	padding: 0!important;
    position: relative!important;
}*/

.eltdf-lesson-single-holder .eltdf-lms-lesson-content-wrapper{
	padding: 0 45px 24px !important;
}

@media(max-width: 768px){
	.eltdf-lesson-single-holder .eltdf-lms-lesson-content-wrapper{
	    padding: 28px 24px !important;
	}
	.eltdf-course-popup.eltdf-course-popup-opened{
		padding: 0 !important;
	}
}