/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



/* COLORES */

/* 
AMARILLO #FFCC00;
Gris oscuro #2C2C2C
Gris clarito #f2f2f2
Azul claro #3EA9F5 
*/


.m-yellow{
    color: #FFCC00;
}
.m-white{
    color:#fff;
}


/*----------------------OCULTAR ELEMENTOS--------*/
/*Autor primer bloque post*/
.nectar-post-grid-item  .inner  .content  .meta-author .avatar, .nectar-post-grid-item .inner .content .meta-author .meta-author-inner .meta-author-name{
    display: none;
}
/*Autor en la home bloque de post*/
.nectar-post-grid-item > .inner > .content > .item-main > span > .meta-author{
    display: none;
}
/*punto antes de fecha*/
.nectar-post-grid-item > .inner > .content > .item-main > span > .meta-date:before{
    display: none;
}

/*Barra lateral de widgets*/

#sidebar .widget {
    margin-bottom: 30px;
}
#sidebar .wp-block-heading{
    margin-bottom:16px;
    color:#333;
}
#sidebar .wp-block-heading:after {
    width: 16%;
    height: 6px;
    background: #FFCC00;
    content: '';
    display: block;
}

/*Etiqueta de categoría*/

.post-content .meta-category a, 
span.meta-category a {
    background: #FFCC00!important;
    border: 1px solid #FFCC00!important;
    /* border-radius: 0px!important; */
    color: #333 !important;
    font-family: 'Open Sans'!important;
    font-weight: bold;
}

/*Padding de post dentro de categoria*/
.post-content .article-content-wrap {
    padding: 4% !important;
}