/*
Theme Name:     Newspaper 7 Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         Lê Văn Toản
Author URI: 	https://levantoan.com
Template:       Newspaper
Version:        7.7c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

@media (min-width: 1019px){
    .td_module_6 .td-module-thumb {
        width: 100px;
    }
    .td_module_10 .td-module-thumb {
        width: 220px;
    }
    .td-header-style-1 .td-header-sp-logo {
        margin: 10px 0 !important;
        width: 350px;
        height: 111px;
    }
    .td-header-style-1 .td-header-sp-logo img {
        max-height: 131px;
    }
    
    /*Content*/
    div#respond form#commentform {
        position: relative;
        border: 1px solid #c1bfbf;
        padding-bottom: 50px;
    }
    
    div#respond form#commentform .comment-form-input-wrap.td-form-comment {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #c1bfbf;
    }
    div#respond form#commentform textarea#comment {
        border: 0;
        min-height: 100px;
        height: 100px;
    }
    div#respond form#commentform .comment-form-input-wrap.td-form-author {
        margin: 0;
        width: 100%;
        max-width: 200px;
        position: absolute;
        right: 330px;
        bottom: 8px;
    }
    
    div#respond form#commentform .comment-form-input-wrap.td-form-email {
        margin: 0;
        width: 100%;
        max-width: 200px;
        position: absolute;
        right: 115px;
        bottom: 8px;
    }
    
    div#respond form#commentform p.form-submit {
        margin: 0;
        position: absolute;
        bottom: 9px;
        right: 10px;
    }
    div#respond form#commentform p.comment-form-cookies-consent {
        margin: 0;
        padding: 3px 10px;
        border-bottom: 1px solid #c1bfbf;
        font-size: 12px;
        line-height: 21px;
        color: #444;
    }
    div#respond form#commentform div[class*="td-warning-"] {
        display: none !important;
    }
    /*#Content*/
}
.td_module_1 .td-module-thumb a.td-image-wrap,
.td_module_2 .td-module-thumb a.td-image-wrap,
.td_module_4 .td-module-thumb a.td-image-wrap,
.td_module_10 .td-module-thumb a.td-image-wrap,
.td_module_related_posts .td-module-thumb a.td-image-wrap,
.td_module_6 .td-module-thumb a.td-image-wrap {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 61.36%;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
}
.td_module_1 .td-module-thumb a.td-image-wrap img,
.td_module_2 .td-module-thumb a.td-image-wrap img,
.td_module_4 .td-module-thumb a.td-image-wrap img,
.td_module_mx5 .td-module-thumb a.td-image-wrap img,
.td_module_mx6 .td-module-thumb a.td-image-wrap img,
.td_module_10 .td-module-thumb a.td-image-wrap img,
.td_module_related_posts .td-module-thumb a.td-image-wrap img,
.td_module_6 .td-module-thumb a.td-image-wrap img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}