/*
Theme Name: Chromenews Child - Custom Blog
Description: Child theme of Chromenews, styled like ChromeBlog + custom author field
Template: chromenews
Author: JC del Río
Version: 1.0
Text Domain: chromenews-child
*/

.exclusive-posts .exclusive-now,
.chromenews-header.header-layout-side .search-watch div.custom-menu-link > a{
    background: #cc0000;
    color: #ffffff;
}

.af-cat-widget-carousel a.chromenews-categories.category-color-1,
.af-cat-widget-carousel a.chromenews-categories.category-color-2,
.af-cat-widget-carousel a.chromenews-categories.category-color-3{
    color: #ffffff;
}

.af-cat-widget-carousel a.chromenews-categories.category-color-2{
    background: #222222;
}


.af-cat-widget-carousel a.chromenews-categories.category-color-3{
    background: #0973c7;
}

div.custom-menu-link > a{
    background: #cc0000;
    color: #ffffff;
}

.post-description > a, .post-description > a:visited{
    border-bottom: 1px solid #cc0000;
}
.post-description > a:hover{
    border-bottom: none;
}

body.single-post .entry-title, h1.page-title {
    font-size: 32px;
}

.archive-list-post .read-title h4{
    font-size: 22px;
}