/* *********** GLOBAL FIXES *********** */

:root {
	--lms-border-color:#bbb;
}
body {
	font-family: 'Inter';
	font-size: 14px;
}


/* Bootstrap fixes */
html {
	max-height:100vh;
	overflow-y:auto;
}
html.html-modal-open {
	overflow-y:hidden;
}
.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
	max-width: 1300px !important;
	padding: 0px 20px;
}
@media (min-width: 2000px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 70% !important;
	}
}
.lms-container-expand {
	width: 100vw;
	margin-left: calc((100% - 100vw) / 2);
}
select.form-control, input.form-control, textarea.form-control {
	border-radius: 10px;
}
.form-control:focus {
	border: 1px solid #ced4da !important;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
strong, b {
	font-weight: 600 !important;
}
.collapse {
	display: none;
	visibility: hidden;
}
.collapse:not(.show) {
	display: none;
}
.collapse.show {
	display: block;
	visibility: visible;
}
.popover{
	border-color:var(--lms-border-color,#bbb);
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before{
	border-bottom-color:var(--lms-border-color,#bbb);
}
.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before{
	border-left-color:var(--lms-border-color,#bbb);
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before{
	border-top-color:var(--lms-border-color,#bbb);
}
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before{
	border-right-color:var(--lms-border-color,#bbb);
}

.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow{
	right:-0.5rem;
}
.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow{
	left:-0.5rem;
}
.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow{
	top:-0.5rem;
}
.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow{
	bottom:-0.5rem;
}
.modal-body{
	overflow:auto;
}


/* Buttons */
.btn {
	font-weight: 600;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 10px;
	border: 1px solid transparent;
	
}
.btn:not(.btn-link) {
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.input-group-append .btn.btn-light {
	box-shadow: none !important;
}
.btn > i, .alert > i {
	margin-right: 4px;
}
.input-group {
	border-radius: 10px;
}
.input-group button {
	box-shadow: none !important;
}
.input-group-prepend>.btn>i, .input-group-append>.btn>i{
	margin-right:0;
}
.input-group-prepend>.btn, .input-group-append>.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ced4da;
}
button.btn-primary,.btn-primary {
	color: #fff;
	background-color: #6ab2ca;
	border-color: #6ab2ca;
}
button.btn-primary:hover,.btn-primary:hover,
button.btn-primary:focus,.btn-primary:focus {
	color: #6ab2ca;
	background-color: #fff;
	border-color: #6ab2ca;
}
button.btn-primary.disabled,.btn-primary.disabled, 
button.btn-primary:disabled,.btn-primary:disabled {
	color: #ededed;
	background-color: #6ab2ca;
	border-color: #6ab2ca;
}
button.btn-outline-primary,.btn-outline-primary {
	color: #6ab2ca;
	background-color: transparent;
	border-color: #6ab2ca;
}
button.btn-outline-primary:hover,.btn-outline-primary:hover,
button.btn-outline-primary:focus,.btn-outline-primary:focus {
	color: #fff;
	background-color: #6ab2ca;
	border-color: #6ab2ca;
}
button.btn-secondary,.btn-secondary {
	color: #333;
	background-color: #fff;
	border-color: #fff;
}
button.btn-secondary:hover,.btn-secondary:hover,
button.btn-secondary:focus,.btn-secondary:focus {
	color: #fff;
	background-color: #6ab2ca;
	border-color: #6ab2ca;
}
button.btn-secondary.disabled,.btn-secondary.disabled,
button.btn-secondary:disabled,.btn-secondary:disabled {
	color: #ededed;
	background-color: #6ab2ca;
	border-color: #6ab2ca;
}
button.btn-outline-secondary,.btn-outline-secondary {
	color: #333;
	background-color: transparent;
	border-color: #333;
}
button.btn-outline-secondary:hover,.btn-outline-secondary:hover,
button.btn-outline-secondary:focus,.btn-outline-secondary:focus {
	color: #fff;
	background-color: #6ab2ca;
	border-color: #6ab2ca;
}
button.btn-danger,.btn-danger {
	color: #fff;
	background-color: #e4000f;
	border-color: #e4000f;
}
button.btn-outline-danger,.btn-outline-danger {
	color: #e4000f;
	background-color: transparent;
	border-color: #e4000f;
}
button.btn-warning,.btn-warning {
	color: #333;
	background-color: #ffcc00;
	border-color: #ffcc00;
}
button.btn-warning:hover,.btn-warning:hover,
button.btn-warning:focus,.btn-warning:focus {
	color: #333;
	background-color: #e1b608;
	border-color: #e1b608;
}
button.btn-outline-warning,.btn-outline-warning {
	color: #333;
	background-color: transparent;
	border-color: #ffcc00;
}
button.btn-outline-warning:hover,.btn-outline-warning:hover,
button.btn-outline-warning:focus,.btn-outline-warning:focus {
	color: #333;
	background-color: #e1b608;
	border-color: #e1b608;
}
button.btn-success,.btn-success {
	color: #fff;
	background-color: #009150;
	border-color: #009150;
}
button.btn-outline-success,.btn-outline-success {
	color: #009150;
	background-color: transparent;
	border-color: #009150;
}
button.btn-info,.btn-info {
	color: #fff;
	background-color: #6ab2ca;
	border-color: #6ab2ca;
}
button.btn-info:hover,.btn-info:hover {
	color: #6ab2ca;
	background-color: #fff;
	border-color: #6ab2ca;
}
button.btn-outline-info,.btn-outline-info {
	color: #6ab2ca;
	background-color: transparent;
	border-color: #6ab2ca;
}
button.btn-info.disabled,.btn-info.disabled,
button.btn-info:disabled,.btn-info:disabled {
	color: #ededed;
	background-color: #6ab2ca;
	border-color: #6ab2ca;
}
button.btn-light,.btn-light {
	color: #666;
	background-color: #eee;
	border-color: #eee;
}
button.btn-outline-light,.btn-outline-light {
	color: #666;
	background-color: #eee;
	border-color: #bbb;
}
button.btn-light:hover,.btn-light:hover,
button.btn-light:focus,.btn-light:focus,
button.btn-outline-light:hover,.btn-outline-light:hover,
button.btn-outline-light:focus,.btn-outline-light:focus {
	color: #eee;
	background-color: #333;
	border-color: #333;
}
button.btn-dark,.btn-dark {
	color: #fff;
	background-color: #333;
	border-color: #333;
}
button.btn-outline-dark,.btn-outline-dark {
	color: #eee;
	background-color: #333;
	border-color: #eee;
}

button.btn-link,.btn-link,
button.btn-outline-link,.btn-outline-link {
	color: #6ab2ca;
	background-color: transparent;
	border-color: transparent;
}
button.btn-link:hover,.btn-link:hover,
button.btn-link:focus,.btn-link:focus,
button.btn-outline-link:hover,.btn-outline-link:hover,
button.btn-outline-link:focus,.btn-outline-link:focus {
	color: #333;
	text-decoration: none;
}


/* Colors */
.text-primary {
	color: #6ab2ca !important;
}
.text-secondary {
	color: #333333 !important;
}
.text-dark {
	color: #333333 !important;
}
.text-light {
	color: #D3DBD7 !important;
}
.text-danger {
	color: #e4000f !important;
}
.text-warning {
	color: #ffcc00 !important;
}
.text-success {
	color: #009150 !important;
}
.text-info {
	color: #6ab2ca !important;
}
.bg-primary {
	background-color: #6ab2ca !important;
}
.bg-secondary {
	background-color: #ffcc00 !important;
}
.bg-dark {
	background-color: #333333 !important;
}
.bg-light {
	background-color: #EEEEEE !important;
}
.bg-danger {
	background-color: #e4000f !important;
}
.bg-warning {
	background-color: #ffcc00 !important;
}
.bg-success {
	background-color: #009150 !important;
}
.bg-info {
	background-color: #6ab2ca !important;
}


/* Badges */
.badge {
	padding: .4em .7em;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1;
	border-radius: .25rem;
}
.badge-primary {
	color: #fff;
	background-color: #6ab2ca;
}
a.badge-primary:focus, a.badge-primary:hover {
	color: #fff;
	background-color: #1e3e5e;
}
.badge-secondary {
	color: #333;
	background-color: #ffcc00;
}
a.badge-secondary:focus, a.badge-secondary:hover {
	color: #333;
	background-color: #e1b608;
}
.badge-info {
	color: #fff;
	background-color: #6ab2ca;
}
a.badge-info:focus, a.badge-info:hover {
	color: #fff;
	background-color: #63a4ba;
}
.badge-danger {
	color: #fff;
	background-color: #e4000f;
}
a.badge-danger:focus, a.badge-danger:hover {
	color: #fff;
	background-color: #d00714;
}
.badge-warning {
	color: #333;
	background-color: #ffcc00;
}
a.badge-warning:focus, a.badge-warning:hover {
	color: #333;
	background-color: #e1b608;
}
.badge-success {
	color: #fff;
	background-color: #009150;
}
a.badge-success:focus, a.badge-success:hover {
	color: #fff;
	background-color: #05894e;
}
.card {
	border-radius: 10px !important;
}


/* Alerts */
.alert {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 2px solid transparent;
	line-height: 1.5rem;
}
.alert .alert-link, .alert a {
	text-decoration: underline;
	font-weight: 700;
}
.alert-dismissible .close {
	padding: 4px 8px;
	font-size: 1.8rem;
}
.alert.alert-notification {
	padding-left: 5em;
	overflow: hidden;
}
.alert-icon {
	font-size: 7em;
	position: absolute;
	top: -6px;
	left: -6px;
	opacity: 0.2;
	overflow: hidden;
	width: 110px;
	text-align: center;
}
.alert-title {
	font-size: 1.2rem;
	margin-bottom: 5px;
	font-weight: 700;
}
.alert-body {
	line-height: 20px;
}
.alert-primary {
	color: #0a522d;
	background-color: #d1f5e2;
	border-color: rgba(27,207,114,0.2);
}
.alert-primary .alert-link, .alert-primary a {
	color: #0a522d;
}
.alert-secondary {
	color: #075450;
	background-color: #E6EDED;
	border-color: rgba(7,84,80,0.1);
}
.alert-secondary .alert-link, .alert-secondary a {
	color: #054340;
}
.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: rgba(45,55,63,0.1);
}
.alert-dark .alert-link, .alert-dark a {
	color: #242C32;
}
.alert-light {
	color: #696d6b;
	background-color: #fefefe;
	border-color: rgba(211,219,215,0.5);
}
.alert-light .alert-link, .alert-light a {
	color: #696d6b;
}
.alert-success {
	color: #2f3052;
	background-color: #F1F1FA;
	border-color: rgba(118,122,206,0.3);
}
.alert-success .alert-link, .alert-success a {
	color: #2f3052;
}
.alert-warning {
	color: #97632d;
	background-color: #FEE4C9;
	border-color: rgba(252,165,75,0.2);
}
.alert-warning .alert-link, .alert-warning a {
	color: #97632d;
}
.alert-danger {
	color: #762b32;
	background-color: #F9CCD0;
	border-color: rgba(237,87,100,0.2);
}
.alert-danger .alert-link, .alert-danger a {
	color: #762b32;
}
.alert-info {
	color: #005970;
	background-color: #E5F7FB;
	border-color: rgba(0,179,224,0.2);
}
.alert-info .alert-link, alert-info a {
	color: #005970;
}


/* Tabs & Pills */
ul.nav-pills {
	margin-left: 0;
}
.nav-item{
	margin: 0;
}
.nav-link{
	padding: 10px 20px;
	background-color: #f7f4ee;
	font-weight: 600;
	margin-right: 10px;
	border-radius: 10px;
	color: #1D2228;
}
.nav-pills .nav-link {
	font-size: 1rem;
	border-radius: 10px;
	padding: .375rem .75rem;
	margin-bottom: .375em;
}
.nav-pills .nav-link{
	color: #1D2228;
}
.nav-pills .nav-link.active{
	background-color: #6ab2ca;
	color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #6ab2ca;
}


/* Checkbox */
.form-checkbox {
	line-height: 2em;
}
.form-checkbox input[type="checkbox"] {
	outline: none;
	position: relative;
	width: 1.5rem !important;
	height: 1.5rem !important;
	-webkit-appearance: none;
	appearance: none;
	padding: 0 !important;
	top: 0;
	border-radius: 4px !important;
	overflow: hidden;
}
.form-checkbox input[type="checkbox"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	border: 2px solid #333;
	width: 100%;
}
.form-checkbox input[type="checkbox"]:checked::before {
	background-color: #333 !important;
}
.form-checkbox input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	top: 40%;
	left: 50%;
	width: 40%;
	height: 60%;
	border: solid white;
	border-width: 0 0.3rem 0.3rem 0;
	z-index: 20;
	transform: translate(-50%, -50%) rotate(30deg);
	box-sizing: border-box;
}
.form-check-desc small,
.lms-list-checkbox-desc small {
	margin-top: -8px !important;
	margin-bottom: 10px;
	margin-left: 31px;
	display: block;
}
/*Checkbox trash and overflow.*/
.input-group-prepend {
	margin-right: 0 !important;
}
.input-group-text, .custom-file-label {
	border-radius: 10px;
}
.input-group-text {
	border: 0 !important;
}
.lms-input-group-text-trash-cont{
	padding: 0;
	position: relative;
	width: 48px;
	height: 48px;
}
.lms-input-group-text-trash-cont input[type="checkbox"]{
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%!important;
	height:100%!important;
	background-color:transparent;
	margin:0;
	border-radius: 10px 0 0 10px !important;
}
.lms-input-group-text-trash-cont input[type="checkbox"]::before{
	content: '\f2ed';
	font-family: "Font Awesome 6 Free";
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	font-size: 20px;
	color:#e4000f;
}
.lms-input-group-text-trash-cont input[type="checkbox"]:checked::before{
	color:#fff;
	background-color:#e4000f!important;
	font-size: 20px;
}
.lms-input-group-text-trash-cont input[type="checkbox"]:checked::after{
	display:none;
}
.lms-input-group-disabled-msg{
	position:relative;/*Not needed, .input-group have it.*/
}
.lms-input-group-disabled-msg::before{
	content:attr(data-disabled-msg);
	position:absolute;
	z-index:20;
	top:0;
	bottom:0;
	left:var(--lms_prepend_width,48px);
	right:0;
	background-color:#e4000f;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	padding: 0 2px;
}



/* Radios */
.form-radio {
	line-height: 2em;
}
.form-radio input[type="radio"] {
	outline: none;
	position: relative;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
}
.form-radio input[type="radio"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	border: 2px solid #333;
	border-radius:50%;
	margin: 0;
	width: 100%;
	height: 100%;
}
.form-radio input[type="radio"]:checked::before {
	background-color: #333;
}
.form-radio input[type="radio"]:checked::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border: 0.35rem solid white;
	background-color: white;
	z-index: 20;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}


/* Custom Input Group */
.form-control-light {
	background-color: #f2f2f2;
}
.form-control-light:focus {
	background-color: #fefefe;
}
.form-group {
	margin-bottom: 20px;
}
.form-field-info {
	position: absolute;
	font-size: 0.7em;
	margin-left: 3px;
	display: inline-block;
	line-height: 16px;
}
.input-with-icon {
	position: relative;
}
.input-with-icon input,
.input-with-icon select {
	padding-left: 42px;
}
.input-with-icon i {
	position: absolute;
	font-size: 19px;
	left:13px;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #c5c5c5;
}
.input-with-icon label{
	display: block;
}
.input-with-icon input:focus + i,
.input-with-icon select:focus + i s{
	color: #454545;
}
select.form-control {
	display: inline-block;
	vertical-align: middle;
	/* background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%231d3239' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/10px 12px no-repeat; */
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='448' height='512' viewBox='0 0 448 512'%3e%3cpath fill='%231d3239' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3e%3c/svg%3e") right .75rem center/15px 20px no-repeat;
	-webkit-appearance: none;
	appearance: none;
	font-family: 'Inter' !important;
	padding-right: 35px;
}
select, option {
	font: -moz-pull-down-menu !important;
}


/* Custom File Group */
.custom-file{
	height: 48px;
}
.custom-file-input {
	cursor: pointer;
	height: 100%;
}
.custom-file-label {
	height: 48px;
	padding: 0.5rem 0.93rem;
	line-height: 30px;
	font-size: 19px;
	color: #ced4da;
	font-weight: 500;
}
.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: inherit;
	padding: 0.5rem 0.93rem;
	line-height: 30px;
	color: #666;
	font-weight: 600;
	content: "\f382" !important;
	font-size: 1.3em;
	font-family: "Font Awesome 6 Free";
	background-color: #efefef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
}
.invalid-feedback {
	line-height: 1rem;
}
.custom-file-input:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label, 
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
	border-color: #aaa;
	box-shadow: unset;
}
.custom-control label {
	line-height: 23px;
}
.custom-switch {
	padding-left: 1.2rem;
	margin-bottom: 5px;
}
.custom-switch .custom-control-label {
	padding-left: 6px;
}
.custom-switch .custom-control-input:checked~.custom-control-label::before{
	background-color: #6ab2ca;
	border-color: #6ab2ca;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before{
	background-color: transparent;
}
.custom-switch .custom-control-label::before{
	transform: scale(1.3);
}
.form-check-label {
	font-size: 1rem;
	display: inline-block;
	margin-bottom: 0;
	margin-left: 8px;
}
.form-check-input {
	margin-top:0;
}


/* Custom Element Fix */
input[type="radio"], input[type="checkbox"] {
	border: 0px;
}
.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #6ab2ca;
	border-color: #6ab2ca;
}
.form-switch {
	margin-left: 20px;
}

.form-control::placeholder {
	color: #ccc;
}


/* Sitemap Page Fix */
.wsp-pages-title {
	font-size: 1.6em;
	margin-bottom: 10px;
}
.wsp-container {
	margin-bottom: 50px;
}
.wsp-container ul a {
	color: #333;
	font-size: 1em;
	text-decoration: none;
}
.wsp-container li {
	margin-bottom: 5px;
}


/* Eduma Fixes */
.row>.site-main.alignright {
	order: 1;
}
.thim-course-tabs .nav-tabs {
	display: block;
}
.top_site_main {
	padding-top:0!important;/*JS set fix*/
	background-position: center center;
	background-color: transparent;
	min-height: auto;
	color: #333;
}
.top_site_main > .overlay-top-header {
	background: transparent;
}
@media (min-width: 992px) {
	.menu-mobile-effect.navbar-toggle {
		display: none;
	}
}
.top_site_main .page-title-wrapper .page-title {
	padding-left: 0px;
	font-size: 2rem;
	line-height: 2.2rem;
}
.top_site_main .page-title-wrapper .page-title::before {
	content: "";
	width: 0px !important;
}


/* LearnPress Fixes */
.content-item-wrap {
	width: 100% !important;
	max-width: 1024px;
}
.content-item-wrap h1 {
	line-height: initial;
}
.content-item-wrap h2 {
	font-size: 2rem !important;
	font-weight: 500;
	line-height: initial;
}
.content-item-wrap h3 {
	font-size: 1.75rem !important;
	font-weight: 500;
	line-height: initial;
}
.content-item-wrap h4 {
	font-size: 1.5rem !important;
	font-weight: 500;
	line-height: initial;
}
.content-item-wrap h5 {
	font-size: 1.25rem !important;
	font-weight: 500;
	line-height: initial;
}
.viewing-course-item .content-item-wrap {
	margin-top: 0px !important;
}
.content-item-wrap .content-item-description {
	font-size: 1.1em;
	font-family: 'Inter' !important;
}
.content-item-wrap .content-item-description p {
	margin: 0 0 10px 0;
	color: #333;
	font-size: 1em;
	font-weight: 400;
	line-height: 26px;
}
.content-item-wrap .content-item-summary {
	padding-top: 20px !important;
}
body.course-item-popup #learn-press-content-item .content-item-wrap .content-item-summary {
	max-width: 100% !important;
}
body.learnpress-page .widget-area aside::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-index: 3;
	background-color: transparent !important;
}
body.learnpress-page .widget-area aside::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0px;
	background-color: transparent !important;
}
body.learnpress-page .widget-area aside {
	padding: 0;
	margin-bottom: 30px;
}


/* Toolbar */
.site-header, #masthead {
	background-color: #e34c11 !important;
}
.lms-site-header-space {
	background-color:#e34c11;
}
body.home .lms-site-header-space,
body.tax-course_category .lms-site-header-space,
body.post-type-archive-lp_course .lms-site-header-space{
	background-color:#e34c11;
}
.site-header>.cat-toolbar {
	height:3rem;
	line-height:3rem;
	overflow:hidden;
	background-color:#6ab2ca;
	transition:height 0.3s linear;
}
.site-header.affix>.cat-toolbar {
	height:0;
}
.lms-mobile-show-header-profile-menu #masthead.affix.menu-hidden {/*Fix hidden sticky sidebar.*/
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	transition:all 0s;
}
.cat-toolbar-cats-cont a {
	color: #f1f1f1;
	font-weight: 600;
	padding-right: 20px;
	white-space: nowrap;
}
.cat-toolbar-cats-cont a:hover {
	color: #e6e6e6;
	text-decoration: none;
}
.cat-toolbar-cat-item-all {
	float: right;
	opacity: 0.7;
	font-weight: 300 !important;
}


