.single-post h2.entry-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #f5ac1e;
}
#footer .footer-main {
    background-color: #f3b528 !important;
    color: #ffffff !important;
}

#footer .footer-main a,
#footer .footer-main h3,
#footer .footer-main h4,
#footer .footer-main p,
#footer .footer-main li,
#footer .footer-main span {
    color: #ffffff !important;
}
/* Facebook */
.share-facebook::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f09a"; /* code unicode Facebook */
    display: inline-block;
    font-size: 18px;
    background: #ffffff;
    color: #0c181c;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* LinkedIn */
.share-linkedin::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f08c"; /* code unicode LinkedIn */
    display: inline-block;
    font-size: 18px;
    background: #ffffff;
    color: #0c181c;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}.share-links a {
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
}
