/*
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.
*/


div.letter-section > ul.az-columns.max-1-columns{
    max-width: unset !important;
}


@media (max-width: 767px){
    .td-footer-template-wrap .tdb_header_logo{
        margin: 0 auto;
        display: block;
    }
}


body div.wpforms-container .wpforms-form div.wpforms-field-container .wpforms-field .wpforms-field-label {
    font-size: 15px;
}

body textarea{
    min-height: 80px;
}

@media (max-width: 991px){
    .tds_leads .tds-email-bar{
        flex-direction: column;
    }
}

.tdb_header_user {
    display: none !important;
}

@media (min-width: 767px){


.single-opiniao .tdb_single_bg_featured_image{
    width: 50%;
    float: left;
}

.single-opiniao-text{
    display: unset;
    text-align: justify;
}

body .dow-wrapimg .td-module-container{
    display: block;
    position: relative;
}

body .dow-wrapimg .td-module-container .td-image-container{
    width: 50%;
    float: left;
}

body .dow-wrapimg .td-module-container .td-module-meta-info,
body .dow-wrapimg .td-module-container .td-module-meta-info .td-excerpt{
    display: unset;
    text-align: justify;
    border: none;
    padding: 0;
}

}