/*
Theme Name: Pathshala
Theme URI: https://wisdmlabs.com
Author: WisdmLabs
Author URI: https://wisdmlabs.com/
Description: Theme for LearnDash using Unyson Framework
Version: 1.2.1
Tags: learndash, unyson, LMS
Text Domain: pathshala

*/
/* Basic Style
------------------------------------------------------------------------ */
body {
	color: #454545;
	font-family: 'Open Sans', sans-serif;
}

a:hover, a:focus {
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

.wp-caption {
	border: 1px solid #ebeef0;
	border-radius: 3px;
	max-width: 100%;
	padding: 5px;
}

.wp-caption-text {
	font-size: 16px;
	margin: 0;
}

.screen-reader-text {
	display: none;
}

article.col-md-6:nth-child(2n+1) {
	clear: left;
}

article.col-md-4:nth-child(3n+1) {
	clear: left;
}

@media (max-width: 992px) {
	article.col-sm-6:nth-child(2n+1) {
		clear: left;
	}

	article.col-sm-6:nth-child(3n+1) {
		clear: none;
	}

	.course-cat-links {
		position: relative !important;
		margin-top: 10px;
	}
}
/* Bootstrap Overwrites
 * Also used for sortcodes of visual builder
 ----------------------------------------------------------------------- */
 /* Basic styles */
 .container {
 	max-width: 100%;
 }

 /* Forms Elements */
 .form-control {
 	background-color: #f6f8f9;
 	border: 1px solid #ebeef0;
 	border-radius: 3px;
 	box-shadow: none;
 	height: auto;
 	padding: 12px;
 }

 .form-control:focus {
 	box-shadow: none;
 }

 input[type="file"] {
 	border: 1px solid #ebeef0;
 	border-radius: 3px;
 	display: inline-block;
 	padding: 4px;
 	vertical-align: middle;
 }

 /* Buttons */
 .btn {
 	border: 0 none;
 	border-radius: 3px;
 	color: #fff;
 	font-size: 14px;
 	font-weight: 100;
 	line-height: 1.2;
 	padding: 15px 45px;
 	text-align: center;
 }

 .btn:hover,
 .btn:focus,
 .btn.focus {
 	color: #fff;
 }

 .btn-small {
 	padding: 10px 30px;
 }

 .btn-large {
 	padding: 23px 55px;
 }

 .btn-block {
 	width: 100%;
 }

 /* Tabs */
 .nav-tabs {
 	border: 0;
 }

 .nav-tabs > li {
 	margin-bottom: 0;
 }

 .nav-tabs > li > a {
 	border: 0 none;
 	border-radius: 0;
 	background-color: #ebeef0;
 	color: #717171;
 	font-size: 16px;
 	padding: 10px 13px;
 }

 .nav > li > a:hover, .nav > li > a:focus {
 	color: #fff;
 	outline: 0 none;
 	text-decoration: none;
 }

 .nav-tabs > li.active > a,
 .nav-tabs > li.active > a:hover,
 .nav-tabs > li.active > a:focus {
 	border: 0;
 	color: #fff;
 }

 .tab-content {
 	background-color: #f6f8f9;
 	box-shadow: 0 2px 0 #dee2e5;
 	padding: 30px;
 }

 .nav-tabs.nav-justified {
 	border-bottom: 0 none;
 	width: 100%;
 }

 .nav-tabs.nav-justified > li {
 	padding-right: 3px;
 }

 .nav-tabs.nav-justified > li:last-child {
 	padding-right: 0;
 }

 .nav-tabs.nav-justified > li > a {
 	border: 0 none;
 	border-radius: 0;
 }

 .nav-tabs.nav-justified > .active > a,
 .nav-tabs.nav-justified > .active > a:hover,
 .nav-tabs.nav-justified > .active > a:focus {
 	border: 0 none;
 }

 /* Accordion */
 .panel {
 	background-color: #f6f8f9;
 	border: 0 none;
 	box-shadow: 0 2px 0 #ebeef0;
 	padding: 25px 25px 0 25px;
 }

 .panel-group .panel + .panel {
 	border-radius: 0;
 	margin-top: 20px;
 }

 .panel-default > .panel-heading {
 	background-color: transparent;
 	padding: 0 0 25px 0;
 }

 .panel-title > a.collapsed {
 	color: #454545;
 }

 .panel-title > a > .fa {
 	font-size: 25px;
 }

 .panel-body {
 	padding: 15px 0;
 }

 .panel-default > .panel-heading + .panel-collapse > .panel-body {
 	border-top-color: #ebeef0;
 }

/* Header
------------------------------------------------------------------------ */
.header-dark {
	background-color: #393e41;
}

.header-dark .main-navigation ul > li > a {
	color: #fff;
}
.header-transparent .main-navigation ul > li > a {
	color: #eee;
}

.header-light {
	background-color: #fff;
	box-shadow: 0px 4px 4.8px 0.2px rgba(117, 117, 117, 0.35);
}

.header-transparent {
	background-color: transparent;
}

.visual-builder .header-transparent {
	position: absolute;
	width: 100%;
	z-index: 999;
}

.site-branding {
	margin: 17px 0;
}

.site-title {
	margin: 0;
	line-height: 1;
}

.site-title > a {
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	max-width: 100%;
	text-transform: uppercase;
	line-height: 1;
}

.site-description {
	color: #fff;
	font-size: 9px;
	letter-spacing: 3px;
	margin: 3px 0 0;
	text-transform: uppercase;
}

.header-light .site-title > a,
.header-light .site-description {
	color: #454545;
}

/* Main Navigation */
.main-navigation {
	background-color: transparent;
}

@media (min-width: 992px) {
	.dl-trigger {
		display: none;
	}

	.main-navigation {
		padding: 15px 0;
	}

	.main-navigation ul {
		margin-bottom: 0;
		padding-left: 0;
	}

	.main-navigation ul > li {
		display: inline-block;
		position: relative;
	}

	.main-navigation ul > li > a {
		font-size: 14px;
		display: inline-block;
		padding: 15px 25px;
		font-weight: normal;
		text-transform: uppercase;
	}

	.main-navigation ul > li > a:hover {
		color: #ffffff;
	}

	.header-light .main-navigation ul > li > a {
		color: #454545;
	}

	.main-navigation > ul > li.menu-item-has-children > a {
		position: relative;
	}

	.main-navigation > ul > li.menu-item-has-children:hover > a:after {
		border-style: solid;
		border-width: 10px;
		bottom: 0;
		content: "";
		left: 50%;
		margin-left: -10px;
		position: absolute;
	}

	.main-navigation ul > li > ul.sub-menu {
		background-color: #fff;
		position: absolute;
		left: -999em;
		min-width: 275px;
		padding: 0;
		box-shadow: 0 2px 1px #ddd;
		top: 50px;
		z-index: 9999;
	}

	.main-navigation ul > li > ul.sub-menu > li {
		display: block;
		padding: 10px 20px;
		text-align: left;
	}

	.main-navigation ul > li > ul.sub-menu > li.dl-back {
		display: none;
	}

	.main-navigation ul > li > ul.sub-menu > li > a {
		color: #454545;
		font-weight: normal;
		padding: 0;
	}

	.main-navigation ul li:hover > ul.sub-menu,
	.main-navigation ul li.focus > ul.sub-menu {
		left: auto;
	}

	.main-navigation ul li > ul.sub-menu > li.menu-item-has-children {
		position: relative;
	}

	.main-navigation ul li > ul.sub-menu > li:hover > ul.sub-menu,
	.main-navigation ul li > ul.sub-menu > li.focus > ul.sub-menu {
		left: 100%;
		top: 0;
		width: 100%;
	}

	.main-navigation ul li > ul.sub-menu > li.left-menu:hover > ul.sub-menu,
	.main-navigation ul li > ul.sub-menu > li.left-menu.focus > ul.sub-menu {
		left: auto;
		right: 100%;
		top: 0;
	}
}
/* Footer
------------------------------------------------------------------------ */
.site-footer {
	background-color: #2e3234;
	color: #b8b8b8;
}

.no-visual-builder .site-footer {
	margin-top: 30px;
}

.footer-widget-area {
	padding-bottom: 55px;
	padding-top: 55px;
}

.site-info {
	border-top: 1px solid rgba(255,255,255,0.1);
	color: #b8b8b8;
	font-size: 14px;
	font-weight: 100;
	padding: 28px 0;
	text-align: center;
}

.site-info a {
	color: #b8b8b8;
}

/* Blog Archive
------------------------------------------------------------------------ */
article.hentry {
	margin-bottom: 30px;
}



.blog .post-container {
	box-shadow: 0 2px 0 #dee2e5;
}

a.post-thumbnail {
	display: block;
	overflow: hidden;
}

a.post-thumbnail img {
	height: auto;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
}

@media (max-width: 767px) {
	a.post-thumbnail img {
		height: auto;
	}
}
a.post-thumbnail img:hover {
	transform: scale(1.2, 1.2) translateZ(0px);
}

.entry-header {
	/*background-color: #f6f8f9;*/
	padding: 15px 20px;
}

.entry-header .edit-link {
	float: right;
}

.entry-header h2.entry-title {
	margin: 7px 0;
	line-height: 1.2;
}

.entry-content {
	-moz-hyphens: auto;
	/*background-color: #f6f8f9;*/
	color: #717171;
	font-size: 14px;
	font-weight: 100;
	padding: 0 20px 20px;
	word-wrap: break-word;
}

.entry-content .comment-count {
	float: right;
}

.entry-footer {
	background-color: #ebeef0;
	padding: 15px 20px;
}

.posted-on a,
.entry-title a {
	color: #717171;
}

.cat-links,
.posted-on a {
	font-size: 11px;
	font-weight: 100;
	color: #626262;
}
.cat-links a {
	color: #626262;
}

.entry-title a {
	font-size: 18px;
	display: block;
	/*color: #3686be;*/
}

.comment-count {
	color: #717171;
	font-size: 12px;
}


.more-link {
	font-size: 12px;
	font-weight: 400;
	color: #393939;
}
.more-link .fa-angle-double-right{
	display: none;
}

/* Post Pagination */
.navigation.pagination {
	padding: 0 15px;
	text-align: center;
	width: 100%;
}

.page-numbers {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px 10px;
}

/* Blog Single
------------------------------------------------------------------------ */
.single .post-thumbnail > img {
	height: auto;
	width: 100%;
}

.single .entry-header {
	background-color: transparent;
	border-bottom: 2px solid #ebeef0;
	margin-bottom: 20px;
	padding: 15px 0;
}

.single-post .comment-count {
	float: right;
}

h1.entry-title {
	font-size: 28px;
	margin-bottom: 0;
}

.single .entry-content {
	background-color: transparent;
	padding: 0 0 20px 0;
	text-align: justify;
}

.single .entry-footer {
	background-color: transparent;
	border-bottom: 2px solid #ebeef0;
	border-top: 2px solid #ebeef0;
	box-shadow: none;
	padding: 15px 0;
}

.tags-links {
	color: #717171;
	font-size: 16px;
}

.tags-links > a {
	border-radius: 3px;
	background-color: #f6f8f9;
	color: #717171;
	font-size: 14px;
	font-weight: 100;
	margin-right: 5px;
	padding: 4px 14px;
}

/* Authr bio */
.author-info {
	background-color: #f6f8f9;
	border-bottom: 2px solid #ebeef0;
	padding: 15px;
}

.author-avatar {
	display: inline-block;
	vertical-align: top;
	width: 11%;
}

.author-avatar > .avatar {
	border-radius: 50%;
}

.author-description {
	display: inline-block;
	width: 88%;
}

.author-description .author-title {
	margin-bottom: 5px;
	margin-top: 0;
}

.author-description .author-bio {
	font-weight: 100;
	margin-bottom: 0;
}

.author-description .author-title > a,
.author-bio {
	color: #717171;
}

/* Comment Form */
.comment-respond {
	padding-bottom: 30px;
}

.comment-form {
	margin-left: -15px;
	margin-right: -15px;
}

.comment-form:before {
	content: '';
	display: table;
}

.comment-form:after {
	content: '';
	clear: both;
	display: table;
}

.comment-notes,
.logged-in-as {
	color: #717171;
	padding: 0 15px;
}

.form-submit {
	float: right;
	margin-bottom: 0;
	padding: 0 15px;
}

.form-submit .submit {
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	line-height: 1.2;
	padding: 15px 45px;
	text-align: center;
}

/* Comment List */
.comments-title {
	margin-top: 0;
	padding-top: 20px;
}

.comment-list {
	padding-left: 0;
}

.comment-list li {
	list-style: none;
}

.comment-list li .comment-body {
	border-bottom: 2px solid #ebeef0;
	padding: 30px 0;
}

.comment-author.vcard {
	color: #454545;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
}

.comment-author .avatar {
	border-radius: 50%;
	margin-right: 5px;
}

.comment-author .url {
	color: #454545;
}

.comment-metadata {
	color: #717171;
	display: inline-block;
	font-size: 12px;
}

.comment-content {
	margin-left: 50px;
}

.comment-content {
	color: #717171;
}

.comment-awaiting-moderation {
	color: #f00;
}

/* Breadcrumbs
------------------------------------------------------------------------ */
.breadcrumbs {
	border-bottom: 2px solid #ebeef0;
	color: #717171;
	font-size: 14px;
	font-weight: 100;
	margin: 0 0 20px;
	padding: 20px 0;
}

.separator {
	margin: 0 10px;
}

/* Page Title
------------------------------------------------------------------------ */
.page-title {
	font-size: 28px;
	color: #454545;
	margin: 0 0 20px;
	text-transform: uppercase;
	line-height: 1.2;
}

/* Course Archive
------------------------------------------------------------------------ */
.post-type-archive-sfwd-courses .post-container,
.tax-wdm_course_category .post-container, .tax-ld_course_category .post-container {
	box-shadow: 0 2px 0 #dee2e5;
	text-align: center;
}

.sfwd-courses h2.entry-title {
	margin-bottom: 0;
	margin-top: 0;
}

.wdm-course-price {
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
}

/* Course Single
------------------------------------------------------------------------ */
.single-sfwd-courses .hentry {
	margin-bottom: 0;
}

.single-sfwd-courses .entry-header {
	padding: 0 0 20px;
}

.single-sfwd-courses .entry-header .entry-title {
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

.course-header {
	position: relative;
}

.course-details {
	position: static;
}

.single-sfwd-courses .wdm-course-price {
	font-size: 19px;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 0;
}

.single-sfwd-courses .wrap-rating.header {
	margin-bottom: 20px;
}

.course-cat-links {
	bottom: 0;
	color: #717171;
	display: block;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
}

.single-sfwd-courses .entry-content {
	padding-bottom: 0;
}

.course-section {
	margin-bottom: 50px;
}

.course-section-heading {
	background-color: #ebeef0;
	font-size: 23px;
	line-height: 1.2;
	padding: 16px 20px;
	margin: 0;
}

.course-section-heading-2 {
	font-size: 23px;
	display: inline-block;
	line-height: 1;
	margin-bottom: 15px;
	margin-top: 0;
}

.course-progress-wrap {
	display: inline-block;
	float: right;
	min-width: 72%;
	text-align: right;
}

.course-progress-wrap .course_progress {
	margin-bottom: 15px;
	margin-top: 0;
}

.topic-bullet,
.quiz-bullet {
	color: #ddd;
	margin-right: 10px;
}

.user_has_access .topic-name::before,
.user_has_access .quiz-name::before {
	border: 1px solid #ddd;
	content: "";
	height: 45px;
	left: 5px;
	position: absolute;
	top: 0;
}

.topic-completed .topic-name .topic-bullet,
#quiz_list .completed .quiz-name .quiz-bullet {
	color: #75a05a;
}

.user_has_access .topic-completed .topic-name::before,
.user_has_access .completed .quiz-name::before {
	border-color: #75a05a;
}

#learndash_quizzes {
	margin-top: 50px;
}

