/* 7.5.0 */
/* 
   Patches on style to be full width 
------------------------------------------------------------------- */

@media screen and (min-width: 978px) {
   
    .post .pcol-b, ul.maplist-view li div.pcol-b {
        width: 40%!important;
    }

     .post.as-widget .pcol-b{
        width: auto!important;
    }
}

@media screen and (max-width: 970px) {
    .post .pcol-d, ul.maplist-view li div.pcol-d {
       display   : none!important; 
    }
}

@media screen and (max-width: 860px) {
    .post .pcol-c, ul.maplist-view li div.pcol-c {
        display   : none!important; 
    }

       
    .conversations-list .column2{
        display : none;
    }

    .conversations-list li{
        float  : left;
    }

    .conversations-list li.active{
        background-color : #04a8df!important;
    }

}


@media screen and (min-width: 480px) {
   
   .center-wrapper {
    margin: 0 auto;
    width: 100%;
    }

    #dashboard-content {
        width : 100%; 
    }

}



@media screen and (max-width: 880px) {
   
   /*top notification section*/
   #hdr-notifs-section {
    display : none;
    }


}



@media screen and (max-width: 700px) {
   
   /*top buttons section */
   #hdr-buttons-section {
    display : none;
    }

}


/*Smartphones (portrait and landscape)*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

}


/*iPads (landscape)*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles pour cette Media Queries */
}
