/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* Custom List Bullets */

.brxe-text ul,
li.tab-content ul,
.brxe-post-content ul {
    margin: 1em 0;
    padding:0 1em;
    list-style-type: none !important;
}

.brxe-text ul li,
li.tab-content ul li,
.brxe-post-content ul li {
    padding-left: 1.3em;
}

.brxe-text ul li:before,
li.tab-content ul li:before,
.brxe-post-content ul li:before {
	content: "⤊";
    margin-left: -1.45em;
    margin-bottom: 0.1em;
    margin-right: 0.6em;
	font-weight: 500;
	color: var(--at-primary);
}