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


html {
  scroll-behavior: smooth;
}


/* Add your custom styles here */
.mce-widget button{
	background-color: unset !important;
}

/*acf_frontend_editor customisations*/
select[name="post_language"]{
	max-width:110px !important;
}
select[name="acf[field_69bd3070591ba]"] {
	max-width:190px !important;
}

.coordinates-inputs{
	display:flex !important;
}
.coordinates-inputs div{
max-width:210px;
}

.coordinates-inputs .reset_coorodinates button{
margin:10px;
}

.hidden{
	display: none;
	visibility:hidden;
}

#wp-media-modal h1{
	color:var( --e-global-color-d4c1420 );
}

#wp-media-modal .media-menu-item{
color:var( --e-global-color-d4c1420 );
}

#wp-media-modal .media-menu-item:hover{
color:var( --e-global-color-c589a70 );
 background-color:var( --e-global-color-d4c1420 );
}

#wp-media-modal .media-modal-close{
	height:unset !important;
}

.button-del-post{
	font-size: 15px;
	padding:8px;
}