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


/* --- Disable hover effects on mobile --- */
@media (hover: none) and (pointer: coarse) {

  a:hover,
  button:hover,
  button:hover {
    /* Set properties back to their non-hover state */
    background-color: unset;
    color: unset;
    text-decoration: nounsetne;
    transform: unset;
    box-shadow: unset;
  }