#learndash_course_status{
	clear: left;
}

/* Slide To */
.slide-to-nav {
	display: block;
	padding: 0;
	width: 100%;
}

.slide-to-nav > li {
	background-color: #e8ebed;
	display: inline-block;
}

.slide-to-nav > li > a {
	color: #717171;
	display: inline-block;
	font-size: 14px;
	padding: 11px 25px;
	width: 100%;
}

.slide-to-nav > li > a:hover,
.slide-to-nav > li > a:focus {
	color: #fff;
	outline: 0;
}

.slide-to-nav.stuck {
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 2;
}

@media (max-width: 500px) {
	.slide-to-nav > li {
		background-color: #e8ebed;
		display: inline-block;
		width: 49%;
		margin-bottom: 10px;
	}
}

/* Reviews */
.comment-list li .reviews {
	padding: 30px;
}

.review-author-avatar > img.avatar {
	border-radius: 50%;
	height: auto;
}

.reviews .comment-content {
	font-weight: 100;
	line-height: 2;
	margin-left: 0;
}

.reviews .wrap-rating.listing {
	float: none;
}

.reviews .comment-author.vcard,
.reviews .comment-author.vcard a {
	line-height: 1;
	color: #717171;
	font-size: 16px;
	font-weight: 400;
}

.reviews .comment-metadata {
	color: #d4d9df;
	text-transform: uppercase;
}

