.left-panel {
    padding: 0;
}
.left-panel .left-panel-item-sub {
    padding-left: 1rem;
    position: relative;
}
.left-panel .left-panel-item.has-parent {
    position: relative;
}
.left-panel .left-panel-item.has-parent i {
    width: 2rem;
    height: 2rem;
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    cursor: pointer;
}
.left-panel .left-panel-item.has-parent i:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/btn-menu.svg') no-repeat;
    width: 2rem;
    height: 2rem;
    transition: all .3s ease;
    transform: rotate(90deg);
}
.left-panel .left-panel-item.has-parent.active i:after {
    transform: rotate(0);
}
.left-panel .left-panel-item.has-parent .left-panel-item-sub {
    display: none;
}
.left-panel .left-panel-item-sub .left-panel-item a {
    color: #A69797;
    font-weight: normal;
}
.left-panel .closeBtn {
    margin-right: 0;
}
.left-panel .content-top {
    padding: 2rem 2rem 0;
}
.left-panel .content-main {
    padding: 0 2rem;
}
.left-panel .content-bottom {
    padding: 2rem;
    border-top: 1px solid #fff;
}
.left-panel .content-bottom-text {
    color: #A69797;
    font-size: .75rem;
    line-height: 1.2rem;
    margin-bottom: 1.2rem;
}
.left-panel .content-bottom-text a {
    display: block;
    font-size: 1rem;
    color: #fff;
    margin-top: .5rem;
}
.left-panel-item.thin-in-mob a {
    color: #A69797 !important;
}
.left-panel-item .live-link {
    color: red !important;
    position: relative;
    padding-left: .8rem;
}
.left-panel-item .live-link:before {
    content: "";
    display: inline-block;
    width: .3rem;
    height: .3rem;
    left: 0;
    border-radius: 100%;
    background: red;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.categories-inline-list {
    margin-top: 1rem;
}
.catheg-data-item {
    position: relative;
}
.catheg-data-item-badge {
    position: absolute;
    top: 1rem;
    left: 2rem;
    z-index: 99;
}
.catheg-data-item-badge a {
    line-height: 1;
    display: block;
    background: #fff;
    border-radius: 2em;
    padding: .4rem .5rem;
    color: #000;
    font-size: .8rem;
    transition: all .3s ease;
    font-weight: bold;
    opacity: .7;
}
.catheg-data-item-badge a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.content-bottom-text p:nth-child(1),
.content-bottom-text p:nth-child(2) {
    display: none;
}

.main-menu-item-sub {
    padding: 1.5rem 2rem;
    position: absolute;
    background: rgba(0,0,0,.95);
    z-index: 99999;
    width: 13rem;
    max-width: 100%;
    transform: translate(0, 0);
    transition: all .3s ease;
    pointer-events: none;
    opacity: 0;
}
.main-menu-item-sub:before {
    width: 100%;
    content: "";
    display: block;
    height: 2.8rem;
    position: absolute;
    top: -2.8rem;
    background: transparent;
    left: 0;
    z-index: 999;
}
.main-menu li:hover .main-menu-item-sub {
    opacity: 1;
    pointer-events: all;
    transform: translate(0, 2.1rem);
}
.main-menu li:hover a {
    opacity: .7;
}
.main-menu .main-menu-item-sub li a {
    color: #fff;
    font-weight: 500;
    transition: all .3s ease;
    position: relative;
    opacity: 1;
}
.main-menu .main-menu-item-sub li {
    margin-bottom: 1rem;
}
.main-menu .main-menu-item-sub li:last-child {
    margin-bottom: 0;
}
.main-menu .main-menu-item-sub li a:hover {
    color: #ff0000;
}
.main-menu .main-menu-item-sub li a:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: -6px;
    height: 1px;
    background: #ff0000;
    width: 0;
    transition: all 0.25s;

}
.main-menu .main-menu-item-sub li:hover a:after {
    width: 100%;
    left: 0;
    right: auto;
}
.nav-panel {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}

.masonryPosts .catheg-data-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    right: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    width: calc(100% - 30px);
    height: 100%;
    z-index: 1;
}

.masonryPosts .item-catheg-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    z-index: 2;
    margin: .5rem
}

.masonryPosts .item-catheg-caption h4 {
    font-size: 1rem;
    text-align: left;
    margin-top: .5rem;
}

.masonryPosts .item-catheg-caption .date {
    text-align: left;
    margin-left: .5rem;
}

.masonryPosts .item-catheg-caption * {
    color: #fff;
}

.masonryPosts .catheg-data-item {
    margin: 1rem 0;
}

.postInnerText-controls {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    position: relative;
}
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    background: none !important;
}
.postInnerText-controls-time b {
    font-weight: normal;
}
.postInnerText-controls-category,
.postInnerText-controls-time,
.postInnerText-controls-created_at {
    background: #F7F8F9;
    margin-right: .4rem;
    line-height: 1;
    padding: .5rem .7rem;
    border-radius: 3em;
    font-size: .8rem;
}

.postInnerText-controls .ya-share2 {
    position: absolute;
    right: 0;
}

.left-panel.hidden .social-links__container {
    position: fixed;
    left: 0;
    top: 35%;
    background: rgba(0,0,0,.8);
}
.left-panel.hidden .social-links__container .item-grid {
    display: block;
}
.left-panel.hidden .social-links__container .item-grid a svg {
    display: block;
    max-width: 20px;
    max-height: 29px;
}
.left-panel.hidden .social-links__container .item-grid a {
    padding: 10px;
    display: block;
    max-width: none;
    max-height: none;
}
.addthis-smartlayers, div#at4-follow, div#at4-share, div#at4-thankyou, div#at4-whatsnext {
    display: none !important;
}

footer,.nav-panel,#cookie-content + header,section,main,.post-grid {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.left-panel.hidden .social-links__container {
    display: block !important;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1920px;
    }
}

@media (max-width: 740px) {
    .masonryPosts .item-catheg-caption h4 {
        font-size: .8rem;
    }
    footer, .nav-panel, #cookie-content + header, section, main, .post-grid,.container-wrapper {
        padding-left: inherit !important;
        padding-right: inherit !important;
    }
}

@media (max-width: 576px) {

}

@media (max-width: 400px) {
    .left-panel {
        max-width: 100%;
    }
}
