

 
 



/* START MOBILE MENU LAYOUT (customization only) */
.white {
   color: white !important;
}
 .mm-title  {
    color: wheat !important;   /* #e6ecfc  */
    margin-right: 0px;  /*38px*/ 
}
.mm-menu {
    background: #12172A   !important;  /*#376f87*/
    color: white !important;
}
.mm-listview {
    text-align: center;
    font-size: 17px;
}
.lg-item {
    margin-right: 38px !important;
}

.mm-menu.mm-offcanvas {
    z-index: 1 ;
}
#wrapper {
    z-index: 0;
}

.mm-menu .mm-listview > li .mm-next:after {
    border-color: white;
    opacity: 0.7;
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: white;
    opacity: 0.7; 
} 

/*END MOBILE MENU LAYOUT (customization only) */















/* START BUTTON APPEARANCE (Customizastion only) */ 
#my-icon {
    position: absolute;
    left: 0px !important;
    top: -8px; 
    outline: none;
    z-index: 2;
    height: 74px; 
    background-color: whitesmoke; 
}

 
#my-page {
    padding-top: 58px;
}



/*
#my-icon:hover {
    background-color: darkkhaki ;  
}
*/

.hamburger-label {     
    position: absolute;
    top: 55px;
    margin-left: -41px;
    font-size: 14px;
    color: #12172A !important;
    vertical-align: middle;
    text-transform: uppercase;
    /*background-color: floralwhite;*/
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { 
    background-color: #12172A !important;
}
/* END BUTTON APPEARANCE (customization only)  */ 








 