/* BRICKS */
.brxe-text ul {
	padding-left: 20px;
}
.brxe-text li::marker {
	content: "> ";
	font-family: "Bad Script", cursive;
	font-size: 24px;
	transition: all 0.3s ease-in-out 0s;
	font-weight: normal;
	color: var(--secondary-color);
	line-height: calc(100%);
}

/* STICKY HEADER */
body.home #brx-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
body.home #brx-header .brxe-section,
body.home #brx-header .brxe-container {
	background-color: transparent !important;
	box-shadow: none !important;
}

/* CUSTOM */
.rank-math-breadcrumb a:hover {
	color: var(--black-color) !important;
}