/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.fade-in-1half {
animation: 1.5s ease-in 0s normal forwards 1 fadeIn;
-webkit-animation: 1.5s ease-in 0s normal forwards 1 fadeIn;
-moz-animation: 1.5s ease-in 0s normal forwards 1 fadeIn;
-o-animation: 1.5s ease-in 0s normal forwards 1 fadeIn;
-ms-animation: 1.5s ease-in 0s normal forwards 1 fadeIn;
}
@keyframes fadeIn {
0% {opacity:0;}
66% { opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
66% { opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
66% { opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
66% { opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
66% { opacity:0;}
100% {opacity:1;}
}

.global-btn-config{
	min-width:250px;
}

.global-btn-config a{
	padding:15px 45px!important;
	border-radius:50px;
    font-family: "gesta", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1px;
	transition:all .2s ease-in;
	width:100%;
	font-size:15px;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	display:block;
	text-align:center;
	transition:all .2s ease-in;
}

.hollow-wht-text-btn a{
    color:#DEE3E4;
	border:2px solid #8EC337;
    background:transparent;
}

.hollow-wht-text-btn a:hover{
    background:#6C9824;
    border-color:#6C9824;
}

.solid-green-btn a{
	background:#88B540;
	color:#fff;
	border:2px solid #88B540;
}

.solid-green-btn a:hover{
	background:#6C9824;
	border:2px solid #6C9824;
}

.solid-dark-btn a{
	background:#0B2E3A;
	color:#fff;
	border:2px solid #0B2E3A;
}

.solid-dark-btn a:hover{
	background:#6C9824;
	color:#fff;
	border:2px solid #6C9824;
}



