/*
Theme Name:   Hello Elementor Child
Theme URI:    https://wordpress.org/themes/helloelementor/
Description:  Hello Elementor child theme
Author:       Mukesh Kumar
Author URI:   https://pixxelu.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

.btn, button{
	border: 1px solid #FFC000 !important;
	padding: 10px 25px 10px 25px !important;
	background:#FFC000 !important;
}

.btn:hover, button:hover{
	background:#fff !important;
	border: 1px solid #000 !important;
	color:#000 !important;
}