/*
Theme Name: GardenHub Child
Theme URI: http://steelthemes.com/gardenhub
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Industry, Garden, Engineering & All Industrial Business WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gardenhub
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: gardenhub
*/
.nav{display:flex;}
.nav ul{margin-left:auto;}
.header-v4 .main-nav ul.menu > li{padding:8px 20px;}
.header-v4 .main-nav ul.menu > li:first-child {
    padding-left: 20px;
}
.show-icon .main-nav ul.menu > li {
    text-align: center;
    position: relative;
    transition: 0.5s;
}

.show-icon .main-nav ul.menu > li::before,
.show-icon .main-nav ul.menu > li::after {
    content: '';
    position: absolute;
    transition: 0.5s cubic-bezier(0.5, -0.5, 0.25, 1.5);
    top: calc(50% - 0.6em / 2);
}

.show-icon .main-nav ul.menu > li::before {left: 0; z-index: 0;}
.show-icon .main-nav ul.menu > li::after {right: 3px; z-index: 0;}
.show-icon .main-nav ul.menu > li:hover::before,
.show-icon .main-nav ul.menu > li:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
	background-color:#fac012
}
.show-icon .main-nav ul.menu > li:hover a{color:#fff}
.show-icon .main-nav ul.menu > li:hover::before {
    top: 0;
}

.show-icon .main-nav ul.menu > li:hover::after {
    right: -0.4em;
    filter: brightness(0.8);
	top:8px;
}
.footer-contact .ft-contact.phone {
    margin-bottom: 15px;
}
