/* 
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 */
.wp-block-button__link.wp-element-button.ec_button.ec_button_fill,
.wp-block-button__link.wp-element-button.ec_button.ec_button_remove,
.wp-block-button__link.wp-element-button.ec_button.ec_button_calculate {
    border-radius: .25rem .25rem .25rem .25rem;
    border-width: 0px 0px 0px 0px;
    padding: 6px 12px 6px 12px;
    border-style: solid;
    background: #f7c740;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    font-family: Open Sans;
    box-shadow: none;
    transition: all .3s;
}



#wpd_ec .wp-block-button__link.wp-element-button.ec_button.ec_button_add {
    border-radius: .25rem .25rem .25rem .25rem;
    border-width: 1px 1px 1px 1px;
    padding: 6px 12px 6px 12px;
    border-style: solid;
    border-color: #3d6ab9;
    background: transparent;
    color: #3d6ab9;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    font-family: Open Sans;
    box-shadow: none;
    transition: all .3s;
}



.wp-block-button__link.wp-element-button.ec_button.ec_button_fill:hover,
.wp-block-button__link.wp-element-button.ec_button.ec_button_remove:hover,
.wp-block-button__link.wp-element-button.ec_button.ec_button_calculate:hover {
    background: #3d6ab9;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    color: #ffffff;
    box-shadow: none;
}

.wp-block-button__link.wp-element-button.ec_button.ec_button_add:hover {
}

.wp-block-button__link .wp-element-button .ec_button .ec_button_reset {
border-radius: .25rem .25rem .25rem .25rem;
    border-width: 0px 0px 0px 0px;
    padding: 6px 12px 6px 12px;
    border-style: solid;
    background: #f7c740 !important;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    font-family: Open Sans;
    box-shadow: none;
    transition: all .3s;
}