/* ---- Edit CSS ----

If you are unfamiliar with CSS, there are some learning resources in the help
section on the right-hand side of the page.

Here are some things you should know before you begin:

1. Any definitions you enter here will be related to your custom theme. If you
   change to a different theme, these definitions will no longer be visible on
   this page. If you switch back to your custom theme, your changes will be
   present.

2. Your custom css definitions will be included *after* the theme
   css files. So, your definitions will take precedence over the theme ones.

3. When you preview your changes, you are the only one who can see the preview.

4. Feel free to delete these comments!

*/

.H .HomepageTitle
  {
   display:none;   
  }
.H .HomepageTitle .brandtitle
  {
       margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 19px;
    display:block;   
  }
  
.page-content {
 padding-bottom:15px;   
}
  
  
  .subcommunity-toggle  {
    width:153px;
    height:50px;
}

@media screen and (min-width: 769px) {
.brandsnavside
{
    display:none;
}
}

@media screen and (max-width: 768px) {
.Button, .btn {
    margin-bottom:3px;
}



.brandsnavside
{
    display:block;
}

}

@media screen and (max-width: 768px) and (min-width:426px) {
 .navbar-nav .subcommunity-toggle
 {
    display:none;    
 }
}

@media screen and (max-width: 425px) {
 .container {
    padding-left:5px;
    padding-right:5px;
     
 }
 
 .page-sidebar {
    padding-left: 15px;
}

.page-sidebar .BoxNewDiscussion
{
    display:none;
}
}


li.Reactions-BestOf,
li.Activities {
    display: none;    
}



