/*
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
*/

.btn.btn-fullblack.btn-skewed::before, .btn.btn-fullcolor.btn-skewed::before, .btn.btn-fullwhite.btn-skewed::before {
content: "";
border-radius:  0px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transform: skewX(-20deg);
transition: background-color .2s ease-in-out;
z-index: -1;

}

.main-nav.mainnav--active-bg > ul > .menu-item > a::before {
	border-radius: 0px;
	transform: translateY(-50%) skewX(-20deg);
	
}

.mainnav--pointer-dash.main-nav > ul > .menu-item.menu-item-has-children > a::after {
	
	width:0px;
}

