/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://leonardomagalhaes.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Leonardo Magalhães
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		2.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
*/

.entry-title{
	display: none !important;
}

/* 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;
}

/* Background color on sticky */
.elementor-sticky--effects {
	background-color:rgba(255,255,255,0.9);
	transition: all 0.5s ease;
}

.logo img {
	width: auto;
	max-height: 120px;
	transition: all 0.5s ease;
}
/* Logo sizing after sticky */
.elementor-sticky--effects .logo img {
	max-height: 45px;
	width: auto;
}