/*
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:        7.7c
*/

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

/*  ----------------------------------------------------------------------------
QUIENES SOMOS OLD
*/

.cajaAutorGris {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 1em;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 6px rgba(23, 69, 88, .5);
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(15%, white), color-stop(100%, #EBEBEB));
    background: -moz-linear-gradient(top, white 0%, white 35%, #EBEBEB 100%);
    padding: 20px;
}

/*  ----------------------------------------------------------------------------
PASAMOS EL MENU MOBILE A GRIS CLARITO PARA QUE EL LOGOTIPO SEA DEL COLOR ORIGINAL EN LUGAR DE BLANCO.
*/

@media (max-width: 767px) {
    .td-header-wrap .td-header-menu-wrap-full,
    .td-header-wrap .td-header-menu-wrap,
    .td-header-wrap .td-header-main-menu {
        background-color: #eee!important;
}

.td-header-wrap .td-header-menu-wrap-full,
.td-header-wrap .td-header-menu-wrap,
.td-header-wrap .td-header-main-menu {
    background-color: #eee!important;
}

#td-top-mobile-toggle i {
    color: black!important;
}

.header-search-wrap .td-icon-search {
    color: black!important;
}
}



.td-category-header .td-page-title { text-transform: lowercase!important; }
