@import url('./fonts/fonts.css');
/*
Theme Name:     Bingo child
Template:      	bingo
Theme URI:      http://bingo.themeruby.com/
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/
Description:    Bingo:  Multi-Purpose Newspaper, Magazine Theme
Version:        1.0
Text Domain:    bingo
Tags:           custom-background, custom-menu, editor-style, featured-images, theme-options, custom-colors, translation-ready
License:        license purchased
License URI:    http://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */
.header-inner .logo-wrap{
	margin-left: auto;
	margin-right: auto;
}
/*.navbar-wrap{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #444;
}*/
.breaking-news-content .ruby-slider-nav{
	background-color: rgb(0, 0, 0);
}
/*
h1, h2, h3, h4, h5, h6{
    font-family: 'NYTCheltenham'!important;
}
*/
.post-title{
	font-family: 'NYTCheltenham'!important;
}
@media only screen and (min-width: 1200px) {
	.post-title.is-size-2{
		font-size: 25px!important;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.post-title.is-size-2{
		
	}
}
@media only screen and (max-width: 479px) {
	.ruby-coll-scroll{
		height: auto;
		white-space: normal;
	}
	.ruby-coll-scroll > *{
		display: block!important;
	}
}
/*.navbar-wrap{
	box-shadow: 0px 0px 0px 1px rgba(28, 28, 28, .3);
}*/

.b-widget-about{
	box-shadow: 0 2px 5px 0 rgba(28, 28, 28, .1);
}
.sb-widget-about .about-widget-image{
    background-color: #FFF;
}
.sb-widget-about .about-content-wrap{
	margin-top: 0px!important;
}
.sb-widget-about .about-content-wrap.post-excerpt .about-content.entry{
    background-color: #FFF;
    padding: 30px 30px;
}

.footer-inner.has-bg-image::before {
	background-color: rgba(0, 0, 0, .8);
}
.is-boxed .site-outer{
	background-color: #F9F9F9;
}
.footer-menu-inner li a,
.topbar-wrap{
	text-transform: none!important;
}

.entry form label{
	font-style: normal!important;
}
.search-no-result.post-title{
	padding: 30px 0px;
}