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

/* Restore Avada menu dropdown glyphs after AWS/HTTPS cache regeneration. */
.fusion-caret .fusion-dropdown-indicator::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}



/* Restore Avada social glyphs after AWS/HTTPS cache regeneration. */
.awb-icon-facebook::before {
    content: "\f39e" !important;
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}
.awb-icon-twitter::before {
    content: "\f099" !important;
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}
.awb-icon-instagram::before {
    content: "\f16d" !important;
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}

