/* single post page */
.capo-post-container{
	background-color:#fff;
	/* padding:10px; */
}

.single-post-container{
	padding-top:0px;
	margin-top:-28px;
}
.capo-post-bg-container{
	margin-left:52px;
}

.capo-single-post-featured-container{
    width: 100%;
    text-align: center;
}
.capo-single-post-featured-image{
    max-width:95%;
    margin-bottom:40px;
    margin-top:40px;
}
.post-author{
	display:none !important;
}
/* end single post page */

@media screen and (max-width:769px){
	div.body-wrap, div.head-wrap, nav.main_nav{
		background-color:#fff !important;
	}
	.capo-page-title span{
		font-size:24px;
	}
}

@media screen and (max-width:480px){
	.capo-page-title span{
		font-size:18px;
	}
	.post-desc-single p span{
		font-size:14px !important;
	}
}

@media (max-width: 479px){
	.container, .span8, .xxxx_sidebar {
    	width: 95%;
	}
}

/*
Fix bike image on front end
*/
.home .home-blur-container .xxxx-full-size-wrapper .container{
	width: 100%;
	text-align: center;
}