/*
 Theme Name: Teenportal Newscard Child
 Template: newscard
 Version: 1.0.0
*/

.date { display:none;}
.navigation-bar {
    background-color: #353535;
border-bottom: solid 5px #fabf2a;
}
.widget-title,.stories-title {
    border-left:none;
	border-bottom: 5px solid #fabf2a;
	padding-bottom:10px;
	width:50%;
}
.post-img-wrap .entry-meta .cat-links a, .post-img-wrap + .entry-header .entry-meta .cat-links a {
    background-color: #df3002;
}
.entry-title a:hover,a, a:hover,.entry-meta a:hover  {
    color: #df3002;
}
.navigation.pagination .current, .navigation.pagination a:hover {
    background-color: #fabf2a;
}
.back-to-top a {
    background-color: #fabf2a;
}
.entry-meta .cat-links a {
    color: #333;
}
input[type="reset"], input[type="button"], input[type="submit"], button {
    background-color: #df3002;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	background-color: #fabf2a;
}
.post-block .entry-title a:hover,.post-block .entry-meta a:hover {
    color: #ffffff;
}
@media (max-width: 1540px) {
	 .main-navigation a {
        padding: 20px 10px;
    }
}
@media (max-width: 991px) {
    .navbar-collapse .main-navigation ul li a:hover {
        color:#df3002;
    }
}
::selection {
    background: #fabf2a;
}
iframe {max-width:100%;}