
/*=============================
	27. Author
===============================*/
.author-inner-wrap .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.author-inner-wrap .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.author-wrap {
    display: flex;
    align-items: flex-start;
    background: var(--sjm--gray-three);
    border-radius: 8px;
    padding: 38px 30px 38px;
    gap: 30px;
    border: 1px solid #EEE;
    margin-bottom: 45px;
}
.author-thumb {
    width: 152px;
    flex: 0 0 auto;
}
.author-thumb img {
    border-radius: 50%;
    box-shadow: 0px 4px 20px 0px #D0D0D0;
    border: 4px solid var(--sjm--white);
}
.author-content .name {
    margin-bottom: 10px;
    font-size: 20px;
}
.author-content p {
    margin-bottom: 15px;
}
.author-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.author-social .list-wrap li {
    line-height: 1;
}
.author-social .list-wrap li a {
    color: var(--sjm--secondary-color);
}
.author-social .list-wrap li a:hover {
    color: var(--sjm--primary-color);
}
.sidebar-search form {
    position: relative;
}
.sidebar-search form input {
    width: 100%;
    border: 1px solid var(--sjm--gray);
    border-radius: 6px;
    font-size: 15px;
    color: var(--sjm--secondary-color);
    padding: 14px 60px 14px 20px;
    height: 55px;
    font-weight: 500;
    background: transparent;
}
.sidebar-search form input::placeholder {
    font-size: 15px;
    font-weight: 500;
}
.sidebar-search form button {
    border: none;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sjm--primary-color);
    border-radius: 4px;
    color: var(--sjm--white);
    line-height: 0;
    font-size: 20px;
}
.sidebar-search form button:hover {
    background: var(--sjm--secondary-color);
}
.blog-inner-wrap .sidebar-wrap {
    margin-left: 0;
    margin-right: 40px;
}


/*=============================
	blog-details
===============================*/
.blog-details-content .title {
    margin-bottom: 15px;
    font-size: 28px;
}
.bd-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.bd-content-inner .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.blog-details-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog-details-social .list-wrap li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--facebook);
    color: var(--sjm--white);
}
.blog-details-social .list-wrap li:nth-child(2) a {
    background: var(--twitter);
}
.blog-details-social .list-wrap li:nth-child(3) a {
    background: var(--instagram);
}
.blog-details-social .list-wrap li:nth-child(4) a {
    background: var(--linkedin);
}
.blog-details-thumb {
    margin-bottom: 20px;
}
.blog-details-thumb img {
    width: 100%;
    object-fit: cover;
    height: 450px;
    border-radius: 6px;
}
.blog-details-content p {
    margin-bottom: 15px;
}
.blog-details-content p.first-info::first-letter {
    font-size: 100px;
    float: left;
    line-height: .8;
    font-weight: 700;
    color: var(--sjm--secondary-color);
    font-family: var(--sjm--heading-font-family);
    margin-right: 8px;
}
.blog-details-content blockquote {
    background: var(--sjm--gray-three);
    margin: 50px 75px 35px;
    padding: 35px 40px 30px;
    border-radius: 8px;
    border: 1px solid #EEE;
    position: relative;
}
.blog-details-content blockquote::before {
    content: "\f10d";
    position: absolute;
    left: 40px;
    top: -20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: var(--sjm--primary-color);
}
.blog-details-content blockquote p {
    font-size: 18px;
    font-weight: 700;
    color: var(--sjm--secondary-color);
    font-family: var(--sjm--heading-font-family);
    line-height: 1.4;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.blog-details-content blockquote cite {
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    font-family: var(--sjm--heading-font-family);
    padding-left: 22px;
    line-height: 1;
}
.blog-details-content blockquote cite::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 3px;
    background: var(--sjm--secondary-color);
}
.blog-details-inner-img img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-details-inner {
    margin: 40px 0;
}
.blog-details-inner-content .title-two {
    margin-bottom: 10px;
    font-size: 24px;
}
.blog-details-inner-content p {
    margin-bottom: 15px;
}
.blog-details-inner-content .list-wrap li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--sjm--heading-font-family);
    font-weight: 700;
    color: var(--sjm--secondary-color);
    line-height: 1.4;
    margin-bottom: 15px;
}
.blog-details-inner-content .list-wrap li:last-child {
    margin-bottom: 0;
}
.blog-details-inner-content .list-wrap li i {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sjm--primary-color);
    color: var(--sjm--white);
    border-radius: 3px;
    font-size: 14px;
}
.blog-details-video {
    position: relative;
    margin: 40px 0 30px;
}
.blog-details-video img {
    border-radius: 5px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog-details-video .paly-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sjm--white);
    border-radius: 50%;
    font-size: 22px;
}
.blog-details-video .paly-btn:hover {
    background: var(--sjm--primary-color);
    color: var(--sjm--white);
}
.blog-details-bottom {
    border-top: 1px solid #E6E6E6;
    padding-top: 30px;
    margin-top: 45px;
    margin-bottom: 50px;
}
.blog-details-bottom .post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.blog-details-bottom .post-share .title,
.blog-details-bottom .post-tags .title {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}
.blog-details-bottom .post-tags .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.blog-details-bottom .post-tags .list-wrap li a {
    font-size: 15px;
    font-weight: 500;
    background: #FFF3F2;
    display: block;
    border-radius: 4px;
    padding: 7px 18px;
}
.blog-details-bottom .post-tags .list-wrap li a:hover {
    background: var(--sjm--primary-color);
    color: var(--sjm--white);
}
.blog-details-bottom .post-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 15px;
}
.blog-details-bottom .post-share .list-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-details-bottom .post-share .list-wrap li a {
    font-size: 16px;
    color: var(--sjm--icon-color);
}
.blog-details-bottom .post-share .list-wrap li a:hover {
    color: var(--sjm--primary-color);
}
.blog-avatar-wrap {
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    padding: 42px 42px;
    background: var(--sjm--gray-three);
}
.blog-avatar-img {
    width: 115px;
    flex: 0 0 auto;
    margin-right: 30px;
}
.blog-avatar-img img {
    border-radius: 50%;
}
.blog-avatar-info .designation {
    display: block;
    font-size: 16px;
    color: var(--sjm--primary-color);
    line-height: 1;
    margin-bottom: 10px;
    font-family: var(--sjm--heading-font-family);
}
.blog-avatar-info .name {
    margin-bottom: 10px;
    font-size: 18px;
}
.blog-avatar-info p {
    margin-bottom: 0;
}
.pev-next-post-wrap {
    margin-bottom: 60px;
}
.pev-next-post-wrap .post-item {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}
.post-item.next-post {
    flex-direction: row-reverse;
    text-align: right;
}
.pev-next-post-wrap .post-item .thumb {
    width: 100px;
    flex: 0 0 auto;
    border-radius: 6px;
    overflow: hidden;
}
.pev-next-post-wrap .post-item .thumb img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}
.pev-next-post-wrap .post-item .content span {
    display: block;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}
