/**
 * Theme Name: smartfix Child
 * Description: Child theme for the smartfix
 * Author: LineThemes
 * Template: smartfix
 */


.site-header-classic .navigator .menu li a:after {
  position: absolute;
  z-index: -1;
  content: "";
  left: -8px;
  right: -8px;
  height: 8px;
  bottom: 0px;
  display: none;
}


.site-header-classic .navigator .menu li .sub-menu:after {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    left: 10px;
    right: 70px;
    bottom: 0;
    top: -40px;
    position: absolute;
}

.site-header-classic .navigator .menu li .sub-menu li > a:before {
    width: 0;
    height: 1px;
    content: "";
    background: #3e3e3e;
    position: absolute;
    left: 30px;
    top: 50%;
}
.site-header-classic .navigator .menu li .sub-menu li:hover > a {
    padding-left: 45px;
    color: #000000;
}
.site-header-classic .navigator .menu li .sub-menu li > a {
    padding: 5px 30px;
    color: rgba(0, 0, 0, 0.9);
    position: relative;
}