/*
 Theme Name:   eLearningWP Child
 Theme URI:    http://elearningwp.thimpress.com/
 Description:  eLearningWP Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     elearningwp
 Version:      1.0.0
 Text Domain:  elearningwp-child
*/
/* login form */
.reptro_custom2,.reptro_custom3,.reptro_custom, .reptro_custom1, #social-4{display:none !important;}
header#masthead .menu-main-menu li:nth-child(3) a:after{
	content: "\f127";
	font-family: "Ionicons";
    position: absolute;
    top: 25px;
    text-align: center;
    left: 50%;
    margin-left: -7px;
    font-size: 21px;
}
.widget_login-form form{
	max-width: 450px;
	margin: 0 auto 20px;
}
.widget_login-form form + .link-bottom a{
	padding-left: 10px;
}
.widget_login-form .wrap-fields{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.widget_login-form .wrap-fields p{
	margin-bottom: 10px;
}
/* logo */
.navigation .sm-logo a.no-sticky-logo img{
    margin: 0px 0;
}
.table-cell.width-logo img{
    max-width: inherit;
    max-height: 65px;
    width: auto;	
}
/* slider */
#home-slider .ob-slider-wrapper:before{
	display: none !important;
}
/* sidebar */
#sidebar .widget_lp-widget-recent-courses .course-entry{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;	
	margin-bottom: 10px;
}
#sidebar .widget_lp-widget-recent-courses .course-entry .course-cover{
	width: 90px;
    margin-right: 15px;	
}
#sidebar .widget_lp-widget-recent-courses .course-entry .course-detail{
	-webkit-flex: 1px;
	-moz-flex: 1px;
	-ms-flex: 1px;
	-o-flex: 1px;
	flex: 1px;
}
#sidebar .widget_lp-widget-recent-courses .course-entry .course-detail .course-title{
	font-size: 14px;
	margin-top: 0;
}
/* form login */
#c-register-form label.error {
    display: block;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    color: red;
    font-size: 14px;
}
.alert-box {
    color: #666;
    border-radius: 10px;
    padding: 10px 20px 10px 40px;
    margin-bottom: 20px;
    text-align: left;
}
.alert-error {
    background: #ffecec url(images/warning.png) no-repeat 10px 50%;
    border: 1px solid #f5aca6;
}
.alert-success {
    background: #e9ffd9 url(images/success.png) no-repeat 10px 50%;
    border: 1px solid #a6ca8a;
}
/* course */
.archive-courses article{
	padding-bottom: 30px;
}
.archive-courses article .inner-course{
	margin-bottom: 0;
}
.archive:not(.post-type-archive) article, .blog article{
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.archive-courses article .inner-course .wrapper-course-thumbnail{
	min-height: inherit;
}
.archive-courses article .inner-course .item-list-center{
	padding: 15px;
}
.archive-courses article .inner-course .course-title{
	padding: 0;
}
.archive-courses article .inner-course .course-title h2{
	font-size: 15px;
}
.archive-courses article .inner-course .course-title .entry-title{
	margin-top: 0;
	font-size: 15px;
	margin-bottom: 0 !important;
}
/* single course */
.enroll-course .button-enroll-course{
    border-radius: 50px;
    border: 0;
    background: #03c9a9;
    color: #fff;
}
.answer-options .answer-selected.answered-wrong input[type="radio"]:before, 
.answer-options .answer-selected.answered-wrong input[type="radio"]:after, 
.answer-options .answer-selected.answered-wrong input[type="checkbox"]:before, 
.answer-options .answer-selected.answered-wrong input[type="checkbox"]:after{
    border-color: #FF0000;
    content: "\f335";
    font-family: dashicons;
    font-size: 40px;
    transform: none;
    left: -5px;
    color: red;
    border: 0;
    top: 22px;
    width: 40px;
    height: 40px;
    text-align: center;    
}
.answer-options .answer-selected.answered-wrong .option-title .option-title-content{
    text-decoration: line-through;
}
.answer-options .answer-option.answer-correct {
    background: #26b038;
    color: #ffff;
}
.answer-options .answer-correct.answer-selected input[type="radio"]:after,
.answer-options .answer-correct.answered-wrong input[type="radio"]:after,
.answer-options .answer-correct.answered-wrong input[type="checkbox"]:after,
.answer-options .answer-correct.answer-selected input[type="checkbox"]:after{
    content: "\f147";
    font-family: dashicons;
    font-size: 40px;
    transform: none;
    left: -5px;
    color: #26b038;
    border: 0;
    top: 22px;
    width: 40px;
    height: 40px;
    text-align: center;    
    opacity: 1;
}
.answer-options .answer-correct.answered-wrong input[type="checkbox"]:after,
.answer-options .answer-selected.answered-wrong input[type="checkbox"]:after,
.answer-options .answer-correct.answer-selected input[type="checkbox"]:after{
    top: 5px;
}
.learnpress-v3 .course-item-meta .lp-label{
    bottom: 0;
}
.quiz-question-desc + .answer-options{
    margin-top: 20px;
}
.videoWrapper{
    position: relative;
    margin:0;
    padding-bottom: 52.25%; 
    padding-top: 0; 
}
.videoWrapper iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.quiz-result + .content-item-description.quiz-description{
    display: block;
    width: 100%;
    clear: both;   
}
.quiz-result.failed + .content-item-description,
.quiz-result.passed + .content-item-description{
    display: none !important;
}
.answer-options.disabled + .note{
    display: none;
}
.quiz-result.failed + .quiz-description{
    display: none !important;
}
.postid-14282 + .learn-press-message.success{
    display: none;
}
.quiz-result.passed .result-message strong,
.quiz-result.passed .result-achieved{
    color: #26b038;
}
.quiz-result .result-grade .result-achieved{
    border-color: #26b038;
}
/* footer */
footer#colophon{
	border: 0;
}
footer#colophon .footer{
	padding-top: 40px;
	padding-bottom: 20px;
}
footer#colophon .copyright-area .copyright-wrapper{
	padding-top: 20px;
	padding-bottom: 20px;
}
footer#colophon .copyright-area .text-copyright{
	padding: 0;
	color: #9b9b9b;
}
footer#colophon .copyright-area .row, 
footer#colophon .copyright-area ul{
	line-height: 1;
}
footer#colophon .copyright-area #back-to-top{
    position: fixed;
    right: 30px;
    bottom: 70px !important;
    top: auto;
}
.learnpress-v3 #learn-press-profile-content .profile-heading{
	margin-top: 0;
}
.profile-list-table tfoot{
	display: none;
}
.archive-courses article .inner-course .item-list-center{
	min-height: 78px;
}
body.course-item-popup #learn-press-content-item .content-question-summary .question-title{
	font-size: 2.2rem;
}
.answer-options .answer-option input[type="checkbox"]:checked:before, .answer-options .answer-option input[type="radio"]:checked:before{
    display: none;
}
.navigation .sm-logo a.sticky-logo img{
    margin-top: 0;
    margin-bottom: 0;
}
.learnpress-v3 .lp-quiz-buttons .next-question button{
    background: #00adff;
}
.learnpress-v3 .lp-quiz-buttons .skip-question button{
    background: #ffc107;
}
/* ressponsive */
@media(max-width: 768px){	
    .navigation .tm-table{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        padding: 0 20px;
    }
    .header_default .menu-mobile-effect{
        padding: 12px 8px;
        background: #ccc;
        color: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        margin-right: 0;        
    }    
    .header_default .menu-mobile-effect .icon-bar{
        background-color: #fff;
    }
    .site-header .navigation .sm-logo{
        text-align: left;
    }
    .site-header.sticky-header.affix.menu-hidden{
        transform: inherit;
    }
    .navigation .sm-logo a.sticky-logo img,
    .site-header .navigation .sm-logo a.no-sticky-logo img{
        margin-top: 0;
        margin-bottom: 0;
        max-height: 80px;
    }
	#home-slider .ob-slider-base ul.ob-slider-images{
		min-height: auto !important;
		max-height: initial !important;
		padding: 0 !important;
		height: initial !important;
	}
	#home-slider .ob-slider-base ul.ob-slider-images li.ob-slider-image{
		height: auto;
	}
	#home-slider .ob-slider-base ul.ob-slider-images li.ob-slider-image img{
		width: auto;
		height: auto;
	}
	/* footer */	
	footer#colophon .footer{
		padding-bottom: 0;
	}	
	footer#colophon .copyright-area .text-copyright{
		font-size: 14px;
	}
	footer#colophon .copyright-area .copyright-wrapper{
		padding: 0;
		border-top: 0;
	}		
	footer#colophon .footer .list-contact li:last-child{
		margin-bottom: 0;
	}
	.page-title.courses_archive_1 .main-top{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.page-title.courses_archive_1 .main-top .banner-description, 
	.page-title.courses_archive_1 .main-top h1{
		width: 100%;
	}	
    #comments .form-comment .comment-form>p{
        width: 100%;
    }
}
@media(max-width: 568px){
	/* arrchive course */
	body.archive.learnpress .site-content {
	    padding: 45px 15px 0;
	}	
	.thim-course-top .courses-searching form{
		width: 100%;
	}
	.thim-course-top .courses-searching form input[type=text]{
		width: 100%;
	}
	.lp-archive-courses 	.thim-course-top{
		padding-left: 0;
		padding-right: 0;
	}	
	.post-type-archive-lp_course .course-grid article{
		width: 100%;
	}
    .archive-courses article .inner-course .course-thumbnail img{
        width: 100%;
    }
    .archive-courses article .inner-course .item-list-center{
        min-height: auto;
    }
}
@media (max-width: 480px) {
    .learnpress-v3 #learn-press-profile-nav{
        width: 100%;
    }
    .learnpress-v3 #learn-press-profile-nav #profile-mobile-menu{
        display: none;
    }
    #learn-press-profile-nav .learn-press-tabs{
        background: #fff;
    }
    #profile-tabs{
        padding-top: 0;
    }
    .learnpress-v3 #learn-press-profile-nav .tabs{
        position: static;
        display: block;
    }
    .learnpress-v3 #learn-press-profile-nav .tabs>li.active>a{
        color: #03c9a9;
    }
    #learn-press-profile-nav .learn-press-tabs li a{
        color: #242830;
    }
    .thim-subtab-content-heading{
        display: block;
    }
    .learnpress-v3 #learn-press-profile-content{
        margin-top: 40px;
    }
}

