.spacer-50{
    padding-top: 50px;
}

.spacer-100{
    padding-top: 100px;
}

.authorheader-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.author-img img{
    border-radius: 50%;
    border: solid 3px red;
    height: 120px;
    width: 120px;
    object-fit: cover;
    object-position: center;
}

.author-img{
    width: unset;
}

.author-name{
    font-style: italic;
    color: white;
    font-size: 67px;;
    line-height: 60px;
    font-family: 'GilroyHeavy',Arial, Helvetica, sans-serif;
    font-display: swap;
	
    width: max-content;
    position: relative;
    top: 16px;
}


.entry-thumbnail{
    height: 11rem;
    width: 100%;
}


.author-position{
    color: #fff;
    position: relative;
    left: 5px;
    top: 31px;
    font-size: 16px;
    font-weight: 900;
}

.short_bio p{
    font-size: 16px;
}

.articlesby{
    font-family: 'gilroyheavy',Arial, Helvetica, sans-serif;
    font-size: 30px;
    display: contents;
    font-display: swap;
	
}

.articles-by{
    font-family: 'Courgette',Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 26px;
    font-display: swap;
	
}

.articles-authorname{
    font-style: italic;
    color: red;
}

.articles .tr-post{
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid;
}

.tr-post .entry-header img {
    border-radius: 10px;
}

.btn-bookmark{
    position: relative;
    top: 20px;
    right: 15px;
}

.viewmore-button{
    background-color: black;
    color: white;
    width: 50px;
    padding: 11px 37px;
    border-radius: 25px;
    font-size: 17px;
    font-family: 'GilroyMedium',Arial, Helvetica, sans-serif;
    font-display: swap;
	

}

.viewmore-button:hover{
    background-color: #FF0000;
    color: #FFF;
}

.banner_content_container{
    padding-top: 10vw;
    padding-bottom: 10vw;
}

.author-details{
    position: relative;
    left: -1%;
    width: unset;
}

.author-name {
    text-shadow: 0px 0px 7px #0000006e;
}

.author-position,
.short-bio > div {
    text-shadow:0px 0px 4px black;
}

.viewmore-button {
    width: auto;
    padding: 5px 35px;
    margin: 0 auto;
    display: block;
    margin-top: 3rem;
    transition: all 0.3s;
    border: none;
}

.viewmore-button:hover {
    background-color: #ff0000;
    color: #fff;
    transition: all 0.3s;
}

@media (max-width:992px) {
    .author-details{
        left: 5%;
    }
}

@media (max-width:767px) {
    .author-img{
           
    }

    .author-name{
        top: 16px;
        font-size: 2rem;
        line-height: 1;
    }

    .author-position{
        left: 0px;
        top: 15px;
        font-size: 13px;
    }

    .author-details{
        left: 3%;
    }

    .short_bio{
        padding-top: 1%;
    }
}


@media (max-width:575px) {
    .entry-thumbnail {
        height: 54vw;
    }
}

.entry-thumbnail img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.entry-title{
    font-family: GilroyBold ,Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 10px;
    margin-bottom: 10px;
    font-display: swap;
	
}

.entry-title a{
    color: #000;
}


@media (max-width:447px) {
    .author-details{
        width: 100%;
    }
}
