/* =========================================================
   v0.4.17.1 — Footer görseli hotfix
   Kullanıcının verdiği footer-bg.png filtre/örtü olmadan uygulanır.
   ========================================================= */
.footer-contact-card{
    background-color:#ed1c24 !important;
    background-image:url('../images/branding/footer-bg-v04171.png') !important;
    background-repeat:no-repeat !important;
    background-position:center center !important;
    background-size:cover !important;
}
.footer-contact-card>strong,
.footer-contact-lines a,
.footer-contact-lines span{
    text-shadow:0 1px 2px rgba(87,0,0,.24);
}
