.hscss-title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.hscss p,
.hscss li {
    color: #777;
}

.hscss .hscss-post-body > h1,
.hscss .post-body h1 {
    display: block !important;
    font-size: 24px;
    font-family: open sans, sans-serif;
    font-weight: bold;

}

.hscss-title h1 {
    /*font-family: "Crete Round", serif;*/
    font-size: 36px;
    color: #099FEF;
    font-weight: 500;
    word-wrap: break-word;
    margin: 14px 0;
}

.hscss-date-time {
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #777;
    font-family: open sans, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -hscss-2px;
}

/* "author info for Joomla */
.hscss-blog-post__author,
.author-info p {
    font-family: open sans, sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #777;
}

.author-info p {
    margin-bottom: -6px;
}

.author-info {
    margin-bottom: 12px;
}

.hscss-blog-post__author {
    /*hide in Joomla*/
    display: none;
}

.hscss-post-body {
    font-family: open sans, sans-serif;
    color: #777;
    font-weight: 300;
}

.hscss-blog-post-container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 0 3%;
    padding-top: 50px;
}

.hscss-left-side {
    width: 60%;
}

.hscss-right-side {
    width: 30%;
}

.hscss-right-side > div {
    margin-bottom: 20px;
}

.hscss-feature-image img {
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
}


/******* Related Post CSS *********/

.hscss-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.hscss-grid-item {
    background-color: #f5f5f5;
    padding-bottom: 15px;
    border: 1px solid #ededed;
    border-radius: 5px;
    transition: all ease-hscss-3s;

}

.hscss-grid-item:hover {
    transform: scale(1.hscss-05);
    opacity: -hscss-7;
}

.hscss-rel-image {
    /*          position: absolute; */
    /*         top: 0;       */
}

.hscss-grid-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    /*         height: auto; */
    padding-bottom: 5px;
    /*         border-radius: 5px; */
}


.hscss-grid-item a {
    text-decoration: none;
}


.hscss-grid-item h3 {
    font-family: "Crete Round", serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #34495E;
    padding: 10px;
}


.hscss-more-like {
    text-align: center;
    color: #666666;
    font-size: 18px;
    font-family: "Crete Round", serif;
    font-weight: 400;
    margin-bottom: 25px;
}
