
.elementor-widget-text-editor p {
    padding: 0 !important;
    margin: 0;
}
.hero-chip{
	backdrop-filter: blur(10px);
	border-radius: 999px; 
}

/*Course + Checkout page - CSS -ifty */
.lp-archive-courses .learn-press-breadcrumb{
	margin-top:50px;
}

/*Course page 3 cards- CSS -ifty */
.lp-content-area{
	padding: 0px !important; 
}

/* html, body {
  overflow-x: hidden; 
} */

.lp-course-page__content .lp-archive-courses .learn-press-courses .course{
	width:33% !important;
}

.learn-press-courses{
    display: flex !important;
    justify-content: space-between !important;
}

 /*Homepage single course card - CSS -ifty */
.learn-press-courses .course {
    width: 50% !important;
}

@media screen and (max-width: 768px) {
    .learn-press-courses .course {
    	width: 100% !important;
			padding: 0px 0px !important;
	}
	.lp-course-page__content .lp-archive-courses .learn-press-courses .course{
	width:100% !important;
	}
	.lp-single-course{
		padding: 0px 20px!important;
	}
	.lp-archive-courses {
		padding: 0px 20px!important;
	}
	
}

a {
	text-decoration: none !important;
}

.wc-block-cart__submit-container {
	--clb-color-link-hover: #000 !important;
}

/* Course Card button/link- CSS -Piyash */
.learnpress .learn-press-courses .course-content .course-readmore a, .post-type-archive-lp_course .learnpress .learn-press-courses .course-content .course-readmore a{
	color: #024C8C !important;
	border: 1px solid #024C8C !important;
}

.learn-press-courses .course-content .course-readmore:hover a, .post-type-archive-lp_course .learnpress .learn-press-courses .course-content .course-readmore:hover a{
	color: #fff !important;
	background-color: #033B6D !important;
	background: #033B6D !important;
}


/* Instructor img  -Piyash 
.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-avatar img {
	height: 250px;
} */

/* Login Form CSS -Piyash */
.xoo-el-form-container ul.xoo-el-tabs {
	gap: 20px;
}
.xoo-el-form-container ul.xoo-el-tabs li{
	border-radius: 8px;
}

/* Course page section hide -Piyash */
.lp-list-courses-default {
    display: none !important;
}

.page-headline .holder {
    padding-top: 0px !important   
}

.site-footer a:not(.-unlink){
	color: #ccc;
}
.site-footer a:not(.-unlink):hover{
	color: #fff;
}
