/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/





.di-post-details-container {
    display: flex;
    justify-content: space-between;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.color-white {
    color: white;
}
.color-blue {
    color: #8CB7C9;
}

.di-custom-blog-single h1 {
    font-size: 80px;
    line-height: 1.2;
    padding-bottom: 60px;
}

.di-custom-blog-single .post-area {
    border-bottom: 2px solid rgb(225, 224, 224);
    padding-bottom: 40px;
    margin-bottom: 40px;
    width: 1200px;
    max-width: 1200px !important;
}

.capper {
    max-width: 900px;
    margin: 0 auto;
}

.di-custom-blog-single .post-content-container {
    color: white;
    padding-top: 60px;
    padding-bottom: 40px;
    border-bottom: 2px solid rgb(225, 224, 224);
}
.di-custom-blog-single .post-featured-image {
    max-width: 1200px !important;
    margin: 0 auto;
}
.di-custom-blog-single .post-featured-image img {
    width: 100%;
    height: auto;
    margin: 60px auto 0;
}
