/*
Theme Name:     LMS Child
Theme URI: 		http://wedesignthemes.com/themes/lms/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the LMS theme powered by DesignThemes
Template:       lms
Version:        4.3
*/

span {
	color: #808080 !important;
}
.about-target {
    background: #ddd;
    padding: 20px 30px 40px;
    box-sizing: border-box;
	border-radius: 10px;
}
.about-target ul {
    padding-top: 86px;
}
.dt-sc-custom-course-type .dt-sc-course-details h5 {
	height: 85px;
}
.dt-sc-course-details {
	margin-bottom: 20px !important;
}
.dt-sc-custom-course-type .dt-sc-course-overlay a {
	width: 100px;
}
.entry-thumb img {
	width: 580px;
}
#logo {
	padding: 30px 0px 20px;
}
.page-with-slider #main {
    margin-top: -200px;
}
@media (max-width: 767px) {
	.page-with-slider #main {
    margin-top: -245px;
	}
}
@media (min-width: 1600px) {
	.homepage-slider-text {
		font-size: 62px !important;
		top: 48px !important;
		left: -100px;
		width: 1010px !important;
	}
	
}