/* Login & Register */
.lms-thim-login-btn-close {
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 15px;
	font-size: 2.2em;
	font-weight: 700;
	color: #333;
}
.lms-thim-login-btn-close:hover {
	text-decoration: none;
}
.lms-login-form-cont {
	max-width: 500px;
	margin: 40px auto;
	margin-bottom: 50px;
	box-shadow:0 4px 10px rgba(0,0,0,0.25) !important;
	padding: 20px 0;
	border-radius: 10px;
}
.lms-login-form-nav-pills {
	justify-content: center;
}
.thim-login form > a.lost-pass-link, .thim-register form > a.lost-pass-link, 
#learn-press-form-login > a.lost-pass-link {
	margin-top: -2px !important;
	margin-bottom: 16px !important;
	line-height: unset !important;
	font-weight: 600 !important;
}
#pills_register_cont .form-checkbox label {
	margin-bottom: 17px;
	margin-top: 0px;
}
.thim-popup-inner .form-checkbox label {
	margin-bottom: 21px;
	margin-top: 5px;
}
.thim-login form p.login-remember input[type="checkbox"],
.thim-register form p.login-remember input[type="checkbox"],
#learn-press-form-login p.login-remember input[type="checkbox"] {
	border: 0px;
}
.thim-login form input[type="submit"],
.thim-register form input[type="submit"],
#learn-press-form-login input[type="submit"] {
	border-radius: 10px !important;
}
.lms-login-msg:not(:empty),
.lms-register-msg:not(:empty) {
	margin-bottom: 15px;
	text-align: center;
	font-weight: 600;
	border: 2px solid #333;
	padding: 8px;
	border-radius: 10px;
	color: #333;
}
.popup-login-wrapper.await-response::after{
	content:'';
	display:block;
	position:absolute;
	z-index:10;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.5);
}
.lms-login-form-cont .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #333;
	background-color: transparent;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 3px solid #69b2ca;
	border-radius: 0;
}
.lms-login-form-cont .nav-pills .nav-link {
	font-size: 20px;
	font-weight: 300;
	border-radius: 10px;
	padding: .375rem .75rem;
	margin-bottom: .375em;
	border-radius: 0;
}
.thim-login input,
.thim-register input {
	border-radius: 10px !important;
}
.lms-field-required-with-feedback{
	position:relative;
}
.lms-field-required-with-feedback .invalid-feedback{
	position:absolute;
	z-index:1;
	top:100%;
	left:0;
}
.was-validated.has-invalid-feedback .form-control:invalid {
	margin-bottom: 2em !important;
}
.was-validated #show_pass {
	right: 35px !important;
}
.learnpress-profile .woocommerce-error {
	margin-left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.learnpress-profile .woocommerce-notices-wrapper>ul {
	margin-top: 1rem;
}
.learnpress-profile .woocommerce-error>li {
	text-align: left;
	font-weight: 600;
	background-color: transparent;
	padding: 8px 32px;
	margin-bottom: 0px;
	color: #000;
}

.was-validated select.form-control:valid, select.form-control.is-valid {
	background-position: right calc(.375em + .1875rem) center !important;
}


/* Lang & Currency */
.thim-link-login.has_sub_info .profile img, .wishlist-icon-cont .wishlist-icon-link,
.attc-lang-switcher-current, .adv-search-mobi,.attc-lang-switcher-text, 
.attc-currency-switcher-btn, .widget_shopping_cart .minicart_hover {
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.thim-link-login.has_sub_info .profile img {
	width: 42px;
	height: 42px;
	border-radius: 50% !important;
}
.attc-lang-switcher-btn{
	display: block;
	width: 42px;
	height: 42px;
}
.attc-lang-switcher-current, .attc-lang-switcher-text {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.attc-lang-switcher-current{
	display: none;
}
.attc-lang-switcher-text {
	display: flex;
	align-items:center;
	justify-content:center;
	background-color:white;
	color: #333;
	font-size: 15px;
		font-weight: 700;
}
.attc-lang-switcher-btn:hover .attc-lang-switcher-current {
	display: block;
}
.attc-lang-switcher-btn:hover .attc-lang-switcher-text {
	display: none;
}
.attc-currency-switcher-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	width: 42px;
	border-radius: 50%;
	background-color: #fff;
}
.attc-currency-switcher-label {
	font-size: 15px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
.att-pl-lang-switcher {
	margin-bottom: 10px;
}
.att-pl-lang-switcher .modal-item {
	font-size: 17px;
	width: 200px;
}
.att-pl-lang-switcher .lang-item {
	padding: 10px 20px;
	border: 1px solid transparent;
	display: block;
	color: #333;
	text-decoration: none;
}
.att-pl-lang-switcher .lang-item.current-lang {
	border: 1px solid #333;
}
.att-currency-switcher {
	margin-bottom: 10px;
}
.att-currency-switcher .modal-item {
	font-size: 17px;
	width: 250px;
}
.att-currency-switcher a:not(.attc-modal-currency-link-current):hover,
.att-pl-lang-switcher a:not(.current-lang):hover {
	background-color: #f6f6f6;
}
.att-currency-switcher .attc-modal-currency-link {
	padding: 10px 20px;
	border: 1px solid transparent;
	display: block;
	color: #333;
	text-decoration: none;
}
.att-currency-switcher .attc-modal-currency-link-current {
	border: 1px solid #333;
}


/* Main Menu */
.lms-header-navigation-inner a {
	text-decoration: none;
}
.thim-link-login .register,
.thim-link-login .login {
	font-size: 17px;
	color: #333;
	margin-right: 12px;
}
.lms-menu-main {
	list-style:none;
	margin:0;
	display:flex;
	align-items:center;
}
.lms-menu-main-right {
	flex-grow:4;
	flex-shrink:4;
}
.lms-menu-main-right-sidebar {
	list-style:none;
	margin:0;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

.lms-menu-main-right-sidebar > li {
	margin-bottom:0;
}
.lms-menu-main-right-sidebar > li > .textwidget {
	margin-right:12px;
}
.lms-menu-main-right-sidebar > li > .textwidget:empty {
	display: none;
}
.lms-menu-main-right-sidebar > li:first-child {
	margin-left:0;
}
.lms-menu-main-right-sidebar > li:last-child {
	margin-right:0;
}
.lms-menu-main-right-sidebar > .widget_text > .textwidget {
	display:flex;
	align-items:center;
}
.thim-widget-login-popup {
	display: flex;
}
.lms-menu-main-right-sidebar > .widget_text > .textwidget > div,
.thim-widget-login-popup > div {
	flex-shrink: 0;
}
.lms-menu-main-right-sidebar > .adv-search-cont {
	flex-grow:4;
	flex-shrink:4;
}
@media (max-width: 767.98px) {
	.user-links-cont {
		display:none;
	}
}
.lms-menu-main-right-sidebar .adv-search-form {
	width:100%;
}
.lms-menu-main-right-sidebar .adv-search-form>.input-group {
	width:100%;
	display:flex;
	align-items:center;
}
.lms-menu-main-right-sidebar .adv-search-form>.input-group>.input-group-preppend{
	margin-right:0.25em;
}
.lms-header-navigation-inner{
	display:flex;
	align-items:center;
}
.lms-header-navigation-inner .menu-mobile-effect.navbar-toggle{
	position:relative;
	top:auto;
	right:auto;
	transform:none;
	float:none;
}
.top_site_main .page-title-wrapper {
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: left;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}
.top_site_main .lms-page-profile-header-wrapper {
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 20px;
}
.top_site_main .lms-page-become-header-wrapper {
	margin-bottom: 20px;
	padding: 50px 0 15px 0;
}
.lms-page-become-header-desc p {
	line-height: 22px;
	overflow: hidden;
	height: 6em;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.page-title-wrapper .breadcrumbs-wrapper #breadcrumbs {
	padding: 0px;
	margin: 8px;
	border-bottom: 0px;
	font-size: 1.1em;
	font-weight: 300;
	color: #888;
}
.page-title-wrapper .breadcrumbs-wrapper #breadcrumbs a:hover {
	color: #fff !important;
	text-decoration: none;
}


/* Advanced Search Header */
.tab-content.adv-search-tabs-cont {
	padding: 10px 20px;
}
#search-form #search-input {
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.adv-search-form .adv-search-icon {
	color: #333 !important;
}
.adv-search-form .adv-search-input {
	background-color:#fff;
	padding-right:45px;
	border-radius:22px;
	height: 44px;
	font-size: 17px;
}
.adv-search-form .att-header-adv-search-button {
	position:absolute;
	z-index:1;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right:10px;
	height:34px;
	width:34px;
	border-radius: 50%;
}
.adv-search-form .att-header-adv-search-button:hover {
	background-color: #f3f3f3;
}
.adv-search-form .att-header-adv-search-button>i {
	left:50%;
	transform:translate(-50%,-50%);
}
.adv-search-form .att-header-adv-search-button:hover>i {
	color:#aaa;
}
.att-header-adv-search-cont .tab-pane-label {
	margin: 15px 0;
}
.att-header-adv-header{
	display:flex;
	align-items:center;
	margin-bottom:2em;
}
.att-header-adv-header .thim-logo {
	flex-shrink: 0;
	width: 60px;
}
.att-header-adv-header-title{
	margin-left:0.6em;
	margin-bottom:0;
}
.adv-search-popup-cont {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
}
.adv-search-popup-cont>button {
	margin-top:0;
	width:auto;
	margin-left:10px;
}
.adv-search-popup-input {
	background-color: transparent;
	border: 1px solid #333 !important;
	padding-left: 22px;
	border-radius: 10px !important;
	height: 44px;
	font-size: 17px;
	flex-grow:4;
	width: 100%;
}
.adv-search-mobi {
	margin-left: auto;
	overflow: hidden;
}
.att-header-adv-search-mobi-button {
	font-size: 18px;
	color: #333;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.adv-search-custom-masonry{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
}
.adv-search-custom-blocks-cont{
	display:flex;
	flex-wrap:wrap;
}
.adv-search-tabs-cont .lms-list-checkbox-item,
.lms-course-filter-form-content .lms-list-checkbox-item{
	display:flex;
	align-items:center;
}
.adv-search-tabs-cont .lms-list-checkbox-item input[type="checkbox"],
.adv-search-tabs-cont .lms-list-checkbox-item input[type="radio"],
.lms-course-filter-form-content .lms-list-checkbox-item input[type="checkbox"],
.lms-course-filter-form-content .lms-list-checkbox-item input[type="radio"]{
	flex-shrink:0;
	margin:0;
}
.adv-search-tabs-cont .lms-list-checkbox-item label,
.lms-course-filter-form-content .lms-list-checkbox-item label{
	margin-bottom:0;
}
.adv-search-items-cont {
	max-height: max(calc(100vh - 300px),500px);
	overflow-y: auto;
}
.adv-search-custom-blocks-cont>div{
	width:100%;
}
@media(min-width:768px) {
	.adv-search-custom-masonry>div,
	.adv-search-custom-blocks-cont>div{
		width:50%;
	}
}
@media(min-width:992px) {
	.adv-search-custom-masonry>div,
	.adv-search-custom-blocks-cont>div{
		width:33%;
	}
}
@media(min-width:1200px) {
	.adv-search-custom-masonry>div,
	.adv-search-custom-blocks-cont>div{
		width:25%;
	}
}
.adv-search-group-cont {
	margin-top: 20px;
}


/* Top Category Menu */
li.lms-category-menu-cont {
	position:relative;
}
.lms-category-menu-cont ul {
	list-style:none;
	margin:0;
	min-width:250px;
	width: max(100%,250px);
	white-space:nowrap;
	outline:1px solid var(--lms-border-color,#bbb);
	background-color:white;
}
.lms-category-menu-cont>ul {
	transition:margin-top 0.3s 0.3s,opacity 0.3s 0.3s,transform 0s 0.6s;
	margin-top:3em;
	opacity:0;
	transform:scale(0);
}
.lms-category-menu-cont>ul::after,
.widget_shopping_cart .widget_shopping_cart_content::after {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	width:8px;
	height:8px;
	border-left:1px solid var(--lms-border-color,#bbb);
	border-top:1px solid var(--lms-border-color,#bbb);
	background-color: white;
	transform:rotate(45deg) translateY(1px);
}
.lms-category-menu-cont>ul::after{
	top: -6px;
	left: 1.8em;
}
.adv-search-mobi,
.widget_shopping_cart .minicart_hover,
.wishlist-icon-cont .wishlist-icon-link {
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	width: 42px;
	border-radius: 50%;
	background-color: #fff;
}
.lms-course-button-msg ~ .course-wishlist-box {
	display: none !important;
}
.course-swiper-author .ellipsis {
	width: 80%;
	margin: 0 auto;
}
.thim-course-grid .course-item .thim-course-content .course-author .lms-default-avatar-cont::after,
.course-swiper-author .lms-default-avatar-cont::after{
	top:calc(50% - 25px);
}
.thim-login-popup>.profile .lms-default-avatar-cont::after{
	font-size:15px;
}
.thim-login-popup>.lms-header-profile-menu .lms-default-avatar-cont::after{
	font-size:32px;
}
.lp-user-profile-avatar .lms-default-avatar-cont::after{
	top:calc(50% + 3px);
	font-size:32px;
}
.mobile-menu-container .lms-default-avatar-cont::after{
	font-size:30px;
}
.course-author .lms-default-avatar-cont::after,
.course-swiper-author .lms-default-avatar-cont::after{
	font-size:20px;
}
.lms-course-tab-owner-avatar .lms-default-avatar-cont::after{
	font-size:22px;
}
.review-author .lms-default-avatar-cont::after {
	top: calc(50% - 5px);
	left:calc(50% - 3px);
	font-size:15px;
}
.widget_shopping_cart .widget_shopping_cart_content::after{
	right: 1.15em;
}
.thim-link-login.has_sub_info .user-info li a {
	display: flex !important;
	align-items: center;
	max-width: 250px;
}
.thim-link-login.has_sub_info .user-info li a > strong {
	flex-grow: 4;
}
.lms-header-profile-menu .user-info {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}
.lms-category-menu-cont > ul > li {
	font-size:1.1em;
	font-weight: 300;
}
.lms-category-menu-cont li {
	list-style:none;
	text-align:left;
	position:static;
	padding:1.2em 1em 0 1.2em;
}
.lms-category-menu-cont li:last-child {
	padding:1.2em 1.2em 1.2em 1.2em;
}
.lms-category-menu-cont ul {
	position:absolute;
	z-index:1000;
	top:calc(100% + 0.3em);
}
.lms-category-menu-cont>ul ul {
	min-height:100%;
}
.lms-category-menu-cont li>ul {
	top:0;
	left:100%;
	transform:scale(0);
	transform-origin:left;
	transition:transform 0s 0.3s;
}
.lms-category-menu-cont:hover>ul {
	margin-top:0;
	opacity:1;
	transform:scale(1);
	transition:margin-top 0.3s 0.3s,opacity 0.3s 0.3s,transform 0s 0.3s;
}
.lms-category-menu-cont>ul li:hover>ul{
	transform:scale(1);
}
.lms-category-menu-cont:hover::after{/*To have more place for hover effect.*/
	content:'';
	z-index:1;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	height:4em;
}
.lms-category-menu-cont{
	flex-grow:0;
	flex-shrink:0;
	margin: 0 0 0 1em;
}
@media only screen and (max-width: 991px) {
	.lms-category-menu-cont {
		margin: 0 15px;
	}
}
.lms-category-menu-cont ul a {
	color: #333;
}
.lms-category-menu-main-opener {
	font-size: 17px;
	color: #333;
	display:block;
	height: 46px;
	line-height: 46px;
	padding:0 1.5em;
}
.lms-category-menu-cont .cat-item>a{
	display:block;
	position:relative;
	padding-right:1.5em;
	line-height:1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lms-category-menu-cont .cat-item>a::after{
	content:'\f105';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.lms-category-menu-cont .cat-item-all {
	font-weight: 700 !important;
}
.lms-category-menu-cont .cat-item-all a {
	color: #ccc;
}
.lms-category-menu-cont ul > li:nth-child(n+11) {
	display: none;
}
.lms-category-menu-cont ul > li.cat-item-all {
	display: block !important;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li {
	padding: 10px 10px 10px 0 !important;
	width: 100%;
}


/* Sidebar Category Menu */
.menu-item-all a {
	color: #ccc !important;
	font-weight: 700;
}
.mobile-menu-container>.navbar-nav>.menu-item{
	font-size: 1.1em;
}
.mobile-menu-container .menu-item {
	width:100%;
	font-weight: 300;
	padding: 0 1em 0 0;
}
.mobile-menu-container .menu-item>a {
	display:block;
	position:relative;
	padding-right:1.5em;
	line-height:1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mobile-menu-wrapper ul li .icon-toggle {
	z-index: 1;
}


/* Top Header Bar Notices */
.lms-notice-toolbar {
	padding-top: 10px;
	padding-bottom: 10px;
}
.lms-notice-toolbar-container{
	display: flex;
	justify-content: center;
	position: relative;
}
.lms-notice-toolbar-text {
	margin-right: 0.5rem;
}
.lms-notice-toolbar-closer {
	font-size: 25px;
	position: absolute;
	z-index: 1;
	right: 0.5rem;
	top: 40%;
	transform: translateY(-50%);
}
.lms-notice-toolbar-default {
	background-color:#6ab2ca;
	color:#fff;
}
.lms-notice-toolbar-default a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}
.lms-notice-toolbar-blue {
	background-color:#6ab2ca;
	color:#333;
}
.lms-notice-toolbar-blue a {
	text-decoration: none;
	color: #333;
	font-weight: 700;
}
.lms-notice-toolbar-gray {
	background-color:#aaa;
	color:#333;
}
.lms-notice-toolbar-gray a {
	text-decoration: none;
	color: #333;
	font-weight: 700;
}
.lms-notice-toolbar-dark {
	background-color:#343a40;
	color:#fff;
}
.lms-notice-toolbar-dark a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}
.lms-notice-toolbar-yellow {
	background-color:#ffcc00;
	color:#333;
}
.lms-notice-toolbar-yellow a {
	text-decoration: none;
	color: #333;
	font-weight: 700;
}
.lms-notice-toolbar-red {
	background-color:#e4000f;
	color:#fff;
}
.lms-notice-toolbar-red a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}


/* Advanced Search */
.att-header-adv-search-cont{
	position:fixed;
	top:0;
	left:0;
	right:0;
	max-height:0;
	height:0;
	z-index:20000;
	overflow-y:hidden;
	margin-right:0!important;
	background-color:white;
	transition:max-height 0.2s,height 0.2s;
}
.att-header-adv-search-cont-inner{
	padding:10px 15px;
}
body.adv-search-active{
	overflow:hidden;
	height:100vh;
}
body.adv-search-active .att-header-adv-search-cont{
	overflow-y:auto;
	max-height:100vh;
	height:100vh;
}
.att-header-adv-search-cont-inner .nav.nav-tabs {
	display: flex;
	margin: 40px 0 0 0 !important;
	padding: 0 !important;
	background: #eee;
	list-style: none !important;
}
.att-header-adv-search-cont-inner .nav-item a.active::before {
	content: "";
	height: 3px;
	width: 100%;
	background-color: #ffb606;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
}
.att-header-adv-search-cont-inner .nav-item a.active {
	color: #333;
	background: #fff;
}
.adv-search-close {
	display: none;
	font-size: 25px;
	color: #333;
	font-weight: 700;
	text-decoration: none;
}
.adv-search-close:hover {
	color: #666;
	text-decoration: none;
}
body.adv-search-active .adv-search-close{
	display:inline-block;
}
.att-header-adv-search-cat-sub-cont{
	margin-left:2em;
}
.att-header-adv-search-cont .att-checkbox>label{
	display:flex;
}
.att-header-adv-search-cont .att-checkbox input {
	scale: 0.66 !important;
	cursor: pointer;
}
.att-header-adv-search-cont .att-checkbox span {
	font-size: 14px !important;
	padding-left: 6px;
	cursor: pointer;
}
.att-header-adv-search-cont .att-search-submit {
	text-align: center;
	padding-bottom: 35px;
}


/* Menu User Links */
.user-links-cont a {
	font-size: 17px;
	margin: 0 10px;
	color: #333;
	white-space: nowrap;
}
.wishlist-icon-cont{
	position:relative;
}
.wishlist-icon-cont a {
	color: #333;
}
@media only screen and (max-width: 991px) {
	.menu-mobile-effect {
		margin-left: 10px !important;
	}
	.width-navigation {
		margin-right: 15px;
	}
}


/* Footer & Menu Logged */
footer#colophon {
	background-color: #172133;
}
.logo-footer img {
	max-width: 100px;
}
footer.has-footer-bottom {
	margin-bottom: 0px !important;
}
.footer-mobi-logged {
	position: fixed;
	z-index:10;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #333;
}
.footer-mobi-logged-waraper a {
	color: #333;
	display: block;
}
.footer-mobi-logged-waraper a:hover {
	color: #333;
	text-decoration: none;
}
.footer-mobi-logged-waraper .footer-mobi-ico {
	font-size: 1.8em;
}
.footer-nav a, .footer-nav-logged a, .footer-mobi a {
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	padding-top: 9px;
}
.footer-nav a:hover, .footer-nav-logged a:hover, .footer-mobi a:hover {
	color: #ffcc00;
}
.footer-nav aside, .footer-nav-logged aside, .footer-mobi aside {
	margin-bottom: 30px;
}
.footer-mobi-logged-space {
	height:66px;
}
.footer-nav ul, .footer-nav ul,
.footer-nav-logged ul, .footer-nav-logged ul,
.footer-mobi ul, .footer-mobi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav .footer-nav-menu,
.footer-nav-logged .footer-nav-menu,
.footer-mobi .footer-nav-menu {
	margin-top: 30px;
	font-size: 0.9em;
}
.footer-nav .widget-title,
.footer-nav-logged .widget-title,
.footer-mobi .widget-title {
	color: #fff;
}
.footer-nav-logos {
	margin-top: 32px;
}
.footer-nav .footer-nav-logos img,
.footer-nav-logged .footer-nav-logos img,
.footer-mobi .footer-nav-logos img {
	height: 40px;
}
.footer-nav-logos img {
	max-height: 44px;
}
.footer-eu-icons {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-eu img {
	height: 66px;
}
@media only screen and (max-width: 768px) {
	.width-logo.footer-nav-logo {
		margin-left: -50px;
	}
	.footer-eu-text, .footer-eu-icons {
		display: block;
		text-align: center;
	}
	.yikes-easy-mc-form.yikes-mailchimp-form-inline {
		margin: 0 auto;
	}
}
.footer-nav-logo .thim-logo img {
	width: 100px;
	max-width: 100px;
}
.footer-social {
	margin-top: -5px;
	margin-bottom: -20px !important;
}
.footer-social li {
	display: inline-block;
	margin-right: 12px;
	font-size: 22px;
}
.footer-social li a {
	color: #fff !important;
}
.footer-copyrights {
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
}
.footer-contacts .menu-item i {
	color: #fff;
	font-size: 0.9em;
	padding-right: 5px;
	width: 22px;
	opacity: 0.3;
}


/* Swiper Styles */
.swiper-pagination-bullet {
	background-color: #b8dee9;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #2e6f8c;
	width: 20px;
	height: 10px;
	border-radius: 25px;
	opacity: 1;
}
.owl-dots.owl-pagination {
	display: none;
}
.swiper-horizontal > .swiper-pagination-progressbar, 
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: auto;
	bottom: 0 !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #333 !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left bottom !important;
}
.swiper-slider .swiper-slide-img {
	height: 400px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}
.lms-swiper-slider-overview-cont .swiper-wrapper {
	margin-bottom:40px;
}
.lms-swiper-slider-overview-cont .lms-swiper-slide-overview {
	max-width: 100%;
	aspect-ratio: 16/9;
	max-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lms-swiper-slider-overview-cont .lms-swiper-slide-overview-img {
	max-width: 100%;
	max-height: 100%;
}
.swiper-slider a, .swiper-slider a:hover {
	text-decoration: none !important;
	color: #333;
}
.swiper-slider .swiper-slide-item {
	position: absolute;
	z-index: 10;
	left: 1em;
	top: 6em;
	max-width:calc(50% - 4em);
	padding: 1em;
}
.swiper-slider .swiper-slide-title {
	font-weight: 600;
}
.swiper-slider .swiper-slide-desc {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 300;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
	.swiper-slider .swiper-slide {
		display: flex;
		flex-direction: column-reverse;
	}
	.swiper-slider .swiper-slide-item {
		max-width:100%;
		left: 3em;
		top: 3em;
		position: static;
	}
	.swiper-slider .swiper-slide-img {
		background-size: 0, cover;
		position: relative;
	}
	.swiper-slider .swiper-slide-img:after {
		content: '';
		display: block;
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		bottom: 0;
		height: 50px;
		background-image: linear-gradient(to top,white,transparent);
	}
}
.swiper-courses-wrapper {
	padding: 10px 0 40px 0;
}
.swiper-courses a, .swiper-courses a:hover	{
	text-decoration: none !important;
	color: #333;
	display: block;
}
.swiper-courses .filter-swiper-courses {
	list-style: none;
	margin: 0;
	display: inline-flex;
}
.swiper-courses .filter-swiper-courses-tab {
	font-size: 1.2em;
	padding: 0 4px;
	margin-bottom: 0.8em;
	font-weight: 600;
	margin-right: 16px;
	line-height: 36px;
	position: relative;
}
.swiper-courses .filter-swiper-courses-tab.filter-active::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1000;
    height: 4px;
    background-color: #333;
    border-radius: 4px;
}

.swiper-courses .course-swiper-thumb img {
	width: 100%;
	height: 175px;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.thim-course-grid .course-item .thim-course-content {
	position: relative;
	border: 0px;
	outline: 1px solid #333;
	border-radius: 10px !important;
	margin-top: -10px;
	z-index: 2;
	flex-grow: 4;
	background-color: #fff;
}
.swiper-courses .course-swiper-title h5,
.thim-course-grid .course-item .thim-course-content .course-title {
	font-size: 1.2em;
}
.thim-course-grid .course-item,
.product-grid .content__product {
	text-align: center;
	box-shadow: none;
	height: 100% !important;
	border: 1px solid #333 !important;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.swiper-courses .course-swiper-title {
	line-height: 22px;
	overflow: hidden;
	height: 2.9em;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0 20px;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.swiper-courses .course-swiper-author {
	color: #aaa;
	font-size: 0.9em;
}
.logo-item:hover {
	color: #888;
	text-decoration: none;
}
.logo-item .logo-thumb {
	text-align: center;
}
.logo-item .logo-title {
	color: #333;
	text-align: center;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 5px;
}
.logo-item .logo-thumb img {
	height: 140px;
	object-fit: contain;
}
#thim-course-archive .course-item .course-stars .attc-rating-cont {
	margin-top: 5px;
	display: block;
}
.course-stars .attc-rating-value {
	font-weight: 700;
}
.course-stars .attc-rating-stars {
	color: #ffcc00;
}
.course-item .course-price {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 43px;
}
.course-swiper-meta {
	height: 190px;
	border:0;
	outline:1px solid #333;
	border-radius: 10px;
	margin-top: -15px;
	background-color: #fff;
	padding-bottom: 15px;
	position:relative;
}
.course-swiper-price .course-price .value,
.course-swiper-price .course-price .free-course,
.thim-course-grid .course-price .value,
.thim-course-grid .course-price .free-course {
	font-size: 1.2em;
}
.course-price .free-course {
	font-size: 1em;
	font-weight: 600;
	color: #bbb;
}
.course-price .value {
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.course-price .price {
	font-size: 1.1em;
	font-weight: 800;
}
.course-price .course-origin-price {
	color: #bbb;
	font-size: 0.9em;
	font-weight: 400;
}
.course-price .lms-course-discount-percent {
	color: #333;
	font-size: 0.8em;
	font-weight: 600;
	background-image: linear-gradient(90deg, #ffcc00, #ffa201);
	background-color: #ffcc00;
	padding: 6px 8px;
	border-radius: 10px;
	margin-left: 5px;
}
.course-swipper {
	padding: 0 1px;
	--swiper-pagination-bottom: 0;
}
.course-swipper-double {
	width:100%;
	height:780px;
}
.course-swipper-double .swiper-slide {
	height: auto !important;
}
.swiper-courses .swiper-slide {
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 10px;
}
.swiper-courses .course-stars .attc-rating-value,
.swiper-courses .course-stars .attc-rating-count {
	display: none;
}
.swiper-courses .attc-rating-stars {
	font-size: 75%;
}
.course-item {
	position:relative;
}
@media(max-width: 599.98px) {
	#lp-archive-courses .course-item {
		width: 280px;
		margin: 0 auto;
	}
}
.course-item .course-thumbnail .course-wishlist-box button {
	color: #fff !important;
}
.course-item .course-thumbnail .course-wishlist-box button::before {
	line-height: 20px;
	font-size: 30px;
	margin-right: 0;
	font-weight: 400 !important;
	text-shadow: 1px 1px 1px #333;
}
.course-item .course-thumbnail .course-wishlist-box button.on::before {
	font-weight: 900 !important;
}

.course-item>.course-price {
	margin: 10px 10px 0 0;
}
.course-item>.course-price>.has-origin {
	display:flex;
	flex-direction:column;
	align-items:center;
}
.course-item>.course-price>.has-origin>.course-origin-price {
	margin-right:0;
}
.course-item>.course-price>.value {
	line-height:1;
	margin:0.3em;
}
.course-price>.value {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.course-info-left-payment .course-price>.value {
	justify-content: left;
}


.thim-course-content .course-meta {
	font-size: 0.85em;
}
.thim-course-grid .course-meta {
	font-size: 0.85em;
}
.thim-course-content .course-meta {
	padding: 8px 0 8px;
	margin: 0;
	display: flex;
	justify-content: center;
}
.learn-press .course-meta-single{
	margin-bottom:0;
}
.learn-press .course-meta-single .course-author {
	border: 0;
	margin-bottom: 10px !important;
}
.learn-press .course-meta-single label {
	margin-bottom: 2px;
	font-weight: 600 !important;
}
.learn-press .course-meta-single > div.course-author img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
	object-fit: cover;
}
@media (min-width: 500px) and (max-width: 1200px) {
	.thim-course-grid .course-meta {
		font-size: 0.7em;
	}
	.thim-course-content .course-meta {
		padding: 5px 0 5px;
		margin: 0;
	}
}
.thim-course-content .thim-course-content-date {
	margin-top: 10px;
}
.thim-course-content .thim-course-content-date span {
	font-weight: 700;
}
.learn-press-courses .message.message-error {
	height: 60px;
	font-size: 17px;
	padding: 18px 28px;
}
.thim-course-grid .course-meta .course-origin-price, 
.lp-archive-courses .thim-course-grid .course-meta .course-origin-price {
	padding-left: 5px;
	padding-right: 0;
	color: #999;
	font-size: 1em;
}
.thim-course-grid .course-item .thim-course-content .course-title a:hover {
	text-decoration: none;
}
.thim-course-content .course-meta::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 1px;
	height: 2px;
	width: 100%;
	background: #ddd;
}
.thim-course-content .course-meta::before {
	content: "";
	width: 30px;
	height: 0px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #333;
	z-index: 10;
}



/* All Creators & Vendors */
.lms-creators-wrapper, .lms-vendors-wrapper {
	margin-bottom: 50px;
}
.lms-creators-grid, .lms-vendors-grid {
	display: flex;
	flex-direction: column;
	justify-content:end;
	text-decoration: none;
	color: #333;
	border: 1px solid #333;
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	min-width: 100%;
}
.lms-creators-grid {
	aspect-ratio: 4/3;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.lms-creators-grid:hover, .lms-vendors-grid:hover {
	text-decoration: none;
	color: #333;
}
.lms-creators-info {
	padding: 0 20px 10px 20px;
	background-color:rgba(0,0,0,0.5);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}
.lms-vendors-info {
	padding: 0 20px 10px 20px;
}
.lms-vendors-logo {
	align-self: center;
	flex-grow: 4;
	height: calc(100% - (40px + 2.4rem))
}
.lms-vendors-logo img {
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	object-fit: contain;
	aspect-ratio: 16 / 9;
}
.lms-creators-title, .lms-vendors-title {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
}
.lms-creators-meta, .lms-vendors-meta {
	width: 100%;
}
.lms-creators-meta span, .lms-vendors-meta span {
	padding: 0 5px;
}
.lms-creators-title,.lms-creators-meta{
	color: white;
}
.lms-user-sidebar {
	border-radius: 10px;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.lms-user-avatar {
	text-align: center;
}
.lms-user-avatar img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
}
.lms-user-sidebar-elements {
	margin-top: 15px;
}
.lms-static-top-text {
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.lms-static-content-meta-item {
	padding: 12px 20px;
	margin-bottom: 20px;
	border-radius: 0;
	border: none;
	background: #f9fafc;
	text-align: center;
}
.lms-static-content-meta-counter {
	font-size: 2em;
	margin: 15px 0 10px 0;
	display: inherit;
	font-weight: 500;
	line-height: 1;
	color: #333;
}
.lms-static-content-meta-label {
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 1.3em;
	font-weight: 400;
	margin: 0 0 7px 0;
	padding: 0;
	color: #666;
}
.lms-static-content-bio,
.lms-static-content-about,
.lms-static-content-linked {
	margin: 30px 0;
}
.lms-static-content-courses h2,
.lms-static-content-bio h2,
.lms-static-content-about h2,
.lms-static-content-linked h2 {
	font-size: 1.7em;
	font-weight: 600;
	margin-bottom: 20px;
}
.lms-static-content-avatar {
	float: left;
	overflow: hidden;
	max-width: 100%;
	margin-right: 0 !important;
	margin-bottom: 20px;
}
.lms-static-content-avatar img {
	border-radius: 0%;
	object-fit: contain;
}
.single-lp_vendor .lms-static-content-avatar img {
	border-radius: 50% !important;
	object-fit: cover;
}
.lms-static-content-text {
	margin-left: 100px !important;
	margin-bottom: 20px;
}
.lms-static-content-text-full .lms-static-content-description {
	margin-top: 10px;
}
.lms-static-vendor-logo {
	height: 100px;
	object-fit: cover;
	border-radius: 10px;
}
.lms-static-content-name h2 {
	margin: 0px 0px 10px;
}
.lms-static-content-name h3 {
	font-weight: 700;
	font-size: 1.4em;
	line-height: 25px;
	margin: 0px 0px 10px;
}
.lms-static-content-name a:hover {
	text-decoration: none;
}
.lms-static-content-item {
	display: flex;
	margin-bottom: 10px;
}
.lms-static-job-title {
	font-size: 1.1em;
	margin-top: 10px;
}
.lms-static-page-meta {
	display: inline-flex;
	font-size: 0.9em;
	opacity: 0.5;
	margin-top: 15px;
}
.lms-static-page-meta-item {
	margin-right: 15px;
}
.lms-course-static {
	margin-bottom: 30px;
}
.lms-course-static a, .lms-course-static a:hover {
	text-decoration: none !important;
	color: #333;
}
.lms-course-static .lms-course-static-thumb img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.lms-course-static .lms-course-static-title {
	line-height: 22px;
	overflow: hidden;
	height: 3em;
	margin-top: 5px;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.lms-course-static .lms-course-static-author {
	color: #aaa;
	font-size: 0.9em;
}
.lms-course-static .lms-course-static-price .course-origin-price {
	color: #bbb;
	font-size: 0.9em;
	font-weight: 600;
	margin-right: 5px;
	text-decoration: line-through;
}
.lms-webinar-cover img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	margin-bottom: 10px;
}
.lms-webinar-record-open ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.lms-webinar-record-open li {
	list-style: none;
	margin-right: 15px;
	margin-bottom: 10px;
}
.lms-sidebar-title {
	font-size: 1.8rem;
	line-height: 1.9rem;
	margin-bottom: 0;
}
.lms-sidebar-meta {
	margin-top: 20px;
	margin-bottom: 30px;
}
.lms-sidebar-meta i {
	width: 28px;
	text-align: center;
}


/* Sticky Sidebar */
#lp-single-course #sidebar.sticky-sidebar {
	margin-top:calc(var(--course_info_top_height,280px) * -1 + 40px)!important;
	margin-bottom: 15px !important;
}
.course-info-top, .lms-product-info-top, .top_heading_out {
	position:relative;
	z-index:1;
}
.lp-single-course>.content_course_2 > .row {
	margin-top:0;
}
.thim-style-content-layout_style_3.single-lp_course .content_course_2 #tab-overview{
	padding: 0 20px 0 20px;
	margin-bottom: 35px;
	border: 0;
}
#tab-course-description .thim-course-content p, 
#tab-overview .thim-course-content p, 
#learn-press-course-description .thim-course-content p {
	margin-bottom: 20px;
}
.thim-style-content-layout_style_3.single-lp_course .course-info-top {
	padding: 40px 0 35px;
}
@media(max-width: 991px){
	.lp-single-course>.content_course_2 > .row > #sidebar{
		display:none;
	}
}
#sidebar.lms-sidebar-oncontent {
	padding-top:15px;
	padding-bottom:15px;
}
#sidebar aside .widget-title {
	position: relative;
	padding: 0;
	margin-top: 0;
	line-height: 36px;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
}



/* Sticky Sidebar Fix */
#sidebar {
	z-index:1000000;
}
@media (max-width: 991.98px) {
	.course-info-left, .content-single {
		flex: 100%;
		width: 100% !important;
		max-width: 100% !important;
	}
}
#sidebar.sidebar-single aside {
	background-color:white;
}


/* Course Landing */
.thim-course-menu-landing {
	bottom: auto !important;
	box-shadow:0 4px 10px rgba(0,0,0,0.25) !important;
}
.thim-course-menu-landing .course-wishlist-box {
	display: none;
}
.course-item .course-thumbnail .course-wishlist-box button.on::before {
	color: #6ab2ca;
}
.thim-course-landing-tab a {
	font-size: 15px;
}
.thim-course-landing-tab a:hover {
	text-decoration: none;
}
.thim-course-menu-landing > .container {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.thim-course-menu-landing .thim-course-landing-tab {
	flex-grow: 1;
	overflow:hidden;
	height:60px;
	line-height:60px;
}
.thim-course-menu-landing .thim-course-landing-tab li:last-child {
	margin-right:12.5px;
}
.thim-course-menu-landing .thim-course-landing-button {
	display:flex;
	flex-shrink:0;
	padding: 10px 0 10px;
}
@media (min-width: 992px) {
	.thim-course-menu-landing .thim-course-landing-button {
		display:none;
	}
	.thim-course-menu-landing .thim-course-landing-tab {
		max-width:66.666666%;
	}
	.thim-course-menu-landing>.container {
		justify-content:left;
	}
}
@media (max-width: 667px) {
	.thim-course-menu-landing .thim-course-landing-button {
		float:right;
	}
}
.thim-course-grid .course-item .thim-course-content .course-author .value {
	text-transform: unset !important;
	margin-top: 0;
}
.thim-course-grid .course-item .thim-course-content .course-author .value a:hover {
	text-decoration: none;
}
.thim-course-grid .course-item .thim-course-content .course-author img,
.course-swiper-author img {
	margin-top: -50px;
	border-radius: 50%;
	border: 3px solid #fff;
	z-index: 3;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.course-swiper-author img {
	border-width: 5px;
}
.course-swiper-author{
	position:relative;
}
.course-swipper .swiper-slide {
	text-align:center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	width: 250px !important;
	height: 350px !important;
}
@media (max-width:1199.98px) {
	.lp-archive-courses .thim-course-grid .lpr_course[class*="course-grid-"] {
		width: 50% !important;
		clear: initial;
	}
}
@media (max-width: 991.98px) {
	.lp-archive-courses .thim-course-grid .lpr_course[class*="course-grid-"] {
		width: 33.33% !important;
		clear: initial;
	}
}
@media (max-width: 819.98px) {
	.lp-archive-courses .thim-course-grid .lpr_course[class*="course-grid-"] {
		width: 50% !important;
		clear: initial;
	}
}
@media (max-width: 599.98px) {
	.lp-archive-courses .thim-course-grid .lpr_course[class*="course-grid-"] {
		width: 100% !important;
		clear: initial;
	}
}
@media (max-width: 991px) { 
	.lms-courses-top-bar-search-count-cont {
		display: none;
	}
	.lms-courses-top-bar-search-info-cont {
		order: -1;
		flex-basis: 100%;
		width: 100%;
		margin: 0 0 15px 5px !important;
	}
}
#ctis-loading {
	width: 100%;
	flex-basis: 100%;
}


/* Single Course Styles */
.att-theme-upload-img, .att-theme-remove-img {
	display: inline-block;
	margin-top: 5px;
}
.lms-single-course-margin {
	margin-bottom: 35px;
}
.course-summary > .row_content_course {
	border-radius: 10px;
	border: 0 !important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.course-summary h2.title {
	text-transform: none !important;
	font-size: 1.6em !important;
	padding: 15px 0 !important;
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.course-info-top h1.entry-title {
	line-height: 35px !important;
}
.title.title-overview.subtitle-overview {
	padding: 0 0 5px 0 !important;
}
#lp-single-course .content-item-summary .lp-btn-finish-course {
    margin-left: 0 !important;
}
.course-categories label,
.course-tags label {
	font-size: 0.85rem;
	margin-bottom: 0px;
}
.course-tags .cat-links > div {
	margin-bottom: 10px;
}
.course-categories .cat-links a,
.course-tags .cat-links a {
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
	border-radius: 20px;
	color: #fff;
	background-color: #172133;
	padding: 2px 12px;
	margin: 4px 8px 4px 0;
}
.course-profession-and-specialities .value {
	font-size: 14px;
}
.course-info-left-payment .lp-course-buttons {
	display: inline-flex;
	align-items: center;
}
.course-info-left-payment button {
	padding: .5rem 3rem !important;
	margin-top: 15px;
}
.course-summary .thim-course-info h3 {
	margin-bottom: 15px;
	border-bottom: 1px solid #333;
	line-height: 60px;
}
.course-info-left-payment .course-wishlist-box button,
.course-payment .course-wishlist-box button {
	background-color: transparent !important;
	color: #6ab2ca !important;
	font-size: 35px !important;
	padding: 0 0 0 15px !important;
}
.course-info-top .course-wishlist::before,
.course-payment .course-wishlist-box button::before {
	font-weight: 500 !important;
}
.course-info-top .course-wishlist.on,
.course-payment .course-wishlist-box .course-wishlist.on {
	color: #6ab2ca !important;
}
.course-info-top .course-wishlist.on::before,
.course-payment .course-wishlist-box .course-wishlist.on::before {
	font-weight: 900 !important;
}
.ajaxload_wishlist {
	scale: 1.2;
}
.thim-style-content-layout_style_3.single-lp_course .sticky-sidebar .course_right .course-wishlist-box {
	margin-top: 0;
}
.learnpress-v4 .lp-single-course #learn-press-course-curriculum .curriculum-scrollable .curriculum-sections .section .section-desc {
	text-transform: initial !important;
	padding-left: 0px !important;
	padding-right: 20px !important;
	margin-top: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	color: #888;
	font-style: initial;
}
#learn-press-course-curriculum ul.curriculum-sections .section-header .section-title {
	color: inherit;
	font-size: inherit;
	text-transform: inherit;
	font-weight: inherit;
	line-height: inherit;
}
@media (max-width: 480px) {
	.learnpress-v4 .lp-single-course #learn-press-course-curriculum .curriculum-scrollable .curriculum-sections .section .section-header {
		font-size: 1.25em !important;
	}
}
.learnpress-v4 .course-item-title > span.item-name {
	margin-right: 10px !important;
}
.thim-style-content-layout_style_3.single-lp_course .content_course_2 .row_content_course .thim-about-author {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.thim-about-author .author-wrapper {
	text-align: left !important;
}
.row_content_course .lms-course-tab-owner-title a {
	text-decoration:none;
}
.row_content_course .lms-course-tab-owner-title h3 {
	margin-bottom:0;
	font-size: 1.4em;
}
.row_content_course .lms-course-tab-owner-details {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 1em;
	margin-top: 15px;
	margin-left: 0px;
}
.row_content_course .lms-course-tab-owner-content {
	margin-left: 0px;
}
.row_content_course .lms-course-tab-owner-content .lms-course-tab-owner-about {
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
}
.row_content_course .lms-course-tab-owner-avatar {
	margin-bottom: 15px;
}
.row_content_course .lms-course-tab-owner-avatar img {
	border-radius: 50%;
}
.row_content_course .lms-course-tab-owner-logo img {
	height:90px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.row_content_course .lms-course-tab-owner-meta {
	text-align: left;
	margin-bottom: 15px;
}
.row_content_course .lms-course-tab-owner-meta > div {
	display: flex;
	align-items:center;
	column-gap:0.6em;
	margin-bottom: 4px;
}
.row_content_course .lms-course-tab-owner-meta i {
	width:18px;
	text-align:center;
}
.row_content_course .lms-course-tab-owner-link-cont {
	margin-top: 5px;
}
.row_content_course .lms-course-tab-owner-link-cont a {
	text-decoration:none;
	font-weight: 600;
	color: #333;
}
@media(max-width:399.98px){
	.row_content_course .lms-course-tab-owner-details {
		display:block;
	}
	.row_content_course .lms-course-tab-owner-details > * {
		margin-left:auto;
		margin-right:auto;
	}
}
.course-summary .course-extra-box {
	margin-bottom: 35px;
	border: 1px solid #333;
	border-radius: 0px;
}
.course-summary .course-extra-box__title {
	text-transform: uppercase;
}
.course-summary .course-extra-box__content li {
	margin: 0;
	padding: 10px 22px;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .meta {
	font-size: 14px !important;
}
#learn-press-course-curriculum .course-item-meta > div {
	font-size: 14px !important;
	font-style: italic;
	color: #172131;
}
.curriculum-sections .course-item-meta > div,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .meta {
	color: #aaa !important;
	font-weight: 300 !important;
}
.curriculum-sections .course-format-icon i,
.curriculum-sections .course-item-title span {
	color: #333 !important;
	font-size: 1.2em;
}
#tab-instructor h2 {
	font-weight: 700 !important;
}
.course-summary .title.title-faq {
	font-weight: 700;
	padding-bottom: 10px !important;
}
.course-rating h3 {
	margin-bottom: 1em !important;
}
.course-review-head {
	font-size: 1.5em;
	margin-top: 1em;
}
.review-author-info h4 {
	margin-top: 0 !important;
}
.course-reviews-list .review-card {
	padding: 15px;
	width: 100%;
}
.review-user-info .user-name {
	padding-top: 3px;
	font-size: 1.3em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.review-user-info .review-author {
	flex-shrink: 0;
}
.review-user-info .review-author img {
	border-radius: 50%;
	width: 55px;
	margin-bottom: 10px;
	margin-right: 8px;
}
.review-fields textarea {
	font-size: 16px;
	height: 90px;
	margin-bottom: 10px;
}
.lms-js-close {
	float: right;
}
.course-review-wrapper .review-form {
	border-radius: 10px;
	margin-top: 20vh;
}
.learnpress-v4 #review-form .review-stars {
	margin: -15px 0 0 0;
}
.learnpress-v4 #review-form .review-stars > li span {
	font-size: 40px;
}
.learnpress-v4 #review-form .review-stars > li {
	width: 40px;
	height: 40px;
}
.learnpress-v4 #review-form .review-fields > li > label .required {
	font-size: 1em;
	color: #333;
	margin-left: 3px;
}
.course-review-wrapper .lms-review-close {
	float: right;
}
.course-review-wrapper{
	z-index: 1000001;
}
.lms-loop-courses-rate-stars-cont{
	display:flex;
	align-items:center;
	justify-content:center;
}
.lms-loop-courses-rate-stars-cont .review-stars-rated{
	width:fit-content;
}
.lms-loop-courses-rate-label {
	margin-left:0.5em;
}
#learn-press-course-curriculum ul.curriculum-sections .section {
	border-bottom: 0;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.thim-style-content-layout_style_3.single-lp_course .content_course_2 .row_content_course {
	padding: 0 20px 20px 20px;
	margin-bottom: 35px;
}
/*
.thim-style-content-layout_style_3.single-lp_course .course-summary #tab-requirements{
	padding-bottom: 20px;
}
*/
.thim-style-content-layout_style_3.single-lp_course .course-summary #tab-key_features,
.thim-style-content-layout_style_3.single-lp_course .course-summary #tab-target_audiences,
.thim-style-content-layout_style_3.single-lp_course .course-summary #tab-skills,
.thim-style-content-layout_style_3.single-lp_course .course-summary #tab-reviews,
.thim-style-content-layout_style_3.single-lp_course .course-summary #tab-faqs {
	padding-bottom: 10px;
}
.thim-style-content-layout_style_3.single-lp_course .course-summary #tab-instructor {
	padding-bottom: 0px;
}

