/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

body {
    overflow-x: hidden;
}

p {
    font-family: 'Roboto Serif', serif !important;
}

.entry-title>* {
    font-family: 'Roboto Serif', serif !important;
    font-weight: 600 !important;
}

h1 {
    font-family: 'Roboto Serif', serif !important;
}

h3.tdm-title {
    font-family: 'Roboto Serif', serif !important;
}

h3.tds-title {
    font-family: 'Roboto Serif', serif !important;
}

h4.tdm-title {
    font-family: 'Roboto Serif', serif !important;
}

.tdb-next-post {
    font-family: 'Roboto Serif', serif !important;
}

@media (max-width: 576px) {}


/* Vecchio CSS 
.author-container {
    padding-top: 20px;
    margin-left: 25%;
    margin-right: 25%
}

.author-title {
    text-align: left;
}

.par {
    color: grey;
    text-align: left
}

.td-author-comments-count {
    
    display: none;
}

.read-more {
    
    float: left;
}
*/