/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.button{
	border: solid 2px #ffffff;
	background-color: #f76331;
	color: #ffffff;
}
.button:hover{
	background-color: #f76331;
	border: solid 2px #ffffff;
}

.info{
	color: #808080 !important;
}

#photo{
	border: solid 4px #f76331;
}