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


/* Class to visually hide an element without making it inaccessible */
.visually-hidden:not(:focus):not(:active) {    
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    position: absolute;
    white-space: nowrap;  
}