/* Single Lesson & Single Topic
------------------------------------------------------------------------ */
.sfwd-lessons .entry-header,
.sfwd-topic .entry-header {
	padding-top: 0;
}

.sfwd-lessons .entry-header .entry-title,
.sfwd-topic .entry-header .entry-title,
.sfwd-quiz .entry-header .entry-title {
	margin-top: 0;
	text-transform: uppercase;
}

.meta-nav {
	display: none;
}

#learndash_next_prev_link > a[rel="prev"] {
	float: left;
	font-size: 16px;
	font-weight: normal;
}

#learndash_next_prev_link > a[rel="prev"]::before {
	content: "\f0d9";
	font-family: fontawesome;
	font-size: 20px;
	line-height: 1.2;
	margin-right: 7px;
	vertical-align: top;
}

#learndash_next_prev_link > a[rel="next"] {
	float: right;
	font-size: 16px;
	font-weight: normal;
}

#learndash_next_prev_link > a[rel="next"]::after {
	content: "\f0da";
	font-family: fontawesome;
	font-size: 20px;
	line-height: 1.2;
	margin-left: 7px;
	vertical-align: top;
}

.topic-progress-title {
	color: #717171;
	font-size: 18px;
	font-weight: 400;
	margin-right: 15px;
	vertical-align: middle;
}

