/*
Theme Name: Printpress Child
Theme URI: http://cmsmasters.net/printpress-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Printpress Child Theme
Template: printpress
Version: 1.0.0
License:
License URI:
Text Domain: printpress-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* Footer Social Icon */

ul.footer_nav li a{
      position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    width: 25px;
    height: 25px;
}

ul.footer_nav li:first-child a{
     background-image: url(facebook.svg);
}
ul.footer_nav li:last-child a{
 background-image: url(telegram.svg);
}