@media screen and (min-width:960px) {

    

    #main-logo {
        width: 48px;
        height: 48px;
        padding: 2px;         
        margin-right: 15px
    }
    #offcanvas-menu header {
        margin-left: -40px;
        padding: 40px;
        margin-right: -40px;
        margin-top: -40px;
    }
   
    .messages-box {
        border-radius: 4px;
        margin-top: 60px;
        height: calc(100vh - 140px);
        margin-left: 0;
        width: auto;
        margin-bottom: 20px!important
    }
    
  
   
    .conversation-wrapper {
        padding: 40px;
        margin-bottom: 0!important
    }
    .conversation-item {
        margin-bottom: 10px
    }
    .message-bubble {
        font-size: 1rem;    
        line-height: 1.375rem; 
        padding: 20px;
        max-width: 70%;
    }
    .messages-box footer {   
        position: static;        
        background: #fff;   
    }
    #section-filter {        
        margin-left: -40px;
        margin-right: -40px;    
    }
    #section-filter > li > a {
        padding-left: 35px
    }

    .processing-elements {margin-top: -80px}
    .processing-elements > div:nth-child(1) {margin-top: 0}
    .processing-elements > div:nth-child(2) {margin-top: 60px}
    .processing-elements > div:nth-child(3) {margin-top: 120px}
    .processing-elements > div:nth-child(4) {margin-top: 60px}
    .processing-elements > div:nth-child(5) {margin-top: 0}


    .article-view.uk-card .article-head-shadow .article-title {
        font-size: 2rem
    }    
    
}