/*
 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
*/

/* list icons 
not:#brx-header*/
.brxe-text ul {
  list-style-image: url("/wp-content/uploads/punkt_ikon_kgh.svg");
}
.brxe-text ul li::marker {
  font-size: var(--text-l);
  line-height: .3em;
}
.brxe-text ul li {
  padding: 0 0 0.5em 0.5em;
  font-size: var(--text-m);
}
/* button hover 
:root .bricks-button[class*="primary"]:hover {
    background-color: var(--primary-dark)!important;*/
}
/* a paragraph proceeded by another paragraph will have a top margin */
p + p {
    margin-top: 0.8em;
}