.topic-progress > a {
	margin-right: 8px;
	vertical-align: middle;
}

.learndash .topic-progress > .topic-completed > span {
	background-color: #75a05a;
	border-radius: 50%;
	height: 14px;
	min-height: 14px;
	padding: 0;
	width: 14px;
}

.learndash .topic-progress > .topic-notcompleted > span {
	background-color: #ddd;
	border-radius: 50%;
	height: 14px;
	min-height: 14px;
	padding: 0;
	width: 14px;
}

#learndash_back_to_lesson > a {
	font-size: 16px;
	font-weight: normal;
}

#learndash_back_to_lesson > a > .fa-caret-left {
	font-size: 20px;
	margin-right: 7px;
}

#sfwd-mark-complete {
	margin-top: 15px;
	text-align: right;
}

#sfwd-mark-complete > input {
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	line-height: 1.2;
	padding: 15px 45px;
	text-align: center;
}

/*Assignmnet Upload*/
#learndash_uploaded_assignments > h2 {
	font-size: 25px;
	margin: 30px 0 10px;
	text-align: left;
	text-transform: uppercase;
}

#learndash_uploaded_assignments tr::before {
	content: "\f105";
	font-family: fontawesome;
	margin-right: 5px;
}

#learndash_uploaded_assignments a {
	display: inline-block;
	font-weight: 400;
	margin-bottom: 8px;
}

