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

html {
	hyphens: manual;
}

.hover-in {
	transform: translateX(0%) !important;
	transition: ease .2s transform;
}

.hover-active {
	color: rgba(255,255,255,.8) !important;
}

.value-pill {
  padding: .01em;
  color: red;
  position: relative;
}

