/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/*whatsapp form*/
@media (max-width:567px){
.whatsapppanel{
max-width: 90vw;
max-height: 90vh;
overflow: auto;
}
}
.whatsapppanel input {
    margin-bottom: 9px;
}
.whatsappwrap{
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 20px;
line-height: 1;
}
.whatsappbadge {
  width: 60px;
  height: 60px;
  background-color: #25d366;
  padding: 17px;
  border-radius: 50%;
  transform: scale(1);
  animation: pulse-green 2s infinite;
  z-index: 1;
  cursor: pointer;
}
svg#whatsapp{
  fill: #fff;
}
.whatsapppanel {
  width: 373px;
  height: auto;
  max-width: 400px;
  max-height: 800px;
  background: #F9FAFA;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.10);
  position: absolute;
  bottom: 40px;
  right: 0px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  border-radius: 4px;
  overflow: hidden;
  /*border: 1px solid #D9E0E3;*/
}
.headcera, .bodpo{
  padding: 30px;
}
.headcera{
  background-color: #25d366;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.headcera:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient( 135deg, transparent 0%, rgba(0,0,0,0.3) 100%);
}
.panelactive {
  bottom: 80px;
  opacity: 100;
  z-index: 2;
}
.page-id-2823 .ccw_plugin{
  display: none;
}
.whatsapppanel .input100{
  border: 1px solid #ddd;
  border-radius: 50px;
  width: 100%;
}
.whatsapppanel input.submit{
  border-radius: 50px;
  border-color: #25d366;
  color: #25d366;
}
.whatsapppanel input.submit:hover{
  background-color: #25d366;
  color: #fff;
}
@-webkit-keyframes pulse-green {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(112, 194, 142, 0.7);
            box-shadow: 0 0 0 0 rgba(112, 194, 142, 0.7);
  }
  
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 90px rgba(112, 194, 142, 0);
            box-shadow: 0 0 0 90px rgba(112, 194, 142, 0);
  }
  
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(112, 194, 142, 0);
            box-shadow: 0 0 0 0 rgba(112, 194, 142, 0);
  }
}
@keyframes pulse-green {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(112, 194, 142, 0.7);
            box-shadow: 0 0 0 0 rgba(112, 194, 142, 0.7);
  }
  
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 90px rgba(112, 194, 142, 0);
            box-shadow: 0 0 0 90px rgba(112, 194, 142, 0);
  }
  
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(112, 194, 142, 0);
            box-shadow: 0 0 0 0 rgba(112, 194, 142, 0);
  }
}