I noticed that my CSS was only in the @media sections, so I added this to the header CSS section.
#header .wrap .widget-area .widget_text .textwidget #hdrPhone {
font-size: 20px;
float: right;
line-height: 120%;
margin-right:12px;
color:#fff !important;
text-align:center;
}
An this at the bottom of each @media section
#header .wrap .widget-area .widget_text .textwidget #hdrPhone {
float: none;
}
The code in the @media sections again affected the CSS in the header. Moved it in the middle. So I commented the out the CSS code in the @media sections.