/*
 Theme Name:   Education Hub Pro Child
 Description:  Boilerplate child theme for district sites.
 Author:       McKay Thompson
 Template:     education-hub-pro
 Version:      1.0.0
*/


/* Customizer Styles - Quick Contact Bar */

/* Address Icon */
#quick-contact li.quick-address::before {
    content: "\f549";
}

/* Fax Icon */
#quick-contact li.quick-fax::before {
    content: "\f1ac";
}

/* Contact Us Icon */
#quick-contact li.quick-contact_us_link::before {
    content: "\f27a";
}

i[class*="fa-"], span[class*="fa-"] {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;



}


[class*="quick-"]::before,
[class*="icon"]::before,
[class*="fa"]::before,
.widget-title::before,
.entry-meta span::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}


.top-news-title::before {
    color: #ffab1f;
    content: "\f0a4";
    float: left;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    margin-right: 5px;
}
