/*
    Theme Name: Hello Elementor Child
    Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
    Description: Child theme for Hello Elementor.
    Author: Elementor Team
    Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
    Template: hello-elementor
    Version: 1.0.0
    Requires at least: 6.0
    Tested up to: 6.8
    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-elementor-child
    Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@font-face {
    font-family: 'HeartwaySignature';
    src: url('http://purge-her-still.local/wp-content/uploads/fonts/HeartwaySignature/font.woff2') format('woff2'),
         url('http://purge-her-still.local/wp-content/uploads/fonts/HeartwaySignature/font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.grab-your-copy-btn a {
    background-color: #7a678e!important;
    color: rgb(255, 255, 255);
    border-radius: 40px;
    padding: 30px 35px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-width: 0px;
        box-shadow: 0px 5px 12px rgba(0, 0, 0, .2), inset 0px -3px 0px rgba(0, 0, 0, .2);
            font-size: 22px;
}

.grab-your-copy-btn .elementor-button-text {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 22px;
}

.grab-your-copy-btn a:hover {
    background: #7a678e!important;
}

.grab-your-copy-btn-light a {
    background-color: white!important;
    color: #7a678e!important;
}

.grab-your-copy-btn-light a:hover {
    background-color: #ddd!important;
}