/*
    Renamed classes for Font Awesome brand icons
    to avoid ad blockers
 */
.fa-aec-facebook:before {
    content: "\f09a";
}
.fa-aec-facebook-square:before {
    content: "\f082";
}
.fa-aec-instagram:before {
    content: "\f16d";
}
.fa-aec-instagram-square:before {
    content: "\e055";
}
.fa-aec-linkedin::before {
    content: "\f08c";
}
.fa-aec-twitter::before {
    content: "\f099";
}
.fa-aec-twitter-square:before {
    content: "\f081";
}
.fa-aec-x-twitter:before {
    content: "\e61b";
}
.fa-aec-x-twitter-square:before {
    content: "\e61a";
}
.fa-aec-youtube::before {
    content: "\f167";
}
.fa-aec-flickr::before {
    content: "\f16e";
}
.fa-aec-youtube-square:before {
    content: "\f431";
}
.fa-aec-pinterest::before {
    content: "\f0d2";
}
.fa-aec-houzz:before {
    content: "\f27c";
}
.fa-aec-rss-square:before {
    content: "\f143";
}
.fa-aec-reddit:before {
    content: "\f1a1";
}
.fa-aec-threads:before {
    content: "\e618";
}
.fa-aec-threads-square:before {
    content: "\e619";
}
