/*
Theme Name:     Newspaper 9 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.2
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
@media (max-width: 1018px) {
  .td-post-template-12 .td-post-header header .entry-title,
  .td-post-template-13 .td-post-header header .entry-title {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 1018px) {
  .td-post-template-1 .td-post-header header .entry-title {
    font-size: 18px;
    line-height: 22px;
  }
}
ul li,
ol li {
  line-height: 24px;
  margin-left: 15px;
}

.wp-caption-text,
.wp-caption-dd {
  text-align: center;
}
.td-post-category {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  background-color: #ffffff;
  color: #000;
  margin-right: 5px;
  padding: 3px 0px 4px;
  display: block;
  vertical-align: top;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.td-post-small-box a {
  display: block;
  float: left;
  border: 1px solid #ededed;
  margin-left: 4px;
  line-height: 8px;
  color: #111111;
  padding: 5px 8px;
  height: 20px;
  background-color: #fbd9a6;
}