#elSiteTitle, #elLogo {
height:var(--topbar-height)!important; 
}

.valaTopBarHeader {
  height:var(--topbar-height); 
 z-index:6001!important; 
}
/*header {
 height:var(--topbar-height); 
 z-index:6001!important;
}*/
#elUserNav > li > a .fa, #elUserNav #openOverlaySearchBox  {
 font-size:15px!important; 
}
#elValaSearch{
  color: rgb( var(--theme-main_nav_font) );
}
#elUserNav > li > a {
 font-size:12px; 
}
#elUserNav {
  line-height: 0;
}

#valaTopSocialSharingTop >li > a > i{
  color: rgba( var(--theme-main_nav_tab_font),.6 );
  transition:all .3s;
}
#valaTopSocialSharingTop > li > a, #valaTopSocialSharing > li > a {
 text-align:right; 
}
.vtheme_ipsLayout_header {
  position:sticky!important;
  {{if theme.vala_header_sticky=="0"}}
  position:relative!important;
  {{endif}}
  z-index:4500 !important;
  {{if theme.vala_header_sticky=="2"}}
  top:calc(-1 * var(--topbar-height)) !important;
  {{elseif theme.vala_header_sticky=="1"}}
  top:0 !important;
  {{elseif theme.vala_header_sticky=="3"}}
   top:calc(-1 * var(--topbar-height)) !important;
  {{endif}}
}
#valaTopSocialSharingTop >li > a:hover > i{
  color: rgba( var(--theme-main_nav_tab_font) );
}
#ipsLayout_header #valaTopSocialSharing  {
   {{if theme.enable_fluid_width}}
		{{if theme.fluid_width_size}}
			max-width: {theme="fluid_width_size"}%;
		{{else}}
			max-width: 100%;
		{{endif}}
	{{else}}
		max-width: var(--container--width);
	{{endif}}
  	margin: 0 auto;
  	text-align:right;
    position: relative;
    top: -28px; /*58px*/
    right: 1px; 
    z-index: 10000;
    display:none;
}

#ipsLayout_header #valaTopSocialSharing >li > a {
    color: rgba( var(--theme-main_nav_tab_font), 0.6 )!important;
    transition: color .2s;
}

#ipsLayout_header #valaTopSocialSharing >li > a:hover{
 	color: rgba( var(--theme-main_nav_tab_font))!important;
}