#learndash_uploaded_assignments tbody tr td:first-child a {
	margin-right: 40px;
}

#learndash_uploaded_assignments + u {
	display: block;
	font-size: 25px;
	font-weight: 500;
	margin: 30px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#uploadfile_btn {
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	line-height: 1.2;
	padding: 10px 30px;
	text-align: center;
	vertical-align: middle;
}

/* Quiz
------------------------------------------------------------------------ */
/* Page
------------------------------------------------------------------------ */
.page .entry-content,
.page .entry-footer {
	background-color: transparent;
	padding: 0;
}

.page article.hentry.type-page {
	margin-bottom: 0;
}

/* Contact Page Template
------------------------------------------------------------------------ */
.contact-page .entry-content {
	text-align: center;
}

#map-canvas {
	width: 100%;
	height: 400px;
	margin: 50px 0 50px 0;
	padding: 0px;
}

.contact-title {
	font-size: 21px;
	margin-bottom: 5px;
}

.contact-title .fa {
	font-size: 28px;
	min-width: 38px;
	padding-right: 10px;
}

.contact-detail {
	color: #717171;
	margin-bottom: 30px;
	margin-left: 38px;
}

.social-logos {
	border-top: 1px solid #ebeef0;
	font-size: 28px;
	margin-top: 50px;
	padding-top: 30px;
	text-align: center;
}