@media(max-width: 375px){
	footer#colophon .copyright-area .text-copyright{
		font-size: 11px;
	}
}
footer#colophon .footer {
    background-color: #1e2127 !important;
	color: #6d6d6d;
}
.footer-col .widget-title {
    color: #fff !important;
    font-size: 18px !important;
    padding-bottom: 20px;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #565d68;
    font-weight: 400;
    margin-top: 0px;
}
.footer-col .widget-title:after {
    width: 70px;
    height: 1px;
    background: #0DC0C0;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
}
.footer-col .widget-box-title .title {
    font-size: 18px !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #565d68;
    font-weight: 400 !important;
    margin-top: 0px !important;
    position: relative;
    color: #fff !important;
    line-height: 18px;
}
.footer-col .widget-box-title .title:after {
    width: 70px;
    height: 1px;
    background: #0DC0C0;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
}
.wpcf7-form-control {
    margin-bottom: 10px;
}
.footer-col-3 .course-title {
    line-height: 21px !important;
}
.footer-col-3 .course-title:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    float: left;
    color: #0DC0C0;
    padding-right: 10px;
}
.footer-col-3 .courses-layout-02 li .course-thumbnail {
    display: none;
}
.footer-col-3 .courses-layout-02 li .inner-course {
    max-width: 100%;
}
.footer-col-3 .course-title a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
}
.footer-col-3 .course-title a:hover {
    color: #fff !important;
}
.footer-col-3 .courses-layout-02 li .course-price {
    display: none;
}
footer#colophon .footer .list-contact {
    margin-top: 0px !important;
}
footer#colophon .copyright-area .text-copyright {
    font-size: 13px;
}
footer#colophon .copyright-area {
    color: #666;
    background: #181a1f !important;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    float: left;
    border-top: 1px solid #272b32;
}
footer#colophon .copyright-area .copyright-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
}
.container {
    width: 1370px;
}
.header-secondary {
    border-bottom: 1px solid #E4E4E4;
    background: #f4f4f4;
    display: block;
}
.header-secondary .container:before {
    content: " ";
    display: table;
}
.header-secondary .container:after {
    content: " ";
    display: table;
    clear: both;
}
.header-secondary .menu-top-trai {
    float: left;
    margin: 0;
}
.header-secondary .menu-top-phai {
    float: right;
    margin: 0;
	text-align: center;
}
.header-secondary .menu-top-trai:before {
    content: " ";
    display: table;
}
.header-secondary .menu-top-trai:after {
    content: " ";
    display: table;
    clear: both;
}
.header-secondary ul {
    list-style: none;
    vertical-align: middle;
    display: inline-block;
    margin: 7px;
}
.header-secondary ul li {
    position: relative;
    float: left;
}
.header-secondary ul li a {
    padding: 12px 13px;
    border-right: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    line-height: 1.5;
    color: #4d4d4d;
    font-weight: 400;
    opacity: 1;
    font-size: 12px;
}
.header-secondary .menu-top-phai:before {
    content: '';
    display: table;
}
.header-secondary .menu-top-phai:after {
    content: '';
    display: table;
    clear: both;
}
.header-secondary ul li:nth-child(2) a {
    border-left: none;
}
.header-secondary .menu-top-phai ul li a:hover {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
.header-secondary .menu-top-trai li:nth-child(1) a:before {
    font-size: 13px;
    color: #969696;
    content: "\f003";
    font-family: FontAwesome;
    margin-top: 3px;
    padding-right: 10px;
}
.header-secondary .menu-top-trai li:nth-child(2) a:before {
    font-size: 13px;
    color: #969696;
    content: "\f095";
    font-family: FontAwesome;
    margin-top: 3px;
    padding-right: 10px;
}
@media (max-width:767px){
	.header-secondary .menu-top-trai {
    	display: none;
	}
	.header-secondary .menu-top-phai {
    	width: 100%;
	}
}
@media (max-width: 991px){
	.container {
		width: auto !important;
	}
}
@media (max-width: 992px){
	.container {
		width: 970px;
	}
}
.table-cell.width-logo img {
    max-height: 128px;
}
@media (max-width: 768px){
	.table-cell.width-logo img {
		max-width: 65px !important;
	}
}
header#masthead {
    border-bottom: 5px solid #dadada;
}
header#masthead .menu-main-menu li a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    transition: .5s;
    font-size: 13px;
    color: #242528;
    padding: 27px 21px;
    padding-top: 50px;
    font-weight: 500;
}
header#masthead .menu-main-menu li a:hover {
    color: #fff;
    background-color: #0DC0C0;
}
header#masthead .menu-main-menu li a:hover:before {
    width: 100%;
    height: 5px;
    background: #009c9b;
    content: '';
    bottom: -5px;
    position: absolute;
    left: 0px;
}
header#masthead .menu-main-menu li a:after {
    font-family: "Ionicons";
    position: absolute;
    top: 25px;
    text-align: center;
    left: 50%;
    margin-left: -7px;
    font-size: 21px;
}
header#masthead .menu-main-menu li:nth-child(1) a:after {
    content: "\f447";
}
header#masthead .menu-main-menu li:nth-child(2) a:after {
    content: "\f455";
}
.current-menu-item a {
    color: #fff !important;
    background-color: #0DC0C0;
}
.current-menu-item a:before {
    width: 100%;
    height: 5px;
    background: #009c9b;
    content: '';
    bottom: -5px;
    position: absolute;
    left: 0px;
}
body.course-item-popup #learn-press-content-item .course-item-title{
  /*display: none;*/
  font-size: 2.4rem;
}
.learnpress-v3 #learn-press-profile-nav .tabs>li.has-child ul.profile-tab-sections{
	justify-content: left !important;
}
.learnpress-v3 #learn-press-profile-nav .tabs>li.has-child ul.profile-tab-sections>li a {
    padding: 0 15px;
}