{{if theme.vala_custom_logo}}
html.dark-theme #valadarklightmainlogo {
 content:url({theme="vala_dark_logo"}) ;
}
html.light-theme #valadarklightmainlogo {
 content:url({theme="vala_light_logo"}) ;
}
{{endif}}

#elNavTheme_menu .ipsButton_link, #elNavLang_menu .ipsButton_link {
 color:inherit!important; 
}
.ipsTabs {  
  color: rgb(var(--vala_main_theme_text_color));
}
.cStream_members .ipsUserPhoto {
 box-shadow:none; 
}
.ipsStreamItem_time,.ipsStream .ipsStreamItem_contentType {
 /*color:inherit; */
}
.ipsBreadcrumb a {
	color: rgb( var(--theme-link) );
}
/*.ipsStreamItem_contentType {
  box-shadow:0 0 5px rgb(var(--vala_main_theme_base_font_color_lighter),.5)!important ;
}
html[dir] .ipsStream_withTimeline .ipsStreamItem.ipsStreamItem_actionBlock:after {
  background: rgb( var(--theme-timeline_color) );
  box-shadow: var(--item-timeline--boxShadow);
}*/
.ipsType_minorHeading {
 color:inherit!important; 
}
#elProfileStats{
 background-color:rgb( var(--vala_main_theme_color) )!important; 
}

{{if theme.vala_misc_tooltip_inherit}}
  .ipsTooltip {
      background: rgb(var(--vala_main_theme_color));
      border-color: rgb(var(--vala_main_theme_color));
      color: rgb(var(--vala_main_theme_color_font));
  }
{{endif}}



:root {
    --item-timeline--boxShadow: 0 0 0 4px rgb( var(--vala_main_theme_color),.1 )!important;
}