/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */


button {
	cursor: pointer !important;
}


.elementor-form input[type="file"]{
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -1px;
    left: 0;
    width: 0.1px;
    height: 0.1px;
}
.elementor-field-type-upload label{
	text-align:center;
    padding: 10px!important;
    color:white!important;
    border-radius: 0px;
    cursor: pointer;
    font-size: 16px;
	transition:0.3s;
	position: initial;
	top: initial;
	width: initial;
	height: initial;
	margin: initial;
	overflow: hidden;
	clip: initial;
	border-radius: 15px;
}

.elementor-field-type-upload label:hover{
	color:#fff!important;
	background:#002c8c!important;
	transition:0.3s;
}
	@media screen and (max-width: 768px) {
		.elementor-field-type-upload label{
	width:100%
}
	}

