/*
 Theme Name:   BlogActiv Blogger Theme
 Description:  Extends EurActiv Base theme, with styling for bloggers
 Author:       VGMH
 Template:     euractivbase
 Version:      1.0.0
 Text Domain:  todo_textdomain
*/


/* there is not always a navbar in the header, but if there is we want it
   to have this theming */
header .navbar {
    background-color: #FEE300!important;
    border-bottom:1px solid #fed200;
}

header .navbar a {
    color: #0b4da2!important;
    font-size: 15px;
}

header .navbar ul a {
    border-left:1px solid #FEE300!important; 
}
header .navbar li:first-child a {
    border-left:0!important; 
}


header .navbar .navbar-header a:hover,
header .navbar .navbar-header a:active {
    background-color: #fef200!important;
}

header .navbar ul a:hover,
header .navbar ul a:active {
    background-color: #fed200!important;
}

/* registered in theme; might be there, might not*/
#nav-header-menu {
    background-color: #0A0A2A!important;
    border-bottom-width:0;
}


/* there is not always a navbar in the footer, but if there is we want it
   to have this theming */
footer .navbar {
    background-color: #0A0A2A!important;
    border-top: 4px solid #fed200!important;
    border-bottom-width:0;
}