.curriculum-more {
	text-align: center;
	cursor: pointer;
	text-transform: none;
	margin-top: 10px;
}
.thim-style-content-layout_style_3.single-lp_course .sticky-sidebar .course_right {
	background-color: #fff;
	border: 0;
	padding: 0px 0px 20px 0px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.thim-course-info .title {
	font-size: 1.6em;
	text-transform: none;
	font-weight: 700;
	margin-bottom: 10px;
}
.course_right .social_share {
	display: none;
}

.thim-style-content-layout_style_3.single-lp_course .sticky-sidebar .course_right .btn-add-course-to-cart-icon {
	display: none;
}
.wrap-btn-add-course-to-cart .btn-lp-course-view-cart {
	text-decoration: none;
}

.thim-style-content-layout_style_3.single-lp_course .sticky-sidebar .course_right .thim-course-info {
	padding: 0 20px;
	margin-bottom: 0 !important;
}
.thim-style-content-layout_style_3.single-lp_course .sticky-sidebar .course_right .thim-course-info ul li i {
	font-size: 1.1rem;
	margin-right: 5px;
	width: 1.2em;
}
.thim-style-content-layout_style_3.single-lp_course .sticky-sidebar .course_right .course-payment {
	padding: 0 15px;
	margin: 0px 0 25px 0;
}
.thim-style-content-layout_style_3.single-lp_course .sticky-sidebar .course_right .lp-course-buttons {
	margin-top: 10px;
}
.thim-style-content-layout_style_3.single-lp_course .sticky-sidebar .course_right .course-payment .course-price {
	margin-bottom: 20px !important;
	font-size: 1.5em !important;
	font-weight: 800 !important;
	text-align: center;
}
.thim-style-content-layout_style_3.single-lp_course .sticky-sidebar .course_right .course-payment .value {
	margin-top: 10px;
	margin-bottom: -10px;
}
.course-info-left .course-thumbnail {
	margin-top: -15px;
	margin-bottom: 15px;
}
.course-info-left .course-thumbnail img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 10px;
}
.course_right .course-thumbnail .attachment-full {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.course-info-left .course-thumbnail .entry-content-video {
	border-radius: 10px;
	overflow: hidden;
}
.course-info-left-payment .course-price {
	margin-top: 30px;
}
.course-info-left-payment .price {
	margin-top: 30px;
	font-size: 20px !important;
}
.course-info-left-payment .course-price .value {
	font-size: 22px;
}
.course-info-left-payment .course-origin-price {
	font-size: 18px !important;
	font-weight: 300;
}
.course-info-left-payment .course-price .lms-course-discount-percent {
	font-size: 18px !important;
	font-weight: 700;
}
.course-info-left-payment .course-price .free-course {
	font-size: 22px;
}
.course-info-left .course-meta-single .course-author {
	display: flex !important;
}
.course-info-left .course-meta-single .course-author img {
	flex-shrink: 0;
}
.course-info-left-payment .lp-course-buttons i {
	display: none;
}
.course-info-left .course-meta-single {
	margin-top: 20px;
}
.learnpress-page .course-info-left-payment .lp-button {
	padding: 16px 24px;
	border: 0px;
	background: #ffb606;
	box-shadow: unset;
	font-family: inherit;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 4px;
}
.learnpress-page .course-info-left-payment .lp-button:hover {
	background: #e1b608;
}
.course-info-left .attc-rating-cont {
	margin-bottom: 20px !important;
	display: block;
}
.course-info-left .attc-rating-cont .attc-rating-stars i {
	color: #e1b608;
}
.lms-static-content .thim-course-grid li,
.thim-related-course .owl-stage li {
	list-style: none;
}
body.single #main-content .course-payment .course-price .value.has-origin {
	padding-top: 0 !important;
}
.thim-course-menu-landing .thim-course-landing-button .course-price {
	font-size: 20px;
}
.thim-course-menu-landing .thim-course-landing-button .course-price .value {
	color: #333 !important;
	margin: 0;
	padding: 4px 0 0px 0;
}
.thim-course-menu-landing .thim-course-landing-button .course-price .course-origin-price,
.thim-course-menu-landing .thim-course-landing-button .course-price .lms-course-discount-percent,
.thim-course-menu-landing .wrap-btn-add-course-to-cart .btn-add-course-to-cart-icon {
	display: none !important;
}
.thim-course-menu-landing .thim-course-landing-button .course-price .value.free-course {
	color: #888 !important;
}
.thim-course-info .value {
	font-weight: 700;
	color: #333;
}
.course-extra-box__title {
	margin: 0 !important;
	padding: 0 45px 0 20px;
	font-weight: 600;
}
.single-lp_course .top_site_main {
	display: none !important;
}
.content-area .top_site_main {
	background-position: top center;
}
body.course-landing-active .thim-course-menu-landing {
	top: 0;
}
footer.has-thim-course-menu {
	margin-bottom: 0px;
}
.thim-course-info li i::before {
	font-family: "Font Awesome 6 Free" !important;
	font-size: 16px;
	font-weight: 700;
}
.course-summary .thim-course-info ul{
	margin:0;
}
.course-summary .thim-course-info ul>li{
	list-style:none;
	padding:4px 0 5px;
}
.course-summary .thim-course-info ul>li i{
	font-size:1.1rem;
	margin-right:5px;
	width:1.2em;
}
.thim-course-info ul>li i{
	text-align:center;
}

