/**
 * 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!
 */

.post-content li strong:first-of-type {
    color: #f44611;
}

.post-featured-image{
	display:none
}
@media (min-width: 851px) {
    .blog-page.page-layout-2columns-right .column.main {
        width: 70% !important;
    }
    .blog-page.page-layout-2columns-right .sidebar-additional {
        width: 25% !important;
    }
}