.single .main-content-wraper{
    padding-top: 100px;
}
.single .projects{
    margin: 0;
}
.main-content{
    padding: 15px;
    text-align: justify;
    color: #444;
}
.main-content a{
    color: #ff8b1c;
}
.main-content img{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.main-projects {
    padding: 1em 0 0;
    background-size: cover !important;
    margin: 0 15px;
    overflow: hidden;
}
.main-header {
    position: relative;
    z-index: 2;
    color: #444;
    text-align: left;
}
.main-header h1 {
    font-size: 2em;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}
.project-title-info{
    font-weight: bold;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 2em;
    text-align: left;
    padding-left: 0;
    color: #5a5a5a;
}
.project-title-info ul{
    padding-left: 20px;
}
.post-header .meta{
    margin-top: 20px;
    overflow: hidden;
}
.post-header .meta .cats{
    float: left;
    margin-right: 20px;
}
.post-header .meta .cats a{
    display: inline-block;
    background: #21b8d0;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px 7px;
    text-shadow: 0 0px 1px rgba(0,0,0,.4);
    font-weight: bold;
}
.post-header .meta .cats a:hover{
    background: #0e8ea2;
    text-decoration: none;
}
.post-header time{
    float: right;
    font-size: .9em;
}
.single #sidebar{
    margin-top: 1em;
}