/*
    Document   : responsive
    Created on : 16 févr. 2015, 13:34:48
    Author     : mhumbert
    Description:
        Purpose of the stylesheet follows.
*/

/*
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}*/

@media(max-width:1200px){
    .toolbar .col-left{
        right: 180px;
    }
    .toolbar .col-right{
        width: 180px;

    }
    .toolbar ul li a,
    .toolbar ul li.share-link span{
        width: 36px;
        padding: 0;
        text-indent: -9999px;
        overflow: hidden;
    }
    .toolbar ul li a i,
    .toolbar ul li.share-link span i{
        text-indent: initial;
    }

    .toolbar .search .social,
    .toolbar .search .type{
        display: block;
    }
    .toolbar .search .social{
        margin-top: 20px;
        text-align: left;
    }
    .toolbar .search .boutons .type,
    .toolbar .search .boutons .social{
        display: block;
        text-align: center;
    }
    .toolbar .search .boutons .social{
        margin-top: 20px;
    }
}

@media(max-width:767px){
    .frontend #content-main .load-new-posts.incrusted-div{
        left: 0 !important;
        right: 0 !important;
    }
    .sidebar{
        left: -250px;
        width: 250px;
    }
    .toolbar{
        top: 0;
        margin-top: 0;
        left: 0;
        width: 100%;
        right: auto;
        height: 64px;
        margin-left: 0;
    }
    .toolbar .col-right,
    .toolbar .col-left{
        height: 64px;
    }
    .toolbar .col-left .fa-bars{
        display: block;
        font-size: 21px;
        left: 21px;
        position: absolute;
        top: 50%;
        margin-top: -10px;
    }
    .toolbar .col-left .title{
        padding-left: 67px;
        line-height: 64px;
    }
    .toolbar .col-left{
        right: 60px;
    }
    .toolbar .col-left ul{
        right: 4px;
    }
    .toolbar ul{
        top: 0 !important;
    }
    .toolbar ul li a.active,
    .toolbar ul li a:hover{
        color: inherit !important;
        background: none !important;
    }
    .toolbar ul li a.trends.active i:before{
        content: "\e614";
    }
    .toolbar ul li a i{
        text-indent: initial;
        top: 50%;
        margin-top: -12px;
        font-size: 25px;
    }
    .toolbar ul li a{
        width: 42px;
        padding: 0;
        text-indent: -9999px;
        overflow: hidden;
        border-radius: 0;
        height: 64px;
        font-size: 21px;
    }
    .toolbar .col-right ul{
        right: 18px;
    }
    .toolbar .col-left ul li:nth-child(2),
    .toolbar .col-right ul li:nth-child(1),
    .toolbar .col-right ul li:nth-child(2){
        display: none;
    }
    .toolbar .col-right{
        width: 60px;
        background: none;
    }
    .toolbar .search .boutons .social{
        text-align: left;
    }
    .toolbar .load-new-posts.incrusted-div{
        width: 70%;
        left: 15%;
    }
}
