/* 
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 */
/* Buttons Color Solid - MODIFICADO para excluir page-id-35940 */
body:not(.page-id-35940) .elementor[data-elementor-type="wp-page"] .elementor-element a.elementor-button:not([href="#"]),
body:not(.page-id-35940) .elementor.elementor-location-header .elementor-element a.elementor-button:not([href="#"]):hover {
    fill: #9A675E !important;
    color: #FFFEF5 !important;
    border-color: #9A675E !important;
    background-color: #9A675E !important;
    border-top-color: #9A675E !important;
    border-bottom-color: #9A675E !important;
}

body:not(.page-id-35940) .elementor[data-elementor-type="wp-page"] .elementor-element a.elementor-button:not([href="#"]):hover {
    fill: #9A675E !important;
    color: #9A675E !important;
    background-color: transparent !important;
    border-color: #9A675E !important;
    border-top-color: #9A675E !important;
    border-bottom-color: #9A675E !important;
}

body:not(.page-id-35940) .elementor[data-elementor-type="wp-page"] .elementor-element.button-solid-white a.elementor-button:not([href="#"]),
body:not(.page-id-35940) .elementor[data-elementor-type="wp-page"] .elementor-element.memberhisp-box .btn-white a.elementor-button:not([href="#"]),
body:not(.page-id-35940) .elementor[data-elementor-type="wp-page"] .elementor-element.slider-membership a.elementor-button:not([href="#"]),
body:not(.page-id-35940) .elementor[data-elementor-type="wp-page"] #memberhip-form .elementor-element .elementor-button {
    fill: #FFFEF5 !important;
    color: #9A675E !important;
    border-color: #FFFEF5 !important;
    background-color: #FFFEF5 !important;
    border-top-color: #FFFEF5 !important;
    border-bottom-color: #FFFEF5 !important;
}

body:not(.page-id-35940) .elementor[data-elementor-type="wp-page"] .elementor-element.button-solid-white a.elementor-button:not([href="#"]):hover,
body:not(.page-id-35940) .elementor[data-elementor-type="wp-page"] .elementor-element.memberhisp-box .btn-white a.elementor-button:not([href="#"]):hover,
body:not(.page-id-35940) .elementor[data-elementor-type="wp-page"] .elementor-element.slider-membership a.elementor-button:not([href="#"]):hover,
body:not(.page-id-35940) .elementor[data-elementor-type="wp-page"] #memberhip-form .elementor-element .elementor-button:hover {
    fill: #FFFEF5 !important;
    color: #FFFEF5 !important;
    background-color: transparent !important;
    border-color: #FFFEF5 !important;
    border-top-color: #FFFEF5 !important;
    border-bottom-color: #FFFEF5 !important;
}

body:not(.page-id-35940) .elementor[data-elementor-type="wp-page"] .elementor-element.button-fixed-lateral a.elementor-button:not([href="#"]):hover {
	background-color: #FFFEF5 !important;
}

body:not(.page-id-35940) .elementor.elementor-location-header .elementor-element a.elementor-button:not([href="#"]),
body:not(.page-id-35940) .elementor.elementor-location-header .elementor-element a.elementor-button:not([href="#"]):hover {
    border-top-color: #9A675E !important;
    border-bottom-color: #9A675E !important;
    transition: all .5s;
}