.course-info-left .course-info-left-payment .lp-button{
	color:var(--thim-button-text-color,white);
}
.course-info-left .course-content_coming_soon .counter-group{
	justify-content:left;
}
.course-info-left .course-content_coming_soon .counter-group .counter-block{
	background-color:white;
}
.course-info-left .course-content_coming_soon .counter-group .counter,
.course-info-left .course-content_coming_soon .counter-group .counter-caption{
	font-family:'Inter';
}
@media (min-width: 992px) {
	.course-info-left .course-thumbnail,
	.course-summary	#tab-info,
	.course-info-left .learnpress-course-coming-soon,
	.course-info-left .course-info-left-payment{
		display:none;
	}
}
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content {
	margin: 8px 0 8px 0 !important;
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .course-format-icon {
	margin-right: 4px;
	width: 17px;
	text-align: center;
	display:flex!important;
	align-items:center;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item span {
	line-height: 18px;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .lesson-preview {
	color: #fff !important;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .meta.count-questions {
	line-height: 26px !important;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .meta.duration {
	line-height: 24px !important;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item {
	line-height: 20px !important;
	padding: 4px 0 10px 0 !important;
}
.course-meta-single .course-results-progress {
	margin-top: 2px;
	margin-left: 4px;
}
.course-meta-single .course-results-progress .learn-press-progress {
	margin-top: 8px;
	width: 100%;
}
.thim-course-item-popup-left .items-progress .learn-press-progress {
	margin-top: 3px;
}
.lp-single-course .popup-header__inner {
	width: auto !important;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .lms-course-item-opened {
	background-color: #273445 !important;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .lms-course-item-opened .index,
#learn-press-course-curriculum ul.curriculum-sections .section-content .lms-course-item-opened .item-name,
#learn-press-course-curriculum ul.curriculum-sections .section-content .lms-course-item-opened .course-item-meta > div,
#learn-press-course-curriculum ul.curriculum-sections .section-content .lms-course-item-opened .course-format-icon i {
	color: #fff !important;
}

#learn-press-course-curriculum ul.curriculum-sections .section-header {
	background-color: #e7e7e7 !important;
}
body:not(.viewing-course-item) #learn-press-course-curriculum ul.curriculum-sections .section-header {
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
body:not(.viewing-course-item) #learn-press-course-curriculum .curriculum-sections .section-content {
	padding: 0 5px 0 20px;
}
body:not(.viewing-course-item) #learn-press-course-curriculum ul.curriculum-sections .section-content {
	margin-top: 15px !important;
	margin-bottom: 10px !important;
}
body.viewing-course-item .lms-section-item__loadmore {
	width: 100%;
	margin: 0 auto;	
}
body.viewing-course-item .curriculum-more {
	margin: 5px 15px 0 15px;
}
.content_course_2 #sidebar .lp-course-buttons {
	display: flex;
	align-items: center;
	width: 100%;
}
.content_course_2 #sidebar .lp-course-buttons:has(>form~form) {
	flex-wrap:wrap;
	gap:1em;
}
.content_course_2 #sidebar .lp-course-buttons > .form-button,
.content_course_2 #sidebar .lp-course-buttons > .wrap-btn-add-course-to-cart {
	flex-grow: 4;
}
.content_course_2 #sidebar .lp-course-buttons form,
.content_course_2 #sidebar .lp-course-buttons form > button {
	width: 100%;
}
.lms-course-tag-rating-info {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-wrap:wrap;
}
.content-single .thim-related-course {
	padding: 0 20px 20px 20px;
	margin-bottom: 35px;
	border-radius: 10px;
	border: 0 !important;
		box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.thim-related-course h2.title {
	text-transform: none !important;
	font-size: 1.6em !important;
	padding: 15px 0 !important;
}
.thim-related-course .owl-controls {
	display: none;
}
body.course-landing-active #sidebar .course_right .course-thumbnail {
	display: none;
}


/* Single Lessons Styles */
.learnpress-v4 .lp-single-course #popup-course{
	flex-wrap:wrap;
}
.learnpress-v4 .lp-single-course #popup-course::before{
	content:'';
	position:absolute;
	z-index:-1;
	left:0;
	right:0;
	top:0;
	height:70px;
}
.learnpress-v4 .lp-single-course #popup-course #sidebar-toggle {
	background-color: #e34c11 !important;
	opacity: 1 !important;
}
.learnpress-v4 .lp-single-course #popup-course #sidebar-toggle::before {
	top: 49%;
	left: 49%;
}
.learnpress-v4 .lp-single-course #popup-course #popup-header .thim-course-item-popup-right #sidebar-toggle.toggle-content-item::before {
	content: "\f065";
	color: #333;
	font-size: 24px;
}
.learnpress-v4 .lp-single-course #popup-course #popup-header .popup-header__inner {
	justify-content: space-between;
	padding: 0;
}
.learnpress-v4 .lp-single-course #popup-course #popup-header .thim-course-item-popup-right .back_course {
	background-color: #e34c11 !important;
	color: #333;
}
.learnpress-v4 .lp-single-course #popup-course #popup-header .popup-header__inner .thim-course-item-popup-left {
	max-width: calc(100% - 70px);
}
.learnpress-v4 .lp-single-course #popup-course #popup-header .thim-course-item-popup-right #sidebar-toggle.toggle-content-item{
	position: fixed;
	left: 0;
	z-index: 1;
}
.learnpress-v4 .lp-single-course #popup-course #popup-sidebar{
	transform:translateX(0);
	width: min(475px,100vw);
	flex-basis: min(475px,100vw);
	margin-top:70px;
	margin-right: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	overflow-x: hidden;
}
.learnpress-v4 .lp-single-course #popup-course .learn-press-progress .learn-press-progress__active {
	background-color: #333;
}
.learnpress-v4 .lp-single-course #popup-course .learn-press-progress::before {
	background: #fff !important;
}
.learnpress-v4 .lp-single-course #popup-course #popup-footer{
	left:min(475px,100vw);
}
@media(max-width:1199.98px){
	.learnpress-v4 .lp-single-course #popup-course #popup-sidebar{
		position:fixed;
		z-index:1000;
		top:0;
		bottom:0;
	}
	body.lp-sidebar-toggle__close.learnpress-v4 .lp-single-course #popup-course #popup-sidebar{
		transform:translateX(-100%);
	}
	.learnpress-v4 .lp-single-course #popup-course #popup-footer{
		left:0;
	}
	.thim-course-item-popup-left .items-progress {
		display: none !important;
	}
	.learnpress-v4 .lp-single-course #popup-course #popup-header .thim-course-item-popup-right #sidebar-toggle.toggle-content-item {
		height: 40px;
	}
	body.learnpress-v4.single-lp_course .lp-single-course #popup-course #popup-header {
		height: 40px;
	}
	.learnpress-v4 .lp-single-course #popup-course #popup-header .thim-course-item-popup-right .back_course {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.learnpress-v4 .lp-single-course #popup-course #popup-sidebar {
		margin-top: 40px;
	}
	#popup-course #popup-content {
		margin: 40px 0 50px 0;
	}
	.learnpress-v4 .lp-single-course #popup-course #popup-sidebar #learn-press-course-curriculum {
		height:calc(100vh - 110px) !important;
	}
	.learnpress-v4 .lp-single-course #popup-course #popup-header .thim-course-item-popup-right #sidebar-toggle.toggle-content-item {
		width: 50px !important;
	}
	body.learnpress-v4.single-lp_course .lp-single-course #popup-course #popup-header {
		left: 50px !important;
	}
	.learnpress-v4 .lp-single-course #popup-course #sidebar-toggle::before {
		top: 47%;
		left: 44%;
	}
	.learnpress-v4 .lp-single-course #popup-course #popup-header .popup-header__inner .thim-course-item-popup-left {
		max-width: calc(100% - 48px);
	}
	#popup-course #popup-footer {
		height: 42px !important;
		padding: 0 10px !important;
	}
	#popup-course #popup-footer .course-item-nav .prev, #popup-course #popup-footer .course-item-nav .next {
		line-height: 18px !important;
		/*margin-top: 6px !important;*/
		padding: 4px 10px !important;
	}
	#popup-course #popup-footer .course-item-nav .prev::before, 
	#popup-course #popup-footer .course-item-nav .next::before {
		font-size: 12px !important;
	}
	#popup-footer .course-item-nav a {
		font-size: 14px !important;
		padding: 0px !important;
	}
}
@media(max-width:576px){
	body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .meta-left {
		display: none;
	}
	#learn-press-course-curriculum .course-item-meta > div {
		display: none;
	}
	#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .meta,
	#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .meta {
		display: none !important;
	}
	#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item span.final-quiz,
	#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item span.final-assignment {
		display: none !important;
	}
	#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item span,
	#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .lesson-preview {
		margin-left: 0;
	}
}
#popup-header .lp-form.form-button.form-button-finish-course {
	display: none;
}
.course-curriculum ul.curriculum-sections {
	z-index:1;
}
#popup-course #popup-sidebar .section {
	padding: 0 15px !important;
}
#popup-course #popup-sidebar .course-curriculum {
	width:min(475px,100vw);
	max-width:none;
	top:70px;
}
.course-curriculum .course-item-meta .item-meta.course-item-status {
	background: transparent;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	text-align: center;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item span.final-quiz {
	color: #fff !important;
	background: #6ab2ca !important;
	padding: 5px 10px !important;
	border-radius: 10px;
	font-weight: 600;
}
#learn-press-course-curriculum ul.curriculum-sections .item-meta.final-assignment {
	color: #fff !important;
	background: #6ab2ca !important;
	padding: 5px 10px !important;
	border-radius: 10px;
	font-weight: 600;
}
body.learnpress-v4.single-lp_course .lp-single-course #popup-course #popup-header{
	left:70px;
	background-color: #e34c11 !important;
}
.learnpress-v4 .lp-single-course #popup-course #popup-sidebar #learn-press-course-curriculum{
	padding-right:0;
	height:calc(100vh - 140px);
}
.learnpress-v4 .lp-single-course #popup-course #popup-sidebar #learn-press-course-curriculum:after{
	display:none;
}
.learnpress-v4 .lp-single-course #popup-course #popup-sidebar #learn-press-course-curriculum .curriculum-scrollable .curriculum-sections .section .section-content .course-item,
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item{
	display:flex;
	align-items:center;
	border-top:none;
}
#learn-press-course-curriculum ul.curriculum-sections .section-header {
	text-transform: none;
	font-size: 18px;
	font-weight: 600;
	border-radius: 10px;
}
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .course-item-title,
#learn-press-course-curriculum .course-item .course-item-title{
	flex-grow:4;
}
.course-info-top .course-results-progress .items-progress{
	display: flex;
	align-items: center;
	column-gap: 10px;
}
#popup-course #popup-header .items-progress {
	justify-content:left;
}
.course-info-top .meta-item.meta-item-review label {
	display: none;
}
.course-info-top .meta-item.meta-item-review .review-stars-rated {
	margin-top: 5px;
	margin-bottom: 25px;
}
.learnpress-v4 .lp-single-course .items-title h4,
.learnpress-v4 .lp-single-course .items-progress {
	color: #333;
}
.learnpress-v4 .lp-single-course #popup-course #popup-sidebar .search-course{
	background-color:white;
}
.learnpress-v4 .lp-single-course #popup-course #popup-sidebar .search-course input[name="s"] {
	font-size: 16px;
	color: #333 !important;
	margin: 15px 15px;
	padding: 0 0 0 40px;
	border-radius: 26px;
	height: 40px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
#popup-course #popup-sidebar .search-course button {
	position: absolute;
	top: 0;
	width: 16px;
	height: 70px;
	margin: 0 20px;
	padding: 0;
	border: 0;
	background: transparent;
	line-height: 1px;
}
.learnpress-v4 .lp-single-course #popup-course #popup-sidebar .search-course input[name="s"]::placeholder {
	font-style: normal !important;
	color:#555;
}
.learnpress-v4 .lp-single-course #popup-course #popup-sidebar .search-course button::before{
	color: #666;
}
#popup-course #popup-sidebar .section,
#learn-press-course-curriculum ul.curriculum-sections {
	border: 0px !important;
}
#popup-course #popup-sidebar .section-header .section-title {
	width: 95%;
	font-size: 1.15rem !important;
	line-height: 22px !important;
	margin-top: 4px;
}
#popup-sidebar .section-item__loadmore {
	padding: 0 20px 10px 20px;
}
.section-item__loadmore {
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 20px 10px 20px;
	color: #bbb;
}
.course-curriculum .curriculum-more__button {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 15px 42px;
	color: #333;
	background: #e7e7e7;
	justify-content: start;
	align-items: start;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: none;
}
.learn-press-message.learn-press-content-protected-message {
	margin-top: 30px !important;
}




/* Disqus & Comments Fixes */
#wpdiscuz-loading-bar{
	top: 22px !important;
	right: 25px !important;
	background-color: #e34c11;
}
@media (max-width: 1199.98px) {
	#wpdiscuz-loading-bar{
		top: 6px !important;
		right: 8px !important;
	}
}
#comments, #respond, .comments-area, #wpdcom {
	background-color: #f1f1f1;
	margin: 0 auto;
	border-radius: 10px;
	max-width: 1024px;
}
.learn-press-comments .wpd-comments-open {
	max-width: 96% !important;
}
.learn-press-comments {
	width: 100% !important;
	max-width: 100% !important;
}
#wpdcom .wpd-comment-share {
	display: none;
}
#wpdcom.wpd-layout-2 .wpd-form .wpd-avatar {
	width: 54px;
	margin-right: 11px;
	margin-left: 11px;
}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
#wpdcom .wpd-comment-link, #wpdcom .wpd-tools {
	display: none;
}
#wpdcom #wpd-threads {
	margin-top: 0px;
	margin-left: 10px;
}
#wpdcom .wpd-thread-list {
	padding: 15px 0;
}
#wpdcom .wpd-thread-info {
	text-transform: lowercase !important;
	font-weight: 400 !important;
	font-size: 1.2em !important;
}
#wpdcom .wpd-comment-right .wpd-comment-last-edited {
	margin: 5px 0 10px 0;
	font-size: 12px;
	color: #999;
	font-style: italic;
}
#wpdcom .wpd-second-button, #wpdcom .wpd-prim-button {
	border: none;
	cursor: pointer;
	font-family: 'Inter' !important;
	font-size: 16px;
	line-height: 22px;
	padding: 8px 22px;
	letter-spacing: 1px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	border-radius: 10px;
	max-width: none;
	text-transform: inherit;
	font-weight: 500;
}
#wpd-editor-wraper-0_0 {
	border-radius: 12px !important;
	overflow: hidden;
	border: 1px solid #273445;
}
#wpdcom .wpd-comment-text blockquote {
	margin: 5px auto 5px 15px;
	padding: 2px 10px;
	font-size: 14px;
	border-left: 3px solid #ccc;
}


/* Other Single Course Fixes */
.learn-press-message.notice .edit-content,
.learnpress-v4 .learn-press-message::after {
	display: none !important;
}
.learn-press-message.notice {
	margin: 0 !important;
	max-width: 100% !important;
}
.learn-press-comments .wpd-form-head,
.learn-press-comments .wpdiscuz-user-settings,
.learn-press-comments .wpd-thread-filter .wpdf-attachments {
	display: none !important;
}
.learn-press-comments .wpd-avatar img {
	border-radius: 50% !important;
	border: 0px !important;
}

.lp-single-course.learn-press-4 .lp-button.completed,
#learn-press-content-item .edit-course-item-link {
	display: none !important;
}
#popup-content .course-item-nav a:hover {
	text-decoration: none;
}
.lms-static-content-courses .btn-add-course-to-cart-text,
.thim-related-course .btn-add-course-to-cart-text,
.learn-press-courses .btn-add-course-to-cart-text {
	display: none;
}
.course-grid-3.lp_course.course .btn-lp-course-view-cart .btn.btn-primary.btn-lg.btn-block {
	background-color: transparent;
	border: 0 !important;
	color: #fff;
}
.thim-course-grid .wrap-btn-add-course-to-cart button {
	background-color: transparent;
	border: 0;
	box-shadow: none !important;
}
.thim-course-grid .wrap-btn-add-course-to-cart button:hover {
	background-color: transparent;
	color: #fff;
	box-shadow: none !important;
}
.learnpress-v4 .lp-single-course #popup-course #popup-sidebar #learn-press-course-curriculum .curriculum-scrollable .curriculum-sections .section .section-content .course-item {
	padding: 10px 10px 10px 17px !important;
	margin: 2px 0px !important;
	border-radius: 10px;
}
.learnpress-v4 .lp-single-course #popup-course #popup-sidebar #learn-press-course-curriculum .curriculum-scrollable .curriculum-sections .section .section-content .course-item.lms-course-item-viewed .course-item-status,
.learnpress-v4 .lp-single-course #learn-press-course-curriculum .curriculum-scrollable .curriculum-sections .section .section-content .course-item.has-status.status-completed.passed .course-item-status,
#tab-curriculum .curriculum-scrollable .curriculum-sections .section .section-content .course-item.lms-course-item-viewed .course-item-status {
	background: #009150;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	text-align: center;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .lesson-preview,
.learnpress-v4 .lp-single-course #popup-course #popup-sidebar #learn-press-course-curriculum .curriculum-scrollable .curriculum-sections .section .section-content .course-item.has-status.status-completed.passed .course-item-status {
	background: #009150;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item.has-status.failed .course-item-status {
	background-color: #e4000f !important;
}
.course-curriculum .course-item.has-status.item-failed .course-item-status::before, .course-curriculum .course-item.has-status.failed .course-item-status::before {
	border-color: #e4000f !important;
}
.learnpress-v4 .lp-single-course #popup-course #popup-sidebar #learn-press-course-curriculum .curriculum-scrollable .curriculum-sections .section .section-content .course-item.lms-course-item-viewed .course-item-status::before,
#tab-curriculum .curriculum-scrollable .curriculum-sections .section .section-content .course-item.lms-course-item-viewed .course-item-status::before{
	color:#fff;
	line-height:21px;
}
#popup-course #popup-content {
	height:calc(100% - 130px);
	overflow-x: hidden;
}
@media (max-width: 1199.98px) {
	#popup-course #popup-content {
		height:calc(100% - 80px);
	}
}
#popup-course #popup-footer {
	max-width:none !important;
	width: auto;
	height: 60px;
	background-color: #e34c11;
	padding: 0 25px;
}
#popup-course #popup-footer .course-item-nav a {
	color: #333 !important;
	font-weight: 600;
}
#popup-course #popup-footer .course-item-nav a:hover {
	color: #fff !important;
	text-decoration: none;
}
#popup-course #popup-footer .course-item-nav__name {
	top: -25px;
	right: auto;
	padding: 10px 15px;
	color: #fff;
	background: #172131;
	font-size: 14px;
	font-weight: 300;
	border-radius: 10px;
	max-width: 360px;
}
#popup-course #popup-footer {
    display: flex;
    align-items: center;
}
#popup-course #popup-footer>.course-item-nav {
    width: 100%;
    flex-basis: 100%;
}
#popup-course #popup-footer .course-item-nav .prev, 
#popup-course #popup-footer .course-item-nav .next {
	display: flex;
	line-height: 20px;
	/*margin-top: 8px;*/
	padding: 8px 18px;
}
#popup-course #popup-footer .course-item-nav .prev::before, 
#popup-course #popup-footer .course-item-nav .next::before {
	color: #333;
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
	font-weight: 900;
}
#popup-course #popup-footer .course-item-nav .prev::before {
	margin-right: 8px;
	content: "\f053";
}
#popup-course #popup-footer .course-item-nav .next::before {
	margin-left: 8px;
	content: "\f054";
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .meta-left .index {
	display: none;
}
#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .meta-left {
	min-width: 30px;
}
body.course-item-popup #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .index {
	display: none !important;
}
#popup-sidebar #learn-press-course-curriculum ul.curriculum-sections .section-content .course-item .meta-left {
	min-width: 30px;
}


