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

/*

CUSTOM STYLES FOR ON CLICK ACTION TO SHOW CANDIDATE DETAILS

*/

.person-item.open .person-details {
	display: flex !important;
}

.person-item.open .person {
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: bottom center;
  background-image: url("/wp-content/uploads/2023/04/orange-arrow-up.svg");
}

.person-item .person {
	cursor: pointer;
}
