﻿.section-before {
    position: relative
}
.widget {
    --border-color: rgb(242, 242, 242);
    padding: 30px 20px;
    margin-bottom: 40px;
}

.author-widget-wrap {
    padding: 20px;
    text-align: center;
}

.share-links {
    margin-top: 0px;
    float: right;
    border-bottom: none
}

.ms-divider {
    height: 1px;
    position: relative;
    margin: 30px 0;
    background-color: #e9e2e2;
    clear: both;
}

.blog-author {
    margin-top: 60px;
    margin-bottom: 55px;
    padding: 30px;
    border: none;
    position: relative;
    border-radius: 30px;
    background-color: var(--smoke-color);
}
.blog-inner-list {
    margin: 30px 0 30px 0;
}
.blog-content p {
    font-family: var(--para-font);
    margin: 10px 0 18px 0;
    color: var(--body-color);
    line-height: 1.625;
    font-size: 18px !important;
}

.blog-inner-list ul li:before {
    content: "\f00c";
    font-family: var(--icon-font);
    position: absolute;
    top: 0px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
}
.blog-details .blog-title {
    line-height: 1.2;
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 30px;
}
h3.blog-title {
    line-height: 1.2;
    font-size: 30px !important;
    margin-bottom: 15px;
    margin-top: 30px;
}
.blog-inner-list ul li:before {
    content: "\f00c";
    font-family: var(--icon-font);
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
}
.sidebar-area .recent-post .post-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    color: var(--title-color);
    line-height: 20px;
    padding-bottom: 6px;
}
.media-body {
    flex: 1;
    margin-top: -15px !important;
}
.tureds-boxs {
    background-color: #fff;
    box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin: 20px 0 0;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    height: auto
}

.blog-list h5 {
    font-size: 15px;
}

#searchResults p {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}