/*
Theme Name: Stal Child
Theme URI: http://stal.mikado-themes.com
Description: A child theme of Stal
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: stal
Template: stal
*/

#home-knowledge .entry-date {
    display: none;
}
.elementor-page-2673 .qodef-page-title .qodef-m-subtitle {
    display: none;
}

#blog h1,
article.single h1 {
    color: #000;
    font-size: 4.6875rem !important;
    font-weight: 300;
    margin-bottom: 2rem;
}
#blog .content h4{
    font-weight: 200;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.02857142857em;

}
#blog .header,
article.single {
    display: flex;
    justify-content: space-between;
}
#blog .header .title,
article.single .bd {
    width: 60%;
}
#blog .header .sidebar,
article.single .sidebar {
    width: 25%;
}
#blog .c-blog_article_snippet__img_link {
    height: 450px;
    overflow: hidden;
    display: block;
}
#blog .content h4 strong {
    font-weight: 200;
}
#blog .qodef-grid-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 64px;
}
#blog article .c-blog_article_snippet__img {
    margin-bottom: 16px;
}
#blog article .c-blog_article_snippet__meta {
    margin-top: 22px;
    margin-bottom: 16px;
}
#blog article .c-blog_article_snippet__title {
    font-size: 36px;
    margin-bottom: 27px;
    margin-top: 15px;
}
#blog .qodef-grid-inner > article {
    width: 50%;
    padding-right: 15px;
    margin-bottom: 90px;
}
#blog .qodef-grid-inner>article:nth-child(even) {
    padding-left: 15px;
}
#blog .c-blog_article_snippet__date {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 0.75rem;
    
}
#blog .c-blog_article_snippet__synopsis {
    margin-bottom: 27px;
}
#blog .t-cta_link {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
#blog .t-cta_link::after {
    content: ' \2014';
    padding-left: 0.35ch;
}

/* Single Blog */
article.single {
    /* width: 75%; */
}
article.single h1 {
    margin-top: 0;
    font-size: 3.4rem !important
}