/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://hogash-demos.com/kallyas_wp/
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


*//* CALL TO ACTION IN HEADER */
.kl-cta-ribbon,
.kl-cta-lined {
  position: relative;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 10px 10px 5px;
  border-radius: 2px;
  margin-left: 20px;
  z-index: 1; }

.kl-cta-ribbon .trisvg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px; }

.kl-cta-ribbon .trisvg path {
  fill: #000; }

.kl-cta-ribbon:hover .trisvg path,
.kl-cta-ribbon:focus .trisvg path {
  fill: #fff; }

.kl-cta-ribbon {
  display: block;
  background: #000000; }

.kl-cta-ribbon:hover,
.kl-cta-ribbon:focus {
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }

.kl-cta-ribbon strong {
  font-size: 17px;
  font-weight: 900;
  display: block; }