﻿.ExpandCollapse_Themes {
    display: none;
}

@media (max-width: 1000px) {
    
    .HomePage_Themes_ListMainContent .HomePage_Themes_ListContent {
        width: 100%;
        clear: both;
    }
    
    .HomePage_Themes_ListMainContent .HomePage_Themes_ListContent_Title {
        width: calc(100% - 60px);
        padding-right: 0;
    }

}

@media (max-width: 500px) {
    
    .ExpandCollapse_Themes {
        display: block;
        margin-top: -30px;
        margin-right: 20px;
        float: right;
    }
    
    .ArrowDown {
        background-image: url('/RichWidgets_Custom/img/icon_seta_baixo_azul.svg');
    }

    .ArrowRight {
        background-image: url('/RichWidgets_Custom/img/icon_seta_direita_azul.svg');
    }

}