.pev-next-post-wrap .post-item .content .post-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
}
.pev-next-post-wrap .post-item:hover .content .post-title a {
    background-size: 100% 1px;
}
.comments-wrap-title {
    font-size: 24px;
    margin-bottom: 25px;
}
.comments-box {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D6DCE9;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.latest-comments .children {
    margin: 0 0 0 45px;
    padding: 0;
}
.comments-avatar {
    width: 115px;
    flex: 0 0 auto;
    margin-right: 25px;
}
.comments-avatar img {
    border-radius: 50%;
}
.comments-text .avatar-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.comments-text .avatar-name .name {
    margin-bottom: 0;
    font-size: 18px;
}
.comments-text .avatar-name span {
    font-weight: 500;
    font-size: 15px;
    display: block;
    color: var(--sjm--primary-color);
}
.comments-text p {
    margin-bottom: 15px;
}
.comments-text .reply-btn {
    background: #FFF3F2;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 6px 17px;
    text-transform: uppercase;
    border-radius: 5px;
}
.comments-text .reply-btn:hover {
    background: var(--sjm--primary-color);
    color: var(--sjm--white);
}
.comment-respond {
    margin-top: 55px;
}
.comment-reply-title {
    margin-bottom: 12px;
    font-size: 24px;
}
.comment-notes {
    margin-bottom: 30px;
}
.comment-form .row {
    --bs-gutter-x: 20px;
}
.comment-form .form-grp {
    margin-bottom: 20px;
}
.comment-form .form-grp textarea,
.comment-form .form-grp input {
    width: 100%;
    border: 1px solid #EEEEEE;
    background: var(--sjm--gray-three);
    color: var(--sjm--secondary-color);
    padding: 12px 15px;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-family: var(--sjm--heading-font-family);
}
.comment-form .form-grp textarea::placeholder,
.comment-form .form-grp input::placeholder {
    color: var(--sjm--paragraph-color);
}
.comment-form .form-grp textarea {
    min-height: 130px;
    max-height: 130px;
}
.comment-form .checkbox-grp {
    display: flex;
    align-items: center;
    margin: 10px 0 25px;
}
.comment-form .checkbox-grp input {
    width: 22px;
    margin-right: 9px;
    height: 22px;
    cursor: pointer;
}
.comment-form .checkbox-grp label {
    font-weight: 400;
    font-size: 14px;
    color: var(--sjm--paragraph-color);
    user-select: none;
}
