/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
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
*/


html, body {
	margin: 0;
	padding: 0;
}

/* Changes the header to not be sticky when editing (doesn't show in the front end) */
body.elementor-editor-active selector {
margin-bottom:0px !important;
}

/* change background color of sticky header on scroll */

.elementor-sticky--effects {
background-color:rgba(0,0,0,0.85);
transition: all 0.5s ease;
}

/* --- LOGO ---- */
/* Logo sizing before sticky */
.logo img {
	width: auto;
	max-height: 96px;
	transition: all 0.5s ease;
}

/* Logo sizing after sticky */
.elementor-sticky--effects .logo img {
	max-height: 64px;
	width: auto;
}

#map { height: 900px; }