﻿/*============================*/
/*======= ACTION FEEDS =======*/
/*============================*/
div.feedWrapper
{
    float: left;
    width: 100%;
}

section.terraCentral div.feedWrapper
{
    width:30%;
}
    div.feedWrapper div.actionFeeds
    {
        overflow: auto;
    }

    /* Home/Index */
    div.feedWrapper div.homeActionFeeds
    {
        max-height: 432px;
        width: 320px;
    }

    /* TerraCentral/Index */
    div.feedWrapper div.terracentralActionFeeds
    {
        max-height: 935px;
        width: 320px;
    }

    /* User/PublicProfile */
    div.feedWrapper div.publicprofileActionFeeds
    {
        max-height: 800px;
        width: 320px;
    }

    div.feedWrapper div.slimScrollDiv
    {
        float: left;
    }

    :not(.terraCentral) div.feedWrapper div.slimScrollDiv
    {
        width:100% !important;
    }

div.actionFeed
{
    margin-left:10px !important;
    width:300px;
}

@media (max-width: 989px) and (min-width:601px ) 
{
    div.actionFeed 
    {
        width:38% !important;
        max-width:300px;
    }
    div.grid_5 div.homeFooterItem  div.feedWrapper
    {
        width:100%;
    }
    div.grid_5 div.homeFooterItem div.feedWrapper div.publicprofileActionFeeds 
    {
        max-height: 800px;
        max-width: 320px;
        width: 100%;
    }

     div.grid_5 div.homeFooterItem div.feedWrapper div.publicprofileActionFeeds div.cacheText div.cacheSubText
    {
        max-width: 210px;
        width:100%;
    }
}

@media (max-width: 600px)
{
    div.actionFeed 
    {
         margin-left:auto !important;
    }

    div.grid_9 div.homeFooterItem  div.feedWrapper, div.grid_5 div.homeFooterItem  div.feedWrapper
    {
        width:100%;
    }
    div.grid_9 div.homeFooterItem div.feedWrapper div.publicprofileActionFeeds,  div.grid_5 div.homeFooterItem div.feedWrapper div.publicprofileActionFeeds
    {
        max-height: 400px;
        width: 100%;
    }

     div.grid_9 div.homeFooterItem div.feedWrapper div.publicprofileActionFeeds div.cacheText div.cacheSubText,   div.grid_5 div.homeFooterItem div.feedWrapper div.publicprofileActionFeeds div.cacheText div.cacheSubText
    {
        max-width: 210px;
        width:100%;
    }
}

