/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0.1.1
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

#iconograph img {height:55px;width:auto;}


.fl-button-wrap { transition: transform 0.3s ease, filter 0.3s ease;}
.fl-button-wrap .fl-button-icon {
  display: inline-block;
  transition: transform .7s ease;
 /* display:none;*/
}

.fl-button-wrap:hover .fl-button-icon {
  display:inline-block;
  transform: translateX(10px);
  
}

.fl-button-wrap:hover  {
  display:inline-block;
  transform: translateX(1px) translateY(-5px);
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
  
  
}