.portfolio-item{
        width:20%;
        float:left;
        height:auto;
        background:#FFF!important;
        border:solid 1px #CCC;
        box-shadow:5px 5px 2px rgba(0,0,0,0.05);
        transition:box-shadow .4s;
        margin:0 2% 2% 0;
        padding:0
}
#content {
        padding: 2% 0% 0% 10%;
}
.post-title{
    line-height: 1.5em;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 5px;
}
.post-body h2{
    font-size: 12px;
    line-height: 24px;
}
.post.hentry {
    position: relative;
    padding: 0% 0% 0% 0%;
    background: #fff;
}
.outer-wrapper{
        background:rgba(0,0,0,0);
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
}
.post.hentry:hover{
        box-shadow:6px 10px 8px rgba(0,0,0,0.09);
        transition:box-shadow .4s;
}
h2.entry-title{
        position:relative;
        line-height:normal;
        font-weight:600;
        font-size:10px;
        border-top:3px solid #272727;
        margin:0 15px;
        padding:10% 0 1%
}
@media screen and (max-width:1400px){
        .portfolio-item{
                width: 150px;
                float: left;
                height: auto;
                background: #FFF !important;
                border: solid 1px #CCC;
                box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.05);
                transition: box-shadow .4s;
                margin: 10px 10px 10px 10px;
                padding: 0;
        }
        #content {
                padding: 20px 0px 0px 25px;
        }
        #Blog1{
                overflow: hidden;
                padding: 10px 10px 10px 10px;
        }
}
@media screen and (max-width:1200px){
        .portfolio-item{
                width: 180px;
                float: left;
                height: auto;
                background: #FFF !important;
                border: solid 1px #CCC;
                box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.05);
                transition: box-shadow .4s;
                margin: 20px 20px 20px 20px;
                padding: 0;
        }
        #content {
                padding: 0px 0px 0px 0px;
        }
        #Blog1{
                overflow: hidden;
                padding: 10px 0px 0px 20px;
        }
}
@media screen and (max-width:992px){
        .portfolio-item{
                width: 150px;
                float: left;
                height: auto;
                background: #FFF !important;
                border: solid 1px #CCC;
                box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.05);
                transition: box-shadow .4s;
                margin: 5px 5px 5px 5px;
                padding: 0;
        }
        #content {
                padding: 10px 0px 0px 0px;
        }
        #Blog1{
                overflow: hidden;
                padding: 10px 0px 0px 20px;
        }
}
@media screen and (max-width:768px){
        .container, .container-sm {
                max-width: 740px;
        }
        .portfolio-item{
                width:30%;
                float:left;
                height:auto;
                background:#FFF!important;
                border:solid 1px #CCC;
                box-shadow:5px 5px 2px rgba(0,0,0,0.05);
                transition:box-shadow .4s;
                margin:0 3% 3% 0;
                padding:0
        }
        #content {
                padding: 0px 0px 0px 0px;
        }
        #Blog1 {
                overflow: hidden;
                padding: 0px 20px 0px 20px;
        }
        div.secondary-footer {
                float: left;
                width: 100%;
                margin: 0px 0px 0px 0px;
                display: block;
                font-size: 12px;
        }
}
@media screen and (max-width:576px){
        .portfolio-item{
                width: 42%;
                float: left;
                height: auto;
                background: #FFF !important;
                border: solid 1px #CCC;
                box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.05);
                transition: box-shadow .4s;
                margin: 5px 10px 5px 10px;
                padding: 0px 0px 0px 0px;
        }
        #content {
                padding: 10px 10px 10px 10px;
        }
        #Blog1{
                overflow: hidden;
                padding: 0px 25px 0px 25px;
        }
        div.secondary-footer {
                float: left;
                width: 100%;
                margin: 0px 0px 0px 0px;
                display: block;
                font-size: 12px;
        }
}
