/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.online-btn a {
  min-width: 100%;
}
.contact-icons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.contact-icons .icon-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
/* .contact-icons .icon-btn svg,
.contact-icons .icon-btn span {
  transition: all 0.3s ease;
} */
.contact-icons .icon-btn:hover svg g {
  fill: red;
}
.contact-icons .icon-btn:hover span {
  color: red;
}
.contact-icons .icon-btn span {
  margin-top: 10px;
}

.send-whatsapp {
  display: none;
  /* position: absolute;
  width: 100%;
  top: -20px; */
}
.call-us {
  display: none;
  /* position: absolute;
  width: 100%;
  top: -20px; */
}
.send-whatsapp.show,
.call-us.show {
  display: block;
}
.contact-form form input {
  width: 100%;
  /* height: 48px; */
  line-height: 1.8;
  margin-bottom: 8px;
  border-radius: 24px;
  border: solid 1px #979797;
  background-color: #ffffff;
}
.contact-form form input[type="submit"] {
  border-radius: 34px;
  background-color: #e10514;
  color: #ffffff;
}
/* Validation */
div.wpcf7-mail-sent-ok {
  /* display: none !important; */
  border: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
}
.wpcf7 br {
  display: none;
}

span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
  background-color: transparent;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  display: none !important;
}
div.wpcf7 .ajax-loader {
  position: absolute;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
  color: #ff0000;
  position: absolute;
  bottom: -5px;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .online-btn a {
    min-width: 348px;
  }
}
