/* 
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 */
.material-symbols-outlined{
  font-family: "Material Symbols Outlined" !important;
  font-variation-settings: 'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24!important;
  font-size: 30px!important;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 120px;
}

[data-elementor-device-mode="desktop"] #mobile_contact_menu-item,
[data-elementor-device-mode="tablet"]  #mobile_contact_menu-item{
	display:none;
}

#mobile_contact_menu-item span{
border:solid 2px var( --e-global-color-ac32b3c );
padding:7px 10px;
border-radius: 5px;
color:white;
background-color:var( --e-global-color-ac32b3c )
}

#mobile_contact_menu-item span:hover{
background-color:var( --e-global-color-accent )
}

