/*
Theme Name: ColorMag Child Theme
Theme URI: http://themegrill.com/themes/colormag/
Description: ColorMag Child Theme
Author: ThemeGrill
Author URI: http://themegrill.com
Template: colormag
Version: 1.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

span.author.vcard{
    display: none;
}
#masthead
{
    background-color: #0077bb;
}
#header-text {
    padding-top: 25px;
}
.breaking-news-latest{
   display:none;
}
.breaking-news {
    float: left;
    position: relative;
    padding-left: 58px;
}
.breaking-news:after {
    content: 'Últimas:';
    position: absolute;
    left: 0;
    top: 0px;
    font-weight: bold;
}


#header-text-nav-container {
    background-color: #0077bb;
}
#header-text-nav-wrap {
    padding: 5px 0 0px;
}

.above-entry-meta .cat-links, .comments{
    display:none;
}
#site-title a {
    color: #fff !important;
    font-size: 31px;
}
@media screen and (min-width: 0px) and (max-width: 720px) {
  #site-title{ display: none; }
  
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {

	margin: 0 0 10px;

}
.widget_highlighted_posts .article-content .entry-title a {
    font-size: 12px;
}

.widget_featured_posts .article-content .entry-title {
    padding: 10px 0 10px;
    font-size: 14px;
font-weight: bold;
}
.widget_featured_posts .article-content .entry-title a {
    font-size: 14px;
}
.widget_featured_posts .following-post .single-article {
    margin-bottom: 0px;
}
.widget_featured_posts .first-post {
    margin-bottom: 0px;
}
.widget_featured_posts .article-content .entry-content p {
    font-size: 13px;
    color: #888;
}