/*!
Theme Name: Qutiiz Child theme
Theme URI: http://layerdrops.com/qutiizwp
Template: qutiiz
Author: Layerdrops
Author URI: https://themeforest.net/user/layerdrops
Description: This is a Child theme for Qutiiz WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qutiiz-child
*/
/* Disable greying/blend effects across site */
img,
.welcome-one__img-inner img {
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