/* Lesson Quiz & Assignment */
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-doing .course-item-status::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
}
.quiz-questions .edit-link {
	display: none !important;
}
.learnpress-v4 .quiz-status>div {
	max-width: none;
}
.content-item-wrap .quiz-buttons.align-center .button-left.fixed {
	position: static;
	z-index: 99999;
	bottom: auto;
	left: auto;
	width: 100% !important;
	max-width: unset;
	height: 49px;
	margin-left: 0 !important;
	transform: none !important;
}
.learn-press-4 .quiz-result {
	margin-left: 10px;
}
.content-item-wrap .quiz-buttons {
	justify-content: left;
	text-align: center;
}
#content-item-quiz .quiz-status {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.quiz-status .countdown {
	position: relative;
	min-width: 120px;
	margin-right: 10px;
	padding: 15px 30px;
	color: #fff;
	background: transparent;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	border-radius: 10px
}
.quiz-status .countdown .fas {
	position: absolute;
	top: 46%;
	left: 5px;
	color: #fff;
	font-size: 20px;
	transform: translateY(-46%);
}
.question .btn-show-hint {
	color: #97c7d9;
}
.quiz-buttons .button-right .lp-button.back-quiz {
	margin-top: 10px !important;
	padding: 6px 20px !important;
}
.quiz-result .lms-result-cont-outer {
	max-width: 200px;
	margin: 30px 0px;
	text-align: center;
}
.quiz-result.passed .lms-result-cont-outer {
	display: flex;
	align-items: center;
		justify-content: center;
	background-color: #009150;
	border-radius: 50%;
	width: 190px;
	height: 190px;	
}
.quiz-result.failed .lms-result-cont-outer {
	display: flex;
	align-items: center;
		justify-content: center;
	background-color: #e4000f;
	border-radius: 50%;
	width: 190px;
	height: 190px;
}
.lms-result-message-space {
	height: 1.5em;
}
.lms-result-message:not(:empty) + .lms-result-message-space {
	display: none;
}
.quiz-result .lms-result-achieved {
	font-size: 32px;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.quiz-result .lms-result-require {
	font-size: 20px;
	padding: 5px 0 10px 0;
	color: #fff;
}
.quiz-result .lms-result-message {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 600;
}
iframe html.h5p-iframe, iframe html.h5p-iframe > body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
iframe html.h5p-iframe .h5p-content {
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 1.5em;
	color: #333 !important;
}
.h5p-iframe-wrapper {
		margin: 15px auto;
}
.learnpress-v4 .lp-single-course #popup-course #popup-content #learn-press-content-item .content-item-scrollable .content-item-wrap .content-item-summary #learn-press-quiz-app .quiz-intro {
	flex-wrap: wrap;
	justify-content: space-between;
}
.quiz-intro-item::before {
	color: #333;
}
.quiz-attempts {
	display: none;
}
.question-hint-content {
	border-radius: 10px;
	padding: 15px 20px 20px 20px;
}
#learn-press-quiz-app .quiz-status > div {
	border-radius: 10px !important;
	padding: 5px 10px 5px 20px !important;
}
.quiz-status .questions-index {
	font-size: 18px;
	font-weight: 500;
}
.question .answer-option .option-title {
	border-radius: 10px;
	padding: 11px 10px 11px 65px;
	font-weight: 600;
	cursor: pointer;
}
.question .answer-option input[type="checkbox"] {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.answer-options .answer-option input[type="checkbox"]::after {
	font-size: 20px;
	color: #009150;
	margin-top: 0px;
}
.answer-options .answer-option input[type="radio"]::after {
	font-size: 20px;
	color: #009150;
	margin-top: -9px;
}
body .learn-press-4 #learn-press-quiz-app .quiz-buttons {
	padding-top: 0;
}
.content-item-wrap .questions-pagination .nav-links .page-numbers,
.content-item-wrap .questions-pagination .nav-links .page-numbers.prev,
.content-item-wrap .questions-pagination .nav-links .page-numbers.next {
	margin: 0 6px;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	color: #333;
	background-color: #fff;
	border: 1px solid transparent;
}
.content-item-wrap .questions-pagination .nav-links .page-numbers:hover,
.content-item-wrap .questions-pagination .nav-links .page-numbers.prev:hover,
.content-item-wrap .questions-pagination .nav-links .page-numbers.next:hover {
	color: #fff !important;
	background-color: #6ab2ca !important;
}
body .learn-press-4 #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.current {
	color: #fff;
	background-color: #1d3b59;
}
.button-right .lp-button.submit-quiz {
	margin-top: 20px !important;
	font-size: 1.3em !important;
}
.learn_press_assignment_content {
	margin-bottom: 20px;
}
.lp-assignment-buttons #_lp_upload_file {
	margin: 0;
	padding: 0;
}
#content-item-assignment .assignment-intro {
	margin-top: 25px;
	line-height: 35px;
	font-size: 1.1em;
	margin-bottom: 35px;
}
#wp-assignment-editor-frontend-editor-tools {
	display: none;
}
.assignment-status .progress-items .progress-item .progress-number, 
.assignment-status .progress-items .progress-item .progress-label {
	display: unset;
	text-align: unset;
	line-height: 0;
}
.assignment-status {
	background: #1d3b59;
	margin-bottom: 20px;
	height: 60px;
	align-content: center;
	border-radius: 10px;
}
.assignment-countdown .progress-label {
	font-size: 18px !important;
	color: #fff;
	font-weight: 500;
	text-align: left !important;
	padding-left: 20px;
}
.assignment-status .progress-items .progress-item .progress-number {
	font-size: 20px;
	margin: 0 10px;
	font-weight: 800;
	color: #fff;
}
#wp-assignment-editor-frontend-wrap .mce-btn button {
	background-color: unset;
}
#wp-assignment-editor-frontend-editor-container #mceu_15,
#wp-assignment-editor-frontend-editor-container #mceu_9-button,
#wp-assignment-editor-frontend-editor-container #mceu_10-button,
#wp-assignment-editor-frontend-editor-container #mceu_12-button,
#wp-assignment-editor-frontend-editor-container #mceu_13-button,
#wp-assignment-editor-frontend-editor-container #mceu_14-button,
#wp-assignment-editor-frontend-editor-container #mceu_18-button,
#wp-assignment-editor-frontend-editor-container #mceu_23-button,
#wp-assignment-editor-frontend-editor-container .mce-toolbar.mce-last {
	display: none;
}
.assignment-files.assignment-uploaded {
	margin-left: -10px;
	margin-bottom: -5px;
}
.assignment-files.assignment-uploaded .assignment_file_name_wrapper {
	font-size: 12px;
	line-height: 22px;
}
.assignment-files.assignment-uploaded .assignment_file_name_wrapper a {
	color: #333;
}
.assignment-files.assignment-uploaded .assignment_file_name_wrapper a:hover {
	text-decoration: none;
}
.assignment-files.assignment-uploaded .assignmen-file {
	width: 163px;
	border-radius: 10px;
	padding: 10px;
}
.assignment-files.assignment-uploaded .assignment_file_thumb {
	width: 140px;
	height: 70px;
	background-color: #eee;
}
.assignment-files.assignment-uploaded .assignment_file_name {
	margin-top: 8px;
}
.assignment-files.assignment-uploaded .assignment_file_action {
	width: 26px;
	margin-top: 10px;
}
.assignment-files.assignment-uploaded .assignment_action_icon {
	font-size: 1.6em !important;
	color: #e4000f;
}
.assignment-files.assignment-uploaded .assignment_action_icon:hover {
	text-decoration: none;
}
.assignment-files.assignment-uploaded .assignment_file_dummy {
	border-radius: 10px;
}
.learn-press-assignment-uploaded .list-group-flush > .list-group-item {
	border-width: 0;
}
.learn-press-assignment-uploaded .list-group-item {
	padding-left: 8px;
}
.assignment-result {
	max-width: 200px;
	margin: 30px 0px;
	text-align: center;
}
.assignment-result.passed {
	display: flex;
	align-items: center;
		justify-content: center;
	background-color: #009150;
	border-radius: 50%;
	width: 190px;
	height: 190px;	
}
.assignment-result.failed {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e4000f;
	border-radius: 50%;
	width: 190px;
	height: 190px;
}
.assignment-result .result-grade .result-achieved {
	font-size: 32px;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.assignment-result .result-grade .result-passing {
	font-size: 20px;
	padding: 5px 0 10px 0;
	color: #fff;
}
.assignment-result .result-message strong {
	color: #fff !important;
	text-transform: uppercase;
}


.lp-button.lp-btn-finish-course {
	color: #333 !important;
	font-size: 1.1em !important;
	font-weight: 600 !important;
	border-radius: 10px !important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	padding: 10px 20px !important;
  	height: 38px !important;
  	text-transform: initial;
}
.lp-button.lp-btn-finish-course:hover {
	color: #fff !important;
	background-color: #6ab2ca !important;
}
.lp-modal-content {
	border-radius: 10px !important;
}
.lp-modal-header .modal-title {
	font-size: 1.6em !important;
}
.lp-modal-body .main-content {
	font-size: 1.2em;
}
.lp-modal-footer button {
	border-radius: 10px !important;
	font-size: 1.3em !important;
	font-weight: 600 !important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	margin-left: 10px;
}
.lp-modal-footer button:hover {
	color: #fff !important;
	background-color: #6ab2ca !important;
	border-color: #6ab2ca !important;
}

#lp-single-course .message.message-error.learn-press-failed,
#lp-single-course .message.message-success.learn-press-success {
	font-size: 1.1em !important;
	border-radius: 10px;
	padding: 15px 20px;
}


/* Certificates */
#profile-content-certificates .certificate-result {
	object-fit: cover;
	aspect-ratio: 16 / 9;
	height: 220px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.certificate-item .course-title {
	font-family: inherit;
	font-size: 1.1em !important;
	margin-top: 10px !important;
}
.certificate-item .course-title a:hover {
	text-decoration: none;
}
#profile-content-certificates .profile-certificates li.certificate-item .certificate-thumbnail, #profile-content-certificates .profile-certificates li.course .certificate-thumbnail {
	border: 0;
}
#profile-content-certificates .profile-certificates li.certificate-item, 
#profile-content-certificates .profile-certificates li.course {
	list-style: none;
	box-shadow: none;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
#certificate-popup.ready {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: auto;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.55);
	overflow: auto;
	padding: 5% 35px;
}
.certificate-actions li {
	border: 0;
	border-radius: 10px;
	width: unset;
	padding: 7px 15px 10px 15px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
#certificate-popup.ready .close-popup {
	position: fixed;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 24px;
	color: #FFF;
	background: transparent;
}
#certificate-popup.ready .close-popup::after {
	font-size: 25px;
	line-height: 25px;
	width: 25px;
	left: 0;
	font-weight: 700;
}
#certificate-popup.ready .close-popup:hover::after {
	color: #fff;
}


/* Courses Loop Meta */
.lms-loop-courses-student-progress{
	position:relative;
	border:1px solid black;
	border-radius:10px;
	overflow: hidden;
}
.lms-loop-courses-student-progress-bar{
	position:absolute;
	z-index:-1;
	top:0;
	bottom:0;
	left:0;
	background-color:#b8dee9;
	font-weight: 600;
}
.lms-loop-courses-student-expires {
	margin-top: 8px;
	color: #888;
}
.lms-loop-courses-review-btn-cont {
	margin-top: 8px;
}
.lms-loop-courses-review-btn-cont .write-a-review {
	color: #333 !important;
}
.lms-loop-courses-rate-stars-cont {
	margin-top: 10px;
}
.lms-loop-courses-rate-stars-cont .review-stars-rated {
	margin-bottom: 0px;
}


