/* 
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
*/


/*
// CHANGE DEFAULT GRAVOTY FORMS NESTED FORM BUTTONS
*/

button.gpnf-add-entry {
    background-color: #A9875A;
    color: #ffffff;
    border-radius: 12px 0px 12px 0px;
    border: 0;
    font-size: 12px;
}

button.gpnf-add-entry:hover {
    background-color: #92744D;
    color: #ffffff;
    border-radius: 12px 0px 12px 0px;
    border: 0;
    font-size: 12px;
}

button.gpnf-add-entry:active {
    background-color: #92744D;
    color: #ffffff;
    border-radius: 12px 0px 12px 0px;
    border: 0;
    font-size: 12px;
}

.gpnf-row-actions .delete a, .gpnf-row-actions .delete-button {
    color: #A9875A;
    background-color: transparent;
}

.gpnf-row-actions .delete a, .gpnf-row-actions .delete-button:hover {
    color: #A9875A;
    background-color: transparent;
}

button.edit-button:hover {
    background-color: transparent;
    color:inherit;
}

button.edit-button {
    background-color: transparent;
}

.gppa-loading:not(.gppa-empty) {
	animation: none;
}

.wpadminbar {
    background: #2C3849;
}