/* CUSTOM CSS FILE - USE THIS FILE FOR YOUR CUSTOM CSS CODE
--------------------------------------------------------------- */

/* BNA format feed on the right */


/* Fix Width */
div.feedburnerFeedBlock {
 width: 280px
}

/* Bold Headline */
div.feedburnerFeedBlock ul li span.headline {
  margin: 20px 0 0 !important;
  font-weight:bold;
	}

/* colour link title blue */
div.feedburnerFeedBlock ul li span.headline a{
 color: #1075a7!important;
	}


/*space and remove bullets*/
div.feedburnerFeedBlock ul li{
  margin: 20px 0 0 !important;
  list-style: none;
}

/*hide feedlogo*/
#creditfooter{ 
  display: none; 
} 


ul.dropdown-contents.dropdown-nonscroll {
    margin-left: -140px !important;
    margin-right: -16px !important;
}

/* Search */
@media only screen and (max-width: 992px) {	
	.navbar-top > .search-box {
		display:none;
	}
}

/* Affil shops */
@media only screen and (max-width: 992px) {	
	.sblock {
		display:none;
	}
}	

/* BNA News */
@media only screen and (max-width: 992px) {	
	#sblockn {
		display:none !important;
	}
}	

/* Ads */
@media only screen and (max-width: 992px) {	
	.sblockads {
		display:none !important;   /* BNA Added */
		/* height: 260px;    BNA REMOVED */
	}
	
	.sticky {
		height: 260px;  /* amended from 260 px */
	}
	
		.socials {
		display:none;
	}
	
	
	
}

@media only screen and (max-width: 420px) {	

		#nav-breadcrumbs {
		/* display:none !important;   Turn of breadcrumbs on smart devices */
	}
	
	
}	




/* remove the height detect which is only browser height
@media screen and (max-height: 1000px) {	
	.sblockn {
		display:none;
	}
}	
*/

/*@media only screen and (max-width: 992px) {	
	.sblockads {
		height: 300px;
	}*/
