/* 
Theme Name: Child of TheBuilt
Theme URI: http://magniumthemes.com/;
Description: Child theme based on TheBuilt
Author: Your Name
Version: 1.0
Template: thebuilt
*/
/* AHL: disable the theme's hover "darken" overlay on the homepage CTA promo block
   (WPBakery adds .animated on scroll, which triggers .mgt-promo-block.animated:hover
   -> rgba(0,0,0,.5) background). Keep the CONTACT US button hover intact. */
.mgt-promo-block-75700931593.animated:hover .mgt-promo-block-content,
.mgt-promo-block-75700931593:hover .mgt-promo-block-content {
  background-color: transparent !important;
}
