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

.marker-cluster-small div {
    background-color: var( --e-global-color-1e47049e ) !important;
	color: white !important;
	
}

.marker-cluster-small div span {
	font-weight : bold;
}




span.tarteaucitron-magic-block {
    background: #333333 !important;
    display: inline-block;
    padding: 25px !important;
    color: #ffffff !important;
    text-align: center;
    max-width: 400px;
    font-size: 14px !important;
    line-height: 1.3em;
    transform: translateX(-50%);
    margin-left: 50%;
}

.tarteaucitron-magic-block button {
    border-radius: 4px !important;
    background-color: #1B870B !important;
    cursor: pointer !important;
    display: inline-block !important;
    padding: 6px 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    width: auto !important;
    border: 0 !important;
    cursor: pointer !important;
    line-height: 1.3em;
}