/*
Theme Name: Brain reset Method
Author: Andrew Murphy
Description: Your description goes here
Version: 1.0
Template: hello-biz

This is the child theme for Hello Biz theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* === Colouring and sizing Text === */
.yellow-text {
	color: #FFED00;
}
.purple-text {
	color: #6B338A;
}
.pink-text {
	color: #EE008C;
}
.intro-para p {
	font-size: 1.3rem;
}
.no-btm-mgn p {
	margin-block-end: 0;
}

/* === BUttons === */
.cta-button:hover div p {
	color: #ED008C !important;
}


/* === Text span BG's === */
span.text-bg {
	background: #FFED00;
	color: #ffffff;
}

/* === Lists === */

/* Custom List Icons */
/* .icon-list-icon .elementor-icon-list-icon {
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: #FFED00;
	width: 28px !important;
	height: 28px !important;
} */

.elementor-icon-list-text {
	margin-left:10px;
}

/* === Accordions and Tabs === */
.accordion-content p {
	color: #ffffff;
}


/** ===== TESTING ===== **/
/* .icon-list-icon2 .elementor-icon-list-icon {
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: #FFED00;
	width: 28px !important;
	height: 28px !important;
} */