

/*******************************************************************************
                            Default configuration
*******************************************************************************/
.menu {
    width: 100%;
    margin:0;
    padding: 0;
    position:relative;
    z-index: 9999;
    float:left;
    font-family: 'Domine', arial, Segoe UI, Arial;
    list-style: none;
    text-align: center;
}
.menu li {
    display:inline-block;
    font-size:0.8em;
    margin:0;
    padding:0;
    line-height: 49px;
    position:relative;
}

.menu > li > a.first {
    padding-left:0px;
}

.menu > li.selectedPage {
    background:transparent;
}

.menu > li.current-menu-item > a {
    color:#000;
}
    
.menu > li > a {
    padding: 2px 4px 2px 4px;
    color:#020C7D;
    font-weight: 400;
    text-decoration:none;
    display:block;
    -webkit-transition:color 0.2s linear, background 0.2s linear;    
    -moz-transition:color 0.2s linear, background 0.2s linear;    
    -o-transition:color 0.2s linear, background 0.2s linear;    
    transition:color 0.2s linear, background 0.2s linear;    
}

.menu .first a {
    padding-left:0 !important;
}

.menu li:hover {
    background:transparent;
}

.menu li:hover > a,
.menu li.active a {
    color: #000;
}

/*----------------------------
    Right alignment (item)
----------------------------*/
.menu li.right{
    float: right; 
}

/*-----------------------------
    Drop down configuration
-----------------------------*/
.menu ul, 
.menu ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;  
    display: none;
    position: absolute;
    z-index: 99999;
    width: 162px;
    background: #020C7D;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.menu ul {
    top: 53px;
    left: 0;
    line-height:0;
}
.menu ul li ul {
    top: 0;
    left: 100%;
}
.menu ul li {
    clear:both;
    width:100%;
    border: none;
    font-size:12px;
}
.menu ul li:hover {
	background: transparent;
	-webkit-transition:color 0.2s linear, background 0.2s linear;    
	-moz-transition:color 0.2s linear, background 0.2s linear;    
	-o-transition:color 0.2s linear, background 0.2s linear;    
	transition:color 0.2s linear, background 0.2s linear;   
}
.menu ul li a {
    padding:7px 12px;
    width:100%;
    line-height: 20px;
    text-align:left;
    color:#fff;
    font-size:14px;
    text-decoration:none;
    display:inline-block;
    float:left;
    clear:both;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
    -webkit-transition:color 0.2s linear, background 0.2s linear;    
    -moz-transition:color 0.2s linear, background 0.2s linear;    
    -o-transition:color 0.2s linear, background 0.2s linear;    
    transition:color 0.2s linear, background 0.2s linear;    
}

.menu ul li a:hover {
    color:#ccc;
}

.menu ul li:hover > a,
.menu ul li.active a {
    color: #ccc;
}

.menu ul li:hover {
    border-bottom:0 !important;
}

/*-----------------------------
    Drop down indicators
-----------------------------*/
.menu > li .indicator{
    position: absolute;
    color: #dedede;
    top: 20px;
    right: 8px;
    font-size: 17px;
}
.menu ul > li .indicator{
    top: 10px;
    right: 8px;
}

/*------------------
    Preset sizes
------------------*/
.thin > li > a{
    padding: 10px 22px;
}
.thin ul{
    top: 40px;
}
.thin > li .indicator{
    top: 10px;
}

.thick > li > a{
    padding: 40px 22px;
}
.thick ul{
    top: 100px;
}
.thick > li .indicator{
    top: 40px;
}

/*-------------------------
    Icons configuration
-------------------------*/
.menu i{
    line-height: 20px !important;
    margin-right: 6px;
    font-size: 18px;
    float: left;
}

/*------------------------------------
    Collapsible menu configuration
------------------------------------*/
.menu > li.showhide{
    display: none;
    width: 100%;
    height: 58px;
    cursor: pointer;
    color:#000;
    border-bottom: 0;
    background: transparent;
}
.menu > li.showhide span.title{
    margin: 21px 0 0 25px;
    float: left;
    color:#000;
}
.menu > li.showhide span.icon{
    margin: 22px 20px;
    float: right;
}
.menu > li.showhide .icon em{
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
}

