body.tb_hide_title .sidebar,
body.tb_hide_title .entry-header{
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
body.tb_fullwidth .site-content{
	padding:0
}
body.tb_fullwidth .site-content .content-area{
	max-width:none;
    width:auto;
    margin-left:auto;
    margin-right:auto
}