/* Woocommerce Fixes */
body.woocommerce-cart #main-content {
	background-color: #e34c11;
}
.woocommerce-cart .page-title-wrapper {
	display: none !important;
}
.thim-product-switch-wrap.switch-layout-container {
	display: none;
}
.woocommerce-notices-wrapper .button.wc-forward {
	display: none;
}
.widget_shopping_cart:hover .widget_shopping_cart_content {
	border: 1px solid var(--lms-border-color,#bbb);
	margin-top: 8px;
}
.widget_shopping_cart .widget_shopping_cart_content .total {
	text-align: left !important;
	font-size: 1.1em;
	border: 0;
	background-color: #f0f9fb;
	padding: 10px 15px;
	border-radius: 10px;
	margin-top: 10px;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a {
	border: 0;
	border-radius: 10px;
	margin: 0;
	height: auto !important;
	font-weight: 600;
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	color: #333 !important;
	background-image: linear-gradient(90deg, #ffcc00, #ffa201) !important;
	background-color: #ffcc00 !important;
	width: 100% !important;
	display: block;
	text-transform: none;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover {
	background-image: linear-gradient(90deg, #ffa201, #ffa201) !important;
	background-color: #ffa201 !important;
	color: #333;
}
.widget_shopping_cart_content .mini_cart_item a {
	font-weight: 600;
}
.widget_shopping_cart_content {
	border-radius: 10px;
	border: 0 !important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.widget_shopping_cart .widget_shopping_cart_content a.remove {
	color: #333 !important;
}
.widget_shopping_cart .widget_shopping_cart_content a.remove:hover {
	color: #fff !important;
	background: #333;
}
.widget_shopping_cart_content .cart_list.product_list_widget .mini_cart_item {
	display: flex !important;
}
.widget_shopping_cart_content li.mini_cart_item .woocommerce-mini-cart-item {
	font-size: 1em;
	font-weight: 400;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li {
	border-top: 1px solid #ccc;
}
.lms-mini-cart-item-price .woocommerce-Price-amount bdi {
	font-weight: 600 !important;
	padding-top: 5px !important;
	display: block;
	font-size: 1em;
}
.widget_shopping_cart .widget_shopping_cart_content .total span {
	float: right;
}
.woocommerce-mini-cart-item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	height: 60px;
	object-fit: cover;
	border-radius: 10px;
	float: none !important;
}
.lms-form-row .woocommerce-input-wrapper{
	display:block;
}
.lms-form-row .woocommerce-input-wrapper .input-text{
	width:100%;
}
.woocommerce-cart-form__cart-item .product-price {
	text-align: center !important;
}
.woocommerce-cart-form__cart-item a.remove, 
.woocommerce-cart-form__cart-item .product-remove {
	display: inline-block;
}
.woocommerce-cart-form__cart-item a.remove {
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce-cart-form__cart-item bdi {
	font-weight: 700;
}
.lms-checkout-coupon-cont > input {
	background-color: transparent;
	border: 1px solid #333 !important;
	padding-left: 15px;
	padding-right: 100px;
	border-radius: 10px !important;
	font-size: 16px;
	flex-grow: 4;
}
.lms-checkout-coupon-cont > button {
	width: auto;
	color: #333;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.lms-checkout-personal, .lms-checkout-order, .lms-checkout-methods {
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	padding: 20px;
	margin-bottom: 20px;
}
.lms-checkout-order #order_review_heading {
	margin-bottom: 12px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent !important;
}
.woocommerce-checkout #payment ul.payment_methods {
	padding: 10px 0 20px 10px;
}
.woocommerce-checkout #payment div.form-row {
	padding: 20px 0 0 0;
}
.woocommerce form .form-row {
	margin-bottom: 10px;
}
abbr[data-original-title], abbr[title] {
	text-decoration: unset;
	-webkit-text-decoration: unset;
	text-decoration: unset;
	cursor: unset;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
.lms-checkout-review-order-table-product-name-cont {
	display: flex;
	align-items: top;
}
.lms-checkout-review-order-table-product-name-thumb-cont {
	margin-right: 10px;
	flex-shrink: 0;
}
.lms-checkout-review-order-table-product-name-thumb {
	height: 4em !important;
	width: 4em !important;
	border-radius: 10px;
	object-fit: cover;
}
.woocommerce-input-wrapper .select2-selection {
	padding: 0px 4px !important;
}
.checkout.woocommerce-checkout h3 {
	font-size: 1.7em !important;
	text-transform: unset !important;
}
.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 1.1em;
}
.woocommerce-privacy-policy-link,
.woocommerce-terms-and-conditions-link {
	color: #333 !important;
	text-decoration: underline;
	font-weight: 600;
}
.woocommerce-privacy-policy-link:hover {
	color: #333;
}
.woocommerce-terms-and-conditions-wrapper .required {
	font-size: 1.1em !important;
	color: #333 !important;
}
.woocommerce-privacy-policy-text {
	margin-bottom: 10px;
	line-height: 18px;
}
.woocommerce-checkout-review-order-table,
.woocommerce-checkout #payment {
	background-color: transparent;
}
.woocommerce-form-coupon, .woocommerce-form-coupon-toggle {
	display: none;
}
.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number .items-number,
.wishlist-icon-cont span.wrapper-items-number .items-number {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}
.checkout.woocommerce-checkout .woocommerce-checkout-review-order .lms-checkout-coupon,
.checkout.woocommerce-checkout .woocommerce-checkout-review-order .product-total {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.checkout.woocommerce-checkout .woocommerce-checkout-review-order .lms-checkout-coupon a,
.checkout.woocommerce-checkout .woocommerce-checkout-review-order .product-total a {
	text-decoration: none;
	color: #e4000f;
	font-size: 1.6rem;
	font-weight: 700;
	padding-left: 5px;
	margin-top: -4px;
}
.woocommerce-checkout .woocommerce-invalid #terms {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.checkout-button.button.alt.wc-forward,
.woocommerce-checkout #payment #place_order {
	width: 100%;
	height: auto;
	color: #333;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: .5rem 1rem;
	background-image: linear-gradient(90deg, #ffcc00, #ffa201);
	background-color: #ffcc00;
	border: 0;
	border-radius: 10px;
	text-transform: none;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.checkout-button.button.alt.wc-forward:hover,
.woocommerce-checkout #payment #place_order:hover {
	background-image: linear-gradient(90deg, #ffa201, #ffa201);
	background-color: #ffa201;
	color: #333;
}
.woocommerce-checkout .woocommerce-additional-fields {
	margin: 20px 0 10px 0;
}
.woocommerce-checkout .lms-checkout-coupon-cont {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}
.paypal-buttons {
	margin-bottom: 30px;
}
.widget_shopping_cart .minicart_hover .cart-items-number{
	text-align: left;
	cursor: pointer;
	font-size: 20px;
	margin-left: 10px !important;
}
.wishlist-icon-cont .wishlist-items-number{
	font-size: 24px;
	margin-top: 1px;
}
.widget_shopping_cart .minicart_hover .cart-items-number span.wrapper-items-number,
.wishlist-icon-cont span.wrapper-items-number {
	border-radius: 50%;
	bottom: 20px;
	display: block;
	font-size: 12px;
	font-weight: 600;
	height: 18px;
	left: 19px;
	line-height: 17px;
	width: 18px;
	padding: 0 2px;
	position: absolute;
	text-align: center;
	color: #333 !important;
	background-color: #ffb606;
}
.wishlist-icon-cont span.wrapper-items-number {
	bottom: auto;
	top: -1px;
	left: calc(100% - 14px);
}
span.wrapper-items-number .items-number {
	color: #333 !important;
}
.woocommerce-additional-fields .attc-form-row .optional,
.woocommerce-billing-fields .attc-form-row .optional {
	font-weight: 300;
	color: #aaa;
}
.woocommerce-checkout-payment .wc_payment_method.form-radio input {
	margin: 2px 5px 0 0 !important;
}
.woocommerce-checkout-payment .wc_payment_method>label>img {
	display: none;
}
li.wc_payment_method {
	margin-bottom: 10px !important;
}
.wc_payment_method.payment_method_bacs {
	margin-top: -8px !important;
}
.wc_payment_method.payment_method_bacs label {
	font-size: 1.3em;
	padding-left: 8px;
	vertical-align: sub;
}
.woocommerce-checkout-payment .wc_payment_method.payment_method_ppcp-gateway > label::after,
.woocommerce-checkout-payment .wc_payment_method.payment_method_epaybg_epay > label::after,
.woocommerce-checkout-payment .wc_payment_method.payment_method_epaybg_credit_card > label::after,
.woocommerce-checkout-payment .wc_payment_method.payment_method_epaybg_easy_pay > label::after,
.woocommerce-checkout-payment .wc_payment_method.payment_method_revolut_cc > label::after,
.woocommerce-checkout-payment .wc_payment_method.payment_method_revolut_pay > label::after,
.woocommerce-checkout-payment .wc_payment_method.payment_method_mypos_virtual > label::after {
	content: '';
	display: block;
	height: 35px;
	width: 160px;
	float: right;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.woocommerce-checkout-payment .wc_payment_method.payment_method_ppcp-gateway>label::after {
	background-image: url(../img/payment-paypal.png);
}
.woocommerce-checkout-payment .wc_payment_method.payment_method_epaybg_epay>label::after {
	background-image: url(../img/payment-epay-pay.png);
}
.woocommerce-checkout-payment .wc_payment_method.payment_method_epaybg_credit_card>label::after {
	background-image: url(../img/payment-epay-cc.png);
}
.woocommerce-checkout-payment .wc_payment_method.payment_method_epaybg_easy_pay>label::after {
	background-image: url(../img/payment-easypay.png);
}
.woocommerce-checkout-payment .wc_payment_method.payment_method_revolut_cc>label::after {
	background-image: url(../img/payment-revolut-cc.png);
}
.woocommerce-checkout-payment .wc_payment_method.payment_method_revolut_pay>label::after {
	background-image: url(../img/payment-revolut-pay.png);
}
.woocommerce-checkout-payment .wc_payment_method.payment_method_mypos_virtual>label::after {
	background-image: url(../img/payment-mypos-pay.png);
}
.wc_payment_method .payment_box {
	border-radius: 10px !important;
	background-color: #f1f1f1 !important;
}
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #f1f1f1;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
.woocommerce-order-received .woocommerce-info {
	display: none;
}
.woocommerce table.shop_table {
	border-radius: 10px !important;
}
.woocommerce-cart-form .update-cart {
	display: none !important;
}
.woocommerce .product-thumbnail {
	width: 200px;
}
.woocommerce.woocommerce-cart table.cart img, 
.woocommerce-page.woocommerce-cart table.cart img {
	width: 150px;
	height: 90px;
	object-fit: cover;
}
.woocommerce table.cart.shop_table th {
	border-right: none !important;
	background-color: #000;
	color: #fff;
}
.woocommerce.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text {
	line-height: 30px;
	padding: 4px 6px;
	font-size: 16px;
	min-width: 180px;
	height: 40px;
}
.woocommerce table.shop_table tr td, 
.woocommerce-page table.shop_table tr td {
	padding: 20px 20px;
	text-align: left;
	border-right: 1px solid #000;
}
.woocommerce.woocommerce-cart table.cart td.actions .coupon, 
.woocommerce-page.woocommerce-cart table.cart td.actions .coupon {
	float: right;
}
.woocommerce.woocommerce-cart table.cart td.actions, 
.woocommerce-page.woocommerce-cart table.cart td.actions {
	text-align: right;
}
.woocommerce .cart .actions .button {
	color: #fff !important;
}
.woocommerce-page.woocommerce-cart table.cart .product-name,
.woocommerce-cart-form__cart-item.cart_item .product-name {
	text-align: left;
}
.woocommerce-cart-form__cart-item.cart_item .product-name a,
.woocommerce-table__product-name.product-name a {
	text-decoration: none;
	font-size: 1em;
	color: #333 !important;
}
.product-grid .woocommerce-Price-amount {
	font-size: 1.3em;
}
.shop_table del bdi, del .woocommerce-Price-amount bdi {
	font-size: 88%;
	padding-left: 8px;
	color: #999;
	font-weight: 600;
}
.lms-product-info-inner-sidebar .stock.out-of-stock {
	font-size: 1.3em !important;
	font-weight: 600;
	color: #ccc !important;
	margin-bottom: 20px !important;
}
.lms-product-info-inner-sidebar .stock.available-on-backorder {
	color: #333 !important;
	margin-bottom: 8px;
	margin-left: 5px;
	font-weight: 300;
	font-size: 1em !important;
}
.table>tfoot>tr.order-total > td {
	text-align: right;
}
.table>tfoot>tr.cart-subtotal > td {
	text-align: right;
}
.order-total .woocommerce-Price-amount bdi, .order-total > th {
	font-size: 18px;
	font-weight: 700;
}
.cart-discount td {
	border-right: unset !important;
}
.checkout.woocommerce-checkout #customer_details {
	margin-bottom: 30px;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p {
	margin-bottom: 1rem;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-selection__rendered {
	line-height: 32px;
	font-size: 1rem;
	padding-right: 33px;
}
.woocommerce-checkout-review-order-table thead > tr {
	background-color: transparent !important;
	font-size: 16px;
}
.woocommerce-remove-coupon {
	display: inline-block;
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
	color: red !important;
	font-weight: 700;
	border: 0;
}
.woocommerce-remove-coupon:hover {
	text-decoration: none;
}
.woocommerce ul.order_details li {
	background-color: #eee;
	padding: 15px 25px;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	font-size: 0.9em;
}
.woocommerce-notice.woocommerce-thankyou-order-received {
	margin-top: -40px;
}
.woocommerce ul.order_details li {
	border-right: none !important;
}
.woocommerce-order-received h2 {
	font-size: 27px;
}
.woocommerce ul.order_details li {
	text-transform: none !important;
	font-size: 1.1em !important;
}
.woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.1em;
	text-transform: none;
	margin-top: 5px;
}
.lp-profile-content .woocommerce-table.shop_table {
	border-radius: 10px;
}
.lp-profile-content .woocommerce-table.shop_table th,
.lp-profile-content .woocommerce-table.shop_table td {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	padding: 15px 25px 10px 25px;
}
.lp-content-area .order_details tfoot > tr:last-child > th, 
.lp-content-area .order_details tfoot > tr:last-child > td {
    border-bottom: 0;
}
.lp-content-area .order_details tbody > tr:last-child > td {
    border-bottom: 0;
}
.lp-content-area .order_details tfoot>tr:first-child>th, .lp-content-area .order_details tfoot>tr:first-child>td {
	border-top: 1px solid !important;
}


.lp-content-area .lp-profile-content .order_details td {
	padding: 15px 25px !important;
}
#profile-content-lp_orders_woocommerce mark {
	padding: 3px 10px 3px 8px;
	background-color: #eee;
	border-radius: 8px;
	font-size: 95%;
}
.lp-content-area .lp-profile-content .woocommerce-Price-amount.amount {
	font-weight: 600;
}
.woocommerce-customer-details address,
.woocommerce-order-received address {
	font-size: 16px;
	line-height: 30px;
	padding: 15px 25px!important;
	margin-bottom: 50px !important;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.woocommerce-table.woocommerce-table--order-downloads .download-remaining {
	display: none !important;
}
.woocommerce-table.woocommerce-table--order-downloads .download-product a {
	font-size: 1em !important;
	color: #333;
}
.woocommerce-table.woocommerce-table--order-downloads .download-product a:hover {
	text-decoration: none !important;
}
#profile-content-lp_orders_woocommerce .woocommerce-OrderUpdates.commentlist.notes {
	padding: 20px;
	border: 0 !important;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
#profile-content-lp_orders_woocommerce .woocommerce-OrderUpdate-meta.meta {
	color: #aaa;
}
#learn-press-profile .lp-content-area .order_details {
	width: 100%;
	border-collapse: unset !important;
}
.woocommerce-table.woocommerce-table--order-downloads.shop_table.order_details,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	padding: 15px;
	border: 0 !important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}

.woocommerce ul.order_details li {
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	padding: 15px 25px;
	border-radius: 10px;
	margin-right: 1em;
	margin-bottom: 1em;
	font-size: 0.9em;
}
.woocommerce table.shop_table th, 
.woocommerce table.shop_table tr td, 
.woocommerce-page table.shop_table tr td {
	border-right: 0;
	padding-left: 10px;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
	border-top: 1px solid #333;
	}
.woocommerce table.cart tr td, .woocommerce table.shop_table tr td {
	border-top: 1px solid #333;
}
.woocommerce-table__product-name.product-name .product-quantity {
	display: none;
}
.single-product .quantity .qty, .woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}
.woocommerce div.product form.cart div.quantity {
	float: none !important;
	margin: 0px !important;
	display: none;
}
.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button {
	margin: 0px !important;
}
.single-product .woocommerce-Price-amount {
	font-size: 1.2em;
}
.single-product del .woocommerce-Price-amount bdi {
	font-size: 88%;
	padding-left: 8px;
	color: #999;
	font-weight: 600;
}
.product_thumb .onsale, .lms-product-info-inner-sidebar .onsale {
	text-transform: uppercase;
}


/* Banner Styles */
@media (max-width: 1024px) {
	.widget-banners h4 {
		font-size: 1.4em !important;
	}
}
.attc-banner-link img {
	border-radius: 10px;
	margin-bottom: 15px;
}


/* Woocommerce Products Loop */
.product-grid .product {
	margin-bottom:35px;
}
.product-grid .content__product {
	display: flex;
	flex-direction: column;
	margin-bottom:0;
}
.product-grid .product_thumb::before {
	display:none;
}
.product-grid .product_thumb span,
.woocommerce .product .lms-product-info-inner-sidebar > span {
	background-image: linear-gradient(90deg, #ffcc00, #ffa201) !important;
	background-color: #ffcc00 !important;
	padding: 0px 20px !important;
	border-radius: 10px;
	font-size: 1em !important;
	font-weight: 700 !important;
	position: absolute;
	text-align: center;
	z-index: 9;
}
.product-grid .product__title {
	flex-grow: 4;
	display: flex;
	flex-direction: column;
	margin-top:-10px;
	border-radius:10px;
	outline:1px solid #333;
	position:relative;
	background-color:white;
}
.product-grid .product__title a.title {
	font-size: 1.3em;
	font-weight: 600;
	line-height: 25px;
	min-height: 50px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
}
.product-grid .product__title a.title:hover {
	text-decoration: none;
}
.product-grid .product__title .block-after-title{
	justify-content:center;
}
.product-grid .product__title .description{
	flex-grow:4;
}


/* Woocommerce Product Single */
.lms-product-info-top{
	background: transparent !important;
	padding: 40px 0 20px;
	color: #333;
}
.lms-product-info-top .entry-title{
	color: #333;
	font-weight: 500;
	line-height: 1.1em;
	font-size: 2.25em;
}
.lms-product-info-inner-sidebar {
	margin-top: 40px!important;
	padding: 20px 20px 30px 20px;
	background-color: white;
	border-radius: 10px;
}
.product-info .lms-product-content{
	margin-bottom: 20px;
}
@media(min-width:992px){
	.lms-product-info-inner-sidebar{
		margin-top: -80px!important;
		margin-bottom: 50px !important;
		position: relative;
		z-index: 2;
	}
	.product-info .lms-product-content{
		margin: 20px 0;
	}
}
.woocommerce-product-gallery__image{
	aspect-ratio: 16 / 9;
}
.woocommerce-product-gallery__image>a{
	display: flex;
	align-items: center;
	justify-content:center;
	height: 100%;
}
.woocommerce-product-gallery__image>a>img{
	height:100%;
	width:100%;
	object-fit:cover;
}
.woocommerce div.product .product-info .image-panel #slider, 
.woocommerce-page div.product .product-info .image-panel #slider {
	margin-bottom: 15px;
}
.flex-control-nav .attachment-thumbnail {
	border-radius: 10px;
}
.flex-viewport {
	margin-bottom: 15px;
}


/* Fix Slider Bug */
.woocommerce-product-gallery__image.flex-active-slide{
	outline: 2px solid white;
}
.woocommerce div.product .lms-product-info-inner-sidebar .onsale{
	padding:0 1em!important;
	left:30px!important;
}
@media(min-width:992px){
	.woocommerce div.product .lms-product-info-inner-sidebar .onsale{
		top:15px!important;
		left:15px!important;
	}
}
.lms-product-info-inner-sidebar .slides.images img {
	border-radius: 10px;
}
.lms-product-info-inner-sidebar {
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.woocommerce-Input.woocommerce-Input--text {
	height: 40px;
	width: 300px;
}


/* Home Fix & Shortcodes */
.section-content .section-subtitle-text {
	font-family: "PT Serif";
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.3;
}
.lms-home-role-item .card {
	border: 1px solid #333;
	border-radius: 10px;
}
.lms-home-role-item-img-cont img {
	border-radius: 10px 10px 0 0;
}
.lms-home-role-item-wapper {
	border-top: 1px solid #333;
	border-radius: 10px;
	margin-top: -10px;
	background-color: #fff;
}
.lms-container-image-cont{
	position:relative;
}
.lms-container-image-home .lms-container-image-left {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: calc(50vw - 20%);
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-size: auto 100%;
}
.lms-container-image-home .lms-container-image-right {
	height: 100%;
	width: calc(50vw - 50%);
	background-repeat: no-repeat;
	background-position-x: -20px;
	background-size: auto 100%;
}
.lms-container-fix-height {
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.lms-home-role-item .lms-home-role-item-img{
	width:100%;
	aspect-ratio:4/3;
	object-fit:cover;
}
.lms-home-role-item .lms-home-role-item-desc-cont{
	margin: 0;
	overflow: hidden;
	height: 8.5em;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
@media(max-width:576px){
	.lms-container-fix-height {
		min-height: 333px;
	}
}
.lms-home-roles-cont {
	justify-content: center;
}
@media(max-width:1200px){
	.lms-home-roles-cont .lms-home-role-item:first-child {
		display: none !important;
	}
}
@media(max-width:991px){
	.lms-home-roles-cont .lms-home-role-item:first-child {
		display: block !important;
	}
	.lms-home-roles-cont .lms-home-role-item {
		max-width: 350px;
	}
}


/* Course Filter Sidebar */
@media (min-width: 992px) {
	.sidebar-left>.row>#sidebar{
		-ms-flex: 0 0 360px;
		flex: 0 0 360px;
		max-width: 360px;
	}
	.sidebar-left>.row>#main{
		-ms-flex: 0 0 calc(100% - 360px);
		flex: 0 0 calc(100% - 360px);
		max-width: calc(100% - 360px);
	}
	.content_course_2>.row>#sidebar{
		-ms-flex: 0 0 350px;
		flex: 0 0 350px;
		max-width: 350px;
	}
	.content_course_2>.row>.content-single{
		-ms-flex: 0 0 calc(100% - 350px);
		flex: 0 0 calc(100% - 350px);
		max-width: calc(100% - 350px);
	}
}
.widget-area aside.lms-course-filter-wrapper {
	padding: 0;
}
form.lms-course-filter-form{
	padding: 0;
}
.lms-course-filter-wrapper{
	border:0;
}
@media(min-width:992px){
	.lms-course-filter-form-content {
		margin: 5px 10px;
		border-radius: 10px;
		box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
		overflow: hidden;
	}
}
.lms-course-filter-form-content .card-header{
	position:relative;
}
.lms-course-filter-form-content .card-header:hover {
	background-color: #eee;
}
.lms-course-filter-form-content .card-header::after{
	content: '\f107';
	font-size: 1.6em;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	z-index:1;
	top: 50%;
	right: 1.3rem;
	transform: translate(50%,-50%);
	transition: transform 0.3s;
	color: #bbb;
}
.lms-course-filter-form-content .card-header[aria-expanded="true"]::after{
	transform: translate(50%,-50%) rotate(180deg);
}
.lms-filter-body {
	padding-top: 5px;
	padding-bottom: 15px;
}
.lms-list-checkbox-item {
	height: 40px;
}
.lms-filter-body .form-check-label {
	max-height: 34px;
	line-height: 17px;
	overflow: hidden;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.lms-filter-body .form-check-label span {
	color: #888;
	font-weight: 200;
	letter-spacing: 1px;
}
.lms-course-filter-form .lms-filter-header {
	border: 0px;
	padding: 15px 20px;
	cursor: pointer;
}
.lms-course-filter-form .lms-filter-title {
	font-size: 17px;
	font-weight: 700;
}
.lms-course-filter-form .lms-filter-card {
	border: 0px;
	border-radius: 10px
}
.lms-filter-card .card-header {
	background-color: #fff;
}
.course-wishlist::before {
	content: "\f004";
	margin-right: 5px !important;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900 !important;
}
.lms-courses-top-bar{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:nowrap;
	padding-bottom: 10px;
}
.lms-courses-top-bar-filter-cont{
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:left;
}
.lms-courses-top-bar-order-icon{
	display:none;
}
@media(max-width:991.98px){
	.lms-courses-top-bar-order-icon{
		display:flex;
		align-items:center;
		justify-content:center;
		background-color: rgba(255,255,255,0.5);
		box-shadow:0 4px 10px rgba(0,0,0,0.25) !important;
		border-radius: 10px;
		padding: 0px;
		height: calc(13px + 1.6em);
		width: calc(13px + 1.6em);
		font-size:18px;
		color:#666;
		margin-bottom:0.5em;
	}
	.lms-courses-top-bar-order-icon:hover{
		text-decoration: none;
		color:#212529;
	}
	.lms-courses-top-bar-filter-cont{
		justify-content:center;
		margin: 0 auto;
	}
	.lms-courses-top-bar-filter-cont .thim-course-order{
		margin-right:0.5em;
		margin-bottom:0.5em;
	}
}
.lms-courses-top-bar-search-count-cont{
	margin-right:0.5em;
	white-space:nowrap;
	font-size:16px;
	font-weight:600;
}
.thim-course-order{
	display:inline-block;
	background-color: rgba(255,255,255,0.5);
	box-shadow:0 4px 10px rgba(0,0,0,0.25) !important;
	border-radius: 10px;
	position:relative;
}
.thim-course-order::after{
	content:'\f107';
	font-size: 1.6em;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 1.3rem;
	transform: translate(50%, -50%);
	color: #333;
}
.thim-course-order > select {
	font-family: 'Inter' !important;
	background-color:transparent;
	padding: 10px 35px 10px 15px;
	font-size: 14px;
	font-weight: 400;
	border: 0px;
	appearance: none;
}
.thim-course-order > select option {
	font-family: 'Inter' !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	background-color: #fff;
}


/* Mobile Course Filter Sidebar */
html.lms-course-filter-mobile .lms-course-filter-wrapper-mobile-cont{
	position:fixed;
	z-index:110;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow-y:auto;
	transform:translateX(100%);
	transition:transform 0s 0.4s,background-color 0.4s;
	background-color:transparent;
	overflow-x:hidden;
}
html.lms-course-filter-mobile .lms-course-filter-wrapper-mobile-cont-overlay{
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
}
html.lms-course-filter-mobile-open .lms-course-filter-wrapper-mobile-cont{
	transform:translateX(0);
	transition:transform 0s,background-color 0.4s;
	background-color:rgba(0,0,0,0.5);
}
html.lms-course-filter-mobile.lms-course-filter-mobile-open,
html.lms-course-filter-mobile.lms-course-filter-mobile-transition-close{
	overflow-y:hidden;
}
.lms-course-filter-mobile-closer{
	color:#333;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	font-size: 2.8em;
	margin-top: -10px;
	font-weight: 300 !important;
}
.lms-course-filter-mobile-closer:hover{
	text-decoration:none;
	color:#000;
}
.lms-mobile-cat-filter-header {
	padding-bottom: 10px;
}
.lms-mobile-cat-filter-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lms-mobile-menu-sub-opened .menu-item-object-custom a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
html:not(.lms-course-filter-mobile) .lms-course-filter-mobile-closer,
html:not(.lms-course-filter-mobile) .lms-course-filter-mobile-opener{
	display:none;
}
html.lms-course-filter-mobile .lms-course-filter-wrapper{
	background-color:white;
	display:flex;
	flex-direction:column;
	position:relative;
	z-index:2;
	height:100%;
	width:min(23em,100%);
	margin:0 0 0 auto;
	padding:0.5em;
	transform:translateX(100%);
	transition:transform 0.4s;
}
html.lms-course-filter-mobile-open .lms-course-filter-wrapper{
	transform:translateX(0);
}
html.lms-course-filter-mobile .lms-course-filter-wrapper .lms-course-filter-form{
	flex-grow:4;
	display:flex;
	flex-direction:column;
	height: calc(100% - 42px);
	padding:0;
	margin:0;
}
html.lms-course-filter-mobile .lms-course-filter-wrapper .lms-course-filter-form .lms-course-filter-form-content{
	flex-grow:4;
	flex-shrink:4;
	overflow-y:auto;
}
html.lms-course-filter-mobile .lms-course-filter-wrapper .lms-course-filter-form .filter-submit{
	flex-grow:0;
	flex-shrink:0;
	margin-top:0.5em;
}
form.thim-course-filter .filter-submit {
	margin: 20px 8px;
}
@media (max-width: 1024px) {
	html.lms-course-filter-mobile form.thim-course-filter .filter-submit button {
		padding: .5rem 1rem;
		font-size: 1.25rem !important;
		line-height: 1.5;
		border-radius: 10px;
	}
}
.lms-sidebar-filter-clear {
	display: block;
		margin-top: 10px;
}
.list-filter-clear, .lms-sidebar-filter-clear, .adv-search-filter-clear {
	text-decoration: none;
	color: #333;
	font-weight: 300;
}
.list-filter-clear:hover, .lms-sidebar-filter-clear:hover, .adv-search-filter-clear:hover {
	text-decoration: none;
	color: #333;
}
.thim-course-top.switch-layout-container .course-index span {
	display: inline-block;
	color: #999;
	flex-grow: 1;
	font-size: 1.1em;
}
.thim-course-top.switch-layout-container {
	display: none !important;
}
.lms-course-filter-wrapper ul{
	list-style:none;
}
#masthead{
	-webkit-transition: all 0.5s ease-in-out,width 0s;
	-khtml-transition: all 0.5s ease-in-out,width 0s;
	-moz-transition: all 0.5s ease-in-out,width 0s;
	-ms-transition: all 0.5s ease-in-out,width 0s;
	-o-transition: all 0.5s ease-in-out,width 0s;
	transition: all 0.5s ease-in-out,width 0s;
}


/* Range Price Picker */
.slider-container .pointer-label.high{
	right:0;
}
.slider-container {
	width: 300px;
}
.slider-container .back-bar {
	height: 10px;
	position: relative;
}
.slider-container .back-bar .selected-bar {
	position: absolute;
	height: 100%;
}
.slider-container .back-bar .pointer {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: red;
	cursor: col-resize;
	opacity: 1;
	z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
	z-index: 3;
}
.slider-container .back-bar .pointer-label {
	position: absolute;
	top: -24px;
	font-size: 14px;
	background: white;
	white-space: nowrap;
	line-height: 1;
}
.slider-container .back-bar .focused {
	z-index: 10;
}
.slider-container .clickable-dummy {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.slider-container .scale {
	top: 2px;
	position: relative;
}
.slider-container .scale span {
	position: absolute;
	height: 5px;
	border-left: 1px solid #999;
	font-size: 0;
}
.slider-container .scale ins {
	font-size: 14px;
	text-decoration: none;
	position: absolute;
	z-index:1;
	top: 5px;
	color: #999;
	line-height: 1;
}
.slider-container .scale span:first-child ins {
	left: 0;
}
.slider-container .scale span:last-child ins {
	right: 0;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
	cursor: auto;
}
.theme-blue .back-bar {
	height: 10px;
	border-radius: 2px;
	background-color: #eeeeee;
	background-color: #e7e7e7;
	background-repeat: repeat-x;
}
.theme-blue .back-bar .selected-bar {
	border-radius: 2px;
	background-color: #333;
	background-repeat: repeat-x;
}
.theme-blue .back-bar .pointer {
	width: 17px;
	height: 17px;
	top: -4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #AAA;
	background-color: #e7e7e7;
	background-repeat: repeat-x;
}
.theme-blue .back-bar .pointer-label {
	color: #999;
}
.theme-blue .back-bar .focused {
	color: #333;
}
.theme-blue .scale span {
	border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
	color: #999;
}


/* Invisible Recapcha */
.inv-recaptcha-holder .grecaptcha-badge {
	visibility: hidden !important;
}
.grecaptcha-badge {
	bottom:65px !important;
}


/* Profile Dropdown Menu & Popup Form Styles */
.avatar-30 {
	width: 30px;
	height: 30px;
	object-fit: cover;
}
.avatar-60 {
	width: 60px;
	height: 60px;
	object-fit: cover;
}
.avatar-70 {
	width: 70px;
	height: 70px;
	object-fit: cover;
}
.avatar-80 {
	width: 80px;
	height: 80px;
	object-fit: cover;
}
.thim-register .wc-social-login p:first-child,
.thim-login .wc-social-login p:first-child {
	display: none;
}
.thim-register .wc-social-login,
.thim-login .wc-social-login {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}
.thim-register .wc-social-login .button-social-login,
.thim-login .wc-social-login .button-social-login {
	text-decoration: none;
	border-radius: 10px;
	box-shadow:0 4px 10px rgba(0,0,0,0.25) !important;
	color: white !important;
	font-size: 17px;
	font-weight: 600 !important;
	line-height: 2.5em;
	margin-top: 15px;
	height: 42px;
}
#thim-popup-login .popup-login-wrapper .thim-register .wc-social-login a.button-social-login,
#thim-popup-login .popup-login-wrapper .thim-login .wc-social-login a.button-social-login {
	box-shadow:0 4px 10px rgba(0,0,0,0.25) !important;
	color: white !important;
	font-size: 17px;
	font-weight: 600 !important;
	line-height: 2.5em;
	margin-top: 15px;
	height: 42px;
}
.lms-login-form-cont .thim-login a,
.lms-login-form-cont .thim-login label,
.lms-login-form-cont .thim-register a,
.lms-login-form-cont .thim-register label,
#thim-popup-login .thim-login-container a,
#thim-popup-login .thim-login-container label,
#thim-popup-login .popup-login-wrapper a.lost-pass-link {
	color: #333 !important;
	font-weight: 500 !important;
}
.lms-profile-cont {
	display:flex;
	max-width:none;
	width:100%;
}
.lms-profile-cont>.lp-profile-content {
	flex-grow:4;
	flex-shrink:4;
	width:calc(100% - 280px);
}
.lms-profile-cont .chart-wrapper {
	aspect-ratio:2/1;
	width:100%;
	position:relative;
}
.lms-profile-cont .chart-wrapper>canvas {
	position:absolute;/*To not takes space by resize.*/
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.header-profile-login-link img {
	height: 40px;
}
.header-profile-login-link i {
	font-size: 40px;
		color: #fff;
	background-color: #333;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.thim-link-login.has_sub_info .lms-header-profile-menu .user-info-links {
	margin: 20px 0 0 0;
}
@media(min-width: 992px) {
	.thim-link-login.has_sub_info .lms-header-profile-menu .user-info {
		margin-top: 8px !important;
		background-color: #e34c11;
		padding: 0;
		border-radius: 0 0 10px 10px;
	}
	.thim-link-login.has_sub_info .lms-header-profile-menu .user-info-data {
		padding: 1em;
		box-shadow: 0 4px 10px rgba(0,0,0,0.25);
		border-radius: 0 0 10px 10px;
		position: relative;
		z-index: 2;
		background-color: #e34c11;
	}
	.thim-link-login.has_sub_info .lms-header-profile-menu .user-info-links {
		padding: 1em 2em;
		background-image: linear-gradient(to top right,transparent,transparent 70%,#6ab2ca);
		margin-top: 0px;
	}
}
.learnpress-profile .thim-login,
.learnpress-profile .thim-register {
	padding: 0 15px 10px 15px;
}
.learnpress-profile .site-content .thim-login .title,
.learnpress-profile .site-content .thim-register .title {
	line-height: 25px !important;
}
@media(min-width: 500px) {
	.learnpress-profile .thim-login,
	.learnpress-profile .thim-register {
		padding: 0 50px 10px 50px;
	}
}
@media(max-width: 500px) {
	.lms-login-form-cont {
		margin: 0px auto;
		padding: 20px 0;
		width: 100vw;
		margin-left: calc((100% - 100vw) / 2);
		box-shadow: none;
  		border-radius: 0px;
	}
}

.thim-login-popup > a.login.js-show-popup {
	background-image: linear-gradient(90deg, #ffcc00, #ffa201);
	background-color: #ffcc00;
	border: 0px !important;
	padding: 8px 20px !important;
}
.thim-login-popup > a.login.js-show-popup:hover {
	background-image: linear-gradient(90deg, #ffa201, #ffa201);
	background-color: #ffa201;
	border: 0px !important;
}
#thim-popup-login .popup-login-wrapper {
	border-radius: 10px;
}
#thim-popup-login .popup-login-wrapper .login-submit {
	overflow: inherit !important;
}
.lms-login-form-cont ul.nav {
	margin-bottom: 30px !important;
}
.lms-login-form-cont .thim-login .submit .button,
.lms-login-form-cont .thim-register .submit .button,
#thim-popup-login .popup-login-wrapper .submit .button {
	background-image: linear-gradient(90deg, #ffcc00, #ffa201);
	background-color: #ffcc00;
	border: 0px !important;
	padding: 6px 20px !important;
	text-transform: none !important;
	color: #333 !important;
	font-size: 17px;
	box-shadow:0 4px 10px rgba(0,0,0,0.25) !important;
}
.lms-login-form-cont .thim-login .submit .button:hover,
.lms-login-form-cont .thim-register .submit .button:hover,
#thim-popup-login .popup-login-wrapper .submit .button:hover {
	background-image: linear-gradient(90deg, #ffa201, #ffa201);
	background-color: #ffa201;
	border: 0px !important;
}
.thim-login-popup .profile{
	position:relative;
}
.thim-login-popup .profile::before{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 100%;
	width: 100%;
	height: 10px;
}
.thim-link-login.has_sub_info .user-info {
	width: 280px;
}
.thim-link-login.has_sub_info .user-info a {
	text-decoration: none !important;
}
@media(max-width: 991.98px){
	html.lms-mobile-show-header-profile-menu{
		overflow:hidden;
	}
	html:not(.lms-mobile-show-header-profile-menu) .lms-header-profile-menu{
		display:none;
	}
	html.lms-mobile-show-header-profile-menu .lms-header-profile-menu{
		position:fixed;
		z-index:1100;
		top:0;
		bottom:0;
		left:0;
		right:0;
		width:100vw;
		height:100vh;
		overflow-y:auto;
		background-color:white;
		padding:1em;
	}
	html.lms-mobile-show-header-profile-menu .thim-link-login.has_sub_info .user-info{/*Fix*/
		position:static;
		display:block;
		width:unset;
	}
	.navbar-profile-wrapper .navbar-profile-name {
		width: 80%;
	}
}
#customer_login h2 {
	text-transform: none !important;
}
#customer_login, .lost_reset_password {
	margin-bottom: 40px;
}


/* Error & Waring & Info Massages */
.entry-content .learn-press-message.lp-content-area,
body.course-item-popup #learn-press-content-item .content-item-wrap .content-item-summary, 
body.course-item-popup #learn-press-content-item .content-item-wrap .course-item-nav, 
body.course-item-popup #learn-press-content-item .content-item-wrap .edit-course-item-link, 
body.course-item-popup #learn-press-content-item .content-item-wrap .message, 
body.course-item-popup #learn-press-content-item .content-item-wrap .learn-press-message, 
body.course-item-popup #learn-press-content-item .content-item-wrap .comments-area, 
body.course-item-popup #learn-press-content-item .content-item-wrap .learn-press-content-protected-message {
	margin: auto;
	max-width: none;
}
.learn-press-message.info, .learn-press-message.notice, .alert.alert-info,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info, 
.woocommerce-page .woocommerce .woocommerce-message {
	position: relative;
	background-color: #fff !important;
	border: 2px solid #6ab2ca !important;
	border-radius: 10px !important;
	font-size: 1.1em;
	font-weight: 600;
	padding: 8px 50px !important;
	color: #333;
}
.learn-press-message.info::before, .learn-press-message.notice::before, .alert.alert-info::before,
.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info::before, 
.woocommerce-page .woocommerce .woocommerce-message::before {
	position: absolute;
	display: inline-block !important;
	font-family: "Font Awesome 6 Free" !important;
	content: "\f06a";
	font-size: 1.3em;
	color: #6ab2ca !important;
	top: 4px;
	left: 18px;
	background-color: transparent;
}
.alert.alert-warning, .learn-press-message.warning,
.woocommerce-page .woocommerce-warning {
	background-color: #fff !important;
	border: 2px solid #ffa000 !important;
	border-radius: 10px;
	font-size: 1.1em;
	font-weight: 600 !important;
	padding: 8px 50px;
	color: #333;
}
.alert.alert-warning::before, .learn-press-message.warning::before,
.woocommerce-page .woocommerce-warning::before {
	position: absolute;
	display: inline-block;
	font-family: "Font Awesome 6 Free" !important;
	content: "\f071" !important;
	font-size: 1.3em !important;
	color: #ffa000 !important;
	top: 4px !important;
	left: 18px !important;
	background-color: transparent;
}
.alert.alert-success, .learn-press-message.success,
.woocommerce-page .woocommerce-success {
	background-color: #fff !important;
	border: 2px solid #009150 !important;
	border-radius: 10px;
	font-size: 1.1em;
	font-weight: 600 !important;
	padding: 8px 50px;
	color: #333;
}
.alert.alert-success::before, .learn-press-message.success::before,
.woocommerce-page .woocommerce-success::before {
	position: absolute;
	display: inline-block;
	font-family: "Font Awesome 6 Free" !important;
	content: "\f058" !important;
	font-size: 1.3em !important;
	color: #009150 !important;
	top: 4px !important;
	left: 18px !important;
	background-color: transparent;
}
.alert.alert-danger, .learn-press-message.error,
.woocommerce-page .woocommerce-error {
	background-color: #fff !important;
	border: 2px solid #e4000f !important;
	border-radius: 10px;
	font-size: 1.1em;
	font-weight: 600 !important;
	padding: 8px 50px;
	color: #333;
	position: relative;
}
.alert.alert-danger::before, .learn-press-message.error::before,
.woocommerce-page .woocommerce-error::before {
	position: absolute;
	display: inline-block;
	font-family: "Font Awesome 6 Free" !important;
	content: "\f071" !important;
	font-size: 1.3em !important;
	color: #b81c23 !important;
	top: 4px !important;
	left: 18px !important;
	background-color: transparent;
}
.wrapper-container .site-content .learn-press-message {
	margin-bottom: 20px;
}
.wrapper-container .site-content .alert::before {
	top: 8px !important;
}


