/*
Custom Style
=========================== */
nav {
    /* border-bottom: solid 1px #efefef; */
    min-height: 60px;
    /* background: #fff; */
}

nav .wrap-core-nav-list,
nav .nav-header {
    /* background: #fff; */
}

#footer-menu-section {
    background-color: #bbbbbb;
}

.footer-menu {
    background-color: #bbbbbb;

}

ul.footer-menu {
    display: inline-block;
    margin: 0 0 -5px 0;
    padding: 0;
    list-style: none;
}


ul.footer-menu li {
    margin: 0 0 -5px 0;
    padding: 0;
    list-style: none;
    display: block;
    float: left;
}

.footer-menu li a {
    display: block;
    float: left;
    padding: 20px 25px;
    text-decoration: none;
    color: #FF0000;
}

.footer-menu li.active>a,
.footer-menu li a:hover {
    color: #ffffff;
}

nav button {
    background: transparent;
    border: none;
    outline: none;
}

@media (max-width: 992px) {

    nav .full-container,
    nav .nav-container {
        padding-left: 0;
        padding-right: 0;
    }

    nav .nav-header {
        min-height: 60px;
    }

    nav .nav-header .brand {
        margin: 0 auto 5px;
        float: none;
    }

    nav .nav-header .toggle-bar {
        font-size: 18px;
        position: absolute;
        top: 17px;
        left: 15px;
        color: #ffffff;
    }

    nav .menu li a {
        padding: 10px 10px;
        border-bottom: solid 0px #efefef;
    }

    nav .menu li:last-child a {
        border-bottom: none;
    }
}

/* =========================== */




@media (min-width: 992px) {
    nav .menu li a {
        font-size: 20px;
        color: #ffffff;
        position: relative;
    }

    nav .menu li a:before {
        content: '';
        width: 0%;
        height: 3px;
        background: #A7BD44;
        position: absolute;
        bottom: 0;
        right: 25px;
        left: 25px;
        -webkit-transition: all 0.3s ease-in-out;
        -khtml-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    nav .menu li a:hover:before {
        width: calc(100% - 50px);
        ;


        -webkit-transition: all 0.3s ease-in-out;
        -khtml-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}