/*
Theme Name: Hello Elementor Child
Theme URI: https://muplix.com/
Template: hello-elementor
Author: Muplix
Author URI: https://muplix.com/
Description: A child theme of Hello Elementor
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1730564390
Updated: 2024-11-02 11:19:50

*/

/* prevent field zoom when on mobile */
@media screen and (max-width: 480px) {
  .muplix-nozoom-fields input,
  .muplix-nozoom-fields textarea,
  .muplix-nozoom-fields select {
    font-size: 16px !important;
  }
}
 
/* Mute Tooltip for Specific Image */
.mute-tooltip img[title] {
    pointer-events: none;
}