/* Profile by Roles */
.lp-ajax-message {
	display: none;
	margin-top: 15px;
	padding: 10px 20px;
	border: 2px solid #009150;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.4;
}
.learnpress-certificates-profile .lp-ajax-message.error {
	border: 2px solid #6ab2ca !important;
	padding: 8px 25px !important;
	font-weight: 600;
}

.learnpress_avatar__form__upload {
	width: 350px;
	height: 200px;
	border-radius: 10px;
}
.learnpress_avatar__cropper img {
	width: 315px;
	border-radius: 10px;
}
button.learnpress_avatar__button.learnpress_avatar__button--replace {
	height: auto !important;
	font-size: 1.2em;
	padding: 7px 27px;
	line-height: 1.5;
	border: 1px solid transparent;
	margin-top: 15px;
	border-radius: 10px;
	font-weight: 600;
	color: #fff;
	background-color: #6ab2ca;
	border-color: #6ab2ca;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 10px !important;
}
button.learnpress_avatar__button.learnpress_avatar__button--replace:hover {
	color: #6ab2ca;
	background-color: #fff;
	border-color: #6ab2ca;
}
button.learnpress_avatar__button.learnpress_avatar__button--remove {
	height: auto !important;
	font-size: 1.2em;
	padding: 7px 27px;
	line-height: 1.5;
	border: 1px solid transparent;
	margin-top: 15px;
	border-radius: 10px;
	font-weight: 600;
	color: #333;
	background-color: #fff;
	border-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 10px !important;
}
button.learnpress_avatar__button.learnpress_avatar__button--remove:hover {
	color: #fff;
	background-color: #6ab2ca;
	border-color: #6ab2ca;
}
.mobile-menu-wrapper ul li .navbar-profile-wrapper,
.thim-link-login.has_sub_info .user-info .navbar-profile-wrapper {
	display: flex;
	align-items: center;
}
.navbar-profile-avatar img {
	border-radius: 50%;
}
.navbar-profile-wrapper .navbar-profile-avatar {
	margin-right: 10px;
	flex-shrink: 0;
}
.navbar-profile-wrapper .navbar-profile-info {
	flex-grow: 4;
	flex-shrink: 0;
	width: calc(100% - 70px);
}
.navbar-profile-wrapper .navbar-profile-name {
	font-weight: 600;
	line-height: 1.35em;
	font-size: 1.1em;
	color: #333;
}
.navbar-profile-mail {
	color: #666;
}
.navbar-profile-role {
	color: #666;
}
.menu-item-user > a i,
.menu-item-log-out > a i,
.menu-item-settings > a i {
	width: 35px;
	text-align: center;
}
.menu-item-divider {
	border-bottom: 1px solid gray;
	margin-bottom: 8px;
}
.menu-item-divider + .menu-item-divider {
	display: none !important;
}
.lms-mobile-header-profile-menu-closer {
	font-size: 2em;
	position: absolute;
	z-index: 1;
	right: 1.4em;
	top: 0.4em;
	font-weight: 700;
	color: #333;
}
.menu-item-subtitle {
	font-size: 1.1em;
	font-weight: 600;
	color: #333;
}






/* Mobile Category Sidebar */
.mobile-menu-wrapper .icon-wrapper {
	top: 0;
	left: 0;
	right: 0;
	padding: 0px 10px 0px 25px;
	background: transparent;
}
.mobile-menu-container.mobile-effect {
	margin-bottom: 25px;
}
body.logged-in .mobile-menu-container.mobile-effect {
	margin-top: -40px;
}
.mobile-menu-wrapper .mobile-menu-inner {
	padding: 60px 10px 0 25px;
}
.mobile-menu-wrapper .mobile-menu-inner.lms-mobile-menu-sub-opened {
	height:100vh;
	overflow-y:hidden;
}
.menu-item.menu-item-type-custom.menu-item-object-custom a {
	text-decoration: none;
}
.mobile-menu-wrapper .icon-menu-back.show-icon {
	cursor: pointer;
}
.mobile-menu-wrapper .icon-menu-back::before {
	font-family: "Font Awesome 6 Free";
	font-size: 1.1em;
	margin-right: 8px;
	line-height: 1;
	content: "\f053";
	font-weight: 600;
}
.mobile-menu-wrapper .icon-menu-back {
	text-transform: uppercase;
	font-size: 1.1em;
	display: flex;
	align-items: center;
}


/* Profile Headers */
.lms-page-profile-header-wrapper,
.lms-page-become-header-wrapper{
	background-color:white;
}
.lms-page-profile-header-info,
.lms-page-become-header-info{
	padding-left:15px;
}
.lms-page-profile-header-title,
.lms-page-become-header-title{
	color:var(--thim-font-title-color);
}
.lms-page-profile-header-desc{
	color:var(--thim-font-title-color);
	display:none;
}
.lms-page-become-header-desc{
	color:var(--thim-font-title-color);
	margin:16px 0 24px 0;
}
@media(min-width:640px){
	.lms-page-profile-header-wrapper,
	.lms-page-become-header-wrapper{
		background-size: 100% 101%, auto;
		background-position: right;
		background-repeat: no-repeat;
	}
	.lms-page-profile-header-wrapper-default,
	.lms-page-become-header-wrapper-student {
		background-image:linear-gradient(to right,white,white 30%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.4) 60%,transparent 70%,transparent),url('../img/header/header-student.jpg');
	}
	.lms-page-profile-header-wrapper-creator,
	.lms-page-become-header-wrapper-creator{
		background-image:linear-gradient(to right,white,white 30%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.4) 60%,transparent 70%,transparent),url('../img/header/header-creator.jpg');
	}
	.lms-page-profile-header-wrapper-vendor,
	.lms-page-become-header-wrapper-vendor{
		background-image:linear-gradient(to right,white,white 30%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.4) 60%,transparent 70%,transparent),url('../img/header/header-vendor.jpg');
	}
	.lms-page-profile-header-wrapper-business,
	.lms-page-become-header-wrapper-business{
		background-image:linear-gradient(to right,white,white 30%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.4) 60%,transparent 70%,transparent),url('../img/header/header-business.jpg');
	}
	.lms-page-profile-header-wrapper-inspector{
		background-image:linear-gradient(to right,white,white 30%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.4) 60%,transparent 70%,transparent),url('../img/header/header-inspector.jpg');
	}
	.lms-page-profile-header-desc{
		display:block;
	}
}


/* Profile Sidebar */
.lp-profile-sidebar {
	position:relative;
	width:280px !important;
	background-color:#e34c11;
	border-radius: 10px;
	padding: 20px 0;
	margin-right: 20px;
	box-shadow:0 4px 10px rgba(0,0,0,0.25) !important;
	overflow: hidden;
	flex-shrink:0;
}
.lp-profile-content-area .lp-profile-left {
	text-align: center;
}
.lp-profile-sidebar .lp-user-profile-avatar img {
	width: 110px;
	border-radius: 50%;
}
.lp-profile-left .lp-user-username-social .lp-profile-username {
	font-size: 16px;
	font-weight: 600;
	width: 80%;
	margin: 10px auto 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lp-profile-sidebar a {
	color: #273445;
	font-size: 1.1em;
}
.lp-profile-sidebar .lp-profile-nav-tabs>li:hover a,
.lp-profile-sidebar .lp-profile-nav-tabs>li:hover a i {
	color: #fff;
	text-decoration: none;
}
.lp-profile-sidebar a i {
	color: #273445;
	font-size: 1em;
}
.lp-profile-nav-tabs {
	margin: 0;
}
.lp-profile-nav-tabs .active {
	background-color: #273445;
}
.lp-profile-nav-tabs .active .lms-profile-tabs-wrapper i,
.lp-profile-nav-tabs .active .lms-profile-tabs-title {
	color: #fff;
}
.lp-profile-nav-tabs li {
	padding: 5px 15px 5px 12px;
	margin: 0 15px 5px 15px;
	border-radius: 10px;
}
.lp-profile-nav-tabs li:hover {
	background-color: #273445;
}
.lms-profile-tabs-wrapper i {
	width: 30px;
	font-size: 16px !important;
	text-align: center;
}
.lms-profile-tabs-title {
	font-size: 1em;
	font-weight: 500;
}
.lms-profile-import-wrapper {
	padding: 20px 25px;
	margin-bottom: 1.5em;
	background: #fff !important;
	border-radius: 10px !important;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.switch_user_view_to_creator,
.switch_user_view_to_vendor,
.switch_user_view_to_business,
.switch_user_view_to_inspector,
.switch_user_view_to_default {
	font-size: 1em;
}
.switch_user_view_to_creator .lms-profile-tabs-title,
.switch_user_view_to_vendor .lms-profile-tabs-title,
.switch_user_view_to_business .lms-profile-tabs-title,
.switch_user_view_to_inspector .lms-profile-tabs-title,
.switch_user_view_to_default .lms-profile-tabs-title {
	font-weight: 600;
}
.lp-profile-nav-tabs .settings,
.lp-profile-nav-tabs .creator_profile,
.lp-profile-nav-tabs .vendor_profile,
.lp-profile-nav-tabs .business_profile {
	position: relative;
	margin-bottom: 27px !important;
}
.lp-profile-nav-tabs .settings::before,
.lp-profile-nav-tabs .creator_profile::before,
.lp-profile-nav-tabs .vendor_profile::before,
.lp-profile-nav-tabs .business_profile::before {
	content: '';
	display: block;
	position: absolute;
	width: 90%;
	top: calc(100% + 13px);
	border-top: 1px solid gray;
}
.lp-profile-nav-tabs .logout {
	position: relative;
	margin-top: 27px !important;
}
.lp-profile-nav-tabs .logout::before {
	content: '';
	display: block;
	position: absolute;
	width: 90%;
	bottom: calc(100% + 13px);
	border-top: 1px solid gray;
}
.logout .lms-profile-tabs-title {
	font-weight: 700;
}
.wc-social-login-linked-profiles td {
	border: 0px !important;
}
@media(max-width: 1200px) {
	.lms-profile-tabs-wrapper i {
		font-size: 22px !important;
		text-align: center;
	}
}


/* Profile Tabs */
.learn-press-tabs {
	margin-bottom: 1.5em;
	background: #fff !important;
	border-radius: 10px !important;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.learn-press-tabs.lms-profile-xtra-tabs {
	margin-bottom: 30px !important;
}
.learn-press-tabs .learn-press-tabs__tab, .learn-press-tabs .learn-press-tabs__nav {
	background: #fff !important;
	border: none ! important;
}
.learn-press-profile-course__tab__inner a.active,
.learn-press-tabs__tab.active label a,
.learn-press-filters > li span,
ul.learn-press-profile-course__tab__inner a {
	color: #333 !important;
}
.learn-press-course-tab-filters .learn-press-filters {
	margin-top: 0;
	margin-left: 0;
}
.learn-press-course-tab__filter__content a,
ul.learn-press-profile-course__tab__inner a:hover,
ul.learn-press-filters a:hover, ul.learn-press-tabs__nav a:hover {
	text-decoration: none;
}
.learn-press-tabs__tab label a.active,
.learn-press-tabs__tab label a:not(.active):hover,
.learn-press-tabs__nav .learn-press-tabs__tab.active,
.learn-press-tabs__tab.active label>span {
	background-color: #e34c11 !important;
	border-radius: 10px !important;
}
.learn-press-tabs .learn-press-tabs__tab::before,
.learn-press-tabs .learn-press-tabs__tab::after{
	display:none;
}
ul.learn-press-filters.learn-press-tabs__nav .learn-press-tabs__tab.active{
	background-color:white;
}
ul.learn-press-filters.learn-press-tabs__nav .learn-press-tabs__tab.active::before{
	background-color:#6ab2ca;
}
.learn-press-tabs .learn-press-tabs__tab > label {
	font-size: 1em;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	text-transform: none;
	cursor: pointer;
}
.learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab label a,
.learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab label span {
	display:block;
	padding:18px 5px;
}
@media(max-width:767.98px){
	ul.learn-press-tabs__nav .learn-press-tabs__tab{
		width:100%;
	}
	.learn-press-tabs .learn-press-tabs__tab > label {
		text-align: left !important;
	}
	.learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab > label>a,
	.learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab > label>span{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.learn-press-tabs .learn-press-tabs__tab, .learn-press-tabs{
	background-color: transparent;
}
.learn-press-tabs .learn-press-tabs__nav {
	background-color: transparent;
	border: none;
	flex-wrap:wrap;
}
.learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab{
	flex-grow:4;
}
.learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab:not(.active){
	background-color:#eee;
}
.learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab label{
	padding:0;
}
.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1)::before {
	background: #ffb606;
}
.learn-press-tabs__tab.\30 .active {
	background-color: #eeeeee;
}
#learn-press-profile-basic-information button[type="submit"], .storefront-pricing-table .button, .wpforms-submit,
.profile-basic-information button, form[name="profile-change-password"] button, #learn-press-quiz-app .lp-button, .single_add_to_cart_button,
.lp-profile-content input[type="submit"], input[type="submit"].afwc_registration_form_submit, .unlink-social-login-profile,
.learnpress-v4 .lp-single-course #popup-course #popup-content #learn-press-content-item .content-item-scrollable .submit-quiz .lp-button {
	padding: 10px 18px;
	height: auto;
	line-height: 1.5;
	border: 1px solid #6ab2ca !important;
	display: inline-block;
	color: #fff !important;
	background-color: #6ab2ca !important;
	font-size: 1.25rem;
	font-weight: 600;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px !important;
	text-transform: initial;
}
#learn-press-profile-basic-information button[type="submit"]:hover, .storefront-pricing-table .button:hover, .unlink-social-login-profile:hover,
.profile-basic-information button:hover, form[name="profile-change-password"] button:hover, #button-submit-quiz:hover, .wpforms-submit:hover,
.lp-profile-content input[type="submit"]:hover, input[type="submit"].afwc_registration_form_submit:hover,
.learnpress-v4 .lp-single-course #popup-course #popup-content #learn-press-content-item .content-item-scrollable .submit-quiz .lp-button:hover,
.single_add_to_cart_button:hover {
	opacity: 1;
	color: #6ab2ca !important;
	background-color: #fff !important;
	border: 1px solid #6ab2ca !important;
	text-decoration: none;
}
.learnpress-v4 .lp-single-course #popup-course #popup-content #learn-press-content-item .content-item-scrollable .submit-quiz .lp-button {
	padding: 6px 26px !important;
}
.content-item-wrap .lp-form.form-button.form-button-finish-course {
	width: 100%;
	padding: 15px;
}
.learnpress-v4 .lp-single-course #popup-course #popup-content #learn-press-content-item .content-item-scrollable .lp-button {
	text-transform: initial;
	font-size: 1.2em !important;
	padding: 10px 20px;
	margin-top: 0;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	color: #fff !important;
}
.wc-social-login-profile .profile-heading {
	font-size: 1.5rem;
}
.wc-social-login-profile .button-social-login {
	border-radius: 10px !important;
	display: block !important;
	width: 320px;
	margin-bottom: 15px !important;
	color: #fff !important;
}
.wc-social-login-profile .button-social-login:hover {
	text-decoration: none;
}
.wc-social-login-profile .social-badge {
	border-radius: 10px !important;
}
/*
.wc-social-login-profile .js-show-available-providers {
	color: #172133;
	font-weight: 600;
}
*/
.button-social-login .si, span.social-badge .si {
	width: 3em !important;
}
.button-social-login:focus .si, .button-social-login:hover .si, 
.widget-area .widget a.button-social-login:focus .si, 
.widget-area .widget a.button-social-login:hover .si, 
a.button-social-login:focus .si, a.button-social-login:hover .si, 
button.button-social-login:focus .si, button.button-social-login:hover .si, 
input.button-social-login:focus .si, input.button-social-login:hover .si {
	background-color: #fff !important;
}
.contact-page-form-wrapper .wpforms-container {
	margin-top: 20px !important;
	background-color: #f1f1f1;
	padding: 10px 25px 25px 25px;
	border-radius: 10px
}
.wpforms-field input,
.wpforms-field textarea {
	border-radius: 10px !important;
	margin: 6px 0 !important;
}
.wpforms-field-container ul li {
	display: flex;
}
.wpforms-field-container ul li input {
	margin-top: 4px !important;
	scale: 1.3;
}
.wpforms-field-container ul li label {
	margin-left: 8px !important;
}
.profile-heading {
	margin-bottom: 20px;
}
.profile-heading a:hover {
	color: #333;
	text-decoration: none;
}
.profile-sub-heading {
	color: #888;
	font-size: 1.25rem;
	margin-bottom: 25px;
}
.profile-heading-button {
	float: right;
}
.profile-basic-information .form-field > label, form[name="profile-change-password"] .form-field > label {
	margin: 0 0 12px 0;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	font-style: inherit;
}
.profile-basic-information .form-field .form-field-input input, 
.profile-basic-information .form-field .form-field-input textarea, 
form[name="profile-change-password"] .form-field .form-field-input input, 
form[name="profile-change-password"] .form-field .form-field-input textarea {
	border: 1px solid #ccc;
	color: #333;
	font-size: 19px;
	font-style: initial;
}
.list-table-nav, .list-table-nav td {
	border: none !important;
}
.profile-recover-order {
	display: none;
}
.profile-list-table, .order-table-details {
	border: none !important;
}
.order-table-details th, .order-table-details td,
.lp-list-table th, .lp-list-table td,
.order-row th, .order-row td {
	border-right: none !important;
}
.order-table-details .course-name a, 
.profile-list-table .order-row a {
	font-weight: 600 !important;
}
.lp-list-table thead tr th {
	height: 40px;
	color: #333;
	background: #eee;
	font-size: 1em;
}
#back-to-top {
	position: fixed;
	bottom: 75px;
	right: 20px;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #172133;
	color: #fff;
	text-align: center;
	z-index: 997;
	cursor: pointer;
	visibility: visible;
	border: 1px solid #fff;
	border-radius: 50%;
}
#back-to-top:hover {
	color: #fff;
}
@media (max-width: 991px){
	#back-to-top {
		display: none;
	}
}

.lp-goto-back {
	margin-bottom: 5px;
}
.lp-goto-back a {
	text-decoration: none;
	color: #888;
}
.lp-list-table-title {
	font-weight: 700;
}
.lp-list-table-meta {
	font-weight: 300;
	color: #888;
}
.lp-list-table-meta i {
	color: #888;
}


/* Profile Statistics */
.dashboard-general-statistic__row {
	display: flex;
	gap: 10px;
}
#profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box {
	width: calc(20% - 20px);
	max-width: 270px;
	padding: 12px 20px;
	margin: 0 10px 20px 10px;
	border-radius: 0;
	border: none;
	min-width: 120px;
	background: #f9fafc;
	text-align: center;
}
#profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box:hover {
	background: #eaeaea;
}
#profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box .statistic-box__text {
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 1.3em;
	font-weight: 400;
	margin: 0 0 7px 0;
	padding: 0;
	color: #666;
}
#profile-content #dashboard-general-statistic .dashboard-general-statistic__row .statistic-box .statistic-box__number {
	font-size: 2em;
	margin: 15px 0 10px 0;
	display: inherit;
	font-weight: 500;
	line-height: 1;
	color: #333;
}
.card-stat-title {
	height: 46px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.card-stat-item {
	margin: 8px 0px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.frontend-editor-html a.card-stat-item {
	text-decoration: none;
	color: #333;
}
.frontend-editor-html a.card-stat-item:hover {
	background-color: #273445;
	color: #fff;
}


/* Cookies */
#catapult-cookie-bar {
	opacity: 1;
	max-height: 999px;
	min-height: 30px;
	padding: 5px 20px 5px;
	width: 320px !important;
	border-radius: 10px !important;
	background-color: #e34c11 !important;
}
#catapult-cookie-bar.drop-shadow {
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.cookie-bar-block #catapult-cookie-bar h2 {
	margin: 0.5em 0 0;
	font-size: 22px !important;
	font-weight: 700;
	color: #333;
}
#catapult-cookie-bar a {
	color: #333 !important;
	text-decoration: underline;
}
.cookie-bar-block #catapult-cookie-bar span {
	display: block;
	margin: 1.5em 0 0.5em 0;
	font-size: 14px;
	line-height: 22px;
	color: #333 !important;
}
.ctcc-right-side {
	text-align: center;
}
button#catapultCookie {
	border: 0;
	padding: 10px 25px !important;
	border-radius: 10px !important;
	font-size: 18px;
	font-weight: 600;
	color: #333 !important;
	background-image: linear-gradient(90deg, #ffcc00, #ffa201) !important;
	background-color: #ffcc00;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
button#catapultCookie:hover {
	background-image: linear-gradient(90deg, #ffa201, #ffa201) !important;
}


/* Admin Edit */
#user_switching_switch_on {
	background-image: linear-gradient(90deg, #ffcc00, #ffa201) !important;
	background-color: #ffcc00 !important;
	padding: 6px 13px 7px 13px !important;
	border-radius: 10px;
	bottom: 15px !important;
	left: 15px !important;
}
#user_switching_switch_on a {
	background-color: transparent !important;
	font-size: 14px;
	font-weight: 500;
}
#user_switching_switch_on:hover {
	background-image: linear-gradient(90deg, #ffcc00, #ffa201) !important;
	background-color: #ffcc00;
}
#user_switching_switch_on a {
	color: #333 !important;
}
#user_switching_switch_on a:hover {
	text-decoration: none;
}

.footer-edit-admin-btn, .footer-creator-new-btn {
	position: fixed;
	bottom: 115px;
	right: 21px;
	z-index: 100000000;
	width: 44px;
	height: 44px;
	background-color: #172133;
	padding: 8px 9px 11px 11px;
	border-radius: 50%;
	color: #ffcc00;
	font-size: 17px;
	border: 1px solid #fff;
}
.footer-edit-admin-btn:hover, .footer-creator-new-btn:hover {
	color: #fff;
}
.footer-creator-new-btn {
	position: fixed;
	bottom: 35%;
	right: 25px;
	z-index: 100000000;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #172133;
	border-radius: 50%;
	color: #fff;
}
.footer-creator-new-btn:hover {
	color: #ffcc00;
}



footer .widget .widget-title {
	font-family: "PT Serif";
	font-size: 1.5rem;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.3;
}


/* Profile DropDown */
.dropdown-item {
	padding: 8px 12px !important;
}
.lp-profile-content table.lp-list-table tr td .lp-list-table-select a:hover {
	color: #000;
}
.lp-profile-content table.lp-list-table tr th, .lp-profile-content table.lp-list-table tr td {
	text-align: left;
}
.lp-profile-content table.lp-list-table {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


/* Mailchimp Fix */
.yikes-mailchimp-container .edit-link {
	display: none;
}
form.yikes-easy-mc-form input[type="text"],
form.yikes-easy-mc-form input[type="email"] {
	width: 100%;
	background: transparent;
	border: 1px solid #333 !important;
	line-height: 30px;
	padding: 5px 15px;
	margin-left: 0;
	color: #333 !important;
	border-radius: 10px;
	box-shadow: none;
	font-size: 1.2em;
}
form.yikes-easy-mc-form input[type="text"]::placeholder,
form.yikes-easy-mc-form input[type="email"]::placeholder {
	color: #666 !important;
}
.yikes-easy-mc-error-message, .yikes-easy-mc-error-message a {
	color: #e4000f !important;
	font-size: 16px;
	background: transparent !important;
	padding: 0px !important;
	position: relative;
}
.yikes-easy-mc-success-message, .yikes-easy-mc-success-message a {
	color: #4f8a10;
	font-size: 16px;
	background: transparent !important;
	padding: 0px !important;
	position: relative;
}
.yikes-easy-mc-form label.label-inline {
	float: none !important;
	width:100%!important;
	padding-right: 0 !important;
}
.yikes-easy-mc-email.field-no-label {
	background-color: #fff !important;
	margin-left: -3px;
}
.footer-mailchimp > div {
	color: #fff;
	font-size: 1rem;
	margin-bottom: 5px;
}
.yikes-easy-mc-form.yikes-mailchimp-form-inline {
	display: flex !important;
	position: relative;
	width: 95% !important;
	max-width: 280px;
}
.yikes-easy-mc-form.yikes-mailchimp-form-inline *,
.yikes-easy-mc-form.yikes-mailchimp-form-inline input[type=email] {
	margin: 0;
}
.yikes-easy-mc-form.yikes-mailchimp-form-inline .submit-button-inline-label {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: auto;
	min-width: auto;
	float: none;
	aspect-ratio: 1;
}
.yikes-easy-mc-form.yikes-mailchimp-form-inline .submit-button-inline-label>* {
	display: none;
}
.yikes-easy-mc-form.yikes-mailchimp-form-inline .submit-button-inline-label>* {
	display: none;
}
.yikes-easy-mc-form.yikes-mailchimp-form-inline .submit-button-inline-label>.yikes-easy-mc-submit-button {
	display: block;
	min-width: auto;
	min-height: auto;
	width: auto;
	position: absolute;
	z-index: 1;
	top: 15%;
	bottom: 15%;
	left: 15%;
	right: 15%;
	height: 70%;
	border: 0;
	aspect-ratio: 1;
	background-color: transparent;
	box-shadow: none !important;
}


/* Role Request Form */
.request-form-wrapper {
	background-color: #f1f1f1;
	padding: 15px 20px;
	border-radius: 10px;
	margin-bottom: 40px;
}


/* Select2 Fix for ellipsis */
.select2-container {
	width: auto !important;
	max-width: 100% !important;
}
.select2-selection {
	height: calc(1.5em + .75rem + 2px) !important;
	padding: 3px 0px !important;
	border: 1px solid #ced4da !important;
	border-radius: 10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	padding: 3px 8px !important;
	color: #495057;
	font-size: 1rem;
}
.select2-selection__arrow {
	height: calc(1.5em + .75rem + 2px) !important;
	width: 35px !important;
	top: 0 !important;
	right: 0 !important;
}
.select2-selection__clear {
	margin-right: 12px !important;
	font-size: 20px;
	line-height: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border: none;
	/* background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%231d3239' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/10px 12px no-repeat; */
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='448' height='512' viewBox='0 0 448 512'%3e%3cpath fill='%231d3239' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3e%3c/svg%3e") right .9rem center/15px 20px no-repeat;
	height: calc(1.5em + .75rem + 2px);
	width: 35px;
	margin-left: 0;
	margin-top: 0;
	top: 50%;
	transform: translate(-50%, -50%);
}
.select2-results__option--highlighted,
.select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
	color: #383b3f !important;
	background-color: #dddddd !important; 
}
.select2-selection__choice {
	max-width:calc(100% - 1.125rem);
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin: 7px 0px 2px 7px;
	padding: 0;
}


