/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.5
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... */ 
#modal-5fsbjnx0gid2 .pp-modal-content a.fl-button{
        font-family: "Brevia Italic", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #ef7f30;
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
	color: #ef7f30;
	border-radius: 50px;
}
#modal-5fsbjnx0gid2 .pp-modal-content a.fl-button:hover,
#modal-5fsbjnx0gid2 .pp-modal-content a.fl-button:focus{
	color: #fff;
	text-decoration: none;
}