/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/


/* Assigned Role section CSS - in BB CSS */ 




/* login screen... */ 
.user-pass-wrap {
	display: none;
}

/* Add your custom styles here... */ 

.tt-item-button-wrappercc {
	border: 2px solid black;
  outline: #7ac143 solid 10px;
  margin: auto;  
  padding: 20px;
  text-align: center;
}

.tt-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -15px;
	align-items: center;
}

.tt-item {
	list-style-type: none;
	max-width: 348px;
	flex: 1 1 auto;
	margin: 15px;
	padding: 0;
	border-radius: 0;
	position: relative;
	overflow: visible;
	border: 0;
	background: none;
}

.tt-list-simple .tt-item {
	width: 450px;
	flex: 0 1 calc(50% - 40px);
	max-width: calc(100% - 40px);
	min-width: 450px;
}

@media(max-width: 992px) {
	.tt-list-simple {
		margin: 0;
	}
	.tt-list-simple .tt-item {
		flex-grow: 1;
		min-width: 100%;
		margin: 6px 0;
	}
}

.tt-item-inner {
	width: 100%;
	height: 100%;
    display: block;
    box-shadow: 0 5px 20px -5px rgba(0, 18, 69, 0.13);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background: #fff;
    border: 0;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.tt-list-simple .tt-item-inner {
    flex-direction: row;
}

.tt-list-simple .tt-item-text-wrapper {
	flex: 1 1 auto;
}

.tt-item-inner:hover, 
.tt-item-item-inner:focus,
.tt-item-item-inner:focus-within {
    box-shadow: 0 5px 10px -5px rgba(0, 18, 69,0.24);
}

.tt-item-inner:focus {
    border-color: var(--global-palette8);
}

.tt-item-inner .tt-item-image img {
  transform: scale(1.06); 
}

.tt-item-inner:hover .tt-item-image img,
.tt-item-inner:focus .tt-item-image img {
    transform: scale(1);    
}

.tt-item-image {
	background: var(--brand-palette6);
	overflow: hidden;
	position: relative;
	height: 210px;
	background-image: url(/wp-content/uploads/2020/10/book-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
}

.tt-list-simple .tt-item-image {
    flex: 0 0 300px;
    height: 100%;
	background-color: var(--global-palette7);
	background-size: 50%;
}

.tt-item-image img {
    transition: transform 0.3s cubic-bezier(.39,.58,.57,1);
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.tt-list-tax {
	display:none;
	list-style-type: none;
	margin: 0 0 1em;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.tt-list-tax li {
	padding: 0.2em 0.45em;
	line-height: 1.2;
	display: inline-block;
	margin: 0 0 0.3em 0;
	border-radius: 0.5em;
	color: #fff;
	background-color: var(--brand-palette6);
}

.tt-list-tax li.trainee-not-current {
	opacity: 0.5;
	color: initial;
	background-color: var(--global-palette8);
}

.tt-item-button {
	width: 100%;
	text-align: center;
}
.tt-item-button-wrapper,
.tt-item-button-wrapper input[type="submit"] {
    width: 100%;
}

.tt-item-inner:hover .tt-item-image-placeholder {
   background-size: 100%;    
}

.tt-item-length {
	position: absolute;
	bottom: 4px;
	left: 6px;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	border-radius: 3px;
	background: rgba(58, 58, 58, 0.9);
	z-index: 1;
	padding: 3px 5px;
	line-height: 1;
}

.tt-item-text {
  padding: 20px;
  border-top: 2px solid var(--global-palette8);
}
.tt-item-text:first-child,
.tt-progress-bar + .tt-item-text {
  border-top: 0;
}
.tt-item-text:last-child {
  margin-top: auto;
}

body .tt-item-title{
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 0 0 5px;
}

.tt-item-course .tt-item-title::after{
  content: "";
	display: block;
	width: 100%;
	margin-top: 30px;
	height: 2px;
	background: #001245;
  opacity: 0.05;
}

.tt-item-meta{
  display: flex;
  list-style: none;
  margin: 0 0 30px;
}

.tt-item-meta li{
  margin-right: 25px;
} 

.tt-item-meta li i{
  margin-right: 10px;
}


.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components {
	display: none;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header {
	background: var(--brand-palette6) !important;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header .ld-item-icon {
	font-size: 1.2em;
	margin-top: 0.2em;
	margin-right: 0.5em;
}

.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
	background: var(--brand-palette5) !important;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
	color: var(--brand-palette5) !important;
}


.tt-item-completed .tt-item-image {
	background-image: url(/wp-content/uploads/2020/11/checkmark-icon.png);
	background-color: var(--brand-palette3);
}

.tt-item-completed.has-post-thumbnail .tt-item-image::after {
	content: "";
	background-image: url(/wp-content/uploads/2020/11/checkmark-icon.png);
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
}

.ld-profile-summary {
    display: none;
}

.gamipress-achievement:not(.gamipress-layout-none) *, .gamipress-rank:not(.gamipress-layout-none) *, .single-achievement.achievement-wrap:not(.gamipress-layout-none) *, .single-rank.rank-wrap:not(.gamipress-layout-none) *, .gamipress-user-points:not(.gamipress-layout-none) *, .gamipress-points-types:not(.gamipress-layout-none) * {
    box-sizing: border-box;
    font-size: 22px;
}

@media only screen and (max-width: 450px){
	.tt-list-simple .tt-item-image{
		flex:auto;
	}
	.tt-item-image img{
		object-fit: contain;
	}
	.tt-list-simple .tt-item-inner{
		flex-wrap:wrap;
	}
	.tt-list-simple{
		padding:10px;
	}
}

