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

.nav-dropdown-item .brx-submenu-toggle a:first-child {
  color: inherit !important;
  font-weight: inherit;
}

.wp-block-buttons>.wp-block-button {
	margin-top: var(--space-xs);
    margin-bottom: var(--space-xs);
}

.wp-block-button__link {
    color: #fff;
    background-color: var(--success);
	border-radius: var(--radius-xs);
    box-shadow: none;
    text-decoration: none;
	
	padding-top: var(--space-xs);
    padding-right: var(--space-m);
    padding-bottom: var(--space-xs);
    padding-left: var(--space-m);
    font-size: var(--text-s);
	font-weight: 600;
}
.wp-block-button__link:hover {
	color: #fff !important;
}