.social-logos > a {
	color: #717171;
	display: inline-block;
	float: none;
}

@media (max-width: 767px) {
	.social-logos > a {
		margin-bottom: 15px;
	}
}
/* Contactt form 7 overwrites */
.wpcf7-form-control {
	background-color: #f6f8f9;
	border: 1px solid #ebeef0;
	border-radius: 3px;
	box-shadow: none;
	height: auto;
	padding: 12px;
}

.wpcf7-submit {
	border: 0 none;
	padding: 15px 45px;
}

div.wpcf7-response-output {
	clear: both;
	margin: 0;
}

/* 404 Page
------------------------------------------------------------------------ */
.error-404 {
	text-align: center;
}

.error-404-img {
	color: #717171;
	font-size: 110px;
}

.error-404 .page-title {
	color: #717171;
	font-size: 70px;
}

.error-404 .page-content {
	background-color: #f6f8f9;
	margin-top: 50px;
	padding: 70px 0;
}

.error-404 .search-form {
	margin: 0 auto;
}

.error404 .site-footer {
	margin-top: 0;
}

/* Search Results Page
------------------------------------------------------------------------ */
article.search-result {
	margin-bottom: 30px;
}

.search-results .entry-header {
	padding: 15px 20px;
}

/* Sidebar Widgets
------------------------------------------------------------------------ */
.widget {
	margin-bottom: 50px;
}

.widget-title {
	font-size: 16px;
	color: #5c6266;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

.left-sidebar .widget-title,
.right-sidebar .widget-title {
	background: #efefef;
	padding: 10px 20px;
}
/* Course Progress Widget */
.widget_ldcourseprogress .course_progress {
	margin: 0;
}

/* Course Navigation Widget */
.lesson_incomplete.list_arrow.expand,
.lesson_incomplete.list_arrow.collapse,
.active .list_arrow.expand,
.active .list_arrow.collapse,
.list_arrow.expand.lesson_completed,
.list_arrow.collapse.lesson_completed {
	background: none !important;
}

.list_arrow::before,
.list_arrow.flippable::before {
	color: #717171;
	font-family: fontawesome;
	font-size: 16px;
}

.list_arrow.flippable::before {
	cursor: pointer;
}

.list_arrow.expand.flippable.lesson_incomplete::before {
	color: #717171;
	content: "\f0d7";
}

.list_arrow.collapse.flippable.lesson_incomplete::before,
.list_arrow.collapse.lesson_incomplete::before {
	color: #717171;
	content: "\f0da";
	visibility: visible;
}

.list_arrow.expand.flippable.lesson_completed::before {
	color: #75a05a;
	content: "\f0d7";
}

.list_arrow.collapse.flippable.lesson_completed::before,
.list_arrow.collapse.lesson_completed::before {
	color: #75a05a;
	content: "\f0da";
	visibility: visible;
}

.widget_ldcoursenavigation .lesson a,
.widget_ldcoursenavigation .learndash_topic_widget_list a {
	color: #717171;
}

#course_navigation .learndash_nevigation_lesson_topics_list .lesson {
	margin: 5px 5px 0;
}

#course_navigation .learndash_topic_widget_list a > span {
	margin: 0;
}

.learndash_nevigation_lesson_topics_list .topic-notcompleted span {
	background: none;
	padding-left: 0;
}

.widget_ldcoursenavigation .topic-bullet {
	font-size: 12px;
}

.widget_ldcoursenavigation .topic-notcompleted .topic-bullet {
	color: #ddd;
}

.widget_ldcoursenavigation .topic-completed .topic-bullet {
	color: #75a05a;
}

.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .topic-completed > span,
.widget_ldcoursenavigation .learndash_nevigation_lesson_topics_list .topic-notcompleted > span {
	line-height: 30px;
	position: relative;
}

.widget_ldcoursenavigation .topic-completed > span::before {
	border: 0px solid #75a05a;
	content: "";
	height: 100%;
	left: 4px;
	position: absolute;
}

.widget_ldcoursenavigation .topic-notcompleted > span::before {
	border: 0px solid #ddd;
	content: "";
	height: 100%;
	left: 4px;
	position: absolute;
}
/* 
.widget.widget_ldcoursenavigation ul li::before {
	content: '';
} */

