
.c-eye {
    background-image: url(/local/templates/usstudio/img/blog/SVG/eye.svg);
    width: 25px;
    height: 15px;
    display: inline-block;
    margin-right: 8px;
    background-size: 100%;
    background-position: center;
}

.c-comments {
    background-image: url(/local/templates/usstudio/img/blog/SVG/comments.svg);
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    background-size: 100%;
    background-position: center;
}

.c-read-time {
    background-image: url(/local/templates/usstudio/img/blog/SVG/reading-time.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
    background-size: 100%;
    background-position: center;
}

.c-audio-ico {
    background-image: url(/local/templates/usstudio/img/blog/SVG/audio.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 8px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.main-tags__link, .masonry-item {
    text-decoration: none;
}

.popular {
    padding-top: 20px;
}

.popular .heading {
    padding: 10px 0px 10px 0px
}

.home {
    margin-top: 79px;
}

.header__logo {
    text-decoration: none;
}

@media screen and (max-width: 575px) {
    .main-tags {
        display: none;
    }
}
.header__left{
    max-width: 120px;
}
.news-content .c-article-content p{
    color:#111;
}
.news-content .c-article-content h2{
    color:#111;
}
.news-content .c-article-content h3{
    color:#111;
}

.news-content .c-article-content h4{
    color:#111;
}


/*BLOG*/
div#comments_soobwa{
    color:#111;
    font-family: 'Montserrat';
}
#comments_soobwa .comments_title{
    color:#111;
}
.subscription-form__submit{

}

div.masonry-item__wrap h1{
    max-width: 640px;
    margin: auto;
    color: #fff;
    font-size: 23px;
}