/*
Theme Name: WPLMS Blank ChildTheme
Theme URI: http://www.VibeThemes.com    
Description: Child Theme for WPLMS WordPress Theme
Author: VibeThemes
Author URI: http://themeforest.com/user/vibethemes
Template: wplms
Version: 1.0
*/

@import url("../wplms/style.css");
.blokk {height:1080px;}

.blogpost_style2 h3 {
    margin: 0;
    padding: 10px 0 0;
    clear: both;
    font-size: 28px;
    font-weight: 600;
}

p {
	font-size:1.8em;
	line-height: 1.9;
	margin-bottom: 1.5em;
}

li {
	font-size:1.2em;
	line-height: 1.6;
}
header {
	padding: 1.2em;
}


element.style {
}

.minimal .widget .course_filters, .minimal .widget.pricing, .minimal.single-course.c2 .students_undertaking, .minimal.single-course.c3 .students_undertaking, .minimal.single-course.c5 .students_undertaking {
    margin-top: 102px;
}
.course_timeline li>span {
    position: absolute;
    left: -7px;
    top: 24px;
    width: 12px;
    height: 12px;
    border: 2px solid #313b3d;
    background: #3f4c4f;
    border-radius: 50%;
}
*, ::before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.course_timeline li.done>span {
    font-family: fonticon;
    content: "\e038";
    color: #FFF;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    margin: 8px 0 -3px 0;
}

.course_timeline li.done>span:before {
    font-family: fonticon;
    content: "\e038";
    color: #FFF;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    margin: 2px 0 -3px 0;
}

.course_time {
    margin-top: 30px;
    font-family: sans-serif;
    text-transform: uppercase;
	display: none;
	
}
#course_creation_tabs {
    background-color: #666;
}

}

	