/* Course Information Widget */
.widget_ldcourseinfo #ld_course_info_mycourses_list h4,
.widget_ldcourseinfo #course_progress_details h4,
.widget_ldcourseinfo #wdm-ld-quiz-details h4 {
	color: #454545;
	font-size: 18px;
	font-weight: 100;
	margin-top: 0;
}

.widget_ldcourseinfo .ld-course-info-my-courses,
.widget_ldcourseinfo .wdm-ld-quiz-block {
	background-color: #f6f8f9;
	box-shadow: 0 2px 0 #ebeef0;
	margin-bottom: 10px;
	padding: 15px;
}

.widget_ldcourseinfo #ld_course_info_mycourses_list .ld-course-info-my-courses img {
	height: auto;
	margin: 0;
	max-width: 115px;
	vertical-align: top;
	width: 30%;
}

.widget_ldcourseinfo .ld-course-info-my-courses h2 {
	display: inline-block;
	margin: 0 0 10px;
	padding-left: 10px;
	vertical-align: top;
	width: 68%;
	word-wrap: break-word;
}

.widget_ldcourseinfo .ld-entry-title.entry-title > a {
	color: #717171;
	font-size: 16px;
	font-weight: 100;
}

.wdm-ld-quiz-name,
.wdm-ld-quiz-percent {
	font-weight: 600;
}

.wdm-ld-quiz-date {
	border-bottom: 1px dashed #ddd;
	color: #717171;
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.wdm-ld-quiz-score,
.wdm-ld-quiz-points {
	display: block;
}

.wdm-ld-quiz-certificate {
	display: block;
	text-align: right;
}

/* Courses Widget */
.widget_sfwd-courses-widget ul > li > h4 {
	display: inline;
}

/* Quiz Widget */
.widget_sfwd-quiz-widget ul > li > h4 {
	display: inline;
}

/* Certificates Widget */
.widget_sfwd-certificates-widget ul > li > h4 {
	display: inline;
}

/* Transactions Widget */
.widget_sfwd-transactions-widget ul > li > h4 {
	display: inline;
}

/* Course Instructor Widget */
.widget_wdm_instructor_widget_bio .wdm-author-img {
	display: inline-block;
	margin-right: 10px;
}

.widget_wdm_instructor_widget_bio .wdm-author-img > img {
	border-radius: 50%;
}

.widget_wdm_instructor_widget_bio .wdm-author-name {
	color: #717171;
	font-weight: 600;
	font-size: 14px;
}

.widget_wdm_instructor_widget_bio .wdm-author-bio-desc {
	color: #717171;
	font-weight: 200;
	font-size: 14px;
	margin-top: 10px;
}

/* Courses from Instructor Widget*/
.widget_wdm_instructor_widget_courses .wdm-course-from-instructor {
	background-color: #f6f8f9;
	box-shadow: 0 2px 0 #ebeef0;
	margin-bottom: 10px;
	padding: 15px;
}

.widget_wdm_instructor_widget_courses .wdm-course-from-instructor img {
	height: auto;
	margin: 0;
	max-width: 115px;
	vertical-align: top;
	width: 30%;
}

.widget_wdm_instructor_widget_courses .wdm-instructor-course-details {
	display: inline-block;
	padding-left: 10px;
	vertical-align: top;
	width: 68%;
	word-wrap: break-word;
}

.widget_wdm_instructor_widget_courses .wdm-instructor-course-details h2 {
	line-height: 0.7;
	margin: 0;
}

.widget_wdm_instructor_widget_courses .wdm-course-from-instructor h2 > a {
	color: #717171;
	font-size: 16px;
	font-weight: 100;
	vertical-align: top;
}

.widget_wdm_instructor_widget_courses .wdm-course-from-instructor .wrap-rating {
	margin-bottom: 4px;
}

.widget_wdm_instructor_widget_courses .wdm-course-from-instructor .wrap-rating .rating span {
	font-size: 18px;
}

.widget_wdm_instructor_widget_courses .wdm-course-from-instructor .wdm-course-price {
	font-size: 16px;
	margin-bottom: 0;
}

/* Calendar Widget */
#calendar_wrap {
	background-color: #f6f8f9;
	box-shadow: 0 2px 0 #ebeef0;
}

