/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Extend and customize Bricks Builder Defaults.
 Author:       orhan@flowecto.digital
 Author URI:   https://flowecto.digital
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

* {
	border-width: 1px;
}

em {
    color: #ff5b03;
    font-style: normal;
}

strong {
	color: black;
	font-weight: 700;
}

.nav-list--item-a p {
	color: var(--bricks-color-ujotcl);
	margin-bottom: var(--size-2);
}

.bricks-button:hover {
	box-shadow: var(--shadow-medium);
}