/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.header_hor .w-nav.type_desktop>.w-nav-list {
    text-transform: uppercase;
}
h1,h2,h3,h4,h5 {
    text-transform: uppercase;
    color:#0065AB!important;
    
}
.l-titlebar-content h1 {
    color:white!important;
    font-weight:bold!important;
}
.g-breadcrumbs, .g-breadcrumbs a {
    color:white!important;
}
.w-nav-control:before {
content: '\f0c9'!important;
font-family: fontawesome!important;
}
.w-nav-arrow {
content: '\f061'!important;
font-family: fontawesome!important;
}
.w-nav-item.menu-item-has-children > .w-nav-anchor:not(.level_1) .w-nav-arrow {
    display: none!important;
}