/*
Theme Name: Leos Template
Author: Maxim Folko
Version: 4.1
Text Domain: leos
*/
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { direction: rtl!important; }

img.img-print-1, img.img-print-2 {
  max-height: 450px;
  bottom: 0;
}

@media screen and (width < 768px) {
  .grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
  }
  
  .back-to-top {
      width: 65px !important;
      left: 5px !important;
      bottom: 125px !important;
  }

  #waze-widget-button {
      width: 65px!important;
      left: 5px!important;
      bottom: 50px!important;
  }

  a.call-btn-mobile.tel-link {
      width: 100%;
      border-radius: 10px 10px 0 0;
  }
  
  .preicon-mob-tel {
      padding-inline-end: 10px;
      font-size: 14px;
      font-weight: 600;
      color: white;    
  }
  
  #leos {
      padding-bottom: 25px !important;
  }
  
  #whatsapp_icn {
      bottom: 40px !important;
      right: 5px !important;
  } 
  
}