/*
 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.5
 Text Domain:  bricks
*/
#wpadminbar {
	opacity: 0.2;
	transition: opacity 0.2s ease;
}
#wpadminbar:hover {
	opacity: 1;
}
body.admin-bar {
	--wp-admin--admin-bar--height: 0;
}
body.admin-bar .brx-popup {
	/* height: inheritcalc(var(--bricks-vh, 1vh)*100); */
	height: 100vh;
}