/*
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:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

.header-right{
    width: 100%;
}

.powered-by-header{
    float: left;
}

.fidic-logo{
    float: right;
}

.fidic-logo img{
    position: relative!important;
    max-width: 65px;
    float: right;
}

.powered-by-header p{
    margin-bottom: 0;
    padding: 13px 0 0 20px;
    font-size: 13px;
    color: gray;
    line-height: 18px;
}

.powered-by-header p span{
    font-weight: bold;
}

.td-all-devices.header-right{
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #cec4c4;
}

.td-footer-wrapper .td_block_wrap{
	margin-bottom: 30px!important;
}

.td-module-meta-info .td-module-comments, body.single-post .td-post-comments, .td_block_inner .td-module-comments{
    display: none;
}

@media screen and (max-width: 992px) {

    .fidic-logo img{
        max-width: 60px;
    }

}

@media screen and (max-width: 767px) {

    .td-all-devices.header-right{
        display: none;
    }
	
}