/*
 Theme Name:   Athena Pro Child
 Theme URI:    http://thevillagepotters.com/athena_pro-child/
 Description:  Athena Pro Child Theme
 Author:       George Rolland
 Author URI:   http://thevillagepotters.com
 Template:     athena_pro
 Version:      1.2.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: black, blue, green, pink, red, yellow, dark, light, full-width-template, threaded-comments, responsive-layout, left-sidebar, featured-images, right-sidebar, one-column, two-columns, three-columns, custom-colors, featured-image-header, front-page-post-form, theme-options, translation-ready, photoblogging
 Text Domain:  athena_pro-child
*/
#header{
    background: rgba(27,27,27,0.8);
    height: 185px;
}
#athena-logo{
    line-height: 85px;
}

#athena-logo img{
    max-height: 75px;
    padding: 10px 0;
}

#athena-header.frontpage.sticky .header-inner #athena-logo{
    line-height: 50px;
}

#athena-header.frontpage.sticky .header-inner #athena-logo img{
    max-height: 40px;
}



#athena-header{

}

#athena-header-sticky-wrapper{
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
}

#athena-header.frontpage.sticky .header-inner{
    height: 50px;
    background: #1b1b1b;
}

#athena-header.sticky .header-inner .site-title{
    font-size: 28px;
    line-height: 50px;
    margin: 0;
}

#athena-header.sticky .site-description{
    display: none !important;
}


#athena-header.frontpage{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;

}


#athena-header.header-inner{
    background: #1b1b1b;
    height: 85px;
}

#athena-header.frontpage .header-inner{
    background: rgba(27,27,27,0.8);
    height: 185px;
}