/*------------------------------------------------------------------
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#navbar_menu,
#navbar_menu ul,
#navbar_menu ul li,
#navbar_menu ul li a,
#navbar_menu ul li span,
#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;
            box-sizing: border-box;
    /* height: 100%; */
}

#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: #edeff0;
    height: 100%;
}

#navbar_menu > ul > li {
    float: left;
    height: 11vh;
}

#navbar_menu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#navbar_menu.align-center > ul > li {
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: middle;
}

#navbar_menu.align-center ul ul {
    text-align: left;
}

#navbar_menu.align-right > ul > li {
    float: right;
}

#navbar_menu > ul > li > a {
    font-size: 15px;
    color: #000;
    font-weight: 725;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}


#navbar_menu > ul > li:nth-of-type(4) > a:after,
#navbar_menu > ul > li:nth-of-type(5) > a:after
 {
  content: "\f107";
  font-family: "FontAwesome";
  color: #b72027;
  margin-left: 2vh;
  font-size:1em;
}

#navbar_menu > ul > li:nth-of-type(3) > a:hover:after, .current-menu-item a:after {
  color: #fff!important;
}

#navbar_menu ul > li > a {
    border-right: 2px solid #e5e5e5;
}

#navbar_menu > ul > li:hover > a {
    color: #000;
}

#navbar_menu > ul > li > a {
    width: 21vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#navbar_menu > ul > li > a:hover, .main_menu .current-menu-item a {
  background-color: #b72027;
  color:#fff!important;
  border-right-color : #b72027!important;
}

#navbar_menu > ul > li:last-child > a {
    /* background-color: #b72027;
    color: #fff; */
    border-right:0
}

/* #navbar_menu > ul > li:last-child > a:after {
  content: "\f178";
  font-family: "FontAwesome";
  color: #fff;
  margin-left: 2vh;
  font-size:1em;
} */



#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;
    transition: all .25s ease;
}
#navbar_menu ul ul li span {
  -webkit-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: auto;
}

#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, #navbar_menu ul ul li span {
    border-bottom: solid #25272e 1px;
    padding: 14px 15px;
    width: 100%;
    font-size: 13px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #1e1f25;
    text-align: center;
    text-transform: uppercase;
}
#navbar_menu ul ul li span {
  cursor: pointer;
}

#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;
    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 #dedede;
}

#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;
    z-index:1;
}

#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);
    transform: rotate(45deg);
}

#navbar_menu.small-screen #menu-button.menu-opened:before {
    top: 20px;
    background: #ffffff;
    width: 15px;
    -webkit-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: 100%;
    -webkit-box-shadow: 0px 15px 30px -35px #000;
            box-shadow: 0px 15px 30px -35px #000;
}

#navbar_menu ul ul li a:hover,
#navbar_menu ul ul li span:hover,
#navbar_menu ul ul li a:focus {
    background: #25272e;
    color: #fff;
    padding: 14px 18px 14px 21px;
}

#navbar_menu > ul > li#menu-item-446 > a {
  width: 25vh;
}

@media (max-width: 991px) {
    #navbar_menu.small-screen #menu-button {
        background: #333;
    }
    #navbar_menu > ul > li > a {
        padding: 16px 14px;
        padding-right: 14px;
    }
    #navbar_menu > ul > li#menu-item-446 > a {
      width: 100%;
    }
}
