/*
Theme Name: SuperNews Child
Template: supernews
Author: Child Theme Configurator
Version: 1.0.1429366918
Updated: 2015-04-18 10:21:58
*/

@charset "UTF-8";

/*added 27-12-2016 to remove date */
.entry-date {
display: none;
}

/*added 03-01-2017 to remove meta */
.entry-header .entry-meta {
display: none;
}


/*site title color*/
.site-title {font-size: 38px; margin-left: 0px; }

/*site title color*/
.site-title a {color: #C00000; }

/*site description in header padding + color*/
.site-desc {color: #09c; margin-top: -15px; margin-left: 5px; }

/*menu padding and color*/
#primary-bar {height: 20px; padding-left: 10px; padding-right: 10px; background: #000;}
#primary-nav ul li a {line-height: 20px; color: #fff; font-size: 10px;}
#secondary-bar {padding-left: 10px; padding-right: 10px; background: #C00000;}
#secondary-nav ul li a {margin: 3px; color: #fff;}
#footer {background: #000; padding-left: 10px; padding-right: 10px;}
#site-bottom a:link, #site-bottom a:visited {color: #fff;}
#site-bottom {color: #fff;}
#widget {margin-bottom: 10px; }

/*margins header logo*/
#logo {margin: 0px 5px 5px 0px;}

/*adslot size for responsvie ads*/
.adslot_1, .adslot_2 { width: 280px; height: 50px; margin-left: auto; margin-right: auto;}
@media (min-width:550px) { .adslot_1, .adslot_2 { width: 320px; height: 60px; } }
@media (min-width:800px) { .adslot_1, .adslot_2 { width: 468px; height: 60px; } }
@media (min-width:1050px) { .adslot_1, .adslot_2 { width: 728px; height: 90px; } }
@media (max-width:1050px) { #header-ad { float: none; } .home-ad {float: none; margin-left: auto; margin-right: auto;} }

#news-ticker .news-list, .breadcrumbs {max-width: 570px;}

/*linked-title-size*/
.article-first .entry-title {font-size: 15px; }
.content-block-1 .entry-title {font-size: 15px;}
.content-block-4 li.article-first .entry-title {font-size: 15px;}

#featured-content .entry-title {color: #000; font-size: 25px;}

.hentry h1.entry-title {font-size: 25px;}

.blog-list .entry-title {color: #333; font-size: 25px;}

/*date color change + size*/
.entry-meta span {color: #C00000; font-size: 9px;}

/*hide arrows on single article*/
.post-nav {display: none;}

/*section titles*/
.section-title {padding-left: 5px; padding-right: 5px; color: #000; background: #f0f0f0; padding-top:12px;}
.section-title a:link {color: #000;}

/*more buttons*/
.see-all {top: 8px; right: 5px; color: #fff; background: #C00000;}
.see-all a:link {color: #fff;}
.see-all a:visited {color: #fff;}

#carousel-1 .jcarousel-control-prev {top: 7px;}
#carousel-1 .jcarousel-control-next {top: 7px;}