/*
Theme Name:     Newspaper 7 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:        7.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/**
Global
Header
Grid
Post
**/

/**** Global *****/
body {
	min-height: 110vh;
}
.td-big-grid-meta > a.td-post-category {
	display: none !important;
}
.td-big-grid-wrapper .td-module-meta-info {
	display: none;
}

/**** Grid ****/
h4.block-title > span,
h4.block-title > a {
	color: #ffffff;
}

/**** POST ****/
.single-post .td-post-content {
	max-width: 700px;
	margin: auto;
}
.td-post-content p {
	margin-bottom: 26px;
	font-family: Georgia,Cambria,"Times New Roman",Times,serif;
	letter-spacing: .01rem;
	font-weight: 400;
	font-style: normal;
	font-size: 21px;
	line-height: 1.58;
	letter-spacing: -.003em;
	color: rgba(0,0,0,.8);
}
.td-post-content a {
	/* color: #4db2ec; */
	color: #2200CC;
}
ul.td-tags.td-post-small-box.clearfix {
	margin: auto;
	margin-bottom: 30px;
}
div.td-post-sharing.td-post-sharing-bottom {
	text-align: center;
}
.td-header-style-12 .sf-menu > .current-menu-item > a,
.td-header-style-12 .sf-menu > .current-menu-ancestor > a,
.td-header-style-12 .sf-menu > .current-category-ancestor > a,
.td-header-style-12 .sf-menu > li > a:hover,
.td-header-style-12 .sf-menu > .sfHover > a {
  background-color: white !important;
}