/* Affiliate Front Fix */
#profile-content-affiliate:has(>.afwc_reg_form_wrapper)>.learn-press-tabs {
    display: none;
}
#afwc_id_save_wrap input {
	width: 30% !important;
	margin-right: 0.1em !important;
	border-radius: 10px;
	height: 34px;
	font-size: 18px !important;
}
#afwc_affiliate_paypal_email, #afwc_affiliate_iban {
	border-radius: 10px;
	height: 34px;
	font-size: 18px !important;
}
#afwc_save_identifier {
	margin-bottom: 5px;
}
body.learnpress-profile .affiliate .profile-tab-sections,
body.learnpress-profile #afwc_contact_admin_container {
	display: none;
}
body.learnpress-profile #afwc_referral_coupon_container,
body.learnpress-profile #afwc_custom_referral_url_container {
	display: none;
}
#afwc_referral_url_container {
	margin: 0;
}
#afwc_resources_wrapper {
	font-size: 18px;
}
.lms-afwc-status-cell{
	display:flex;
	align-items:center;
}
.lms-afwc-status-cell>.afwc_circle {
	flex-shrink: 0;
	flex-grow: 0;
}
.lms-afwc-status-cell>.lms-afwc-status-label {
	margin-left:0.3em;
}
.afwc_referrals tbody td:last-child {
	padding-top:0;
	padding-bottom:0;
}
#afwc_date_range_container {
	display: none;
}
#afwc_commission_container {
	float: right;
	margin-top: 0 !important;
	width: 70%;
}
#afwc_commission {
	margin: 2em 0 2em 0 !important;
}
#afwc_commission_bar {
	border-radius: 3em;
	height: 10px;
}
table.afwc_products, table.afwc_referrals, 
table.afwc_payout_history, .afwc_kpis_inner_container {
	border-radius: 10px;
	padding: 10px 15px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
table.afwc_products thead, 
table.afwc_referrals thead, 
table.afwc_payout_history thead {
	border-bottom: 2px solid #6ab2ca;
	padding: 5px 0;
	margin-bottom: 5px;
}
#afwc_load_more_referrals {
	color: #333;
	font-weight: 600;
	margin-top: 9px;
	display: block;
}
.afwc_kpis_inner_container .afwc_kpi, .afwc_kpis_icon_container {
	border: 0;
}
.afwc_kpis_inner_container .fas {
	color: #6ab2ca !important;
	font-size: 2em !important;
}
#afwc_kpi_net_commission .afwc_kpis_price, #afwc_kpi_net_commission .afwc_kpis_number, #afwc_commission_stats_paid,
#afwc_kpi_clicks .afwc_kpis_price, #afwc_kpi_clicks .afwc_kpis_number, #afwc_commission_stats_unpaid,
#afwc_kpi_gross_commission .afwc_kpis_price, #afwc_kpi_gross_commission .afwc_kpis_number,
#afwc_kpi_conversion .afwc_kpis_price, #afwc_kpi_conversion .afwc_kpis_number,
#afwc_kpi_refunds .afwc_kpis_price, #afwc_kpi_refunds .afwc_kpis_number,
#afwc_kpi_sales .afwc_kpis_price, #afwc_kpi_sales .afwc_kpis_number {
	color: #333 !important;
	font-weight: 600;
}
.afwc_kpis_text {
	color: #333;
	font-weight: 400;
	font-size: 1em;
}
.afwc_referrals th:nth-child(4) {
	padding-right: 25px;
}
.afwc_referrals .woocommerce-Price-amount.amount {
	padding-right: 18px;
}
#afwc_kpis_container,#afwc_kpis_container .afwc_kpis_inner_container {
	display: block;
}
.afwc_kpis_inner_container>* {
	float: none;
	min-width: auto;
	width: calc(33.33% - 8px);
}
#afwc_kpi_gross_commission:hover,
#afwc_kpi_refunds:hover,
#afwc_kpi_net_commission:hover,
#afwc_kpi_sales:hover,
#afwc_kpi_clicks:hover,
#afwc_kpi_conversion:hover{
	border-color: #6ab2ca !important;
}

.afwc_kpis_inner_container>*:not(:nth-child(n+4)) {
	border-bottom: 2px solid #6ab2ca;
}
@media (max-width: 1024px){
	.afwc_kpis_inner_container>* {
		width: calc(50% - 8px);
	}
	.afwc_kpis_inner_container>*:not(:nth-child(n+5)) {
		border-bottom: 2px solid #6ab2ca;
	}
}
@media (max-width: 768px){
	.afwc_kpis_inner_container>* {
		width: calc(100% - 8px);
	}
	.afwc_kpis_inner_container>*:not(:nth-child(n+6)) {
		border-bottom: 2px solid #6ab2ca;
	}
}


/* Marketing Insights */
.card-insights-item {
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.card-insights .card-insights-title.h5 {
	height: 42px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/* Pricing Table for Membership */
.membership-list-cont {
	margin-bottom: 200px;
}
.lms-membership-item {
	background-color: #eee;
	padding: 2em;
	border-radius: 0.5em;
	margin-bottom: 30px;
	background-image: linear-gradient(to bottom right, #c3e3ed, #f0f9fb);
	position:relative;
	overflow:hidden;
}
.lms-membership-item-content{
	position:relative;
	z-index:2;
}
.lms-membership-background-icon{
	position:absolute;
	z-index:1;
	top:0.2em;
	right:0.2em;
	width:33%;
	aspect-ratio:1;
	background-image:url(../img/membership-deco.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	transition:transform 0.5s 0.3s,width 0.5s 0.3s;
}
.lms-membership-item:hover .lms-membership-background-icon{
	transform:rotate(-45deg);
	width:50%;
}
.lms-membership-title {
	height: 50px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}
.lms-membership-title a {
	color: #333 !important;
	font-size: 18px;
}
.lms-membership-title a:hover {
	text-decoration: none;
}
.lms-membership-price-cont ins {
	text-decoration: none;
}
.lms-membership-price-cont > span > bdi,
.lms-membership-price-cont ins bdi {
	font-size: 1.4em;
	font-weight: 700;
}
.lms-membership-price-cont del {
	color: #999;
	font-size: 1.1em;
	font-weight: 600;
}
.lms-membership-price-cont del bdi {
	color: #999;
	font-size: 1.1em;
	font-weight: 600;
}
.lms-membership-desc {
	margin: 15px 0 20px 0;
}
.lms-membership-desc p {
	height: 66px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.lms-membership-courses-cont {
	margin-top: 15px;
}
.lms-membership-courses-cont-inner {
	margin-top: 10px;
}
@media(min-width:768px){
	.lms-membership-courses-cont {
		position:relative;
		overflow-y:hidden;
		height:0px;
		transition:height 0.5s 0.3s;
	}
	.lms-membership-item:hover .lms-membership-courses-cont {
		height:var(--lms_membership_courses_cont_height,0);
	}
	.lms-membership-courses-cont-inner {
		position:absolute;
		top:0;
		left:0;
		right:0;
		width:100%;
	}
}
.lms-membership-course {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 20px;
}
.lms-membership-course > i {
	margin-right: 12px;
	color: #6ab2ca;
}
.lms-membership-course-creator {
	font-weight: 300 !important;
}


/* Coming Soon */
.thim-top-course {
	position: relative;
	margin-bottom: 0px;
}
.thim-top-course .learnpress-course-coming-soon {
	position:static;
	transform:none;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	background-color:unset;
}
.learnpress-course-coming-soon .counter-group::before,
.learnpress-course-coming-soon .counter-group::after{
	display:none;
}
.thim-top-course.no-thumbnail {
	min-height: 100px !important;
	background: transparent;
	margin-bottom: 0;
}
.learn-press-coming-soon-course-message {
	margin: 0 !important;
	background-color: #fff !important;
	color: #333 !important;
	font-size: 1em !important;
}
.course-content_coming_soon .counter-group {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin: 15px 0 !important;
}
.course-content_coming_soon .counter-group .counter-block {
	width: 70px;
	height: 70px;
	margin: 0.2rem;
	border: 1px solid #bbb;
}
.course-content_coming_soon .counter-group .counter-block .counter {
	position: relative;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	height: 30px;
	width: 35px;
	overflow: hidden;
	display: block;
	color: #fff;
}
.counter-group .counter-block .counter {
	margin:6px auto 0;
}
.counter-group .counter-block .counter-caption {
	line-height:18px;
	color:var(--thim-font-title-color);
}
.learnpress-course-coming-soon .counter-block .counter .number {
	color:var(--thim-font-title-color);
}


/* Tables */
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: unset;
}
.table thead tr {
	background-color: #dedede;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: none !important;
	font-weight: 700;
}
.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0,0,0,.02);
}
table:not(.tbl-bordered), 
table:not(.tbl-bordered) td, 
table:not(.tbl-bordered) tr, tr {
	border: 0px;
}
.tbl-bordered {
	border-collapse: unset !important;
}
body.single-lp_course table.tbl-bordered, 
body.single-lp_course table.tbl-scroll {
	max-width: 100%;
	overflow-x: auto;
	/*display: block;*/
	display: inline-block;
	width: auto !important;
}


/* Lesson add Responsive Table & Image */
@media(max-width: 768px) {
	.content-item-description.lesson-description img {
		width: 100%;
		margin: 10px 0;
	}
}
@media(max-width: 991px) {
	.content-item-description.lesson-description table .tbl-grid, 
	.content-item-description.lesson-description .tbl-grid thead, 
	.content-item-description.lesson-description .tbl-grid tbody, 
	.content-item-description.lesson-description .tbl-grid th, 
	.content-item-description.lesson-description .tbl-grid td, 
	.content-item-description.lesson-description .tbl-grid tr {
		display: block; 
	}
	.content-item-description.lesson-description .tbl-grid th, 
	.content-item-description.lesson-description .tbl-grid td {
		padding: 10px 0;
		width: 100% !important;
	}
	.content-item-description.lesson-description .tbl-grid tr:nth-child(2n) {
		display: flex !important;
		flex-direction: column-reverse;
	}
	.content-item-description.lesson-description table .tbl-responsive, 
	.content-item-description.lesson-description .tbl-responsive thead, 
	.content-item-description.lesson-description .tbl-responsive tbody, 
	.content-item-description.lesson-description .tbl-responsive th, 
	.content-item-description.lesson-description .tbl-responsive td, 
	.content-item-description.lesson-description .tbl-responsive tr {
		display: block; 
	}
	.content-item-description.lesson-description .tbl-responsive th, 
	.content-item-description.lesson-description .tbl-responsive td {
		padding: 10px 0;
		width: 100% !important;
	}
}


/* Frontend Editor */
.lds-ring.vgca-loading-indicator {
	margin-top: 33%;
}
.page-template-page-frontend-editor .site-content {
	overflow-y: hidden;
}
.frontend-editor-head {
	display: flex;
	align-items: center;
	justify-content:center;
	flex-shrink:0;
}
.frontend-editor-sidebar-mobile-opener {
	font-size: 25px;
	color: #333 !important;
}
.frontend-editor-sidebar {
	background-color: #e34c11;
	max-width: 266px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 30px;
	border-radius: 10px;
	min-height:calc(100vh - 90px)!important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.frontend-editor-logo {
	display: flex;
	align-items: center;
}
.frontend-editor-logo img {
	width: 50px;
	object-fit: contain;
	margin-right: 15px;
}
.lms-iframe-header-append-back-set .frontend-editor-logo-title {
	display: none;
}
.frontend-editor-head .attc-lang-switcher-current {
	height: 2em;
	width: 2em;
}
.frontend-editor-menu {
	padding: 15px 10px;
}
.frontend-editor-menu i {
	width: 28px;
	text-align: center;
	font-size: 16px;
}
.frontend-editor-menu a {
	display: block;
	color: #273445;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 10px;
	margin-bottom: 8px;
	border-radius: 10px;
}
.frontend-editor-menu a.active,
.frontend-editor-menu a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #273445;
}
.lms-admin-post-fe-header-fixed-sticky{
	position:fixed;
	height: 60px;
	z-index:2;
	top:0;
	left:0;
	right:0;
	background-color:#e34c11;
	box-shadow: 0 1px 5px rgba(0,0,0,0.15) !important;
}
.vgfa-has-quick-settings .lms-admin-post-fe-header-fixed-sticky{
	left:265px;
}
.lms-admin-post-fe-header-fixed-sticky-flex{
	height:60px;
	display:flex;
	align-items:center;
	justify-content:left;
	flex-wrap: wrap;
}
.lms-admin-post-fe-header-fixed-space{
	height:65px;
}
.lms-iframe-header-append-left{
	flex-grow:4;
}
.lms-iframe-header-append-right{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.lms-iframe-header-append-right>*{
	margin-left:5px;
}
.lms-iframe-header-append-right .button{
	display:inline-block;
}
.lms-iframe-header-append-right .button:hover{
	text-decoration:none;
}
.frontend-editor-sidebar-mobile-opener{
	display:none;
	padding:5px;
	margin-right:10px;
}
@media (max-width: 1100px) {
	.frontend-editor-logo {
		display: none;
	}
	.frontend-editor-sidebar-mobile-opener{
		display:block;
	}
	.frontend-editor-sidebar{
		position:fixed!important;
		z-index:100;
		top:80px;
		height:calc(100% - 90px);
		max-width:min(300px,calc(100% - 10px));
		margin:0;
		overflow-y:auto!important;
	}
	body:not(.frontend-editor-sidebar-mobile-opened) .frontend-editor-sidebar{
		display: none;
	}
}
.lms-admin-other-submit-button-cont input {
	margin-left: 5px;
}
.lms-admin-other-submit-button-cont .button.button-primary.button-large {
	background: #273445;
	border-color: #273445;
	border-width: 2px;
	color: #fff;
	font-size: 14px;
	padding: 6px 26px 6px 26px;
	border-radius: 10px;
	font-weight: 600;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	text-transform: unset;
	line-height: 20px;
}
.lms-admin-other-submit-button-cont .button.button-primary.button-large:hover {
	background: #6ab2ca;
	border-color: #6ab2ca;
	color: #fff;
}
#lms_iframe_header_append_left .page-title-action.wpfa-back-button,
.lms-admin-other-submit-button-cont .button,
.lms-admin-post-footer-preview-btn.button {
	background: #fff;
	border-color: #fff;
	border-width: 2px;
	color: #333;
	font-size: 14px;
	padding: 8px 26px 8px 26px;
	border-radius: 10px;
	font-weight: 600;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	text-transform: unset;
	line-height: 20px;
}
.lms-admin-other-submit-button-cont .button {
	padding: 6px 26px 6px 26px !important;
}
#lms_iframe_header_append_left .page-title-action.wpfa-back-button {
	padding: 8px 15px 8px 15px !important;
}
#lms_iframe_header_append_left .page-title-action.wpfa-back-button:hover,
.lms-admin-other-submit-button-cont .button:hover,
.lms-admin-post-footer-preview-btn.button:hover {
	background: #6ab2ca;
	border-color: #6ab2ca;
	color: #fff;
}
.lms-admin-post-footer-preview-btn.button {
	display: none !important;
}


/* Category Shortcodes */
.attc-base-categories-cont .attc-category-thumb{
	width:100%;
	aspect-ratio:1;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid black;
	border-radius:10px;
	background-color: #fff;
	overflow: hidden;
}
.attc-base-categories-cont .attc-category-thumb img{
	width:100%;
	height:100%;
	aspect-ratio:1;
	object-fit:contain;
}
.attc-base-categories-cont .attc-category-thumb-more img{
	width:50%;
	height:50%;
	aspect-ratio:1;
	object-fit:contain;
}
.attc-base-categories-cont .attc-category-card {
	margin-bottom: 1.6em;
}
.attc-base-categories-cont .attc-category-title {
	font-size: 1.2em;
	font-weight: 600;
	color: #333;
	line-height: 1.1em;
		margin-top: 8px;
}
.attc-base-categories-cont .attc-category-card a:hover {
	text-decoration: none;
}


/* Profile Card Design */
.card.card-today, .card.card-donut, .card.card-stats {
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.lms-profile-card-today-title {
	line-height: 25px;
	min-height: 25px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lms-profile-card-today-item {
	border: none;
	border-left: 8px solid #2e6f8c;
	margin-bottom: 30px;
	flex-direction: row !important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
	background-image: linear-gradient(to bottom right, #c3e3ed, #f0f9fb);
}
.lms-profile-card-today-content, .lms-profile-card-today-content:hover {
	text-decoration: none;
	color: #333;
	width: 100%;
}
.lms-profile-card-today-subtitle {
	font-size: 16px;
	color: #333;
}
.lms-profile-card-today-meta {
	font-size: 16px;
}
.card.card-donut svg {
	max-width: 800px;
}


/* New Profile Card List */
.lms-profile-card-list {
	margin-top: 30px;
}
.lms-profile-card-list-item table tr td {
	max-width: 12vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lms-profile-card-list-item table {
	width:100%;
}
.lms-profile-card-list-item {
	margin-bottom: 30px;
	flex-direction: row !important;
	border: 1px solid rgba(0,0,0,0.25) !important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.lms-profile-card-list-thumb {
	flex-shrink: 0;
	flex-grow: 0;
}
.lms-profile-card-list-thumb img {
	display: block;/*Better by broken url*/
	width: 280px;
	height: 100%;
	object-fit: cover;
	border-radius: 10px !important;
	aspect-ratio: 4/3;
}
.lms-profile-card-list-title {
	width: 95%;
	line-height: 25px;
	min-height: 25px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lms-profile-card-list-title a:hover {
	text-decoration: none;
	color: #333;
}
.lms-profile-card-list-subtitle {
	color: #777;
}
.lms-profile-card-list-subtitle a {
	text-decoration: none;
	color: #333;
}
.lms-profile-card-list-metatitle {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 7px;
	text-decoration: underline;
	text-decoration-color: #B8DEE9;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.5em;
	line-height: 2.3em;
}
.lms-profile-card-list-content {
	flex-grow: 4;
	border-radius: 10px !important;
	margin-left: -20px;
	width: calc(100% - 300px);
	background-color: #fff;
}
.lms-profile-card-list-meta {
	font-size: 14px;
}
.lms-profile-card-list-content table {
	width: 90% !important;
}
@media (max-width: 991px) {
	.lms-profile-card-list-thumb {
		display: none;
	}
	.lms-profile-card-list-content {
		margin-left: 0px;
		width: 100%;
	}
}


/* New Profile Card Half */
.card.lms-profile-card-half-item > a {
	text-decoration: none;
	color: #333;
}
.card.lms-profile-card-half-link:hover {
	background-color: #b8dee9;
}
#profile-content-lp_orders_woocommerce .card.lms-profile-card-half-link:hover .lms-profile-card-half-subtitle {
	font-size: 16px;
	color: #333;
}
.lms-profile-card-half-item table tr td {
	max-width: 12vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lms-profile-card-half-item table {
	width: auto;
	min-width: 60%;
}
@media (max-width: 1024px) {
	.lms-profile-card-half-item table {
		width: 80%;
	}
}
@media (max-width: 991px) {
	.lms-profile-card-half-item table {
		width: 100%;
	}
}
.lms-profile-card-half-item {
	border: none;
	margin-bottom: 30px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.lms-profile-card-half-header {
	align-items: center;
}
.lms-profile-card-half-avatar {
	margin-right: 10px;
	flex-shrink: 0;
}
.lms-profile-card-half-avatar img {
		border-radius: 50%
}
.lms-profile-card-half-name {
	flex-grow: 4;
	flex-shrink: 0;
	width: calc(100% - 70px);
}
.lms-profile-card-half-title {
	width: 95%;
	line-height: 25px;
	height: 50px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lms-profile-card-half-title a:hover {
	text-decoration: none;
	color: #333;
}
.lms-profile-card-half-subtitle {
	font-size: 16px;
	color: #aaa;
}
.lms-profile-card-half-metatitle {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
	text-decoration: underline;
	text-decoration-color: #B8DEE9;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.5em;
	line-height: 2.3em;
}
.lms-profile-card-half-meta {
	font-size: 14px;
}
.lms-profile-card-half-item .dropdown-menu i {
	width: 30px;
	text-align: center;
	margin-left: -5px;
}


/* Profile Card List Fixes */
.lms-profile-card-list-meta a, .lms-profile-card-list-meta a:hover, 
.lms-profile-card-half-meta a, .lms-profile-card-half-meta a:hover {
	text-decoration: none;
	color: #333;
}
.lms-profile-card-select {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
}
.lms-profile-card-select button {
	color: #333;
	font-size: 17px;
}
.lms-profile-card-select .dropdown-menu {
	margin: 0;
	padding: 8px;
	border-radius: 10px;
}
.lms-profile-card-select .dropdown-item:hover {
	color: #16181b;
	background-color: #e9ecef;
	border-radius: 8px;
}
.lms-profile-card-select .dropdown-menu {
	top: 100% !important;
	left: auto !important;
	right: 0 !important;
	transform: none !important;
}


/* Profile Quick Serach */
.profile-list-search-with-title{
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
}
.profile-list-search-with-title>*{
	margin-bottom:0;
}
.profile-list-search-expand{
	position:absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	background-color:white;
	width:44px;
	transition:width 0.3s;
	padding: 0.5em 0;
}
.profile-list-search-expand.profile-list-search-expanded{
	width:100%;
}
@media(min-width:768px){
	.profile-list-search-expand.profile-list-search-expanded{
		width:50%;
	}
}
@media(min-width:992px){
	.profile-list-search-expand.profile-list-search-expanded{
		width:40%;
	}
}
.profile-list-search-expand>*{
	margin:0 0 0 auto;
}
.profile-list-search-expand input{
	width: 100%;
	padding: 0 0 0 44px;
	height: 44px;
	background-color: transparent;
	border-radius: 26px;
	border: 0px;
	font-size: 16px;
	color: #333;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25) !important;
}
.profile-list-search-expand .lms-input-group-with-x{
	position:relative;
	z-index:1;
}
.profile-list-search-expand .lms-input-group-with-x>i{
	position:absolute;
	z-index: -1;
	left: 22px;
	top: 50%;
	transform: translateX(-50%);
	color: #3488a6;
	font-size: 18px;
}
.profile-list-search-expand .lms-input-group-with-x .lms-input-x{
	position:absolute;
	z-index:-1;
	right:0.5em;
	top:50%;
	transform:translateY(-50%);
}
.profile-list-search-expand .lms-input-x{
	z-index:-1;
	opacity:0;
}
.profile-list-search-expand.profile-list-search-expanded .lms-input-x{
	z-index:1;
	opacity:1;
	transition:z-index 0s 0.3s,opacity 0s 0.3s;
}
.profile-list-search-expand .lms-input-group-with-x .lms-input-x i{
	color: #3488a6;
	font-size: 18px;
	margin-right: 8px;
}


/* Video Responsive Fix */
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}


/* Lightbox Fixes */
.pswp {
	--pswp-bg: #fff;
}
.pswp .pswp__button, .pswp__img--placeholder {
	background-color: transparent !important;
}
.pswp .pswp__counter {
	color: #333 !important;
	text-shadow: none;

	font-weight: 600;
}

/*Fix Lightbox open .svg*/
.pswp__img[src$=".svg"]{
	object-fit:contain;
	background-color:white;
	border:1px solid transparent;/*Hide some line but make image smaller.*/
}
.pswp{
	transition-duration:0ms!important;
	transition-delay:1ms!important;
}


/*QR Codes*/
.wpkqcg_qrcode {
  height: 100px !important;
}