

/*
Author:  Richard Elliot
Desc: Some media queries that allow the autoscroll functionailty to work
*/


@media (max-width: 992px) {
	.single #secondary{
		display:none;
	}
	
	
	.single .postContent{
	
		width:98% !important;
	}
	
	.singular .hentry{
		width:96%;
		max-width:none;
	}
	
	.singular .hentry .entry-header{
		width:100%;
		
	}
	.singular #content{
	
		width:100%;
	}	
	
	.postContent img,iframe{
	clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
		
	}
	
	.single div[id*="adslot"] {
    	margin-bottom: 0;
    	margin-top: 15px;
    	text-align:center;
	}
}

.clear-both{

	clear:both;
	
}





	