/***********************************
CSS FOR CATEGORY/ARCHIVE PAGE
************************************/
.archive .site-content,
.search .site-content,
.page .site-content,
.single-authors .site-content {
    margin: 5px;
    box-shadow: 1px 1px 7px #ccc;
    padding: 5px;
}

.archive .page-header,
.search .page-header {
    grid-column: span 3;
}

.archive article,
.search article,
.single-authors article {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin: 0;
}

.archive article:hover,
.search article:hover,
.single-authors article:hover {
    box-shadow: 4px 4px 4px #ccc;
}

.archive article .entry-title,
.search article .entry-title,
.single-authors article .entry-title {
    font-size: 16px;
    display: grid;
    text-align: center;
}

.archive .site-main,
.search .site-main,
.single-authors .site-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.archive .site-main article .post-thumbnail,
.search .site-main article .post-thumbnail,
.single-authors .site-main article .post-thumbnail {
    height: 220px;
    width: 100%;
    display: block;
}

.archive .site-main article .post-thumbnail img,
.search .site-main article .post-thumbnail img,
.single-authors .site-main article .post-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.archive .site-main article,
.search .site-main article,
.single-authors .site-main article {
    position: relative;
    padding: 10px 10px 0;
    background: #e9e9e9;
}

.archive .site-main article .entry-header,
.search .site-main article .entry-header,
.single-authors .site-main article .entry-header {
    bottom: 0;
    width: 100%;
    grid-row: 2/2;
    align-items: center;
    display: grid;
}

.archive article .entry-title a,
.search article .entry-title a,
.single-authors article .entry-title a {
    color: var(--fcolor);
    height: 60px;
    font-weight: 600;
    line-height: 1.7;
    overflow: hidden;
    padding: 5px;
}

.archive article .entry-title a:hover,
.search article .entry-title a:hover,
.single-authors article .entry-title a:hover {
    color: var(--scolor);
}

.cat-by-line {
    align-items: center;
    justify-content: center;
    color: #bb2126;
    font-weight: 600;
    display: flex;
    position: relative;
    height: 100%;
}

.cat-by-line span {
    padding-top: 5px;
    position: relative;
    padding-left: 5px;
    font-size: 13px;
}

.cat-by-line span:first-of-type:before {
    content: '';
    background: #bd2026;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    left: -10px;
    top: 12px;
    border-right: solid 2px #009445;
}

.cat-by-line:before {
    content: '';
    height: 1px;
    width: 50%;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #bd2026;
    position: absolute;
    z-index: 5;
}

.category-title {
    border-bottom: solid 1px #ccc;
    background: #fff;
    padding: 10px;
}

.cat-link {
    color: var(--scolor);
}

.cat-link-wrap {
    font-size: 18px;
    font-weight: 700;
}

.cat-link-wrap .home {
    margin-right: 10px;
    font-weight: 100;
}

.cat-link-wrap .home i {
    margin-left: 10px;
}

.cat-link-wrap>a>i {
    margin-right: 10px;
}

span.cat-link-wrap a:hover {
    color: var(--pcolor);
}

span.cat-link-wrap a {
    color: var(--scolor);
}

/*************************************************************
CUSTOMIZING PAGE NAVIGATION SEARCH AND CATEGORY PAGE
**************************************************************/
.wp-pagenavi {
    grid-column: span 3;
    text-align: center;
    padding: 20px 0;
    color: var(--pcolor);
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: var(--scolor);
    background: var(--scolor);
    color: #fff;
}

.wp-pagenavi a:hover {
    background: var(--scolor);
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #fff;
    padding: 4px 15px;
    display: inline-block;
    font-weight: 700;
    background: var(--pcolor);
    border: none;
    -webkit-box-shadow: 1px 2px 3px -1px rgb(50 50 50 / 53%);
    -moz-box-shadow: 1px 2px 3px -1px rgba(50, 50, 50, 0.53);
    box-shadow: 1px 2px 3px -1px rgb(50 50 50 / 53%);
}
/***********************************
CSS FOR SEARCH NO RESULT PAGE
************************************/
h1.entry-title.times-circle {
    font-size: 14rem;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.not-found .entry-title {
    font-size: 45px;
    line-height: 1.5em;
    font-weight: 700;
    color: var(--scolor);
    padding: 10px;
}

.search-no-results .site-main,
.error404 .site-main {
    display: block;
    text-align: center;
}

.search-no-results .site-main p,
.error404 .site-main p {
    font-size: 20px;
    font-weight: 700;
}

/******************************************
CSS FOR ARCHIVE PAGE OF AUTHORS
*******************************************/
.archive-author-img-wrapper {
    text-align: center;
    margin-top: 10px;
}

.archive-author-img-wrapper img {
    width: 150px;
    height: 150px;
    border: solid 5px #ffffff;
    box-shadow: 0 0 6px #cccccc8a;
    border-radius: 50%;
}

.archive-author-wrapper {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #eaf0ed;
}

.author-name-wrapper {
    margin-top: 10px;
}

h2.full-name-author {
    color: var(--fcolor);
    font-weight: 600;
    overflow: hidden;
    padding: 5px;
    font-size: 20px;
}

.author-designation-wrapper {
    font-weight: 600;
    color: var(--scolor);
}

.author-description-wrapper {
    font-weight: 600;
    font-size: 15px;
}

.author-socials-wrapper a {
    font-size: 30px;
    
}

.author-socials-wrapper a:visited {
    color: var(--pcolor);
}

.author-socials-wrapper a:hover {
    color: var(--scolor);
}

.authors-news-info {
    text-align: center;
    margin-bottom: 10px;
    color: var(--pcolor);
    font-weight: 600;
}

span.tiktok-wrap {
    color: #fff;
    display: inline-flex;
    width: 28px;
    height: 26px;
    background: #0b9444;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

span.tiktok-wrap .tiktok-icon{
	width: 15px;
}

.author-socials-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

p.description-author {
    margin: 10px 0;
}
