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

/*************************************************
* Logo 
*************************************************/

.html_header_sidebar .logo {
    height: 150px;
    width: 150px;
    max-height: 150px;
    padding: 5px;
    position: relative;
    left: 75px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
}

.html_header_sidebar .logo img {
    width: 150px;
    max-height: none;
    padding: 0;
    height: auto;
}

/*************************************************
* Main Menu Padding
*************************************************/

.html_header_sidebar #header .av-main-nav {
    /* padding: 40px 0; */
    padding: 10px 0 30px 0;
}

/*************************************************
* Main Menu Items
*************************************************/

.html_header_sidebar #header .av-main-nav > li > a {
    line-height: 1.3em;
    height: auto;
    /* padding: 15px 3px; */ 
    padding-top: 20px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 0px; 
    border-bottom-style: solid;
    border-bottom-width: 0px;
    margin: 0 auto;
}

/*************************************************
* Main Menu Widget
*************************************************/

#header .avia-custom-sidebar-widget-area .widget {
    border-top-style: solid;
    border-top-width: 1px;
    /* padding: 40px; */
    padding: 20px 0 30px 40px;
    width: 100%;
    overflow: hidden;
}