/*
 Theme Name: 	bingo
 Theme URI:		https://www.bdtips.com
 Description: 	A TwentySeventeen Child Theme
 Author: 		AIS
 Author URI: 	https://www.positronicdream.com
 Template: 		twentyseventeen
 Version:		1.0.0
*/

.site-info {display:none;}
.site-content {padding: 2.5em 0 0;}
.site-title{letter-spacing:0.5em;}
.site-branding { padding: 1.5em 0; }
.site-description { color:blue; background-color:#FC0; font-size:0.875em;}
.gap {line-height:0.1em;} /*add gap below feature image*/

.more-link { display: none !important; }
.entry-title a {color:#0074D9;}
.entry-content a {color:#0074D9;}

@media screen and (max-width: 30em)
{
.site-branding { font-size: 1em;}
}

@media screen and (min-width: 48em) 
{
	.site-description {letter-spacing: 0.71em;}
	
	.wrap {max-width: 1200px;}
	.navigation-top .wrap{max-width: 1200px;}
}

.nav-subtitle, .post-navigation .nav-links { display: none; } 

/*Related Posts*/
.relatedthumb {margin: 0 1px 0 1px; float: left; padding-bottom:10px;}
.relatedthumb img {float:left; margin-right:10px;}
.relatedthumb a {text-decoration: none; display:block; padding-left: 3px; font-size:0.875em;}

/*Footer*/
.site-footer { background: #fafafa;}

/*make pages single column*/
@media screen and (min-width: 48em) {
body.page-two-column:not(.archive) #primary .entry-header,body.page-two-column:not(.archive) #primary .entry-content {
float:none;
width: 100%;
}
}