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

.acf-map {
    width: 100%;
    height: 500px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

.acf-map h6 {
   margin-top: 5px;
   margin-bottom: 5px;
}

.acf-map .info-header{
    margin-block-end: 0.9rem;
}
.acf-map .info-header, 
.acf-map .info-footer {
	max-height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.acf-map .info-header p {
   font-size: 16px;
   margin-top: 2px;
   margin-bottom: 2px;
}

.acf-map .info-footer a {
	color: #f00075
}

.acf-map .info-footer a svg {
	fill: currentColor
}

.acf-map .info-header a {
	text-decoration: underline;
}

.acf-map .info-header img {
	width: 50px;
    height: auto;
    /*border: 1px solid #aba4a4;
    border-radius: 50%;*/
}



.gm-style-iw-chr {
    position: absolute;
    right: -6px;
    top: -6px
} 

.gm-style .gm-style-iw-c {
    padding: 12px !important
}

.gm-style-iw-chr button:focus {
	outline-width: 0px;
}
.gm-style-iw-d a:focus,
.gm-style-iw-d a:focus-visible {
    outline: 0;
}
