
.view-blog .views-view-grid .author {
    display: none;
}
.view-blog .views-view-grid .comment-text {
    display: none;
}
.article .meta {
    color: var(--article-meta-color);
    font-size: 90%;
}
.meta > span {
    margin-right: 10px;
    position: relative;
    padding-left: 20px;
}
.meta > span:last-child:after {
    display: none;
}
.meta > .tags > a {
    color: var(--article-meta-color);
}
.meta > .tags > a:after {
    content: ',';
}
.meta > .tags > a:last-child:after {
    content: '';
}
.meta > span:after {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    content: "\e235";
    font-size: 10px;
    margin-left: 10px;
    opacity: .5;
}
.meta > .date > svg,
.meta > .author > svg,
.meta > .tags > svg,
.meta > .comments > svg {
    fill: var(--article-meta-color);
    height: 13px;
    vertical-align: middle;
    width: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.article.teaser {
    margin-bottom: 40px;
}
.article.teaser .content > p {
    margin-bottom: 30px;
}
.article.full .article-image {
    margin-bottom: 30px;
}
.article.teaser .article-title > h2,
.article.full .article-title > span {
    letter-spacing: 1px; 
}
.article.teaser .article-title > h3 {
    font-size: 20px;
} 
.article.teaser h2 > a,
.article.teaser h3 > a {
    color: var(--text-default-color);
}
.article.teaser h2 > a:hover,
.article.teaser h2 > a:active,
.article.teaser h2 > a:focus,
.article.teaser h3 > a:hover,
.article.teaser h3 > a:active,
.article.teaser h3 > a:focus {
    color: var(--link-color);
    text-decoration: none;
}
.article.full .meta {
    margin-top: 10px;
    margin-bottom: 20px;
}
.article.teaser .content,
.article.full .content {
    line-height: 1.8;
}
.article.teaser .content {
    margin-top: 20px;
    margin-bottom: 10px;
}
.article.full .content p,
.article.full .content ul,
.article.full .content ol,
.article.full .content img.align-center,
.article.full .content figure {
    margin-bottom: 30px;
}
.article.full .content blockquote p {
    font-family: serif;
    font-style: italic;
    margin-bottom: 0;
}
.article.teaser .more-link {
    border-bottom: 1px solid var(--link-color);
    display: inline-block;
    font-style: italic;
    padding: 0 2px;
}
.article.teaser .more-link:hover,
.article.teaser .more-link:active,
.article.teaser .more-link:focus {
    color: var(--link-color-hover);
    border-color: var(--link-color-hover);
    text-decoration: none;
}

.blog-home .owl-item,
.blog-related .owl-item {
    padding-left: 15px;
    padding-right: 15px;
}
.blog-home .author,
.blog-home .comment-text {
    display: none;
}
.blog-related .meta > span.author:after,
.blog-related .meta .tags,
.blog-related .meta .comments {
    display: none;
}

.blog-home .owl-nav {
    display: none;
}

.section.block .block-heading {
    text-align: center;
}

@media (min-width: 1200px) {
    .blog-home .owl-nav {
        display: block;
    }
    .blog-home .owl-nav .owl-prev {
        left: -15px;
    }
    .blog-home .owl-nav .owl-next {
        right: -15px;
    }
}
