  div#vala_quickLinks ul{
   	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  div#vala_quickLinks ul > li {
	display: inline-block;
	vertical-align: middle;
    padding:0 10px;
}
  
  div#vala_quickLinks ul > li > a {
    color: rgb( var(--theme-header_text) );
    transition: all .2s;
    font-size:11px;
  }
  
  div#vala_quickLinks ul > li > a:hover {
    opacity: .8;
    color: rgba( var(--theme-header_text),.8 );
  }
{{if theme.vala_custom_logo and theme.vala_custom_logo_position=="navbar" and !theme.vala_topbar}}
  #ipsLayout_header header > .ipsLayout_container {
    justify-content: flex-end!important;
  }
{{endif}}