/*
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.
*/

.td-container, .tdc-row, .tdc-row-composer {
	width: 90%;
}
.td-main-page-wrap {
	padding-top: 0px;
}
.td-post-author-name {
	display: none;
}
html, body, p, div, cite, h1, h2, h3, h4, h5, h6, a, input[type=submit] {
  	font-family: Poppins !important;
}
h1, h2, h3, a {
	font-weight: 600 !important;
}

.td-logo .td-header-logo .td-visual-hidden { 
	display: inline-block;
    color: #4db2ec;
    width: auto;
    height: auto;
    margin-left: 10px;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
}
.td-logo .td-header-logo img.td-retina-data {
	padding: 10% 0px;
}
@media (max-width: 767px) {
	.td-container, .tdc-row, .tdc-row-composer {
		width: 100%;
	}
}