/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

#top #main .company-information {
    width: 90%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
#top .company-information .avia-table {
    table-layout: auto;
}
#top .company-information .avia-table td {
    font-size: 19px;
}
#top .company-information .avia-table .avia-desc-col {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.34px;
}

@media only screen and (max-width: 767px){
    .responsive .company-information .avia_responsive_table .avia-data-table td:before {
        display: block;
        font-style: normal;
        font-size: 19px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.34px;
        margin-bottom: 10px;
    }
}
