/*
 Theme Name:   LMS Education Pro Child
 Theme URI:    https://example.com
 Description:  A child theme for the LMS Education Pro theme.
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     lms-education-pro
 Version:      1.0
*/

/* Add your custom styles below */
#counter>div>div>div>div{
	margin:0 auto !important;
}
.container-fluid{
	background-color:#fff;
}
.button-purchase-course {
    display: none !important;
}
#course_id-889{
	    display: none !important;
}
#main-menu ul li a{
	font-size:15px !important;
	padding:5px 13px !important;
}
#site-navigation {
    background: transparent;
	box-shadow: 0 0 6px #333;
}
.post-box, .post-single, .page-single {
    background: transparent;
    border: none;
}
.post-box h1, .post-single h1, .page-single h1 {
   position:relative;
}
.page-single h1:before{
	content:'';
	position:absolute;
	bottom:-10px;
	left:0;
	width:120px;
	height:3px;
	background-color:#48a7d5;
}
#services h5{
	font-size:15px;
}
#main-menu ul.sub-menu li a{
	padding:10px 10px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item{
	display:flex;
}
#carousel-caption{
	padding-left: 2%;
    padding-right: 7%;
}
#slider .owl-item.active h2{
	font-size:1rem;
}
#facilities span.dashicons {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
	width: 70px;
    padding:0;
	pointer-events:none;
}
.post-content p {
    color: #333;
}
.post-content h2 {
	position:relative;
	margin-bottom: 25px;
}
.post-content h2:before {
	content:'';
	position:absolute;
	bottom:-10px;
	left:0;
	width:80px;
	height:2px;
	background-color:#48a7d5;
}

.post-content>ul{
	list-style:none;
}

.post-content>ul li{
	padding:0 0 15px 20px;
	line-height:24px;
	position:relative;
}

.post-content>ul li:before{
	content: '\276F';
    font-size: 16px;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #48a7d5;
    border-radius: 50%;
    position: absolute;
    left: -15px;
}
.wp-block-media-text>.wp-block-media-text__media{
	margin:20px 0 20px 0;
}
#homepage-product .learpress-content{
	bottom:15%;
	left:5px;
	right:5px;
	top:25%;
	
}
#homepage-product .courses-admin{
	top:100%;
}
#homepage-product .courses-content {
	left: 5px;
    right: 5px;
	bottom:125px;
}
.lp-archive-courses .learn-press-courses[data-layout="grid"] .course .course-item .course-content .course-permalink {
    height: auto !important;
}
.learnpress{
	margin-top:40px;
}
.learnpress .course-title{
	font-size:16px !important;
}
