body{
/*	font-family:Comfortaa; 
	font-family: 'Raleway', sans-serif; */
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:1.6em
}
#toolbar {
	font-weight:400 ;
}
.navigation .width-navigation .navbar-nav > li > a, .navigation .width-navigation .navbar-nav > li > span {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 22px;
}
h1, h2, h3, h4, h5, h6, .counter-box.number-left .display-percentage, .counter-box.number-left .counter-box-content, .product-grid .product__title .title, .thim-course-grid .course-item .thim-course-content .course-meta > div .course-comments-count, .thim-course-grid .course-item .thim-course-content .course-meta > div .course-student, #tab-course-review .course-rating .average-rating .rating-box .average-value, .thim-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .smicon-read, .learn-press .tab-content .course-wishlist-box span.text, .woocommerce-MyAccount-content legend, .thim-font-heading, .thim-owl-carousel-post.thim-list-posts .read-more { 
	font-family: 'Roboto Slab', serif;
}

/* footer stuff */
footer#colophon .footer .widget-title {
	font-size: 24px;
	font-weight: 400;
	margin-top: 20px;
}
footer#colophon .footer ul li {
	line-height: 24px;
	margin-bottom: 0;
}
.menu-courses-container {
	margin:14px 0;
}

/* course listing */
div.sj-course-small > div.course-sponsor > div > div > a > img {
	max-height: -webkit-fill-available;
	max-width: inherit;
}
div.sj-course-sponsor-text {
	font-size: 14px;
	text-align: left;
}
div.course-sponsor, .thim-course-grid .course-item .thim-course-content {
	border:none;
}
div.course-item {
	border: 1px solid #eee;
}
div.value.free-course {
	text-transform: uppercase !important;
	line-height: 40px;
	color: #F69320 !important;
}
div.sj-course-list div.course-price {
	float:right !important;
	margin-right: 20px;
}
.thim-course-grid .course-item .thim-course-content .course-meta>div.course-price .value {
	font-size:16px;
}
.thim-course-list .course-item .thim-course-content .course-readmore {
	margin-top: 0;
}


/* course detail page */

div.course-meta .course-review .review-stars-rated .review-stars {
	margin-top: 0;
}
div.course-meta .course-review .review-stars-rated .review-stars span {
	font-size: 16px;
	line-height: 16px;
}
div.course-sponsor.sj-course-details .course-sponsor-text {
	font-size: 14px;
}

/* courses list removed bottom border */
.thim-course-list .lpr_course {
	border:none;
	padding: 0;
}


.has-error label {
  color: #cc0033;
}

.has-error select, .has-error input{
  background-color: #fce4e4 !important;
  border: 1px solid #cc0033 !important;
  outline: none;
}


.password-strength {
  /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); */
}

.js-hidden {
  display: none;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    font-size: 1.1rem;
    background-color: #f7f7f9;
    border-radius: 0.4rem;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #78C2AD;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.text-muted {
    color: #888 !important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.text-muted {
    color: #818a91;
}
small, .small {
    font-size: 70%;
    font-weight: 400;
    line-height: 1.2em;
    padding-bottom: 10px;
}
.bg-danger {
    color: #fff !important;
    background-color: #d9534f !important;
}