/*
Theme Name: Newspaper Child
Theme URI: http://tagdiv.com
Template: Newspaper
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Description: Premium WordPress template, clean and easy to use.
Tags: black,white,one-column,two-columns,fixed-layout
Version: 12.3.1681909650
Updated: 2023-04-19 14:07:30

*/

/** remove username from top header **/
.tdb-head-usr-name {
    display: none;
}

/*--------------------*/
/* Footer
/*--------------------*/
.td-footer-template-wrap {

    .footer-logo__grid {
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        max-width: 12.1875em;
        margin-bottom: 1.125em;

        @media only screen and (max-width: 782px) {
            max-width: 16.75em;
            margin-left: auto;
            margin-right: auto;
        }

        div {
            a {
                text-decoration: none;
            }

            &:nth-child(1) {
                grid-column: span 2 / span 2;
            }

            &:nth-child(2),
            &:nth-child(3) {
                grid-row-start: 2;

                figure {
                    max-height:6.09375em;

                    @media only screen and (max-width: 782px) {
                        max-height: 8.25em;
                    }

                    img {
                        width: auto;
                        max-height:100%;
                    }
                }

            }

            &:nth-child(2) {
                a {
                    display:flex;
                }

            }

        }
    }

    /* Remove popular category count */
    .td-cat-no {
        display: none;
    }
}


