/* 
Theme Name: Hello Elementor child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: This is a child theme of Hello Elementor
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
*/
.contact-form  .ff-btn-submit{
    border: 2px solid #77FF5D;
    background: rgba(5, 1, 10, 0.05);
    box-shadow: 2px 3px 0px 0px #77FF5D, 0px 0px 16px 0px rgba(119, 255, 93, 0.70), 0px 0px 24px 0px rgba(119, 255, 93, 0.40) inset;
    transform: skewX(-10deg); 
}
.contact-form .ff-btn-submit .elementor-button-text {
    transform: skewX(10deg); 
}
.contact-form .ff-btn-submit:hover {
    border: 2px solid #77FF5D;
    background: rgba(119, 255, 93, 0.22);
}
.contact-form .ff-btn-submit:active{
   border:2px solid transparent; 
   box-shadow: none;
}
