/*
Theme Name: Alajuan

Author: ibby
Author URI: ibby@newagebh.com
Description: Alajuan
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ibby@newagebh.com
*/

.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 99;
}

.wpcf7-checkbox input[type="checkbox"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 30px;
  width: 30px;
  top: 0px;
  left: 0px;
  border: 1px solid #d6d6d6;
}
.wpcf7-checkbox input[type="checkbox"] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.wpcf7-checkbox input[type="checkbox"]:checked + span:before {
  background: transparent;
}
.wpcf7-checkbox input[type="checkbox"]:checked + span:after {
  visibility: visible;
}
.wpcf7-list-item-label {
  margin-left: 40px;
  display: inline-block;
}

.whatsapp-sticky {
  position: fixed;
  bottom: 31px;
  right: 21px;
  z-index: 2;
  display: block;
}

.whatsapp-sticky a {
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  background-color: #25d366;
  border-radius: 50%;
}

.whatsapp-sticky a .fab {
  color: #fff;
  color: #fff;
  font-size: 27px;
  line-height: 45px;
}

.click-logo {
  width: 20px;
  height: 18px;
  background: url("assets/img/click_logo.png");
  display: inline-block;
}

#main-Video {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

#main-Video video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#main-Video .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
