body.archive.tag #left-area article:nth-child(3n+3){
    margin-right: 0 !important;
}

body.archive.tag #left-area article:nth-child(3n+4){
    clear: both;
}

body.archive.tag #left-area article{
    width: 31.6% !important;
    margin-right: 2.6% !important;
    float: left;
    margin-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
    body.archive.tag #left-area article {
        width: 48% !important;
        margin-right: 4% !important;
    }

    body.archive.tag #left-area article:nth-child(3n+3){
        margin-right: 2% !important;
    }

    body.archive.tag #left-area article:nth-child(2n+2){
        margin-right: 0 !important;
    }

    body.archive.tag #left-area article h2.entry-title{
        font-size: 16px !important;
    }


    body.archive.tag #left-area article:nth-child(3n+4){
        clear: none;
    }
}

@media only screen and (max-width: 480px) {
    body.archive.tag #left-area article {
        width: 100% !important;
        margin-right: 0 !important;
    }
}