/*
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,input,optgroup,select,textarea
{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea
{border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s;width:100%}

input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus
{border-color:#333}

button,input
{overflow:visible}

button,select
{text-transform:none}

[type=button],[type=reset],[type=submit],button
{-webkit-appearance:button;width:auto}

[type=button],[type=submit],button{
	background-color:transparent;
	border:1px solid #cf2529;
	border-radius:3px;
	color:#c36;
	display:inline-block;
	font-size:1rem;
	font-weight:400;
	padding:.5rem 1rem;
	text-align:center;
	transition:all .3s;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	white-space:nowrap
}

[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible)
{outline:none}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{
	background-color:#cf2529;
	color:#fff;
	text-decoration:none
}

[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled)
{cursor:pointer}