/*
Theme Name: Education LMS Child
Theme URI: http://thesagesolutions.com/
Author: Ubaidullah aamir
Template:     education-lms
Description: child theme for Education LMS theme.
Version: 0.0.1
License: GNU-GPL
Text Domain: education-lms
Domain Path: /languages/
*/
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{ font-family:'Poppins', sans-serif; font-size:11pt; margin: 0 auto;
    padding: 0;
    max-width: 100%;}

#main {
    padding-top: 50px;
    padding-bottom: 50px;
}
a, a:visited, a:focus, a:active{ color:#0000ff; }
a:hover{ color:#000; }
.blog-content ol{padding: 0 50px;}


.site-title {
    margin: 20px 0 0px;
    color: #222222;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
}
.site-title a {
    color: #404040;
}
.entry-title {
    font-size: 30px;
    font-weight: 600;
}
a.button-checkout {
    color: #000;
    font-weight: 600;
    line-height: 3;
    padding: 15px 30px;
    background: #f6af06;
    color: #000;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}
a:hover.button-checkout{color:#fff;text-decoration:none;text-shadow:1px 1px 1px #000;}
.breadcrumb-row{ border-bottom:1px solid #e9e9e9; }
h6 {
    font-size: 8px;
    line-height: normal;
    margin-bottom:20px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #eee;
}
.titlebar .header-title {
    font-size: 50px;
    color: #fff;
    text-transform:capitalize;
    font-weight: 600;
    font-family:'Poppins';
}
.titlebar {
    background-color: #999999 !important;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 0% 0% !important;
}
.breadcrumbs {
    background-color: transparent;
    padding: 15px 0px 15px;
    line-height: 1;
    margin: 0;
    border-top: 0px solid #f0f2f5;
    border-bottom: 1px solid #dddddd;
    color: #999;
    font-size: 12px;
    list-style: none;
    display: inline-flex;
    width: 100%;
}
.breadcrumbs-wrapper #breadcrumbs a, .breadcrumbs-wrapper .thim-breadcrumbs a, .breadcrumbs-wrapper .woocommerce-breadcrumb a {
    
    margin-right: 15px;
}
.breadcrumbs-wrapper #breadcrumbs a:after, .breadcrumbs-wrapper .thim-breadcrumbs a:after, .breadcrumbs-wrapper .woocommerce-breadcrumb a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #eee;
    display: inline-block;
    margin: 0 0 0 15px;
    line-height: 25px;
}
li.cat-item{ font-weight:600;font-size:16px; }
li.cat-item a:hover { color: #000; }

h2.course-title{
        font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ffb606;
    padding-bottom: 10px;
        min-height: 160px;
}
span.price { font-size: 20px;    font-weight: bold;    }

.thim-course-grid .lpr_course[class*=course-grid-],.thim-course-grid .lp_course {
    padding: 0 15px;
    float: left;
    margin-bottom: 40px;
    padding-top: 0!important;
}

.thim-course-grid .course-grid-3:nth-child(3n+1) {
    clear: both;
}
.thim-course-grid .course-grid-3 {
    width: 33.33%; float:left;
}
.single-lp_course .course-price .price { font-weight:600;}
ol li {
    line-height:1.7em;
    padding-bottom: 0px;
}
.item-description{
    margin-top:50px;
    border:1px solid #eee;
    padding: 60px 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
}
.single-lp_course .course-meta{
    margin-botoom:0;
}
#relatedCourses .course-price .price{ font-size:14px; color:#000;}
.home #main{ padding-top:0;}
.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 15px 15px 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #404040;
}
.homepage-box{
	position:relative;
}
.homepage-box p i{
	position: absolute;
    right: 8px;
    top: 6px;
    font-size: 45px;
    color: #ffb606;
}
h1,h1 strong, h2,h2 strong, h3,h3 strong, h4,h4 strong, h5,h5 strong {
    font-weight:800 !important;
}
p{font-size:16px;}
.single-lp_course .course-meta > div .value{ text-transform:capitalize !important;}