I am working on my wife's business site at invisionbilling.com and I am having difficulties vertically aligning the email address and the social icons in the header. I would like to align the email address vertically in the center of the header bar. This would also make it align with the social icons. I have been inspecting the elements and looking at the CSS but can't seem to make the right adjustment. Below is the CSS I believe that is affecting it. Can anyone help me fix this? Thanks!
div#header-widget-area {
float: right;
padding-left: 25px;
}
header .header_top .header_link {
list-style: none;
text-align: right;
margin: 0;
}
header .header_top .header_link li {
display: inline-block;
margin-left: 10px;
position: relative;
}