/*
 Theme Name: Newspaper Child
 Theme URI: http://localhost/
 Description: Child theme for tagDiv Newspaper
 Author: You
 Template: Newspaper
 Version: 1.0
 Text Domain: newspaper-child
*/
/*
.td-main-content-wrap{background: #fff !important;}
.td-boxed-layout .td-container-wrap{width: 1440px !important}
.ditty .ditty-layout--1_default .ditty-item-heading{display: none !important; margin-bottom: 0px}
.ditty .ditty-layout--1_default .ditty-item__title{font-size:16px !important;}
.breakingnewsLabel p{margin-bottom: 0px !important; background: red; color:#fff;padding: 10px;}
.justifiedText p{text-align: justify;}
.margin0p p{margin:0px !important;}
.noMargin a{margin:0px !important;}
.noMargin p{margin:0px !important;}

.block-title{border-bottom:2px solid #dd3333 !important;}
.block-title > span{background: #dd3333 !important}
.td-module-comments a{display: none !important;}
.td-main-sidebar{background: #e9eef0}
.paddintTop{padding-top: 24px!important;}
h2,.entry-crumbs, .entry-crumbs a{color:#dd3333 !important;}
.td-main-sidebar .entry-title{border-bottom: 2px solid #dd3333 !important; color:#dd3333 !important; padding: 15px 0px}
.td-page-content{text-align: justify;}
.td_module_6 .entry-title{padding:0px !important; font-size: 15px !important}

@media (max-width: 767px) {
  .td-boxed-layout .td-container-wrap {
    width: 100% !important;
    max-width: 100% !important;
  }
}
*/