.featured-slider .featured-slider-item .category-label,
.post-item .category-label {
    position: relative;
    top: 0;
    margin-right: 3px;
    left: 0;
}

.slider-cat {
    position: absolute;
    top: 10px;
    left: 20px;
}

.post-item .slider-cat {
    position: absolute;
    top: 3px;
    left: 0px;
}

.search-box .post-item .category-label {
    position: relative;
    top: 30px;
    left: 10px;
}

.title a:hover,.title a:focus,.title a:active,.newsticker li a:hover,.newsticker li a:focus,.newsticker li a:active,.post-meta .post-author-meta a:hover, .post-meta .post-item-no-image .caption-video-no-image .title a:hover, a:hover, a:focus,a:active {
    color: #f94444 !important;
}

#highlight-box {
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.highlight {
    width: 90%;
    /* height: 436px; */
    position: relative;
    display: block;
    text-align: center;
    /* float: left; */
    padding-right: 1px;
    margin-bottom: 30px;

}

.highlight h1 {
    font-size: 52px;
}

.post-meta-highlight {
    display: flex;
    justify-content: center;
}

.post-meta-highlight a {
    list-style: none;
    margin-right: 8px;
    /* color: #999; */
    color: #f94444;
    font-size: 16px;
    display: block;
    font-weight: 600;
}

.post-meta-highlight span {
    list-style: none;
    margin-right: 8px;
    color: #999;
    font-size: 16px;
    display: block;
}

.post-subtitle-highlight {
    display: inline-block;
    margin: 18px 0px;
    font-size: 18px;
    text-align: center;
}
ul.share-box {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

ul.share-box li.share-this {
    flex-shrink: 0;
}

/*ul.share-box li.custom-buttons {*/
/*    margin-left: 10px; */
/*}*/

#st-1 .st-btn:last-child {
    margin-right: 8px !important;
}

.post-share .share-box .social-btn-sm {
    height: 32px;
    width: 38px;
}

.post-share .share-box li {
    margin-right: 0px;
}
#st-1 .st-btn[data-network='viber'] {
    display:inline-block !important;
}
@media (min-width:1200px) {
.post-item-mid .title {
    margin-top: 85px;
}
}

.section-related-posts .post-item-mid .title {
    margin-top: 10px;
}
body *::selection {
    background: #1a1a1a !important;
    color: #ffffff !important;
}