.elementor-button { padding: 0.7rem 1.8rem !important}
.elementor-element.elementor-button-default .elementor-button { background-color: #ffe106 !important; color: #4C0675 !important; }
.elementor-element.elementor-button-info .elementor-button { background-color: #4C0675 !important; color: #FFFFFF !important; }
.elementor-element.elementor-button-success .elementor-button { background-color: #F95732 !important; color: #FFFFFF !important; }
.elementor-element.elementor-button-warning .elementor-button { background-color: #2AB5D4 !important; color: #FFFFFF !important; }
.elementor-element.elementor-button-danger .elementor-button { background-color: #22895F !important; color: #FFFFFF !important; }

.elementor-button:hover { opacity: .85; }

.btn-text { background: none !important; border: none !important; color: #4C0675 !important; padding-left: 0; }
.btn-text .elementor-button { background: none !important; color: inherit !important; padding-left: 0 !important; }

.levels-card { background: #FFF; border-radius: 16px; }
.levels-card p { margin-bottom: .3rem !important; }

body {
	background-color: #FCF5EB;
}
.elementor.elementor-2, .elementor.elementor-location-single, .elementor.e-con-boxed, .e-con-inner {
	max-width: 1240px !important;
	margin: 0 auto;
	padding: 0 1rem; 
}
.elementor-element.e-con {
	margin-bottom: 1rem;
}

@media(max-width: 767px) {
	.e-con-inner {
		padding: 0 1rem !important;	
	}
}

.baseline-footer-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.baseline-footer-list li {
	display: inline-block;
	margin: 0 12px 0 0;
}

.elementor-section {
	padding-left: 0;
	padding-right: 0;
}

.qodef-style--standard .qodef-e-title-holder {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;	
}
.qodef-qi-faq.qodef-style--standard .qodef-e-content, h5.ui-accordion-header-collapsed {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;	
}

.clear-background {
	background: transparent !important;
}
.footer-menu-border-left {
	border-left: 1px solid rgba(60, 5, 92, 0.14901960784313725);
}

.hideOnDesktop {
	display: none !important;
}

@media(max-width: 767px) {
	.footer-menu-border-left {
		border-left: transparent;
	}
	.hideOnDesktop {
		display: block !important;
	}
	.customMobileNavLeft {
		width:50%;
		float: left;
		background: #FDBCAD;
		text-align: center !important;
		color: #111;
		align-items: center;
	}
	.customMobileNavRight {
		width: 50%;
		float: left;
		background: #C7E7EF;
		text-align: center;
		color: #111
	}
	.customMobileNavLeft a, .customMobileNavRight a {
		text-align: center !important;
		color: #111;
	}
}