#wp-calendar {
	color: #717171;
	width: 100%;
}

#wp-calendar caption {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px;
	text-transform: uppercase;
}

#wp-calendar thead {
	background-color: #ebeef0;
}

#wp-calendar th,
#wp-calendar td {
	padding: 5px 0;
	text-align: center;
}

#wp-calendar tfoot {
	border-top: 1px solid #ebeef0;
}

#wp-calendar tfoot td#prev {
	padding: 5px;
	text-align: left;
}

#wp-calendar tfoot td#next {
	padding: 5px;
	text-align: right;
}

#wp-calendar tfoot td a {
	font-weight: 600;
	text-transform: uppercase;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar td#today {
	color: #fff;
}

/* Tag Cloud Widget */
.tagcloud a {
	background-color: #ebeef0;
	color: #717171;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 8px;
}

/* Search Widget */
.search-form {
	max-width: 600px;
}

.search-form label {
	display: inline;
}

.search-field {
	background-color: #f6f8f9;
	border: 1px solid #ebeef0;
	border-radius: 3px 0 0 3px;
	box-shadow: none;
	color: #717171;
	font-weight: normal;
	height: auto;
	max-width: 400px;
	padding: 12px;
	width: 70%;
}

.wdm-sidebar.col-md-3 .search-field {
	width: 60%;
}

.search-submit {
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	line-height: 1.15;
	margin-left: -4px;
	padding: 14px 20px;
	text-align: center;
	vertical-align: top;
}

/* List Widgets */
.widget ul {
	padding: 0;
}

.widget ul li {
	font-size: 14px;
	list-style: outside none none;
	padding: 6px 0;
}

.widget ul li::before {
	content: "\f105";
	font-family: fontawesome;
	margin-right: 5px;
}

.widget ul li a {
	font-size: 13px;
	color: #626262;
}

.widget ul li ul {
	padding-left: 20px;
	padding-top: 5px;
}

/* Text Widget */
.textwidget > p {
	line-height: 1.7;
}

/* Social Icon Widget */
.widget .social-wrap li {
	display: inline-block;
	margin-right: 10px;
	padding: 0;
}

.widget .social-wrap li:before {
	content: '';
}

.social-wrap li .social-icon {
	font-size: 19px;
}

/* Footer Widgets
------------------------------------------------------------------------ */
.footer-widget-area .widget-title {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: none;
}

/* List Widgets */
.footer-widget-area .widget ul li::before {
	content: '';
	margin: 0;
}

.footer-widget-area .widget ul li a {
	color: #b8b8b8;
}

.footer-widget-area .widget ul li a:hover {
	color: #fff;
}

/* Visual Builder
------------------------------------------------------------------------ */
/* Sections */
.default-section {
	padding: 50px 30px;
	background-repeat: no-repeat;
    background-size: cover;
}

.small-section {
	padding: 15px;
}

.large-section {
	padding: 100px 50px;
	background-repeat: no-repeat;
    background-size: cover;
}

/* Team Member */
.fw-team .fw-team-socials a:hover {
	color: #fff;
}

/* WooCommerce
------------------------------------------------------------------------*/
/* Shop Page */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background-color: #f6f8f9;
	box-shadow: 0 2px 0 #dee2e5;
	text-align: center;
}

.woocommerce ul.products li.product h3 {
	padding: 8px;
}

.woocommerce ul.products li.product .button {
	margin-bottom: 1em;
}

/* Single Product Page */
.woocommerce div.product .product_title {
	margin-bottom: 20px;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	margin-top: 2em;
}

/* WC tabs*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0;
	padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #ebeef0;
	border: 0 none;
	border-radius: 0;
	margin: 0;
	padding: 0 13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 16px;
	font-weight: 100;
	padding: 10px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
	outline: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
	background-color: #f6f8f9;
	border-radius: 0;
	box-shadow: 0 2px 0 #dee2e5;
	padding: 30px;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce #reviews #comments h2 {
	margin-top: 0;
}

.woocommerce #review_form #respond p {
	padding: 0 15px;
}

/* WC Search Widget*/
.woocommerce-product-search > input[type="submit"] {
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	line-height: 1.15;
	margin-left: -4px;
	padding: 14px 20px;
	text-align: center;
	vertical-align: top;
}
