section.page-title{
    padding-top: 72px;
}

section.page-title .header-title .hr-line{
    border-bottom: 2px solid #9d9d9d;
}

.page-title .header-title h1{
    font-family: 'GilroyExtraBold';
    font-size: 70px;
    letter-spacing: 2px;
}


.header-title .fas.fa-tag{
    transform: rotateY(180deg) translateY(-6px);
    color: #ff0000;
    font-size: 40px;
}

section.articles{
    padding-bottom: 125px;
}


.channel_posts_footer {
    font-family: 'Cambria';
    bottom: 1rem;
}

.channel_posts_footer a {
    color: #000000 !important;
    font-family: 'Cambria' !important;
}

.post-excerpt{
    margin-bottom: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;  
}

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

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



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

.articlesby{
    font-family: 'gilroyheavy';
    font-size: 30px;
    display: contents;
}

.articles-by{
    font-family: 'Courgette';
    font-style: italic;
    font-size: 26px;
}

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

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

.tr-post .entry-header .fa-stack {
    right: -10px;
}

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

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

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

.entry-title{
    font-family: GilroyBold;
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 10px;
    margin-bottom: 10px;
}

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

.viewmore-button {
    width: max-content;
    border: none;
    color: #fff;
    margin: 0 auto;
    display: block;
    padding: 5px 35px;
    margin-top: 3rem;
    transition: all 0.3s;
    background-color: #000;
    font-family: 'GilroyMedium';
    font-size: 17px;
    border-radius: 25px;
}

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

@media (max-width:1199px) {

    .page-title .header-title h1{
        font-size: 42px;
    }

    .header-title .fas.fa-tag{
        transform: rotateY(180deg);
        font-size: 30px;
    }

}



@media (max-width:767px) {
    .page-title .header-title{
        padding-bottom: 20px;
    }
}


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

@media (max-width:370px) {
    .page-title .header-title h1{
        font-size: 11vw;
    }

    .header-title .fas.fa-tag{
        font-size: 8vw;
    }
}