/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Theme URI:    https://elementor.com/hello-theme/
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Description:  A child theme of Hello Elementor.
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Add your custom CSS below */


.wp-block-column li {
    margin-bottom: 0;
}
.elementor-location-single.service .wp-element-button {
    background-color: var(--e-global-color-secondary);
    font-family: "Lexend Deca", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-style: solid;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 20px 10px 20px;
    border: 2px solid;
}


.elementor-location-single.service .wp-element-button:hover {
    background-color: var(--e-global-color-primary) !important;
    color: var(--e-global-color-secondary) !important;
    border-color: var(--e-global-color-secondary) !important;
    
}
