/*
Theme Name: Knote Child
Author: CodeGearThemes
Description: Child theme for Knote
Author URI: https://www.codegearthemes.com
Theme URI: https://www.codegearthemes.com/products/knote
Template: knote
Version: 1.0.0
*/

.call-box .elementor-icon-box-content {
  display: flex;
  flex-direction: column-reverse;
}

#enq-form {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#enq-form .enq-form-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 80%;
    max-width: 400px;
    overflow: visible !important;
    background: #f1f1f1;
	padding: 10px;
}

.enq-form-wrapper .close {
    position: absolute;
    right: 0;
    top: -38px;
    background: #308BEB;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    font-size: 120%;
    text-decoration: none;
    font-weight: 700;
}

#enq-form form {
    margin: 40px 20px 20px 20px;
    overflow: hidden;
    position: relative;
}

/* Footer Callbar */
.footer-callbar {
  bottom: 0;
  width: 100%;
  position: fixed;
  background: #105ca7;
  padding: 10px;
  z-index: 2;
}

.footer-callbar .wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.footer-callbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  width: 50%;
  font-size: 14px;
  gap: 8px;
  text-transform: uppercase;
}

.footer-callbar a.phone-center {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 15px 0 rgba(51, 51, 51, 1);
  -moz-box-shadow: 0 2px 15px 0 rgba(51, 51, 51, 1);
  box-shadow: 0 2px 15px 0 rgba(51, 51, 51, 1);
  border-radius: 60px;
  bottom: 10px;
  background: #308beb;
}

@media (min-width: 769px) {
  .footer-callbar {
    display: none;
  }
}

@media (min-width: 1024px) {
  .block-contact-form .grid {
    flex-wrap: wrap !important;
  }
}
