/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
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
*/

/**
 * TO OVERWRITE THE GRADIENT EFFECT ON ALL PAGES TOP SUB HEADER
 * @modified by Deepen
 */
 .page-subheader.zn_def_header_style ,
 .kl-slideshow.zn_def_header_style,
 .page-subheader.uh_zn_def_header_style ,
 .kl-slideshow.uh_zn_def_header_style {
 	background: rgba(255,255,255,0.8);
 	background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(24,152,138,0.5) 100%);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(24,152,138,0.5)));
 	background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(24,152,138,0.5) 100%);
 	background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(24,152,138,0.5) 100%);
 	background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(24,152,138,0.5) 100%);
 	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(24,152,138,0.5) 100%);
 }