.post-top #breadcrumbs {
    margin-bottom: 10px;
    padding-left: 0;
}
.post-top > .left {
    width: 44.636%;
    padding-right: 40px;
    box-sizing: border-box;
}
.post-top > .right {
    width: 55.364%;
}
.post-top > .left p {
    font-size: 15px;
    line-height: 1.5;
}
.post-top .img-container.main-img img {
    width: 100%;
    float: right;
}
.post-top {
    align-items: center;
    padding-right: 15px;
}
.opinion-content {
    float: left;
    width: 100%;
}
.opinion-content .post-content p:last-child {
    margin-bottom: 0;
}
.opinion-content .post-content {
    padding-top: 0;
}
.post-top .audio-player audio {
    max-width: inherit;
}
/* =Responsive 
-----------------------------------------------------*/
@media screen and (max-width:1800px) {
    body.skinEnabled .post-top .img-container.main-img img {
        object-fit: initial;
    }
}
@media screen and (max-width:1200px) {
    body.skinEnabled .post-top .img-container.main-img img, .post-top .img-container.main-img img {
        object-fit: cover;
    }
}
@media screen and (max-width:1040px) {
    .post-top {
        align-items: normal;
    }
    .post-top .img-container.main-img {
        height: 100%;
        align-items: center;
        display: flex;
    }
    .post-top > .left {
        padding-right: 20px;
    }
}
@media screen and (max-width:880px) {
    .post-top {
        padding: 0 2%;
    }
    .post-top > .left, .post-top > .right {
        width: 100%;
    }
    .post-top > .right {
        padding-left: 45px;
    }
    .post-top > .left {
        margin-bottom: 30px;
        padding-right: 0;
    }
}

@media screen and (min-width: 661px){
.post-top.advertorial .metadata a.cat, .post-top.advertorial a.cat + time:before {
    display: none;
}
    .post-top.advertorial a.cat + time{
        margin-left: 0
    }
}

@media screen and (max-width:660px) {
    .post-top {
        padding: 0;
        margin-bottom: 30px;
    }
    .post-top #breadcrumbs {
        display: none;
    }
    .post-top > .right {
        padding-left: 0;
        order: 0;
    }
    .post-top > .left {
        order: 1;
        padding: 0 20px;
        margin-bottom: 0;
    }
    .post-top .img-container.main-img {
        order: 0;
        width: 100%;
        z-index: -1;
        padding: 0;
    }
    .post-top {
        position: relative;
    }
    .post-top h1 {
        font-size: 24px;
        color: #fff;
        position: absolute;
        transform: translateY(calc(-100% - 20px));
        box-sizing: border-box;
        padding-right: 20px;
    }
    .post-top .img-container.main-img img {
        min-height: 350px;
        object-fit: cover;
        object-position: 40% center;
    }    
    .post-top .img-container.main-img:before {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, .6)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        bottom: 0;
        content: "";
        height: 140px;
        width: 100%;
        position: absolute;
        left: 0;
    }
    .post-top.advertorial {
        margin-bottom: 0;
    }
    .post-top.advertorial .author-row {
        position: absolute;
        transform: translateY(calc(-100% - 20px));
        width: 94%;
    }
    .post-top.advertorial h1 {
        transform: translateY(calc(-100% - 50px));
    }
    .post-top.advertorial .metadata time{
        color: #fff;
        background-image: url(../images/clock-white.svg);
    }
}