/*
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
*/

/*CUSTOM BY HEISENWINE*/

/*GERAL*/
.text_justify{
  text-align: justify;
}
.home nav.fusion-main-menu li {
    display: none;
}
.home .fusion-mobile-menu-icons a {
    display: none;
}
/*END GERAL*/

/*5G*/
.titles_5g {
  background: #f79733;
  padding: 10px 20px;
}
/*END 5G*/

/*END CUSTOM BY HEISENWINE*/

/*CUSTOM BY ARTHAS*/

.fusion-footer-widget-column.widget.social_links a.fusion-social-network-icon.fusion-tooltip.fusion-whatsapp.fusion-icon-whatsapp {
  width: 48px;
}
.fusion-footer-widget-column.widget.social_links a.fusion-social-network-icon.fusion-tooltip.fusion-instagram.fusion-icon-instagram {
  background: linear-gradient( 45deg , #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.fusion-footer-widget-column.widget.social_links a.fusion-social-network-icon.fusion-tooltip.fusion-mail.fusion-icon-mail {
  background: #f79733 !important;
  border-color: #f79733 !important;
}
/*END CUSTOM BY ARTHAS*/