/*
Theme Name:     Newspaper 7 Child theme Td Api
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
*/
.td_module_1_custom,
.td_module_2_custom,
.td_module_3_custom,
.td_module_4_custom{
    width: 100%;
}

.td_module_1_custom .td-module-thumb,
.td_module_2_custom .td-module-thumb,
.td_module_3_custom .td-module-thumb,
.td_module_4_custom .td-module-thumb {
    height: 217px;
    width: 325px;
    background-color: #ececec;
}

@media (min-width: 1019px) and (max-width: 1140px) {
    .td_module_1_custom .td-module-thumb,
    .td_module_2_custom .td-module-thumb,
    .td_module_3_custom .td-module-thumb,
    .td_module_4_custom .td-module-thumb {
        height: 201px;
        width: 301px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_1_custom .td-module-thumb,
    .td_module_2_custom .td-module-thumb,
    .td_module_3_custom .td-module-thumb,
    .td_module_4_custom .td-module-thumb {
        height: 152px;
        width: 228px;
    }
}

@media (max-width: 767px) {
    .td_module_1_custom .td-module-thumb,
    .td_module_2_custom .td-module-thumb,
    .td_module_3_custom .td-module-thumb,
    .td_module_4_custom .td-module-thumb {
        height: auto;
        width: 100%;
    }
}

.td-module-thumb {    
    overflow: hidden; 
}

.td_module_mega_menu .td-module-thumb {
    height: 150px;
}

.td-post-date {
    float: right;
    z-index: 999;
    margin-right:10px;
}
/*
.td-post-category {
    top: 0px;
    width: 100%;
    height: 25px;
    font-size: 15px;    
    line-height: 20px;
    text-transform: uppercase;
}*/

.td-post-category {
    bottom: 13px !important;
    height: 17px;
    line-height: 13px;  
}
.td-module-image {
    overflow: hidden;
    margin-bottom: 0px;
}

.td-module-thumb {
    overflow: hidden;
    background-color: #ececec;
}
