/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.btn a,
.btn button {
	padding: 15.5px 20px;
	font-size: 15px;
	font-weight: 600 !important;
}

.btn.btn-primary a,
.btn.btn-primary button{
	background-color: var(--e-global-color-56a9f46);
	border: 1px solid var(--e-global-color-56a9f46);
}
.btn.btn-primary a:hover,
.btn.btn-primary button:hover {
	background-color: var(--e-global-color-437e505);
	border: 1px solid var(--e-global-color-437e505);
}
.btn.btn-primary a[disabled],
.btn.btn-primary button[disabled] {
	background-color: var(--e-global-color-a4be1d9);
	border: 1px solid var(--e-global-color-a4be1d9);
}

.btn.btn-secondary a,
.btn.btn-secondary button {
	background-color: var(--e-global-color-52e3a9d);
	border: 1px solid var(--e-global-color-56a9f46);
	color: var(--e-global-color-text);
}
.btn.btn-secondary a:hover,
.btn.btn-secondary button:hover {
	background-color: var(--e-global-color-a4be1d9);
	border: 1px solid var(--e-global-color-56a9f46);
}
.btn.btn-secondary a[disabled],
.btn.btn-secondary button[disabled] {
}
.btn-ghost a,
.btn-ghost button {
	padding: 0;
	font-size: 15px;
	font-weight: 600 !important;
	text-decoration:underline;
	background-color: transparent !important;
	color: var(--e-global-color-56a9f46) !important;
}
.btn-ghost a:hover,
.btn-ghost button:hover {
	color: var(--e-global-color-437e505) !important;
}
.btn-ghost a[disabled],
.btn-ghost button[disabled] {
}