/* UltraSnuStar Forum Full Width & Override Pack 
body.forum-fullwidth { --forum-max-width: 1600px; }
body.forum-fullwidth .site,
body.forum-fullwidth #page,
body.forum-fullwidth .site-content,
body.forum-fullwidth .content-area,
body.forum-fullwidth .container,
body.forum-fullwidth .wrap,
body.forum-fullwidth .page-wrap,
body.forum-fullwidth .inner-wrap,
body.forum-fullwidth .main-wrapper { max-width:100%!important;width:100%!important;margin:0!important;padding-left:0!important;padding-right:0!important; }
body.forum-fullwidth #wpforo-wrap,
body.forum-fullwidth .wpforo-wrap,
body.forum-fullwidth .wpforo { max-width:var(--forum-max-width)!important;width:100%!important;padding:0 32px 60px!important;margin:0 auto!important;box-sizing:border-box; }
body.forum-fullwidth .wpforo-wrap [style*="max-width"],
body.forum-fullwidth .wpforo-wrap [style*="width: 960px"],
body.forum-fullwidth .wpforo-wrap [style*="width:960px"] { max-width:100%!important;width:100%!important; }
body.forum-fullwidth .wpf-forums-wrap,
body.forum-fullwidth .wpf-forum,
body.forum-fullwidth .wpf-thread,
body.forum-fullwidth .wpf-post { width:100%!important; }
body.forum-fullwidth .wpf-table { width:100%!important;table-layout:auto!important; }
body.forum-fullwidth .sidebar,
body.forum-fullwidth .widget-area,
body.forum-fullwidth [class*="sidebar"],
body.forum-fullwidth [id*="sidebar"],
body.forum-fullwidth .secondary,
body.forum-fullwidth .aside { display:none!important;width:0!important;max-width:0!important; }
body.forum-fullwidth .content,
body.forum-fullwidth .primary,
body.forum-fullwidth main#main,
body.forum-fullwidth .main,
body.forum-fullwidth [class*="col-"],
body.forum-fullwidth [class*="grid"] { flex:1 1 100%!important;max-width:100%!important;width:100%!important; }
body.forum-fullwidth .site-content > .container,
body.forum-fullwidth .site-content > .wrap,
body.forum-fullwidth .site-content > .inner-wrap { padding-left:0!important;padding-right:0!important; }
body.forum-fullwidth .wpf-breadcrumb,
body.forum-fullwidth .wpf-head-bar,
body.forum-fullwidth .wpf-forum-header { max-width:100%!important; }
body.forum-fullwidth .wpforo-wrap { background:transparent!important; }
@media (max-width: 960px){
    body.forum-fullwidth #wpforo-wrap,
    body.forum-fullwidth .wpforo-wrap,
    body.forum-fullwidth .wpforo { padding:0 16px 48px!important; }
}
/* Optional dark background: body.forum-fullwidth { background:#0e1114!important; } */

/* wpForo profile cover aspect-ratio fix (added by support) */
#wpforo #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-head-bg {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  width: 100% !important;
  min-height: 240px !important;
  height: auto !important;
}

