yodam1 Is someone reading this?
Problem is due to the override for icons you added in your custom.css at line 2358
.icon-envelope,.icon-print,.icon-edit {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-right: 4px;
Remove it and you will see everything works fine again, clean your template cache also
Regards