/*-----------------
    Light Theme
-----------------*/
.light{ background: #fff; border: solid 1px #dfdfdf; }
.light a{ color: #555 !important; }
.light li:hover > a, .light li.active a { background: #555; color: #fff !important; }
.light ul, .light ul li ul { background: #fff; }
.light > li.showhide{ background: #fff; color: #555 !important;}
.light > li.showhide .icon em{ background: #555; }
.light li .indicator{ color: #555; }
.light li:hover > .indicator{ color: #fff; }

/*------------
    Colors
------------*/
.blue li:hover > a, .blue li.active a { background: #02B8FA; color: #fff!important; }

.green li:hover > a, .green li.active a { background: #88C425; color: #fff!important;}

.red li:hover > a, .red li.active a { background: #cf0404; color: #fff!important; }

.orange li:hover > a, .orange li.active a { background: #ff670f; color: #fff!important; }

.yellow li:hover > a, .yellow li.active a { background: #febf01; color: #444!important; }
.yellow li .indicator{ color: #dedede; }
.yellow li:hover > .indicator{ color: #444; }
.yellow.light li .indicator{ color: #555; }

.purple li:hover > a, .purple li.active a { background: #A737FA; color: #fff!important; }

.pink li:hover > a, .pink li.active a { background: #f82b4c; color: #fff!important; }


/*******************************************************************************
                            Vertical configuration
*******************************************************************************/
.menu.vertical{
    width: 200px;
}
.menu.vertical li{
    width: 100%;
}
.menu.vertical li a{
    display: inline-block !important;
    width: 100%;
    padding:18px 20px 16px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
}
.menu.vertical ul li{
    width: 100%;
}

/*--------------------------------
    Drop down on vertical menu
--------------------------------*/
.menu.vertical ul, 
.menu.vertical ul li ul {
    width: 150px;
}
.menu.vertical ul {
    top: 0;
    left: 100%;
}
.menu.vertical ul li ul {
    top: 0px;
}

/*---------------------------------
    Vertical menu on right side 
---------------------------------*/
.menu.vertical.right{
    float: right !important;
}
.menu.vertical.right ul{
    left: -150px !important;
}

/*------------------------------
    Indicator on vertical menu 
------------------------------*/
.menu.vertical > li .indicator{
    top: 17px;
    right: 15px;
    font-size: 17px;
}
.menu.vertical ul > li .indicator{
    top: 18px;
    right: 15px;
}


/*****************************************************************************
                            Responsive design
*****************************************************************************/
@media only screen and (max-width: 979px) {
    .menu.vertical{
        width: 100%;
    }
    .menu li{
        display: block;
        width: 100%;    
    }
    .menu > li > a{
        padding:10px;
    }
    .menu a{
        width: 100%;
        box-sizing:border-box;
        -moz-box-sizing:border-box; 
        -webkit-box-sizing:border-box; 
    }
    .menu ul, 
    .menu ul li ul,
    .menu.vertical ul, 
    .menu.vertical ul li ul{
        width: 100%;
        left: 0;
        border-left: none;
        position: static;
        box-sizing:border-box;
        -moz-box-sizing:border-box; 
        -webkit-box-sizing:border-box; 
    }
    .menu ul li {
        border-left: none;
        border-right: none;
    }
    .menu ul li a,
    .menu.vertical ul li a    {
        padding-top:10px;
        padding-bottom:10px;
    }
    .menu ul > li > a{
        padding-left: 40px !important;
    }
    .menu > li .indicator{
        top: 15px;
        right: 25px;
        font-size: 17px;
    }
    .menu ul > li .indicator{
        right: 24px;
    }
    .menu.vertical ul > li .indicator{
        top: 10px;
        right: 15px;
    }
    .menu > li > ul > li > a{ padding-left: 40px !important; }
    .menu > li > ul > li > ul > li > a{ padding-left: 60px !important; }
    .menu > li > ul > li > ul > li > ul > li > a{ padding-left: 80px !important; }
}










