body {
    color: #010341;
}

.blog-detail {
    background: linear-gradient(180deg, #010341 0%, #855BE0 100%);
    padding: 50px 0 100px;
}

.width-685,
.blog-detail-title,
.cat-date-item-wrap,
.social-media-wrap,
.blog-content-area {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 715px;
    margin-left: auto;
    margin-right: auto;
}

.cat-date-item-wrap,
.title-text-social-media {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-content-area {
    padding-top: 50px;
}

.social-icons-wrap {
    font-size: 0;
    margin-bottom: 45px;
}

.social-media-ico {
    display: inline-block;
}

.social-media-ico a {
    display: inline-block;
    font-size: 0;
    width: 32px;
    height: 32px;
}

.social-media-ico:not(:last-child) {
    margin-right: 20px;
}

.social-media-wrap .facebook a {
    background: url("https://assets.crowdz.io/wp-content/themes/crowdz/assets/css/blog/detail/img/facebook.svg") no-repeat center;
}

.social-media-wrap .twitter a {
    background: url("https://assets.crowdz.io/wp-content/themes/crowdz/assets/css/blog/detail/img/twitter.svg") no-repeat center;
}

.social-media-wrap .linkedin a {
    background: url("https://assets.crowdz.io/wp-content/themes/crowdz/assets/css/blog/detail/img/linkedin.svg") no-repeat center;
}

.author-social-share .facebook a {
    background: url(../../../images/footer/fb.svg) no-repeat center;
}

.author-social-share .twitter a {
    background: url(../../../images/footer/tweet.svg) no-repeat center;
}

.author-social-share .linkedin a {
    background: url(../../../images/footer/linkedin.svg) no-repeat center;
}

.author-social-share {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #D8D8D8;
    align-items: flex-end;
    padding-top: 40px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.author-social-share .author-social-share {
    display: flex;
    flex-direction: column;
    border: none;
    text-align: right;
    margin: 0;
    padding: 0;
}

.author-social-share .social-icons-wrap {
    margin-bottom: 0;
}

.author-social-share .author,
.recent-author {
    display: flex;
    /* align-items: flex-end; */
    align-items: center;
}

.recent-author-image {
    margin-right: 20px;
}

.recent-author-image img {
    border-radius: 50%;
}

.recent-author-name-desig {
    font-size: 10px;
    font-weight: 500;
}

.recent-author-name {
    font-weight: 700;
}

.recent-posts-3 {
    /* background-color: rgba(1, 3, 65, .05); */
    background: linear-gradient(180deg, rgba(1, 3, 65, .05) 0%, #ffffff 100%);
    padding: 50px 0;
}

.recent-items-wrap,
.recent-section-title {
    max-width: 1311px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.recent-items-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 37px;
    grid-row-gap: 30px;
}

.recent-items-wrap::before,
.recent-items-wrap::after {
    content: none;
}

.recent-items-wrap .recent-item {
    width: 100%;
    padding: 0;
}

.recent-image {
    height: 273px;
    width: 100%;
    background-color: #D8D8D8;
    object-fit: cover;
    border-radius: 7px;
    margin-bottom: 15px;
}

.recent-image img {
    height: 273px;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.recent-section-title {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 800;
}

.recent-title {
    font-size: 16px;
    font-weight: 800;
}

.recent-title a:not(:hover),
.body-content a:not(:hover) {
    color: #010341;
}

.recent-cat-date {
    margin-bottom: 5px;
}

.recent-desc {
    margin-top: 10px;
    margin-bottom: 10px;
}


/*  */

@media screen and (max-width: 767px) {
    .recent-items-wrap {
        grid-template-columns: 1fr;
    }

    .author-social-share {
        flex-direction: column;
        align-items: center;
    }

    .author-social-share .author-social-share {
        margin-top: 20px;
    }
}