/*
 Theme Name:   NewsCard Child
 Theme URI:    http://bupru.com
 Description:  NewsCard Child Theme
 Author:       Alex
 Template:     newscard
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  newscard-child
*/

@import url("../newscard/style.css");

.navigation-bar, .navigation-bar-top {
    background-color: #006cc8;
	margin: -5px;
 }

::selection {
	background: #006cc8;
	color: #fff;
}
::-moz-selection {
	background: #006cc8;
	color: #fff;
}

.navbar-head.navbar-bg-set {
    padding-top: 304px;
    padding-bottom: 20px;
}

.widget-title {
    border-left: 4px solid #006cc8;
}

.stories-title {
    border-left: 4px solid #006cc8;
}

.post-img-wrap .entry-meta .cat-links a, .post-img-wrap + .entry-header .entry-meta .cat-links a {
    background-color: #006cc8;
}

.entry-meta .cat-links a {
    color: #006cc8;
}

a, a:hover {
	color: #006cc8;
}
.back-to-top a {
    background-color: #006cc8;
}

.btn-theme:hover {
    background-color: #006cc8;
}
.entry-title a:hover, .entry-title a:focus {
    color: #006cc8;
}

.author-link, .wp-link {
	display:none !important;
}
.main-navigation li ul {
    top: 90% !important;
}
