/*
Theme Name:   gettree child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://themeforest.net/user/themesflat/portfolio
Template:     gettree
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  gettree-child
*/

/* Write here your own personal stylesheet */

#page {
    overflow: visible !important;
}

.desktop-header ul{
	margin-right:70px !important;
}
.header-2 .bottom-header #main-nav ul ul.sub-menu li a {
    color: black !important;
}
.header-2 .bottom-header #main-nav ul ul.sub-menu li a:hover {
color:yellow !important;
}

body #featured-title .breadcrum-overlay {
    background: #2222AA !important;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover > .sub-menu, .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
    display: block!important;
}


