/* 
Theme Name: Hello Elementor Child Skrea
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Skrea
Author URI: https://s-krea.fr
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
*/


.hidden{
	opacity: 0;
}

.custom-folded{
	transition: height 0.5s ease-in;
	transition: opacity 0.2s ease-in;
	&.closed {
		height: 1px;
		opacity: 0;
	}
	height: auto;
	opacity: 1;
}

.map_marker-content_button{
	margin-block-start: 1rem;
	width: 100%;
	padding-block: 0.25rem;
	display: flex;
	justify-content: center;
	.button{
		padding-block: 15px;
		padding-inline: 30px;
		border-radius: 8px;
		.map_button-text{
			color: white;
			font-size: 20px;
			line-height: 20px;
			font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
			font-weight: var( --e-global-typography-primary-font-weight );
			text-align: left;
		}
	}
}