.author-related-news{
	background: #efefef;
}
.author-related-news .dialog-off-canvas-main-canvas{
    overflow-x: hidden;
    position: relative;
}
.author-related-news main .container,
.author-related-news .region-content{
	padding: 0;
}
.author-related-news .view-header{
	display: flex;
    margin: 0 0 50px;
    background: #fff;
    padding: 40px 0;
    position: relative;
}
.author-related-news .view-header:after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999px;
    right: -999px;
    z-index: -1;	
}
.author-related-news .view-header .author-details{
    display: flex;
    flex-wrap: wrap;	
	align-items: center;	
}
/*.author-related-news .view-header .lbl{
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}*/
.author-related-news .view-header .author-img{
	width: 100px;	
}
.author-related-news .view-header .author-img img{
	border-radius: 50%;
    width: 100px;
    height: 100px;
}
.author-related-news .view-header .wrapper{
	width: calc(100% - 100px);		
	padding-left: 30px;
	height: 100%;
}
.author-related-news .view-header .value{
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
	color: #000;
}
.author-related-news .view-header .author-short-bio{
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    margin-top: 10px;
}
.author-related-news .view-content .views-infinite-scroll-content-wrapper{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;	
}
.author-related-news .view-content .views-infinite-scroll-content-wrapper .views-row{
	width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.author-related-news .view-content .views-infinite-scroll-content-wrapper .views-field-nothing{
    width: 100%;
    height: 100%;
    padding: 15px 15px 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    transition: all .25s;
	background: #fff;
}
.author-related-news .view-content .views-infinite-scroll-content-wrapper .views-field-nothing:hover{
    transform: scale(1.025);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);	
}
.author-related-news .author-category{
    line-height: 18px;
    margin-top: 10px;	
}
.author-related-news .author-category a{
    color: #c46615;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: inline-block;	
}
.author-related-news .author-category a:hover{
    color: #00acef;
}
.author-related-news .view-content .views-infinite-scroll-content-wrapper .author-title a{
	width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
}
.author-related-news .view-content .views-infinite-scroll-content-wrapper .author-title a:hover{
	color: #00acef;
}
.author-related-news .view-content .views-infinite-scroll-content-wrapper .wrapper{
	display: flex;
	margin-top: 10px;
}
.author-related-news .view-content .wrapper > *{
    margin-right: 10px;
    border-right: 1px solid #000;
    padding-right: 10px;	
}
.author-related-news .view-content .wrapper > *:last-child{
    margin-right: 0;
    border-right: 0;
    padding-right: 0;	
}
.author-related-news .view-content .author-issue-no,
.author-related-news .view-content .author-issue-date{
    font-size: 12px;
    line-height: 12px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;	
}
.author-related-news .pager{
	margin: 0;
	padding: 0;
	text-align: center;
}
.author-related-news .pager li{
	padding: 0;	
}
.author-related-news .pager li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 7px 20px;
    height: 44px;
    border-radius: 5px;
    background: #BA131A;
    transition: all .25s linear;
    display: inline-flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;	
}
.author-related-news .pager li a:hover,
.author-related-news .pager li a:active,
.author-related-news .pager li a:focus{
    background: #c46615;	
}