
/**
 * 
 *Copyright (c) 2017 iVoline, All Rights Reserved.
 *
 *
 *### hoon jo | 20171117 ###
 *@last_modified: 20171117
 *
 *@desc: Mainly, overrides the original properties
 *@include: 
 *
 */


/*-------------------------------------------------------------
 * {add-ons_dir}/utils/secondary-expandable-navigation
 * https://codyhouse.co/gem/secondary-expandable-navigation/
 *-------------------------------------------------------------*/

/* -------------------------------- 
 * 
 * Primary style
 * 
 * -------------------------------- */


/* -------------------------------- 
 * 
 * Main components 
 * 
 * -------------------------------- */
.cd-main-content{
    padding-top: 0px;
    min-height: 100%;
    background-color: rgba(235,245,255,1);
}

#cd-menu-trigger{
    position: absolute;
    right: 0px;
    min-width: 160px;
    font-size: 0.8em;
    background-color: rgba(0,0,0,0);
}

#cd-lateral-nav{
    font-size: 0.8em;
}
#cd-lateral-nav ul, #cd-lateral-nav li{
    margin: 0px; padding: 0px;
}
#cd-lateral-nav ol, #cd-lateral-nav ul{
    list-style: none;
}
#cd-lateral-nav .sub-menu li > a{
    line-height: 1.5em;
}

@media only screen and (min-width: 768px){
    
    .cd-main-content{
        padding-top: 0px;
    }
    
    #cd-menu-trigger{
        padding: 0.8em;
        font-size: 0.8em;
    }
    
    #cd-menu-trigger .cd-menu-text{
        line-height: 1.2em;
    }
    
}

/* -------------------------------- 
 * 
 * Modules - reusable parts of our design
 * 
 * -------------------------------- */
.overflow-hidden{
    overflow: auto;
}

