[class*=col] {
    padding: 1rem
}

.author-area {
    margin-top: 75px;
    margin-bottom: 50px
}
.col-md-4.author-social-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    padding: 0 120px;
}
.author-social-div svg {
    fill: #e95018;
}
.author_loadmore {
    margin-top: -10px !important;
}
.author-area .col-md-2, .author-area .col-md-10 {
    padding-bottom: 0 !important;
}
.name-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	gap: 15px;
}

@media screen and (max-width: 1000px) {
    .author-area {
        text-align:center
    }
}

@media screen and (min-width: 900px) {
    .author-area {
        display:flex
    }

    .author-general-area {
        padding-left: 20px!important
    }
}

.author-image-div {
    margin: auto
}

@media screen and (max-width: 600px) {
    .author-image-div img {
        max-width:60%!important
    }
}

.author-image-div img {
    min-width: 150px;
    min-height: 150px;
    max-width: 100%;
    border-radius: 50%;
    object-fit: cover
}

.author-h1 {
    display: inline-block;
    font-weight: 700;
    font-size: 33px;
    line-height: 33px;
    color: #000;
	margin: 0;
}
.breadcrumb {
    margin-bottom: 0;
}
.col.author_excerpt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.author-h2 {
    display: inline-block;
    margin: 15px 0;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 15px;
    text-transform: none;
    color: #000;
}

p.author-info {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #a9a9a9
}

.author-social-div {
    color: #b9b9b9;
    text-align: center;
    font-size: 25px;
}

.author-social-div i {
    margin-right: 20px
}

.author-all-posts {
    font-family: inherit;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px
}

.author-last-post {
    margin: 30px 0
}

@media screen and (min-width: 800px) {
    .author-last-post img {
        width:680px;
        height: 315px;
        max-width: 100%;
        border-radius: 20px;
        object-fit: cover
    }
}

@media screen and (max-width: 800px) {
    .author-last-post img {
        max-width:100%;
        border-radius: 20px;
        object-fit: cover
    }
}

.author-posts-area {
}

.author-posts-area .author-post-detail {
    margin: 5px 0
}

@media screen and (min-width: 800px) {
    .author-posts-area .author-post-detail {
        padding-right:75px
    }
}

.author-posts-area img {
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 20px
}

@media screen and (min-width: 800px) {
    .grid-2-area img {
        width:100%;
        height: 250px;
        object-fit: cover
    }
}

@media screen and (max-width: 800px) {
    .grid-2-area img {
        width:100%
    }
}

.author-post-detail {
    padding-top: 20px;
    margin: auto
}

.author-post-detail h2 {
    margin-top: 0!important
}

.author-post-detail .author-post-category {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #e95018
}

.author-post-detail .author-post-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px
}

.author-post-detail .author-post-title a {
    color: #000!important
}

.author-post-detail .author-post-content {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #a9a9a9
}

.author-post-detail .author-post-read-more {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #e95018
}
