/*
Theme Name:     AFSwebct
Theme URI:      http://www.xiotron.com
Description:    Child theme For AFSweb theme
Author:         kautzy
Author URI:     www.xiotron.com
Template:       afsweb
Version:        4.0.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/
.header--is-sticked .site-header.header--sticky {
    /*background: rgba(51, 51, 51, 0.5);*/
    background: -webkit-linear-gradient(top, rgba(37,59,73,0), rgba(37,59,73,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(37,59,73,0), rgba(37,59,73,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(37,59,73,0), rgba(37,59,73,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(37,59,73,0), rgba(37,59,73,0.9)); /* Standard syntax (must be last) */
}

#footer .social-icons li:first-child { display: none; }

