/*
	Theme Name: NFB-ONF Balmoral
	Theme URI: http://html5blank.com
	Description: NFB-ONF Branding WordPress Theme - WIP
	Version: 0.0.3
	Author: NFB-ONF Web team
	Author URI: http://www.nfb.ca
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    side-menu
\*------------------------------------*/
#l-leftNav.hat{padding-bottom: 65px;} /* Quick-fix to scrollpane not considering the nav hat*/
#l-leftNav.hat .l-property-id{
    background: url(../img/fragment-identitaire-nav-orange.png) no-repeat 0 0 ;
    background-size: contain;
    min-height:108px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#l-leftNav .navhat,#l-leftNav-collapsed .external-link{font-size:18px;font-family: Ciutadella-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif ;line-height: 20px;padding-top:5px}

#l-leftNav.hat .navhat .icon{padding-left:0}

#l-leftNav.hat .navhat .icon-external {vertical-align: text-top;}

@media (min-width: 990px){
#l-leftNav-collapsed .external-link {
    display: none;
}
}

/* NAV ADJUSTMENT */
#l-leftNav ul:first-of-type{padding-top: 0;}
#l-leftNav .sidebar-widget, #l-leftNav .sidebar > ul {margin-bottom: 0.75em;}
#l-leftNav .sidebar #connectedMenu + .sidebar-widget {
    margin-bottom: 14px;
}

#l-leftNav .sidebar-widget:first-child{margin-bottom: 0;}
#l-leftNav .sidebar-widget:first-child ul {padding-bottom: 6px;}
#l-leftNav .sidebar-widget:nth-child(2) ul.menu{
    padding-top:26px !important;
    padding-bottom:1px;
}
#l-leftNav .sidebar-widget:nth-child(2) .widget_nav_menu:before{
    content: " ";
    height: 4px;
    background: #464545;
    width: 54px;
    margin-left: 18%;
    display: block;
    position: absolute;
    z-index: 2;
}

#connectedMenu .avatar {border-radius: 50%;}

/*------------------------------------*\
    footer-menu adjustement
\*------------------------------------*/

/*footer widget adjustment*/
#footer-corpo > div{display: inline;}

/*----------*/
/* NFB APP WEBVIEW adjustements */
/*----------*/

.webview #l-generalContainer{top:0}
.webview #l-rightContentSide{
	padding-bottom: 0;
}