/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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.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
*/

body * {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.menu-contacts a {
    margin-left: 15px!important;
}

.menu-contacts a:before {
    font-family: "Font Awesome 5 Free";
    opacity: 1!important;
    left: 0px;
}

.menu-contacts.contact-tel a:before {
	content: '\f879';
}

.menu-contacts.contact-map a:before {
	content: '\f3c5';
}


.hfe-flyout-content.push {
	height: 100%;
}
.hfe-flyout-content > nav {
	height: calc(100% - 30px);
}
.hfe-flyout-content > nav > .hfe-nav-menu {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.space-above {
	margin-top: auto!important;
}

/* mobile */
@media screen and (max-width: 767px) {

}


/* tablet and desktop */
@media screen and (min-width: 768px) {
	.only-mobile { display: none!important; }
}

/* desktop */
@media screen and (min-width: 1024px) {
    .furniture-menu-desktop-styles ul {
        justify-content: space-evenly;
    }

    .furniture-menu-desktop-styles ul li {
        flex: 1 1 0px;
    }    
    .furniture-menu-desktop-styles ul li a {
        justify-content: center;
    }
}

/* Elementor styles overwrites */
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
	height: 4px;
}