/*
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:        1.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.header--sticky
{
background: rgba(0, 50, 77, 0.85) !important;
-webkit-transition: 0.5s;
    transition: 0.5s;
}
#header.header--not-sticked
{
background: -webkit-linear-gradient(top, rgba(0, 50, 77, 1) 0%, rgba(0, 50, 77, 1) 0%, transparent 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 50, 77, 1)), color-stop(0%, rgba(0, 50, 77, 1)), to(transparent)) !important;
    background: linear-gradient(to bottom, rgba(0, 50, 77, 1) 0%, rgba(0, 50, 77, 1) 0%, transparent 100%) !important;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.kl-title-block.eluidc77c1337 h4.tbk__subtitle,.kl-title-block.eluidce395347 h4.tbk__subtitle
{
	color:#ffffff !important;
	font-size:13px !important;
}
@media (min-width: 768px)
{
.header--is-sticked.site-header.sticky-resize .site-header-wrapper:not(.sticky-main-area) .site-header-main{
height:46px;
}
.header--is-sticked.site-header.sticky-resize, .header--is-sticked.site-header.sticky-resize .logosize--contain .site-logo-anch {
    height: 105px !important;
}
.header--is-sticked.site-header.sticky-resize .sticky-top-area .site-header-top
{
height: 54px !important;;
opacity: 1 !important;;
transition: height .2s ease-out,opacity .2s ease-out !important;
}
}