/*
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
*/

/* hacky fix for transparent header main menu */

#top .av_header_transparency .main_menu ul:first-child > li > a:hover {
    opacity: 1 !important;
}

#top .av_header_transparency .main_menu ul:first-child > li > a .avia-menu-text {
    color: #ffffff !important;
}

#top .av_header_transparency .main_menu ul:first-child > li > a:hover .avia-menu-text {
    color: #b51917 !important;
}

#top .av_header_transparency #header_meta {
    border-bottom: none;
}

.phone-info a {
    font-size: 18px;
    line-height: 28px;
}

.phone-info a:hover {
    color: #b51917;
    text-decoration: none;
}
