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

/* ESTILOS PERSONALIZADO PARA LA WEB */
:where(p) {margin: 0 0 .7em;}
body.bricks-is-frontend :focus {outline: none;}

/* ESTILOS PERSONALIZADO PARA LOS BOTONES */
a.bricks-button{
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
	-webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
