/******************** Theme_HeaderWhite.css *******************
  Theme Name: Header White
  Scope: Header
 
 **********************************************************/
.wds-community-header .wds-community-header__sitename a {
    color: #FFF !important;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.wds-community-header .wds-community-header__sitename a:hover {
    color: rgba(255,255,255,0.8) !important;
}
.wds-community-header .wds-tabs__tab-label {
    color: #FFF !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.wds-community-header .wds-tabs__tab:hover .wds-tabs__tab-label {
    color: rgba(255,255,255,0.8) !important;
}
.wds-community-header .wds-tabs__tab-label svg {
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.2));
}
.wds-community-header .wds-tabs__tab:hover .wds-tabs__tab-label .wds-dropdown__toggle-chevron {
    filter: drop-shadow(-1px -1px 1px rgba(0,0,0,0.2));
}
.wds-community-header .wds-community-header__counter {
    color: #FFF !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.wds-community-header .wds-button.wds-is-secondary {
    border-color: #FFF !important;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2), 1px 1px 1px rgba(0,0,0,0.2) inset;
    color: #FFF !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.wds-community-header .wds-button.wds-is-secondary svg {
    fill: #FFF !important;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.2));
}