/* =====================
   css child home page
   ====================== */
a {
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
}


.footer-social ul {
    justify-content: space-between !important;
}