/*
Theme Name: Kallyas
Theme URI: http://kallyas.net/
Description: A Highly customizable theme with page builder and unlimited colors.
Author: Hogash
Author URI: http://themeforest.net/user/hogash
Version: 4.16.8
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: zn_framework
*/

/*
	** PLEASE DON'T ADD ANY CSS HERE !!!
	This file will be overwritten on updates and your CSS will be lost.

	Instead, please use Kallyas Child theme's style.css ( https://my.hogash.com/documentation/installing-the-child-theme/ )
	Or, access Kallyas options > Advanced > Custom CSS and add your CSS there.
*/

body:not(.home) .site-header.header--sticky.header--not-sticked {
	background: none !important;	
}

body.home .site-header {
	background-color: rgba(36,36,36,0.24);
}

div.vert-sep {
	height: 40px;
}


@media (max-width: 767px) {
	.grid-ibx.grid-ibx--xs-cols-2 div.grid-ibx__inner div.grid-ibx__row div.grid-ibx__item {
		width: 50% !important;
		float: left !important;
	}
}

#zn-res-menu li .zn_res_submenu_trigger {
	display: none;
}
#zn-res-menu li .zn_res_submenu_trigger + a {
	margin-right: 0 !important;
}

#zn-res-menu li .zn_res_menu_go_back {
	display: none;
}

#zn-res-menu > li > a + ul {
	display: block;
	position: initial;
	height: auto;
	transform: none;
	transition: none;
}

#zn-res-menu .sub-menu li a {
	padding-left: 48px;
}