.single-post-container{
    position: relative;
}

.single-post-container *{
    font-family: 'Roboto Condensed',sans-serif;
}

.single-post-background{
    background-image: url(../images/bg-banner.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center center;
    width: 100%;
    height: 400px;
}

.single-post-inner{
    max-width: 1024px;
    margin: -382px auto 0 auto;
    position: relative;
/*    z-index: 999999;*/
    background: #fff;
    padding-top: 20px;
}

.post-share {
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-column{
    width: 65%;
    display: inline-block;
    vertical-align: top;
    padding-right: 45px;
}

.post-column-inner{
    padding: 10px;
}

.post-column-header{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    text-align: left;
}

.post-category{
    background: #f8c11c;
    width: 130px;
    padding: 7px 0px 7px 10px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
}

.post-title{
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
}

.post-date{
    color: #d4d4d4;
    font-size: 16px;
}

.post-main-image-container.hover-scale {
    display: block;
}

.post-main-image{
    width: 100%;
}

.post-main-image-caption{
    width: 100%;
    background: #000;
    padding: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.post-content{
    padding-top: 30px;
    padding-bottom: 40px;
    color: #666666;
}

.post-comments{
    width: 100%;
}

.other-posts-column{
    width: 35%;
    padding: 10px;
    display: inline-block;
}

.other-posts-column-inner{
    background: #ededed;
    padding: 15px 40px;
}

.other-posts-column-title{
    color: #f8c11c;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0px;
}

.other-post-block{
    display: block;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.other-post-block:hover{
    text-decoration: none;
}

.other-post-block:hover .other-post-title{
    color: #f8c11c;
}

.other-post-image-container{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 160px;
}

.other-post-title{
    padding: 0px 5px;
}