/**
 * Custom Author Page Styles
 * Styles for author-details-wrapper and related elements
 */

.author .sh-post-author.sh-post-author-page.sh-table {
    display: none;
}

.author-avatar {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.author-avatar img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
}

.author-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p.auth-text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #59bde7;
    margin-top: 35px;
    margin-bottom: 0;
}

a.author-linkedin {
    width: 30px;
}

a.author-linkedin img {
    margin: 8px 0;
}

h1.author-name {
    font-size: 42px;
}

.author-description {
    margin: 60px 0 40px 0;
}

.author-info .author-description p, .author-expertise-description p {
    font-size: 16px;
    line-height: 1.5;
}

.author-expertise-wrapper {
    padding: 40px 0;
    border-top: 1px solid #ccc;
}

.author-expertise-title {
    text-transform: uppercase;
}

.author div#breadcrumbs .item-home:nth-child(5) {
    pointer-events: none;
}

h2.author-name {
    padding: 40px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    border-top: 1px solid #ccc;
}

.author-page-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}

.author-post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 25px;
}

@media screen and (max-width: 767px) {
    .author-description {
        margin: 20px 0 ;
    }

    .author-expertise-wrapper {
        padding-top: 20px;
    }
    
    .author-page-container {
        padding: 0 15px;
	}
}


/* author page */
.author-page-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}
a.post-author-link {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

a.post-author-link:hover {
	color: #ccc;
}

@media screen and (max-width: 767px) {    
    .author-page-container {
        padding: 0 15px;
	}
}


.author-articles h2 {
    text-align: center;
    margin-bottom: 40px;
	text-transform: uppercase;
}
.author-post-item {
 width: 100%;
 box-shadow:0px 3px 13px 1px rgba(0,0,0,0.12);
}
.title-desc-wrapper {
	padding: 20px 30px;
}

.author-post-item .post-thumb a, .author-post-item .post-thumb a img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.author-post-list {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
	gap: 30px 25px;
}
.post-thumb img {
    min-width: 300px;
    height: 300px;
    object-fit: cover;
}
.post-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.author-page-container nav.navigation.pagination .nav-links {
    display: flex;
    column-gap: 10px;
}
.title-desc-wrapper .post-meta {
    margin: 10px 0;
    text-transform: capitalize;
}
@media(max-width:1200px){
	.author-post-list {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width:767px){
	.author-post-list {
 display: grid;
 grid-template-columns: repeat(1, 1fr);
}
.author-post-item {
	width: 100%;}
}