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

 /* new code start here */
 .blog-post-view .page-title-wrapper h1.page-title{
    line-height: 1.5;
    margin: 0px;
    padding: 10px 0px 20px;
 }
.post-view-modern .post-holder {
    margin-left: 0px;
}
.blog-post-view .post-author-name {
    text-transform: capitalize;
}
.blog-post-view .post-author-name {
    font-weight: 400;
}
.blog-post-view .post-sharing-top.post-sharing {
    display: inline-block;
    margin-bottom: 0px;
}
.blog-post-view .post-sharing-top .icon-wrapper {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}
.blog-post-view .post-sharing-top .icon-wrapper .icon svg {
    width: 16px !important;
    height: 16px !important;
}
.blog-post-view .post-sharing-top .icon-wrapper .label{
    font-size: 0px;
}
.blog-post-view .post-sharing-top .share-elements {
    display: flex;
}
.blog-post-view .post-sharing-top .share-elements > .label{
    margin-right: 5px;
}
.blog-post-view .columns .column.main {
    padding-bottom: 0px;
}
.blog-post-view .post-view-modern .post-holder {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.blog-promo-section {
    display: grid;
    grid-gap: 20px 30px;
    grid-template-columns: 100%;
    padding: 16px 24px;

    @media (min-width: 768px) {
        grid-template-columns: 50% 50%;
        grid-gap: 20px 60px;
    }

    @media (min-width: 1025px){
        grid-template-columns: 32% 28% 16%;
        grid-gap: 20px 130px;
    }
}
.blog-promo-section .block{ 
    display: flex;
    margin-bottom: 0px !important;
}
.blog-promo-section .block.empty {
    display: none;

    @media (min-width: 1025px){
        display: flex;
    }
}
.blog-promo-section .block-icon {
    padding-right: 8px;
}
.blog-promo-section .block-icon img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0px !important;
}
.blog-promo-section .block-content {
    color: #424242;    
    font-family: "robotocondensed-regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
}
/* new code end here */