/*
Theme Name: Hello Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Child is a child theme of Hello, created by Webmarketers team
Author: Webmarketers Team
Author URI: https://webmarketers.ca/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.jobber-btn{
    font-family: "Bitter", Sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    padding: 20px 40px 20px 40px;
    color: #FFFFFF;
    background-color: #FA730F;
    border: 0;
    border-radius: 0px 0px 0px;
	display: block;
	margin: 0 auto;
}
.jobber-btn:hover,
.jobber-btn:focus{
	outline: none;
    color: #FFFFFF;
    background-color: #FA730F;
}