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

/*style the box which holds the text of the information window*/
.gm-style .gm-style-iw {
    background-color: #252525 !important;
}

/*style the paragraph tag*/
.gm-style .gm-style-iw #google-popup p {
    padding: 10px;
}


.gm-style div div div div div div div div:not(.gm-style-iw-tc) {
    background-color: #252525 !important;
    margin: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
}

.gm-style .gm-style-iw-d {
    overflow: unset !important;
}

/*style the link*/
.gm-style div div div div div div div div a {
    color: #f1f1f1;
    font-weight: bold;
}

.gm-style div div div div div div div div button {
    position: absolute !important;
    right: 0;
}

.gm-style div div div div div div div div button span {
    background-color: #fff !important;
}

input#pac-input {
    margin-bottom: 10px;
    background: transparent !important;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 20px 0;
}

input#pac-input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.font-plus-jakarta-sans {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.gm-style-iw-tc {
    background: transparent !important;
}


.gm-style .gm-style-iw-tc::after {
    background: #252525 !important;
}