/*
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.
*/

.home .td-main-page-wrap {
	padding-top: 10px !important;
}
.td-container,
.tdc-row,
.tdc-row-composer {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.tdm-header-style-2 .td-logo-in-menu {
	left: -3px !important;
}
.td_module_1 .td-module-thumb .entry-thumb {
	width: 100%;
}

.tg {
	text-align: center;
	margin-bottom: 30px;
}
.tg a {
	background-color: #389ce9;
	border-radius: 2em;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	text-decoration: none !important;
	-webkit-transition: border-radius .5s;
	-o-transition: border-radius .5s;
	transition: border-radius .5s;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	padding: 10px 20px;
	margin: 0 auto;
	display: inline;
}
.tg a:hover{
	border-radius: 0;
	background-color: #389ce9 !important;
	color: #fff !important;
}


.shareadd{
	margin-bottom:20px;
	text-align:center;
}