/* container fixes */

@media only screen and (max-width: 1200px) {
    /* .post-area.standard-minimal.full-width-content article.post .inner-wrap */
	body.buddypress #ajax-content-wrap .container,
    body.bbpress #ajax-content-wrap .container,
    body.post-type-archive-tarot-101 #ajax-content-wrap .container,
    body.post-type-archive-masterclass #ajax-content-wrap .container,
    body.single-readers_hub #ajax-content-wrap .container,
    body.page-template-journey #ajax-content-wrap .container,
		body.page-template-template-thankyou #ajax-content-wrap .container {
	    max-width: 92%!important;
      width: 100%!important;
      padding-left: 0;
      padding-right: 0;
		}

}
body.bbpress:not(.buddypress) #ajax-content-wrap .container {
    max-width: 92%!important;
    width: 100%!important;
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 1000px) {
    #sidebar.span_3.btc-forums-sidebar {
        width: 29.5%;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }
}
