/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-header-v7 .fusion-middle-logo-ul li.fusion-logo,
.fusion-header-v7 .fusion-logo, 
.fusion-header-v5 .fusion-header {
  display: none !important;
}

/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.show-alt-col .fusion-imageframe a {
  position: relative; 
  display: block;
}

.show-alt-col .show-alt-text {
  display: none; 
}

.show-alt-col .fusion-imageframe a:hover > .show-alt-text {
  display: block;
  position: absolute;
  top: 50%; right: 50%;
  transform: translate(50%,-50%);  
  z-index: 9999;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  width: 80%;
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
}