.header-phone {
    display: inline-block;
    }
.header-phone .widget {
    padding: 0;
    padding-left: 10px;
}

.header_color .header-phone a  {
    color: #3f3e40;
    font-size: 1.5em;
    font-weight: 700;
}
.header_color .header-phone a:link,
.header_color .header-phone a:visited,
.header_color .header-phone a:hover,
.header_color .header-phone a:active {
    text-decoration: none;
}

.header-phone .avia_transform .av_font_icon {
    opacity:none!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
}
.av-logo-container .inner-container {
    text-align: center;
}

#header_main div .logo {
    float: none;
    position: relative;
    left: auto;
    display: inline-block;
}

.html_header_top.html_logo_center #header_main .logo {
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

@media only screen and (max-width: 767px) {
    
    .header-phone {
        display: block;
        text-align: left;
    }
    
     .header-phone .widget {
        line-height: 2;
    }
    
    .header-phone .av-icon-char {
        font-size: 20px!important;
    }
    
    .header_color .header-phone a  {
    font-size: 1.2em;
    }    
}