/*
Theme Name:     Newspaper 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.
*/

/*Barra Lateral Coluna*/

.post-sidebar-box--columnists {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid rgb(235, 235, 235);
    padding: 0.7em 0px;
}
}

.post-sidebar-box--columnists {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.post-sidebar-box--columnists img {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 45px;
}

.post-sidebar-box--columnists .post-sidebar-box--columnists-content {
    padding-left: 15px;
    width: calc(100% - 100px);
    font-family: Montserrat,sans-serif;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 700;    
    font-size: 18px;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 20px;
}



/*Slide Topo*/

.td_block_big_grid_12 .td-big-grid-post-1 .td-module-thumb, .td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb {
    height: 245px !important;
}

.td_block_big_grid_12 .td_module_mx5 .td-module-thumb {
    height: 500px !important;
}


/*Barra ao Lado dos Títulos*/

.td_block_template_8 .td-block-title > *:before, .td_block_template_8 .td-block-title > *:after{
    height: 15px !important;
    margin-top: -8px !important;
    border-radius: 0 20px 20px 0 !important;
    width: 900px !important;
}

/*Barra Lateral Mais Lidas*/

.td_module_flex_4 .entry-title{
    font-weight: 600 !important;
    letter-spacing: -0.5px;
}

/*Formulário*/

input[type="number"] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    height: 34px;
    padding: 3px 9px;
}

input[type=submit]{
   padding: 15px 30px;
}


