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

.col-frm-3.col-frm-3--4 {
  width: 20%;
}

#hever_pq_link {
  /* position: fixed;
  bottom: 0vh;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 20px; */
  background: #f57540;
  /* font-weight: 600;
  padding: 2px 49px 8px;
  border-radius: 15px 15px 0 0;
  text-align: center;
  transition: all 0.3s ease; */
  display: none;
}
#hever_pq_link.lp-general__button:hover {
  background-color: #5bbbd7;
}

@media screen and (max-width: 767px) {
  .col-frm-3.col-frm-3--4 {
    width: 100% !important;
  }
  #hever_pq_link {
    /* padding: 2px 10px 8px; */
    margin-block: 15px;

    /* line-height: 1; */
  }
  .wpb_wrapper:has(#hever_pq_link) a {
    width: 100%;
    padding-inline: 10px;
    text-align: center;
  }
}

/* Htmline */

.en-form .wpcf7 .wpcf7-response-output {
  direction: ltr;
  text-align: left;
}

@media (min-width: 767px) and (max-width: 3840px) {
  .chaty-widget-i.i-trigger-close,
  .chaty-widget .chaty-widget-i.phone-link {
    display: none;
  }

  body .chaty-widget .chaty-widget-is {
    top: -30px !important;
  }
}
