﻿/*------------------------------------------------------------------
    File Name: menumaker.css
    Template Name: Flat.logistic - Responsive HTML5 Template
    Created By: WordPressShowcase
    Envato Profile: https://themeforest.net/user/WordPressShowcase
    Website: https://showwp.com
    Version: 1.0
-------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#navbar_menu,
#navbar_menu ul,
#navbar_menu ul li,
#navbar_menu ul li a,
#navbar_menu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navbar_menu:after,
#navbar_menu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#navbar_menu #menu-button {
    display: none;
}
#navbar_menu {
    background: #fff;
}
#navbar_menu > ul > li {
    float: left;
}
#navbar_menu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#navbar_menu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#navbar_menu.align-center ul ul {
    text-align: left;
}
#navbar_menu.align-right > ul > li {
    float: right;
}
#navbar_menu > ul > li > a {
    padding: 14px 10px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
#navbar_menu > ul > li:hover > a {
    color: #000;
}
#navbar_menu > ul > li.has-sub > a {
    padding-right: 30px;
}
#navbar_menu > ul > li.has-sub > a::after {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 8px;
    height: 2px;
    display: block;
    background: #121212;
    content: '';
}
#navbar_menu > ul > li.has-sub > a:before {
    position: absolute;
    top: 17px;
    right: 18px;
    display: block;
    width: 2px;
    height: 8px;
    background: #121212;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#navbar_menu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}
#navbar_menu ul ul {
    position: absolute;
    left: -9999px;
}
#navbar_menu.align-right ul ul {
    text-align: right;
}
#navbar_menu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#navbar_menu li:hover > ul {
    left: auto;
}
#navbar_menu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#navbar_menu li:hover > ul > li {
    height: 41px;
}
#navbar_menu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#navbar_menu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#navbar_menu ul ul li a {
    border-bottom: solid #25272e 1px;
    padding: 14px 15px;
    width: 180px;
    font-size: 13px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #1e1f25;
}
#navbar_menu ul ul li:last-child > a,
#navbar_menu ul ul li.last-item > a {} #navbar_menu ul ul li:hover > a,
#navbar_menu ul ul li a:hover {
    color: #ffffff;
}
#navbar_menu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#navbar_menu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#navbar_menu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#navbar_menu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#navbar_menu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
#navbar_menu.small-screen {
    width: 100%;
}
#navbar_menu.small-screen ul {
    width: 100%;
    display: none;
}
#navbar_menu.small-screen.align-center > ul {
    text-align: left;
}
#navbar_menu.small-screen ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#navbar_menu.small-screen ul ul li,
#navbar_menu.small-screen li:hover > ul > li {
    height: auto;
}
#navbar_menu.small-screen ul li a,
#navbar_menu.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
}
#navbar_menu.small-screen > ul > li {
    float: none;
}
#navbar_menu.small-screen ul ul li a {
    padding-left: 15px;
}
#navbar_menu.small-screen ul ul ul li a {
    padding-left: 35px;
}
#navbar_menu.small-screen ul ul li a {
    color: #333;
    background: none;
}
#navbar_menu.small-screen ul ul li:hover > a,
#navbar_menu.small-screen ul ul li.active > a {
    color: #fff;
}
#navbar_menu.small-screen ul ul,
#navbar_menu.small-screen ul ul ul,
#navbar_menu.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}
#navbar_menu.small-screen > ul > li.has-sub > a:after,
#navbar_menu.small-screen > ul > li.has-sub > a:before,
#navbar_menu.small-screen ul ul > li.has-sub > a:after,
#navbar_menu.small-screen ul ul > li.has-sub > a:before {
    display: none;
}
#navbar_menu.small-screen #menu-button {
    display: block;
    padding: 15px 15px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
#navbar_menu.small-screen #menu-button::after {
    position: absolute;
    top: 21px;
    right: 17px;
    display: block;
    height: 9px;
    width: 21px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
}
#navbar_menu.small-screen #menu-button::before {
    position: absolute;
    top: 15px;
    right: 17px;
    display: block;
    height: 3px;
    width: 21px;
    background: #fff;
    content: '';
}
#navbar_menu.small-screen #menu-button.menu-opened:after {
    top: 20px;
    border: 0;
    height: 3px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#navbar_menu.small-screen #menu-button.menu-opened:before {
    top: 20px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navbar_menu.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
}
#navbar_menu.small-screen .submenu-button.submenu-opened {
    background: #262626;
}
#navbar_menu.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}
#navbar_menu.small-screen .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #333;
    content: '';
}
#navbar_menu.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}
#navbar_menu.small-screen .submenu-button.submenu-opened:after {
    background: #ffffff;
}
#navbar_menu.small-screen .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333;
    content: '';
}
#navbar_menu.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}
#navbar_menu.small-screen .submenu-button.submenu-opened:before {
    display: none;
}
#navbar_menu.small-screen.select-list {
    padding: 5px;
}
#navbar_menu ul ul {
    border-top: solid #f1c40f 4px;
    width: 180px;
    box-shadow: 0px 15px 30px -35px #000;
}
#navbar_menu ul ul li a:hover,
#navbar_menu ul ul li a:focus {
    background: #25272e;
    color: #fff;
    padding: 14px 18px 14px 21px;
}
@media (max-width: 991px) {
    #navbar_menu.small-screen #menu-button {
        background: #333;
    }
    #navbar_menu > ul > li > a {
        padding: 16px 14px;
        padding-right: 14px;
    }
}