/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

/* Reset font-family properties to inherit from theme defaults */

/* Blog post elements */
.post-list .post-info .post-data-wrap {
    font-family: inherit;
}

.blog-post-view .post-data-wrap {
    font-family: inherit;
}

.widget.block-posts-list .post-item .block-info .block-date .post-date {
    font-family: inherit;
}

/* Comments */
#post-comments * {
    font-family: inherit;
}

/* Fancybox container */
.fancybox-container {
    font-family: inherit;
}

/* Fancybox close button */
.fancybox-close-small:after {
    font-family: inherit;
}

/* Remove vendor styles */
.widget.block-tagclaud .largest {
    font-size: 1.4em;
}

/* Add new styles */
.blog-page h5 {
    font-size: 16px;
    font-weight: 600;
}

.post-content .post-description, .post-content .post-description ul, .post-content .post-description ol {
    font-size: 16px;
}

.columns .sidebar-additional {
    font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
    .blog-page .page-main {
        padding: 5px;
    }
}