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

.mit-btn-icon::after {
    content: "";
    background: url(https://techanics.dev.zold.at/wp-content/uploads/right-chevron.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 1rem;
    height: 1rem;
}

/* POST CONTENT */

.brxe-post-content p strong a {
    text-decoration: underline;
}

.brxe-post-content p strong {
    color: var(--primary);
}

.brxe-post-content p a:hover {
	text-decoration: underline;
} 

mark.has-inline-color.has-black-color {
	color: var(--primary)!important;
}

.wp-block-kadence-table {
	border-radius: 15px;
}
/* Custom List Marker
ul {
  list-style-type: square;
  padding-left: 1.5em;
  margin-left: 0;
}

ul li::before {
  display: none;
}

ul li::marker {
  color: var(--primary)!important;
	font-size: 1.25em;
} */
